@charset "UTF-8";
/*
theme Name: rande
Author:Sora Tsukamoto
Description: original theme
version： 1.0.0
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------bootstrap--------*/
/*--------------viwpoint--------*/
/*--------------color--------*/
/*--------------fonts--------*/
/*--------------mixins--------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Old Mincho", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #FFFFFF;
}
body.fixed {
  overflow: auto;
  height: 100%;
}
body.drawer-open .menu.drawer-hamburger {
  right: 0;
}
body.drawer-open .menu.drawer-hamburger .drawer-hamburger-icon {
  right: 0 !important;
  z-index: 9999;
  background-color: transparent !important;
}
body.drawer-open .menu.drawer-hamburger .drawer-hamburger-icon:before, body.drawer-open .menu.drawer-hamburger .drawer-hamburger-icon:after {
  top: 0 !important;
  height: 3px;
}

a {
  color: #398AC6;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .sp-pc.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-pc.pc {
    display: none;
  }
}

.menu.drawer-hamburger {
  position: fixed;
  width: 50px;
  padding: 20px 0;
  z-index: 9999;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .menu.drawer-hamburger {
    display: none;
  }
}
.menu.drawer-hamburger .drawer-hamburger-icon {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 3px;
  width: 24px;
  background-color: #D8B676;
}
.menu.drawer-hamburger .drawer-hamburger-icon:before, .menu.drawer-hamburger .drawer-hamburger-icon:after {
  height: 3px;
  background-color: #D8B676;
}
.menu.drawer-hamburger .drawer-hamburger-icon:before {
  top: -10px;
}
.menu.drawer-hamburger .drawer-hamburger-icon:after {
  top: 10px;
}
.menu.drawer-hamburger img {
  display: block;
}
.menu.drawer-hamburger img.close {
  display: none;
}

.drawer-nav {
  width: 100%;
  z-index: 9998;
  padding-top: 70px;
  max-width: 100%;
  background-color: #398AC6;
}
.drawer-nav .drawer-menu {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.drawer-nav .drawer-menu .g-navi .link a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.drawer--right .drawer-nav {
  right: -100%;
  overflow: auto;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb-wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  margin-bottom: 20px;
}
.breadcrumb-wrap .breadcrumb {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  overflow-x: scroll;
  background-color: initial;
  height: 70px;
}
.breadcrumb-wrap .breadcrumb ul {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  margin: auto;
}
.breadcrumb-wrap .breadcrumb ul li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 1.4rem;
}
.breadcrumb-wrap .breadcrumb ul li:after {
  color: #7E98CD;
  content: "/";
  padding: 0 15px;
}
.breadcrumb-wrap .breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb-wrap .breadcrumb ul li a, .breadcrumb-wrap .breadcrumb ul li span {
  display: inline-block;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  color: #7E98CD;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.swiper-wrapper-loop {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

body > .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  background-color: #022953;
}
@media screen and (min-width: 1024px) {
  body > .header {
    width: 100%;
    max-width: 260px;
    min-height: 100vh;
    background-color: initial;
  }
}
body > .header .inner {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin: 0 auto;
  padding: 10px 15px;
  min-height: 70px;
}
@media screen and (min-width: 1024px) {
  body > .header .inner {
    display: block;
  }
}
body > .header .inner .logo {
  display: none;
  max-width: 130px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .logo {
    position: relative;
    max-width: 150px;
    margin-top: 30px;
    margin-bottom: 0;
    margin: 0 auto;
    display: block;
  }
}
body > .header .inner .logo.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .logo.sp {
    display: none;
  }
}
body > .header .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
body > .header .inner .header-navi {
  display: none;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .header-navi {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
}
body > .header .inner .header-navi .g-navi {
  margin: 0 auto;
}
body > .header .inner .header-navi .g-navi .links .nav-item {
  position: relative;
  height: 100%;
  text-align: center;
  margin-top: 24px;
}
body > .header .inner .header-navi .g-navi .links .nav-item > span, body > .header .inner .header-navi .g-navi .links .nav-item > a {
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__lists {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__lists {
    padding-top: 8px;
  }
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__lists.long {
  min-width: 365px;
}
body > .header .inner .header-navi .g-navi .links .nav-item:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list a {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list a .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list a {
  padding: 0;
  text-align: left;
  padding-left: 20px;
  line-height: 53px;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list a.arrow::after {
  width: 20px;
}
body > .header .inner .header-navi .g-navi .links .nav-item .dropdown__list a.arrow:hover::after {
  right: 10px;
  width: 30px;
}
body > .header .inner .instagram {
  display: block;
  position: absolute;
  right: 55px;
  top: calc(50% - 13px);
}
@media screen and (min-width: 1024px) {
  body > .header .inner .instagram {
    top: auto;
    bottom: 180px;
    left: calc(50% - 13px);
  }
}
body > .header .inner .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body > .header .inner .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .button {
    position: absolute;
    padding: 10px;
    width: calc(100% - 90px);
    border-radius: 10px;
    left: calc(50% - 90px);
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
}
body > .header .inner .button.book {
  width: 100%;
  max-width: 85px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 80px;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .button.book {
    bottom: 125px;
    max-width: calc(100% - 90px);
  }
}
body > .header .inner .button.contact {
  display: none;
}
@media screen and (min-width: 1024px) {
  body > .header .inner .button.contact {
    display: block;
    bottom: 60px;
  }
}

body {
  background-image: url(assets/img/bg_body.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body .contents-wrap {
  overflow: hidden;
  margin-top: 70px;
  position: relative;
  z-index: 9997;
}
@media screen and (min-width: 1024px) {
  body .contents-wrap {
    margin-top: 0px;
  }
}
body .contents-wrap .main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body .contents-wrap .main {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
body .contents-wrap .main .page-head {
  background-color: #D4DBEF;
  border-radius: 0 0 40px 40px;
}
@media screen and (min-width: 768px) {
  body .contents-wrap .main .page-head {
    padding-top: 0;
  }
}
body .contents-wrap .main .page-head .inner {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  body .contents-wrap .main .page-head .inner {
    min-height: 140px;
  }
}
body .contents-wrap .main .page-head .inner .head {
  font-size: 30px;
  font-weight: bold;
  color: #022953;
  text-align: center;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}
body .contents-wrap .main .page-head .inner .head span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
body .contents-wrap .main section.section-content > .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body .contents-wrap .main section.section-content.book {
  background-image: url(assets/img/bg-book.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px 0 0 20px;
}
body .contents-wrap .main section.section-content.book .inner .head {
  font-size: 24px;
  text-align: center;
}
body .contents-wrap .main section.section-content.book .inner .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body .contents-wrap .main section.section-content.book .inner .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body .contents-wrap .main section.section-content.book .inner .button {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  display: block;
  font-size: 20px;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  min-height: 90px;
  margin-top: 20px;
  max-width: 430px;
  line-height: 90px;
  background-color: #398AC6;
  margin: 0 auto;
  margin-top: 17px;
  font-size: 24px;
}
body .contents-wrap .main section.section-content.book .inner .button span, body .contents-wrap .main section.section-content.book .inner .button img {
  margin: auto;
}
body .contents-wrap .main section.section-content.cta {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body .contents-wrap .main section.section-content.cta {
    padding-top: 180px;
  }
}
body .contents-wrap .main section.section-content.cta > .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 940px;
}
body .contents-wrap .main section.section-content.cta > .inner .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn {
  display: block;
  width: 100%;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn.book span {
  background-image: url(assets/img/book.svg);
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn.line span {
  background-image: url(assets/img/line.svg);
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn.contact span {
  background-image: url(assets/img/contact.svg);
}
body .contents-wrap .main section.section-content.cta > .inner .row .btn span {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}

body > .footer {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body > .footer {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}
body > .footer .pagetop {
  width: 100%;
  max-width: 45px;
  position: absolute;
  right: 20px;
  top: -25px;
}
@media screen and (min-width: 768px) {
  body > .footer .pagetop {
    max-width: 60px;
    top: -35px;
  }
}
body > .footer .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 0px;
}
@media screen and (min-width: 1024px) {
  body > .footer .inner {
    border-radius: 20px;
  }
}
body > .footer .inner .row {
  margin-left: 0;
  margin-right: 0;
}
body > .footer .inner .row .col {
  padding-left: 0;
  padding-right: 0;
}
body > .footer .inner .row {
  max-width: 830px;
  margin: 0 auto;
}
body > .footer .inner .row .col {
  margin-top: 60px;
  color: #022953;
}
body > .footer .inner .row .col .logo {
  display: block;
  width: 100%;
  max-width: 240px;
}
body > .footer .inner .row .col .logo img {
  display: block;
  width: 100%;
  height: auto;
}
body > .footer .inner .row .col .g-navi {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  body > .footer .inner .row .col .g-navi {
    margin-left: auto;
  }
}
body > .footer .inner .row .col .links {
  width: 50%;
}
body > .footer .inner .row .col .links .link a {
  text-decoration: none;
}
body > .footer .copy {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 35px;
  color: #003288;
  position: relative;
  z-index: 9999;
}

.bg-body02 {
  position: absolute;
  bottom: 0;
  right: calc(50% - 450px);
  z-index: 0;
  max-width: 1800px;
  width: 100%;
}
.bg-body02 img {
  display: block;
  width: 100%;
  height: auto;
}

body.home .contents-wrap .swiper-container-main-wrapper {
  position: relative;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main {
  position: relative;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .access-navi {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  max-width: 130px;
}
@media screen and (min-width: 1024px) {
  body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .access-navi {
    max-width: 200px;
    right: 20px;
    bottom: 20px;
  }
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .access-navi img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .copy {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 9999;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .copy {
    width: 100%;
    max-width: 580px;
    bottom: 50px;
    left: 60px;
  }
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .copy span {
  font-size: 3.6rem;
  font-weight: 600;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .copy p {
  font-size: 1.6rem;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .copy img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide {
  min-height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
@media screen and (min-width: 1200px) {
  body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide {
    min-height: 598px;
  }
}
@media screen and (min-width: 1400px) {
  body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide {
    min-height: 808px;
  }
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide.slide01 {
  background-image: url(assets/img/slide01.jpg);
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide.slide02 {
  background-image: url(assets/img/slide02.jpg);
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide.slide03 {
  background-image: url(assets/img/slide03.jpg);
}
body.home .contents-wrap .swiper-container-main-wrapper .swiper-container-main .swiper-wrapper .swiper-slide.slide04 {
  background-image: url(assets/img/slide04.jpg);
}
body.home .contents-wrap .section-content.news {
  padding-top: 60px;
}
body.home .contents-wrap .section-content.news .inner {
  max-width: 100%;
}
body.home .contents-wrap .section-content.news .inner .head {
  color: #FFFFFF;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.home .contents-wrap .section-content.news .inner .head span {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  text-decoration: none;
  border-bottom: 2px solid #003288;
  padding-bottom: 10px;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .new {
  position: absolute;
  left: 0;
  top: 0;
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 9px;
  line-height: 20px;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .img-wrap {
  width: 100%;
  max-width: 85px;
  background-color: #ccc;
  margin-bottom: auto;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.news .inner .swiper-slide a .img-wrap {
    max-width: 111px;
  }
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .img-wrap .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta {
  width: 100%;
  max-width: calc(100% - 105px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta {
    max-width: calc(100% - 121px);
  }
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta .title {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta .data {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #7E98CD;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta .category {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta .category .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.news .inner .swiper-slide a .meta .category {
  width: initial;
  background-color: #7E98CD;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 20px;
}
body.home .contents-wrap .section-content.copy {
  padding-top: 35px;
}
body.home .contents-wrap .section-content.copy .inner {
  padding: 0;
  max-width: 1000px;
  text-align: center;
}
body.home .contents-wrap .section-content.copy .inner .head {
  font-size: 3.6rem;
  line-height: 6rem;
  font-weight: 600;
}
body.home .contents-wrap .section-content.copy .inner p {
  font-size: 2rem;
  line-height: 5rem;
  margin-top: 36px;
}
body.home .contents-wrap .section-content.copy .inner .copy {
  background-image: url(assets/img/bg-top-copy.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top center;
  width: 100%;
  text-align: center;
  padding-top: 140px;
}
body.home .contents-wrap .section-content.copy .inner .copy .head {
  color: #D8B676;
}
body.home .contents-wrap .section-content.copy .inner .copy .btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #D8B676;
  font-size: 1.6rem;
  border-radius: 100px;
  position: relative;
  width: 100%;
  max-width: 350px;
  border: 1px solid #D8B676;
  line-height: 50px;
}
body.home .contents-wrap .section-content.copy .inner .copy .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.copy .inner .copy .btn {
  margin-top: 40px;
}
body.home .contents-wrap .section-content.copy .inner .copy02 {
  margin-top: 200px;
}
body.home .contents-wrap .section-content.service .row {
  margin-bottom: 115px;
  margin-left: -20px;
  margin-right: -20px;
}
body.home .contents-wrap .section-content.service .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.service .row.secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
body.home .contents-wrap .section-content.service .col {
  margin-top: 60px;
}
body.home .contents-wrap .section-content.service .col.gold .head,
body.home .contents-wrap .section-content.service .col.gold .caption,
body.home .contents-wrap .section-content.service .col.gold .text {
  color: #D8B676;
}
body.home .contents-wrap .section-content.service .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .section-content.service .col .head {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}
body.home .contents-wrap .section-content.service .col .head.yellow {
  color: #D8B676;
}
body.home .contents-wrap .section-content.service .col .head span {
  font-size: 24px;
  font-weight: normal;
}
body.home .contents-wrap .section-content.service .col .caption {
  margin-top: 20px;
  color: #003288;
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.service .col .caption {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
body.home .contents-wrap .section-content.service .col .caption.yellow {
  color: #D8B676;
}
body.home .contents-wrap .section-content.service .col .text {
  margin-top: 20px;
  font-size: 16px;
}
body.home .contents-wrap .section-content.service .col .text.yellow {
  color: #D8B676;
}
body.home .contents-wrap .section-content.service .col .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.service .col .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.service .col .button {
  min-width: 350px;
  margin-top: 20px;
}
body.home .contents-wrap .section-content.staff .inner > .head {
  text-align: center;
  font-size: 50px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.home .contents-wrap .section-content.staff .inner > .head span {
  font-size: 18px;
}
body.home .contents-wrap .section-content.staff .inner .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.home .contents-wrap .section-content.staff .inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.home .contents-wrap .section-content.staff .inner .row {
  min-height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.home .contents-wrap .section-content.staff .inner .row.primary {
  background-image: url(assets/img/top_img_mizuno.png);
}
body.home .contents-wrap .section-content.staff .inner .row.secondary {
  background-image: url(assets/img/top_img_takatsuka.png);
}
body.home .contents-wrap .section-content.staff .inner .col {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home .contents-wrap .section-content.staff .inner .col .info {
  margin: 60px 0 auto 0;
}
body.home .contents-wrap .section-content.staff .inner .col .info .head {
  font-size: 40px;
  font-weight: bold;
  color: #022953;
}
body.home .contents-wrap .section-content.staff .inner .col .info .head span {
  font-size: 20px;
}
body.home .contents-wrap .section-content.staff .inner .col .info .caption {
  margin-top: 20px;
  color: #003288;
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.staff .inner .col .info .caption {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
body.home .contents-wrap .section-content.staff .inner .col .info ul {
  color: #022953;
  padding-left: 24px;
  margin-top: 15px;
}
body.home .contents-wrap .section-content.staff .inner .col .info .text {
  color: #022953;
  margin-top: 20px;
  font-size: 16px;
}
body.home .contents-wrap .section-content.staff .inner .col .info .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.staff .inner .col .info .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.staff .inner .col .info .btn {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  background-color: initial;
  border: 1px solid #022953;
}
body.home .contents-wrap .section-content.voice {
  padding-top: 130px;
  padding-bottom: 100px;
}
body.home .contents-wrap .section-content.voice .inner > .head {
  text-align: center;
  font-size: 50px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.home .contents-wrap .section-content.voice .inner > .head span {
  font-size: 18px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide {
  margin-top: 40px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  text-decoration: none;
  border-bottom: 2px solid #003288;
  padding-bottom: 10px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .new {
  position: absolute;
  left: 0;
  top: 0;
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 9px;
  line-height: 20px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .img-wrap {
  width: 100%;
  max-width: 85px;
  background-color: #ccc;
  margin-bottom: auto;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.voice .inner .swiper-slide a .img-wrap {
    max-width: 111px;
  }
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .img-wrap .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta {
  width: 100%;
  max-width: calc(100% - 105px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta {
    max-width: calc(100% - 121px);
  }
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta .title {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta .data {
  font-size: 10px;
  color: #7E98CD;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta .category {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta .category .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.voice .inner .swiper-slide a .meta .category {
  width: initial;
  background-color: #7E98CD;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 20px;
}
body.home .contents-wrap .section-content.voice .inner .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.voice .inner .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.voice .inner .button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: initial;
  border: 1px solid #D8B676;
  color: #D8B676;
}
body.home .contents-wrap .section-content.concept {
  background-image: url(assets/img/bg-top-concept.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.concept {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
body.home .contents-wrap .section-content.concept .inner .logo {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
body.home .contents-wrap .section-content.concept .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .section-content.concept .inner .head {
  color: #D8B676;
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
}
body.home .contents-wrap .section-content.concept .inner .head span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
body.home .contents-wrap .section-content.concept .inner .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
body.home .contents-wrap .section-content.calendar {
  padding-top: 120px;
  background-image: url(assets/img/bg-top-price.svg);
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: bottom left -300px;
}
body.home .contents-wrap .section-content.calendar .head {
  text-align: center;
  font-size: 24px;
}
body.home .contents-wrap .section-content.calendar .head span {
  font-size: 18px;
}
body.home .contents-wrap .section-content.calendar .img {
  margin: 0 auto;
}
body.home .contents-wrap .section-content.calendar .img.price {
  max-width: 490px;
}
body.home .contents-wrap .section-content.calendar .img.pay-option {
  max-width: 300px;
  margin-top: 20px;
}
body.home .contents-wrap .section-content.calendar .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .section-content.calendar .iframe-wrap {
  margin-top: 40px;
}
body.home .contents-wrap .section-content.recommenders {
  padding-top: 100px;
  padding-bottom: 120px;
}
body.home .contents-wrap .section-content.recommenders .inner {
  max-width: 100%;
}
body.home .contents-wrap .section-content.recommenders .inner .head {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.home .contents-wrap .section-content.recommenders .inner .head img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders {
  padding-bottom: 20px;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a {
  text-decoration: none;
  border: 1px solid #003288;
  border-radius: 10px;
  padding: 25px 20px;
  display: block;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta {
  width: 100%;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta .title {
  font-size: 20px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D4DBEF;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta .excerpt {
  font-size: 14px;
  line-height: 20px;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta > .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta > .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders .swiper-slide a .meta > .button {
  display: block;
  padding: 0 5px;
  background-color: #003288;
  font-size: 12px;
  color: #fff;
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 20px;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders > .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders > .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.recommenders .inner .swiper-container-top-recommenders > .button {
  display: block;
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #003288;
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-box-shadow: 3px 3px 10px rgba(126, 152, 205, 0.4);
          box-shadow: 3px 3px 10px rgba(126, 152, 205, 0.4);
}
body.home .contents-wrap .section-content.price {
  padding-top: 195px;
}
@media screen and (min-width: 768px) {
  body.home .contents-wrap .section-content.price {
    padding-bottom: 100px;
  }
}
body.home .contents-wrap .section-content.price .inner > .head {
  text-align: center;
  font-size: 50px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.home .contents-wrap .section-content.price .inner > .head span {
  font-size: 18px;
}
body.home .contents-wrap .section-content.price .inner .copy {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  line-height: 4rem;
}
body.home .contents-wrap .section-content.price .inner .new {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  margin-bottom: -50px;
}
body.home .contents-wrap .section-content.price .inner .new span {
  background-image: url(assets/img/beginner.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.home .contents-wrap .section-content.price .inner .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.home .contents-wrap .section-content.price .inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.home .contents-wrap .section-content.price .inner .row .col {
  margin-top: 120px;
}
body.home .contents-wrap .section-content.price .inner .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .contents-wrap .section-content.price .inner .row .col .head {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
body.home .contents-wrap .section-content.price .inner .row .col .head.yellow {
  color: #D8B676;
}
body.home .contents-wrap .section-content.price .inner .row .col p {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.home .contents-wrap .section-content.price .inner .row .col .time {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.home .contents-wrap .section-content.price .inner .row .col .time span {
  color: #D8B676;
}
body.home .contents-wrap .section-content.price .inner .row .col .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.home .contents-wrap .section-content.price .inner .row .col .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.home .contents-wrap .section-content.price .inner .row .col .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body.home .contents-wrap .section-content.price .inner .row .col .btn span {
  background-image: url(assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.home .contents-wrap .section-content.price .img {
  width: 100%;
  margin-top: 195px;
}
body.home .contents-wrap .section-content.access {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.home .contents-wrap .section-content.access .head {
  text-align: center;
  font-size: 50px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.home .contents-wrap .section-content.access .head span {
  font-size: 18px;
}
body.home .contents-wrap .section-content.access .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.home .contents-wrap .section-content.access .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.home .contents-wrap .section-content.access .row .col {
  margin-top: 40px;
}
body.home .contents-wrap .section-content.access .row .col .map iframe {
  width: 100%;
}
body.home .contents-wrap .section-content.access .row .col .text {
  line-height: 24px;
}

body.about .contents-wrap .main .page-title {
  position: relative;
}
body.about .contents-wrap .main .page-title > .inner {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  max-width: 100%;
  padding: 0;
  min-height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 0 0 0 40px;
  background-image: url(assets/img/about-page-head.jpg);
}
body.about .contents-wrap .main .page-title > .inner .img {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
body.about .contents-wrap .main .page-title > .inner .head {
  width: 100%;
  text-align: center;
  font-size: 36px;
  position: absolute;
  bottom: 0;
  color: #003288;
  margin-bottom: -10px;
}
body.about .contents-wrap .main .page-title > .inner .head span {
  font-size: 12px;
}
body.about .contents-wrap .main .section-content.copy {
  padding-top: 100px;
  padding-bottom: 200px;
}
body.about .contents-wrap .main .section-content.copy .inner {
  max-width: 1040px;
  text-align: center;
}
body.about .contents-wrap .main .section-content.copy .inner .head {
  text-align: center;
  font-size: 3.6rem;
  position: relative;
  display: inline-block;
}
body.about .contents-wrap .main .section-content.copy .inner .head span {
  position: absolute;
  font-size: 1.2rem;
  left: 50px;
  top: 0;
}
body.about .contents-wrap .main .section-content.copy .inner .row {
  margin-left: -25x;
  margin-right: -25x;
}
body.about .contents-wrap .main .section-content.copy .inner .row .col {
  padding-left: 25x;
  padding-right: 25x;
}
body.about .contents-wrap .main .section-content.copy .inner .row .col {
  margin-top: 20px;
}
body.about .contents-wrap .main .section-content.copy .inner .row .col img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
body.about .contents-wrap .main .section-content.copy .inner .row .col .text {
  font-size: 2rem;
  line-height: 5rem;
  text-align: left;
}
body.about .contents-wrap .main .section-content.section01 .swiper-container-about .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.about .contents-wrap .main .section-content.section01 .row .col {
  margin-top: 60px;
}
body.about .contents-wrap .main .section-content.section01 .row .col .img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
body.about .contents-wrap .main .section-content.section01 .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.about .contents-wrap .main .section-content.section01 .row .col .text {
  background-image: url(assets/img/about-section01.svg);
  background-repeat: no-repeat;
  background-size: 165px;
  background-position: top center;
  padding-top: 120px;
}
body.about .contents-wrap .main .section-content.section02 {
  background-image: url(assets/img/bg-aboiut-section02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 117px;
  padding-bottom: 135px;
}
body.about .contents-wrap .main .section-content.section02 .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.about .contents-wrap .main .section-content.section02 .inner .head {
  max-width: 450px;
}
body.about .contents-wrap .main .section-content.section02 .inner .head img {
  display: block;
  width: 100%;
  height: auto;
}
body.about .contents-wrap .main .section-content.section02 .inner ul li {
  list-style-type: none;
  margin-top: 50px;
}
body.about .contents-wrap .main .section-content.section02 .inner ul li .head {
  font-size: 2.6rem;
  font-weight: bold;
}
body.about .contents-wrap .main .section-content.section02 .inner ul li p {
  font-size: 2rem;
  padding-left: 20px;
}
body.about .contents-wrap .main .section-content.section03 {
  padding-top: 200px;
  padding-bottom: 120px;
}
body.about .contents-wrap .main .section-content.section03 .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.about .contents-wrap .main .section-content.section03 .inner .head {
  font-size: 3.6rem;
  text-align: center;
  color: #D8B676;
  background-image: url(assets/img/sebone-kokan_img.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: top center;
  padding-top: 140px;
}
body.about .contents-wrap .main .section-content.section03 .inner .text {
  font-size: 1.6rem;
  margin-top: 50px;
  text-align: center;
}
body.about .contents-wrap .main .section-content.section04, body.about .contents-wrap .main .section-content.section05, body.about .contents-wrap .main .section-content.section06 {
  padding-top: 130px;
  padding-bottom: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.about .contents-wrap .main .section-content.section04 .inner, body.about .contents-wrap .main .section-content.section05 .inner, body.about .contents-wrap .main .section-content.section06 .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.about .contents-wrap .main .section-content.section04 .inner .head, body.about .contents-wrap .main .section-content.section05 .inner .head, body.about .contents-wrap .main .section-content.section06 .inner .head {
  color: #D8B676;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
}
body.about .contents-wrap .main .section-content.section04 .inner .head span, body.about .contents-wrap .main .section-content.section05 .inner .head span, body.about .contents-wrap .main .section-content.section06 .inner .head span {
  font-size: 2rem;
}
body.about .contents-wrap .main .section-content.section04 .inner .head span.num, body.about .contents-wrap .main .section-content.section05 .inner .head span.num, body.about .contents-wrap .main .section-content.section06 .inner .head span.num {
  font-size: 5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: initial;
}
body.about .contents-wrap .main .section-content.section04 .inner .text, body.about .contents-wrap .main .section-content.section05 .inner .text, body.about .contents-wrap .main .section-content.section06 .inner .text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 40px;
}
body.about .contents-wrap .main .section-content.section04 {
  background-image: url(assets/img/bg-about-section04.png);
}
body.about .contents-wrap .main .section-content.section05 {
  background-image: url(assets/img/bg-about-section05.png);
}
body.about .contents-wrap .main .section-content.section06 {
  background-image: url(assets/img/bg-about-section06.png);
}
body.about .contents-wrap .main .section-content.section07 {
  background-image: url(assets/img/bg-about-section07.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 713px;
}
body.about .contents-wrap .main .section-content.section07 .inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
body.about .contents-wrap .main .section-content.section07 .inner .head {
  font-size: 3.6rem;
}
body.about .contents-wrap .main .section-content.section07 .inner .text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 40px;
  line-height: 50px;
}

body.access .contents-wrap .main .section-content.access > .head {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
}
body.access .contents-wrap .main .section-content.access .swiper-container-access-wrapper {
  margin-top: 30px;
}
body.access .contents-wrap .main .section-content.access .swiper-container-access-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.access .contents-wrap .main .section-content.access .inner > .row {
  margin-left: -25px;
  margin-right: -25px;
}
body.access .contents-wrap .main .section-content.access .inner > .row .col {
  padding-left: 25px;
  padding-right: 25px;
}
body.access .contents-wrap .main .section-content.access .inner > .row {
  margin-top: 40px;
}
body.access .contents-wrap .main .section-content.access .inner > .row .col {
  margin-top: 40px;
}
body.access .contents-wrap .main .section-content.access .inner > .row .col .map {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}
body.access .contents-wrap .main .section-content.access .inner > .row .col .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.access .contents-wrap .main .section-content.access .inner > .row .col .text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
body.access .contents-wrap .main .section-content.access .inner .head {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 80px;
  font-weight: bold;
}
body.access .contents-wrap .main .section-content.access .inner .train {
  max-width: 800px;
  margin: 0 auto;
}
body.access .contents-wrap .main .section-content.access .inner .train .box {
  border-top: 30px;
  background-color: #fff;
  border-radius: 6px;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head {
  position: relative;
  font-size: 20px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head::after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head.primary {
  background-color: #398AC6;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head.secondary {
  background-color: #9375B1;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head.show::after {
  content: "\f077";
}
body.access .contents-wrap .main .section-content.access .inner .train .box .acordion-head:hover {
  cursor: pointer;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content > .img {
  max-width: 600px;
  margin: 0 auto;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content > .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content .route {
  max-width: 700px;
  margin: 0 auto;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content .route .row {
  margin-top: 20px;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content .route .row .col {
  margin-top: 20px;
}
body.access .contents-wrap .main .section-content.access .inner .train .box .content .route .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.access .contents-wrap .main .section-content.access .inner > .text {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

body.service-spine,
body.service-hip {
  background-color: #EFF1F7;
}
body.service-spine .contents-wrap .main .page-title,
body.service-hip .contents-wrap .main .page-title {
  position: relative;
}
body.service-spine .contents-wrap .main .page-title > .inner,
body.service-hip .contents-wrap .main .page-title > .inner {
  max-width: 100%;
  padding: 0;
  min-height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 0 0 0 40px;
  background-image: url(assets/img/sericve-spine-title.png);
}
body.service-spine .contents-wrap .main .page-title .copy,
body.service-hip .contents-wrap .main .page-title .copy {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 9999;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.service-spine .contents-wrap .main .page-title .copy,
  body.service-hip .contents-wrap .main .page-title .copy {
    width: 100%;
    max-width: 580px;
    bottom: 50px;
    left: 60px;
  }
}
body.service-spine .contents-wrap .main .page-title .copy span,
body.service-hip .contents-wrap .main .page-title .copy span {
  font-size: 3.6rem;
  font-weight: 600;
}
body.service-spine .contents-wrap .main .page-title .copy p,
body.service-hip .contents-wrap .main .page-title .copy p {
  font-size: 1.6rem;
}
body.service-spine .contents-wrap .main .page-title .copy img,
body.service-hip .contents-wrap .main .page-title .copy img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.menu .inner,
body.service-hip .contents-wrap .main .section-content.menu .inner {
  max-width: 900px;
  margin-left: 0;
}
body.service-spine .contents-wrap .main .section-content.menu .inner .row,
body.service-hip .contents-wrap .main .section-content.menu .inner .row {
  width: 100%;
  margin-top: 30px;
}
body.service-spine .contents-wrap .main .section-content.menu .inner .row .btn,
body.service-hip .contents-wrap .main .section-content.menu .inner .row .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-spine .contents-wrap .main .section-content.menu .inner .row .btn .fa-position-right,
body.service-hip .contents-wrap .main .section-content.menu .inner .row .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-spine .contents-wrap .main .section-content.menu .inner .row .btn,
body.service-hip .contents-wrap .main .section-content.menu .inner .row .btn {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 1.6rem;
  margin-top: 20px;
  background-color: #FFFFFF;
}
body.service-spine .contents-wrap .main .section-content.menu .inner .row .btn.yellow,
body.service-hip .contents-wrap .main .section-content.menu .inner .row .btn.yellow {
  background-color: #D8B676;
}
body.service-spine .contents-wrap .main .section-content.section01,
body.service-hip .contents-wrap .main .section-content.section01 {
  padding-top: 100px;
  padding-bottom: 200px;
}
body.service-spine .contents-wrap .main .section-content.section01 .inner,
body.service-hip .contents-wrap .main .section-content.section01 .inner {
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.section01 .inner .head,
body.service-hip .contents-wrap .main .section-content.section01 .inner .head {
  font-size: 4rem;
  color: #D8B676;
  font-weight: bold;
  line-height: 60px;
}
body.service-spine .contents-wrap .main .section-content.section01 .inner .text,
body.service-hip .contents-wrap .main .section-content.section01 .inner .text {
  font-size: 2rem;
  line-height: 5rem;
  margin-top: 70px;
}
body.service-spine .contents-wrap .main .section-content.section02,
body.service-hip .contents-wrap .main .section-content.section02 {
  background-image: url(assets/img/bg-service-spine-section02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 360px;
  padding-bottom: 60px;
}
body.service-spine .contents-wrap .main .section-content.section02 .inner .head,
body.service-hip .contents-wrap .main .section-content.section02 .inner .head {
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
}
body.service-spine .contents-wrap .main .section-content.section02 .inner .text,
body.service-hip .contents-wrap .main .section-content.section02 .inner .text {
  font-size: 1.6rem;
  margin-top: 3rem;
}
body.service-spine .contents-wrap .main .section-content.flow,
body.service-hip .contents-wrap .main .section-content.flow {
  padding-top: 200px;
  padding-bottom: 60px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner > .head,
body.service-hip .contents-wrap .main .section-content.flow .inner > .head {
  text-align: center;
  font-size: 5rem;
  line-height: 3rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.service-spine .contents-wrap .main .section-content.flow .inner > .head span,
body.service-hip .contents-wrap .main .section-content.flow .inner > .head span {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
body.service-spine .contents-wrap .main .section-content.flow .inner > .text,
body.service-hip .contents-wrap .main .section-content.flow .inner > .text {
  text-align: center;
  font-size: 2rem;
  margin-top: 45px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row,
body.service-hip .contents-wrap .main .section-content.flow .inner .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row,
body.service-hip .contents-wrap .main .section-content.flow .inner .row {
  margin-top: 45px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col {
  margin-top: 50px;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col img,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col .head,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col .head {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 6rem;
  margin-top: 50pxv;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col .head span,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col .head span {
  font-size: 5rem;
}
body.service-spine .contents-wrap .main .section-content.flow .inner .row .col .text,
body.service-hip .contents-wrap .main .section-content.flow .inner .row .col .text {
  font-size: 1.6rem;
}
body.service-spine .contents-wrap .main .section-content.expectations,
body.service-hip .contents-wrap .main .section-content.expectations {
  padding-top: 160px;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner > .head,
body.service-hip .contents-wrap .main .section-content.expectations .inner > .head {
  color: #FFFFFF;
  font-size: 5rem;
  text-align: center;
  line-height: 5rem;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner > .head span,
body.service-hip .contents-wrap .main .section-content.expectations .inner > .head span {
  font-size: 2rem;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner .row,
body.service-hip .contents-wrap .main .section-content.expectations .inner .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner .row .col,
body.service-hip .contents-wrap .main .section-content.expectations .inner .row .col {
  margin-top: 40px;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner .row .col .img,
body.service-hip .contents-wrap .main .section-content.expectations .inner .row .col .img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}
body.service-spine .contents-wrap .main .section-content.expectations .inner .row .col .text,
body.service-hip .contents-wrap .main .section-content.expectations .inner .row .col .text {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.target,
body.service-hip .contents-wrap .main .section-content.target {
  padding-top: 200px;
  padding-bottom: 90px;
}
body.service-spine .contents-wrap .main .section-content.target .inner,
body.service-hip .contents-wrap .main .section-content.target .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  body.service-spine .contents-wrap .main .section-content.target .inner,
  body.service-hip .contents-wrap .main .section-content.target .inner {
    padding: 0 20px;
  }
}
body.service-spine .contents-wrap .main .section-content.target .inner .box,
body.service-hip .contents-wrap .main .section-content.target .inner .box {
  background-color: #081E43;
  padding: 35px;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  body.service-spine .contents-wrap .main .section-content.target .inner .box,
  body.service-hip .contents-wrap .main .section-content.target .inner .box {
    border-radius: 20px;
  }
}
body.service-spine .contents-wrap .main .section-content.target .inner .box .head.primary,
body.service-hip .contents-wrap .main .section-content.target .inner .box .head.primary {
  font-size: 5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.service-spine .contents-wrap .main .section-content.target .inner .box .head.primary span,
body.service-hip .contents-wrap .main .section-content.target .inner .box .head.primary span {
  font-size: 2rem;
}
body.service-spine .contents-wrap .main .section-content.target .inner .box .head.secondary,
body.service-hip .contents-wrap .main .section-content.target .inner .box .head.secondary {
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 0 auto;
}
body.service-spine .contents-wrap .main .section-content.target .inner .box ul,
body.service-hip .contents-wrap .main .section-content.target .inner .box ul {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: left;
  list-style-type: none;
}
body.service-spine .contents-wrap .main .section-content.target .inner .box ul li,
body.service-hip .contents-wrap .main .section-content.target .inner .box ul li {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.target .inner .box ul li::before,
body.service-hip .contents-wrap .main .section-content.target .inner .box ul li::before {
  position: absolute;
  left: 0;
  color: #00FF14;
  font-family: "Font Awesome 6 Free";
  /* 2. アイコンのUnicodeを指定（例：右矢印は f061） */
  /* 前にバックスラッシュ \ を入れるのがポイントです */
  content: "\f061";
  /* 3. Solid(塗りつぶし)アイコンの場合は 900 を指定 */
  font-weight: 900;
  /* 見た目の調整（必要に応じて） */
  margin-left: 8px;
  display: inline-block;
  content: "\f058";
}
body.service-spine .contents-wrap .main .section-content.course,
body.service-hip .contents-wrap .main .section-content.course {
  padding-bottom: 100px;
}
body.service-spine .contents-wrap .main .section-content.course .row,
body.service-hip .contents-wrap .main .section-content.course .row {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col,
body.service-hip .contents-wrap .main .section-content.course .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col,
body.service-hip .contents-wrap .main .section-content.course .row .col {
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col img,
body.service-hip .contents-wrap .main .section-content.course .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .head,
body.service-hip .contents-wrap .main .section-content.course .row .col .head {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .text,
body.service-hip .contents-wrap .main .section-content.course .row .col .text {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .time,
body.service-hip .contents-wrap .main .section-content.course .row .col .time {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .time span,
body.service-hip .contents-wrap .main .section-content.course .row .col .time span {
  color: #D8B676;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .btn,
body.service-hip .contents-wrap .main .section-content.course .row .col .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .btn .fa-position-right,
body.service-hip .contents-wrap .main .section-content.course .row .col .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .btn,
body.service-hip .contents-wrap .main .section-content.course .row .col .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.course .row .col .btn span,
body.service-hip .contents-wrap .main .section-content.course .row .col .btn span {
  background-image: url(assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.service-spine .contents-wrap .main .section-content.cares,
body.service-hip .contents-wrap .main .section-content.cares {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 84px;
  padding-bottom: 240px;
}
body.service-spine .contents-wrap .main .section-content.cares.synergy,
body.service-hip .contents-wrap .main .section-content.cares.synergy {
  background-image: url(assets/img/bg-service-spine-care01.png);
  border-top: 9px solid #D8B676;
  padding-top: 500px;
}
body.service-spine .contents-wrap .main .section-content.cares.synergy .row .col .head,
body.service-hip .contents-wrap .main .section-content.cares.synergy .row .col .head {
  font-size: 4rem;
  line-height: 4rem;
}
body.service-spine .contents-wrap .main .section-content.cares.synergy .row .col .head span,
body.service-hip .contents-wrap .main .section-content.cares.synergy .row .col .head span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
}
body.service-spine .contents-wrap .main .section-content.cares.synergy .row .col .copy,
body.service-hip .contents-wrap .main .section-content.cares.synergy .row .col .copy {
  font-size: 4rem;
  line-height: 60px;
}
body.service-spine .contents-wrap .main .section-content.cares.care-hip01,
body.service-hip .contents-wrap .main .section-content.cares.care-hip01 {
  background-image: url(assets/img/bg-service-hip-care01.png);
  margin-top: 200px;
}
body.service-spine .contents-wrap .main .section-content.cares.care-hip02,
body.service-hip .contents-wrap .main .section-content.cares.care-hip02 {
  background-image: url(assets/img/bg-service-hip-care02.png);
}
body.service-spine .contents-wrap .main .section-content.cares.care-hip03,
body.service-hip .contents-wrap .main .section-content.cares.care-hip03 {
  background-image: url(assets/img/bg-service-hip-care03.png);
}
body.service-spine .contents-wrap .main .section-content.cares .row .col .head,
body.service-hip .contents-wrap .main .section-content.cares .row .col .head {
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
  color: #022953;
}
body.service-spine .contents-wrap .main .section-content.cares .row .col .copy,
body.service-hip .contents-wrap .main .section-content.cares .row .col .copy {
  margin-top: 35px;
  font-size: 2.4rem;
  color: #022953;
}
body.service-spine .contents-wrap .main .section-content.cares .row .col .caption,
body.service-hip .contents-wrap .main .section-content.cares .row .col .caption {
  margin-top: 45px;
  font-size: 1.6rem;
  color: #022953;
  padding-bottom: 15px;
}
body.service-spine .contents-wrap .main .section-content.cares .row .col .text,
body.service-hip .contents-wrap .main .section-content.cares .row .col .text {
  padding-top: 15px;
  border-top: 1px solid #022953;
  font-size: 1.4rem;
  color: #022953;
  max-width: 384px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail01 .head,
body.service-spine .contents-wrap .main .section-content.details .inner .detail02 .head,
body.service-hip .contents-wrap .main .section-content.details .inner .detail01 .head,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 .head {
  font-size: 3rem;
  color: #D8B676;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail01 .text,
body.service-spine .contents-wrap .main .section-content.details .inner .detail02 .text,
body.service-hip .contents-wrap .main .section-content.details .inner .detail01 .text,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 .text {
  font-size: 1.6rem;
  padding-top: 20px;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail02,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 {
  padding-top: 120px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail02 .img,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 .img {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail02 .img img,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail02,
body.service-hip .contents-wrap .main .section-content.details .inner .detail02 {
  padding-top: 120px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 {
  padding-top: 100px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 .head,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 .head {
  font-size: 24px;
  color: #D8B676;
  text-align: center;
  position: relative;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 .head span,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 .head span {
  padding: 0 10px;
  background-color: #022953;
  position: relative;
  z-index: 9999;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 .head::before,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 .head::before {
  position: absolute;
  content: "";
  width: 100%;
  border: 1px solid #D8B676;
  left: 0;
  top: 50%;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 ul,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 ul {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 ul li,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.details .inner .detail03 ul li::before,
body.service-hip .contents-wrap .main .section-content.details .inner .detail03 ul li::before {
  position: absolute;
  left: 0;
  color: #D8B676;
  font-family: "Font Awesome 6 Free";
  /* 2. アイコンのUnicodeを指定（例：右矢印は f061） */
  /* 前にバックスラッシュ \ を入れるのがポイントです */
  content: "\f061";
  /* 3. Solid(塗りつぶし)アイコンの場合は 900 を指定 */
  font-weight: 900;
  /* 見た目の調整（必要に応じて） */
  margin-left: 8px;
  display: inline-block;
  content: "\f058";
}
body.service-spine .contents-wrap .main .section-content.details .swiper-container-service-spine-wrapper,
body.service-hip .contents-wrap .main .section-content.details .swiper-container-service-spine-wrapper {
  margin-top: 37px;
}
body.service-spine .contents-wrap .main .section-content.details .swiper-container-service-spine-wrapper .swiper-slide img,
body.service-hip .contents-wrap .main .section-content.details .swiper-container-service-spine-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.details .copy,
body.service-hip .contents-wrap .main .section-content.details .copy {
  padding-top: 100px;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row,
body.service-hip .contents-wrap .main .section-content.details .copy .row {
  margin-left: 0;
  margin-right: 0;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col {
  padding-left: 0;
  padding-right: 0;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col.primary,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col.primary {
  background-image: url(assets/img/img-service-spine-copy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col.secondary,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col.secondary {
  background-color: #D8B676;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-height: 412px;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col.secondary .box,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col.secondary .box {
  margin: auto;
  margin-left: 90px;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col.secondary .box .head,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col.secondary .box .head {
  color: #022953;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.5rem;
}
body.service-spine .contents-wrap .main .section-content.details .copy .row .col.secondary .box .text,
body.service-hip .contents-wrap .main .section-content.details .copy .row .col.secondary .box .text {
  color: #022953;
  font-size: 1.6rem;
  line-height: 30px;
}
body.service-spine .contents-wrap .main .section-content.section04,
body.service-hip .contents-wrap .main .section-content.section04 {
  background-image: url(assets/img/bg-service-spine-section04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 150px;
}
body.service-spine .contents-wrap .main .section-content.section04 .inner .head,
body.service-hip .contents-wrap .main .section-content.section04 .inner .head {
  font-size: 4rem;
  font-weight: bold;
  color: #022953;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.section04 .inner .text,
body.service-hip .contents-wrap .main .section-content.section04 .inner .text {
  color: #022953;
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  margin-top: 40px;
}
body.service-spine .contents-wrap .main .section-content.section05,
body.service-hip .contents-wrap .main .section-content.section05 {
  background-image: url(assets/img/bg-service-spine-section05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 150px;
}
body.service-spine .contents-wrap .main .section-content.section05 .inner .head,
body.service-hip .contents-wrap .main .section-content.section05 .inner .head {
  color: #D8B676;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.section05 .inner .text,
body.service-hip .contents-wrap .main .section-content.section05 .inner .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  margin-top: 40px;
}
body.service-spine .contents-wrap .main .section-content.price,
body.service-hip .contents-wrap .main .section-content.price {
  padding-top: 195px;
  padding-bottom: 200px;
}
body.service-spine .contents-wrap .main .section-content.price .inner > .head,
body.service-hip .contents-wrap .main .section-content.price .inner > .head {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.price .inner > .head span,
body.service-hip .contents-wrap .main .section-content.price .inner > .head span {
  font-size: 2rem;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row,
body.service-hip .contents-wrap .main .section-content.price .inner .row {
  margin-top: 50px;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col {
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col img,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .head,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .head {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .text,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .text {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .time,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .time {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .time span,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .time span {
  color: #D8B676;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .btn,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .btn .fa-position-right,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .btn,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body.service-spine .contents-wrap .main .section-content.price .inner .row .col .btn span,
body.service-hip .contents-wrap .main .section-content.price .inner .row .col .btn span {
  background-image: url(assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner > .head,
body.service-hip .contents-wrap .main .section-content.profile .inner > .head {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  text-align: center;
}
body.service-spine .contents-wrap .main .section-content.profile .inner > .head span,
body.service-hip .contents-wrap .main .section-content.profile .inner > .head span {
  font-size: 2rem;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .row,
body.service-hip .contents-wrap .main .section-content.profile .inner .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .row .col,
body.service-hip .contents-wrap .main .section-content.profile .inner .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .row,
body.service-hip .contents-wrap .main .section-content.profile .inner .row {
  min-height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/img/top_img_takatsuka.png);
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col,
body.service-hip .contents-wrap .main .section-content.profile .inner .col {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info {
  margin: 60px 0 auto 0;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .head,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .head {
  font-size: 40px;
  font-weight: bold;
  color: #022953;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .head span,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .head span {
  font-size: 20px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .caption,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .caption {
  margin-top: 20px;
  color: #003288;
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .caption,
  body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .caption {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info ul,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info ul {
  color: #022953;
  padding-left: 24px;
  margin-top: 15px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .text,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .text {
  color: #022953;
  margin-top: 20px;
  font-size: 16px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .btn,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .btn .fa-position-right,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-spine .contents-wrap .main .section-content.profile .inner .col .info .btn,
body.service-hip .contents-wrap .main .section-content.profile .inner .col .info .btn {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  background-color: initial;
  border: 1px solid #022953;
}

body.service-hip .contents-wrap .main .page-title {
  position: relative;
}
body.service-hip .contents-wrap .main .page-title > .inner {
  background-image: url(assets/img/sericve-hip-title.jpg);
}
body.service-hip .contents-wrap .main .section-content.section02 {
  background-image: url(assets/img/bg-service-hip-section02.png);
}
body.service-hip .contents-wrap .main .section-content.section02 .row {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: -80px;
}
body.service-hip .contents-wrap .main .section-content.section02 .row .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-hip .contents-wrap .main .section-content.section02 .row .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-hip .contents-wrap .main .section-content.section02 .row .btn {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 1.6rem;
  margin-top: 20px;
  background-color: #FFFFFF;
}
body.service-hip .contents-wrap .main .section-content.section02 .row .btn.yellow {
  background-color: #D8B676;
}
body.service-hip .contents-wrap .main .section-content.flow {
  padding-bottom: 0;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step {
  margin-top: 60px;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step .title, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step .title {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 60px;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step .title::before, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step .title::before {
  content: "";
  width: calc(35% - 20px);
  border-top: 1px solid #FFFFFF;
  left: 15%;
  top: 0;
  position: absolute;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step .title::after, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step .title::after {
  content: "";
  width: calc(35% - 20px);
  border-top: 1px solid #FFFFFF;
  right: 15%;
  top: 0;
  position: absolute;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step .title span, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step .title span {
  line-height: 35px;
  position: absolute;
  top: -22px;
  left: calc(50% - 17px);
  padding: 0 10px;
}
body.service-hip .contents-wrap .main .section-content.flow.care01 .inner .step .text, body.service-hip .contents-wrap .main .section-content.flow.care02 .inner .step .text {
  text-align: center;
}
body.service-hip .contents-wrap .main .section-content.flow.care03 .inner.course {
  padding-bottom: 100px;
}
body.service-hip .contents-wrap .main .section-content.flow.care03 .copy {
  font-size: 3rem;
  text-align: center;
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow.care03 .tex {
  font-size: 3rem;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target {
  max-width: 800px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box {
  background-color: #081E43;
  padding: 35px;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 90px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.service-hip .contents-wrap .main .section-content.flow .inner.target .box {
    border-radius: 20px;
  }
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box .head.primary {
  font-size: 5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box .head.primary span {
  font-size: 2rem;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box .head.secondary {
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 0 auto;
  margin-top: 46px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box ul {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: left;
  list-style-type: none;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box ul li {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.target .box ul li::before {
  position: absolute;
  left: 0;
  color: #00FF14;
  font-family: "Font Awesome 6 Free";
  /* 2. アイコンのUnicodeを指定（例：右矢印は f061） */
  /* 前にバックスラッシュ \ を入れるのがポイントです */
  content: "\f061";
  /* 3. Solid(塗りつぶし)アイコンの場合は 900 を指定 */
  font-weight: 900;
  /* 見た目の調整（必要に応じて） */
  margin-left: 8px;
  display: inline-block;
  content: "\f058";
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course {
  max-width: 940px;
  padding-bottom: 240px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col {
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .head {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .text {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .time {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .time span {
  color: #D8B676;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.flow .inner.course .row .col .btn span {
  background-image: url(assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.service-hip .contents-wrap .main .section-content.expectations {
  padding-top: 100px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner {
  max-width: 540px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner .row .col .text {
  font-size: 1.4rem;
  line-height: 2rem;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target {
  max-width: 800px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box {
  background-color: #081E43;
  padding: 35px;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 90px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box {
    border-radius: 20px;
  }
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box .head.primary {
  font-size: 5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box .head.primary span {
  font-size: 2rem;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box .head.secondary {
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 0 auto;
  margin-top: 46px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box ul {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: left;
  list-style-type: none;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box ul li {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.target .box ul li::before {
  position: absolute;
  left: 0;
  color: #00FF14;
  font-family: "Font Awesome 6 Free";
  /* 2. アイコンのUnicodeを指定（例：右矢印は f061） */
  /* 前にバックスラッシュ \ を入れるのがポイントです */
  content: "\f061";
  /* 3. Solid(塗りつぶし)アイコンの場合は 900 を指定 */
  font-weight: 900;
  /* 見た目の調整（必要に応じて） */
  margin-left: 8px;
  display: inline-block;
  content: "\f058";
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course {
  max-width: 940px;
  padding-bottom: 240px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col {
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .head {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .text {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .time {
  font-size: 1.6rem;
  margin-top: 30px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .time span {
  color: #D8B676;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .btn {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 8rem;
  font-size: 2rem;
  margin-top: 20px;
}
body.service-hip .contents-wrap .main .section-content.expectations .inner.course .row .col .btn span {
  background-image: url(assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  padding-left: 30px;
}
body.service-hip .contents-wrap .main .section-content.section05 {
  background-image: url(assets/img/bg-service-hip-section05.png);
}
body.service-hip .contents-wrap .main .section-content.section05 .inner .head,
body.service-hip .contents-wrap .main .section-content.section05 .inner .text {
  color: #022953;
}
body.service-hip .contents-wrap .main .section-content.cares.synergy {
  margin-top: 200px;
}
body.service-hip .contents-wrap .main .section-content.cares.care-hip01 {
  background-image: url(assets/img/bg-service-hip-care01.png);
  margin-top: 200px;
}
body.service-hip .contents-wrap .main .section-content.cares.care-hip02 {
  background-image: url(assets/img/bg-service-hip-care02.png);
}
body.service-hip .contents-wrap .main .section-content.cares.care-hip03 {
  background-image: url(assets/img/bg-service-hip-care03.png);
}
body.service-hip .contents-wrap .main .section-content.cares .row .col .head {
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
  color: #022953;
}
body.service-hip .contents-wrap .main .section-content.cares .row .col .copy {
  margin-top: 35px;
  font-size: 2.4rem;
  color: #022953;
}
body.service-hip .contents-wrap .main .section-content.cares .row .col .caption {
  margin-top: 45px;
  font-size: 1.6rem;
  color: #022953;
  padding-bottom: 15px;
}
body.service-hip .contents-wrap .main .section-content.cares .row .col .text {
  padding-top: 15px;
  border-top: 1px solid #022953;
  font-size: 1.4rem;
  color: #022953;
  max-width: 384px;
}
body.service-hip .contents-wrap .main .section-content.profile .inner .row {
  background-image: url(assets/img/top_img_mizuno.png);
}

body.menu .contents-wrap .main .section-content.price {
  padding-bottom: 100px;
}
body.menu .contents-wrap .main .section-content.price .inner .img {
  margin: 0 auto;
}
body.menu .contents-wrap .main .section-content.price .inner .img.price {
  max-width: 490px;
}
body.menu .contents-wrap .main .section-content.price .inner .img.pay-option {
  max-width: 300px;
  margin-top: 20px;
}
body.menu .contents-wrap .main .section-content.price .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.menu .contents-wrap .main .section-content.price .inner .button {
  max-width: 420px;
  margin: 0 auto;
}
body.menu .contents-wrap .main .section-content.price .inner .text {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 20px;
}
body.menu .contents-wrap .main .section-content.price .inner .head {
  margin-top: 150px;
  text-align: center;
  color: #003288;
  font-size: 24px;
  font-weight: bold;
}
body.menu .contents-wrap .main .section-content.price .inner .head.order {
  text-align: center;
  margin-top: 0px;
}
body.menu .contents-wrap .main .section-content.price .inner .head.order img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.menu .contents-wrap .main .section-content.price .inner .head.order img {
    display: initial;
    width: initial;
  }
}
body.menu .contents-wrap .main .section-content.price .inner .caption {
  color: #003288;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
body.menu .contents-wrap .main .section-content.book .inner .button {
  background-color: #003288;
  max-width: 420px;
  margin: 0 auto;
}

body.faq .contents-wrap .main .section-content .acordion-box {
  padding-bottom: 40px;
}
body.faq .contents-wrap .main .section-content .acordion-box .head {
  font-size: 24px;
  color: #022953;
  padding: 10px;
  background-color: #D8B676;
  border-radius: 10px;
}
body.faq .contents-wrap .main .section-content .acordion-box .head.white {
  background-color: #FFFFFF;
}
body.faq .contents-wrap .main .section-content .acordion-box dl {
  margin-top: 30px;
}
body.faq .contents-wrap .main .section-content .acordion-box dl dt {
  font-size: 18px;
  color: #D8B676;
  margin-top: 50px;
  background-image: url(assets/img/mark-faq.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: top left;
  padding-left: 40px;
}
body.faq .contents-wrap .main .section-content .acordion-box dl dd {
  font-size: 16px;
  margin-top: 10px;
}
body.faq .contents-wrap .main .section-content .acordion-box dl dd ul {
  padding-left: 20px;
}

body.blog .contents-wrap .main .section-content .inner,
body.archive .contents-wrap .main .section-content .inner,
body.single .contents-wrap .main .section-content .inner,
body.search .contents-wrap .main .section-content .inner {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
body.blog .contents-wrap .main .section-content .inner > .posts,
body.archive .contents-wrap .main .section-content .inner > .posts,
body.single .contents-wrap .main .section-content .inner > .posts,
body.search .contents-wrap .main .section-content .inner > .posts {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.blog .contents-wrap .main .section-content .inner > .posts,
  body.archive .contents-wrap .main .section-content .inner > .posts,
  body.single .contents-wrap .main .section-content .inner > .posts,
  body.search .contents-wrap .main .section-content .inner > .posts {
    max-width: calc(100% - 290px);
  }
}
body.blog .contents-wrap .main .section-content .inner > .posts > .head,
body.archive .contents-wrap .main .section-content .inner > .posts > .head,
body.single .contents-wrap .main .section-content .inner > .posts > .head,
body.search .contents-wrap .main .section-content .inner > .posts > .head {
  font-size: 24px;
  color: #022953;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post,
body.archive .contents-wrap .main .section-content .inner > .posts .post,
body.single .contents-wrap .main .section-content .inner > .posts .post,
body.search .contents-wrap .main .section-content .inner > .posts .post {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #7E98CD;
  text-decoration: none;
  margin-top: 40px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .img-wrap,
body.archive .contents-wrap .main .section-content .inner > .posts .post .img-wrap,
body.single .contents-wrap .main .section-content .inner > .posts .post .img-wrap,
body.search .contents-wrap .main .section-content .inner > .posts .post .img-wrap {
  display: block;
  width: 100%;
  max-width: 140px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .img-wrap .img,
body.archive .contents-wrap .main .section-content .inner > .posts .post .img-wrap .img,
body.single .contents-wrap .main .section-content .inner > .posts .post .img-wrap .img,
body.search .contents-wrap .main .section-content .inner > .posts .post .img-wrap .img {
  padding-top: 65%;
  background-size: cover;
  background-position: center center;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta {
  width: 100%;
  max-width: calc(100% - 170px);
  margin-left: 30px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .title,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .title,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .title,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .title {
  font-size: 16px;
  color: #FFFFFF;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt {
  font-size: 14px;
  display: none;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
  body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
  body.single .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt,
  body.search .contents-wrap .main .section-content .inner > .posts .post .meta .excerpt {
    display: block;
  }
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .info,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .info,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .info,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .info {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .info .data,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .info .data,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .info .data,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .info .data {
  font-size: 12px;
  color: #7E98CD;
  width: 100%;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .info .category,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .info .category,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .info .category,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .info .category {
  color: #fff;
  background-color: #7E98CD;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 10px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .post .meta .info .tag,
body.archive .contents-wrap .main .section-content .inner > .posts .post .meta .info .tag,
body.single .contents-wrap .main .section-content .inner > .posts .post .meta .info .tag,
body.search .contents-wrap .main .section-content .inner > .posts .post .meta .info .tag {
  background-color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 10px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 12px;
  color: #000;
  border: none;
  font-size: 18pxv;
  text-decoration: none;
  border-radius: 10px;
  width: 100%;
  max-width: 40px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(126, 152, 205, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(126, 152, 205, 0.4);
  margin-bottom: 10px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a {
  position: relative;
  background-color: #fff;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.previouspostslink, body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.nextpostslink,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.previouspostslink,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.nextpostslink,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.previouspostslink,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.nextpostslink,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.previouspostslink,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 100%;
  max-width: 40px;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.last, body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.first,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.last,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.first,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.last,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.first,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.last,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi a.first {
  background-color: #fff;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.current,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.current,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.current,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.current {
  background-color: #D8B676;
}
body.blog .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.extend,
body.archive .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.extend,
body.single .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.extend,
body.search .contents-wrap .main .section-content .inner > .posts .wp-pagenavi span.extend {
  border: none;
}
body.blog .contents-wrap .main .section-content .inner > .post,
body.archive .contents-wrap .main .section-content .inner > .post,
body.single .contents-wrap .main .section-content .inner > .post,
body.search .contents-wrap .main .section-content .inner > .post {
  width: 100%;
  max-width: 800px;
}
body.blog .contents-wrap .main .section-content .inner > .post .title,
body.archive .contents-wrap .main .section-content .inner > .post .title,
body.single .contents-wrap .main .section-content .inner > .post .title,
body.search .contents-wrap .main .section-content .inner > .post .title {
  font-size: 24px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  color: #022953;
}
body.blog .contents-wrap .main .section-content .inner > .post .meta,
body.archive .contents-wrap .main .section-content .inner > .post .meta,
body.single .contents-wrap .main .section-content .inner > .post .meta,
body.search .contents-wrap .main .section-content .inner > .post .meta {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-top: 10px;
}
body.blog .contents-wrap .main .section-content .inner > .post .meta .category,
body.archive .contents-wrap .main .section-content .inner > .post .meta .category,
body.single .contents-wrap .main .section-content .inner > .post .meta .category,
body.search .contents-wrap .main .section-content .inner > .post .meta .category {
  color: #fff;
  background-color: #7E98CD;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 12px;
}
body.blog .contents-wrap .main .section-content .inner > .post .meta .tag,
body.archive .contents-wrap .main .section-content .inner > .post .meta .tag,
body.single .contents-wrap .main .section-content .inner > .post .meta .tag,
body.search .contents-wrap .main .section-content .inner > .post .meta .tag {
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 12px;
}
body.blog .contents-wrap .main .section-content .inner > .post .meta .data,
body.archive .contents-wrap .main .section-content .inner > .post .meta .data,
body.single .contents-wrap .main .section-content .inner > .post .meta .data,
body.search .contents-wrap .main .section-content .inner > .post .meta .data {
  font-size: 12px;
  color: #7E98CD;
  margin-left: auto;
}
body.blog .contents-wrap .main .section-content .inner > .post .img-wrap,
body.archive .contents-wrap .main .section-content .inner > .post .img-wrap,
body.single .contents-wrap .main .section-content .inner > .post .img-wrap,
body.search .contents-wrap .main .section-content .inner > .post .img-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 80px;
}
body.blog .contents-wrap .main .section-content .inner > .post .img-wrap .img,
body.archive .contents-wrap .main .section-content .inner > .post .img-wrap .img,
body.single .contents-wrap .main .section-content .inner > .post .img-wrap .img,
body.search .contents-wrap .main .section-content .inner > .post .img-wrap .img {
  padding-top: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content a,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content a,
body.single .contents-wrap .main .section-content .inner > .post .entry-content a,
body.search .contents-wrap .main .section-content .inner > .post .entry-content a {
  color: #003288;
}
@media screen and (max-width: 768px) {
  body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
  body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
  body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
  body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image {
    float: none;
  }
  body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image figure, body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image img,
  body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image figure,
  body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image img,
  body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image figure,
  body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image img,
  body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image figure,
  body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content figure,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content figure,
body.single .contents-wrap .main .section-content .inner > .post .entry-content figure,
body.search .contents-wrap .main .section-content .inner > .post .entry-content figure {
  display: block;
  margin-bottom: 40px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h2,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h2,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h2,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h2 {
  font-size: 26px;
  line-height: 40px;
  padding-left: 10px;
  border-left: 2px solid #FFFFFF;
  margin-bottom: 30px;
  color: #FFFFFF;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h3,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h3,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h3,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
  border-bottom: 2px solid #003288;
  margin-bottom: 20px;
  background-color: #fff;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h4,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h4,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h4,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #003288;
  position: relative;
  padding-left: 20px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h4:before,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h4:before,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h4:before,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h4:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003288;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h5,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h5,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h5,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h5 {
  font-size: 16px;
  line-height: 25px;
  color: #003288;
  margin-bottom: 15px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h6,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h6,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h6,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content h6:before,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content h6:before,
body.single .contents-wrap .main .section-content .inner > .post .entry-content h6:before,
body.search .contents-wrap .main .section-content .inner > .post .entry-content h6:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content p,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content p,
body.single .contents-wrap .main .section-content .inner > .post .entry-content p,
body.search .contents-wrap .main .section-content .inner > .post .entry-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ul,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ul,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ul,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ul {
  margin-bottom: 30px;
  padding-left: 24px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ul li,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ul li,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ul li,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ul li {
  font-size: 18px;
  line-height: 3.5rem;
  position: relative;
  margin-bottom: 15px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ul li:before,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ul li:before,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ul li:before,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ul li:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ul li ul,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ul li ul,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ul li ul,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ul li ul {
  margin-bottom: 0;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ol,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ol,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ol,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ol {
  margin-bottom: 30px;
  padding-left: 24px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ol li,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ol li,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ol li,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ol li {
  font-size: 16px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content ol li ol,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content ol li ol,
body.single .contents-wrap .main .section-content .inner > .post .entry-content ol li ol,
body.search .contents-wrap .main .section-content .inner > .post .entry-content ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content img,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content img,
body.single .contents-wrap .main .section-content .inner > .post .entry-content img,
body.search .contents-wrap .main .section-content .inner > .post .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content img.aligncenter,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content img.aligncenter,
body.single .contents-wrap .main .section-content .inner > .post .entry-content img.aligncenter,
body.search .contents-wrap .main .section-content .inner > .post .entry-content img.aligncenter {
  margin: 0 auto 40px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content img.alignleft,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content img.alignleft,
body.single .contents-wrap .main .section-content .inner > .post .entry-content img.alignleft,
body.search .contents-wrap .main .section-content .inner > .post .entry-content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content img.alignright,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content img.alignright,
body.single .contents-wrap .main .section-content .inner > .post .entry-content img.alignright,
body.search .contents-wrap .main .section-content .inner > .post .entry-content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote,
body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote,
body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote {
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  background-color: #DCE3F5;
  margin-bottom: 30px;
  color: #022953;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote p,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote p,
body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote p,
body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote p {
  margin-bottom: 60;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote cite,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote cite,
body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote cite,
body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-quote cite {
  font-size: 12px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image,
body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image {
  margin-bottom: 30px;
}
body.blog .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image .wp-element-caption,
body.archive .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image .wp-element-caption,
body.single .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image .wp-element-caption,
body.search .contents-wrap .main .section-content .inner > .post .entry-content .wp-block-image .wp-element-caption {
  font-size: 14px;
  margin-top: 0px;
}
body.blog .contents-wrap .main .section-content .inner .aside,
body.archive .contents-wrap .main .section-content .inner .aside,
body.single .contents-wrap .main .section-content .inner .aside,
body.search .contents-wrap .main .section-content .inner .aside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.blog .contents-wrap .main .section-content .inner .aside,
  body.archive .contents-wrap .main .section-content .inner .aside,
  body.single .contents-wrap .main .section-content .inner .aside,
  body.search .contents-wrap .main .section-content .inner .aside {
    max-width: 200px;
    margin-left: 90px;
  }
}
body.blog .contents-wrap .main .section-content .inner .aside .box,
body.archive .contents-wrap .main .section-content .inner .aside .box,
body.single .contents-wrap .main .section-content .inner .aside .box,
body.search .contents-wrap .main .section-content .inner .aside .box {
  margin-bottom: 30px;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap input,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap input,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap input,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap input {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 20px;
  border: 1px solid #003288;
  border-radius: 10px;
  min-height: 30px;
  margin-top: 10px;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap input.primary,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap input.primary,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap input.primary,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap input.primary {
  width: 45%;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap input.secondary,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap input.secondary,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap input.secondary,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap input.secondary {
  width: 45%;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap input.code,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap input.code,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap input.code,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap input.code {
  width: 119px;
  margin-bottom: 14px;
  margin-right: 15px;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap input::-webkit-input-placeholder,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap input::-webkit-input-placeholder,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap input::-webkit-input-placeholder,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap input::-webkit-input-placeholder {
  color: #BDBEBE;
}
body.blog .contents-wrap .main .section-content .inner .aside .box .search-wrap .submit_wrap .submit,
body.archive .contents-wrap .main .section-content .inner .aside .box .search-wrap .submit_wrap .submit,
body.single .contents-wrap .main .section-content .inner .aside .box .search-wrap .submit_wrap .submit,
body.search .contents-wrap .main .section-content .inner .aside .box .search-wrap .submit_wrap .submit {
  background-color: #003288;
  color: #fff;
}
body.blog .contents-wrap .main .section-content .inner .aside .head,
body.archive .contents-wrap .main .section-content .inner .aside .head,
body.single .contents-wrap .main .section-content .inner .aside .head,
body.search .contents-wrap .main .section-content .inner .aside .head {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #003288;
}
body.blog .contents-wrap .main .section-content .inner .aside .links .link.category a,
body.archive .contents-wrap .main .section-content .inner .aside .links .link.category a,
body.single .contents-wrap .main .section-content .inner .aside .links .link.category a,
body.search .contents-wrap .main .section-content .inner .aside .links .link.category a {
  font-size: 15px;
}
body.blog .contents-wrap .main .section-content .inner .aside .links .link.tag a,
body.archive .contents-wrap .main .section-content .inner .aside .links .link.tag a,
body.single .contents-wrap .main .section-content .inner .aside .links .link.tag a,
body.search .contents-wrap .main .section-content .inner .aside .links .link.tag a {
  font-size: 11px;
}
body.blog .contents-wrap .main .section-content .inner .aside .links .link a,
body.archive .contents-wrap .main .section-content .inner .aside .links .link a,
body.single .contents-wrap .main .section-content .inner .aside .links .link a,
body.search .contents-wrap .main .section-content .inner .aside .links .link a {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  color: #003288;
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
  text-decoration: none;
}

body.post-type-archive-voice .contents-wrap .main .section-content .inner,
body.post-type-archive-recommenders .contents-wrap .main .section-content .inner {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (min-width: 768px) {
  body.post-type-archive-voice .contents-wrap .main .section-content .inner > .posts,
  body.post-type-archive-recommenders .contents-wrap .main .section-content .inner > .posts {
    max-width: 100%;
  }
}

body.single .contents-wrap .main .section-content .inner > .post {
  max-width: 100%;
}

body.error404 .contents-wrap .main .section-content.content .head {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
}
body.error404 .contents-wrap .main .section-content.content .text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;
}
body.error404 .contents-wrap .main .section-content.content .button {
  background-color: #D8B676;
  text-decoration: none;
  text-align: center;
  color: #022953;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
body.error404 .contents-wrap .main .section-content.content .button .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
}
body.error404 .contents-wrap .main .section-content.content .button {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  line-height: 50px;
  background-color: #fff;
  color: #003288;
  margin-top: 45px;
}

body.privacy-policy .contents-wrap .main .section-content.content .head {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 40px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content a {
  color: #003288;
}
@media screen and (max-width: 768px) {
  body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-image {
    float: none;
  }
  body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-image figure, body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content figure {
  display: block;
  margin-bottom: 40px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h2 {
  font-size: 26px;
  line-height: 40px;
  padding-left: 10px;
  border-left: 2px solid #FFFFFF;
  margin-bottom: 30px;
  color: #FFFFFF;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
  border-bottom: 2px solid #003288;
  margin-bottom: 20px;
  background-color: #fff;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #003288;
  position: relative;
  padding-left: 20px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h4:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003288;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h5 {
  font-size: 16px;
  line-height: 25px;
  color: #003288;
  margin-bottom: 15px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content h6:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ul {
  margin-bottom: 30px;
  padding-left: 24px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ul li {
  font-size: 18px;
  line-height: 3.5rem;
  position: relative;
  margin-bottom: 15px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ul li:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ul li ul {
  margin-bottom: 0;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ol {
  margin-bottom: 30px;
  padding-left: 24px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ol li {
  font-size: 16px;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 15px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content ol li ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content img.aligncenter {
  margin: 0 auto 40px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-quote {
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  background-color: #DCE3F5;
  margin-bottom: 30px;
  color: #022953;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-quote p {
  margin-bottom: 60;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-quote cite {
  font-size: 12px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-image {
  margin-bottom: 30px;
}
body.privacy-policy .contents-wrap .main .section-content.content .entry-content .wp-block-image .wp-element-caption {
  font-size: 14px;
  margin-top: 0px;
}/*# sourceMappingURL=style.css.map */