@charset "UTF-8";

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

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,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  color: #333
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}

main {
  display: block
}

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

li {
  list-style: none
}

ol li {
  list-style: decimal
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto
}

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

caption,
th {
  text-align: left
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc
}

input,
button,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #333
}

input:hover,
button:hover,
select:hover {
  cursor: pointer
}

input,
textarea,
button {
  margin: 0;
  padding: 0
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.u-device-sp {
  display: none
}

@media(max-width:768px) {
  .u-device-sp {
    display: block
  }
}

@media(max-width:768px) {
  .u-device-pc {
    display: none
  }
}

.m-breadcrumb {
  padding: 16px 42px 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .m-breadcrumb {
    padding: 8px 16px;
    display: none
  }
}

.m-breadcrumb li {
  position: relative;
  display: inline;
  font-size: 1.3rem;
  list-style: none;
  margin-right: 24px
}

@media(max-width:768px) {
  .m-breadcrumb li {
    font-size: 1.1rem
  }
}

.m-breadcrumb li:after {
  content: "";
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  position: absolute;
  width: 4px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px
}

.m-breadcrumb li:last-child {
  margin-right: 0
}

.m-breadcrumb li:last-child:after {
  content: none
}

.m-breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 0 4px
}

.m-breadcrumb a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.m-breadcrumb a:hover:after {
  bottom: 2px
}

.m-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.m-pagenation__prev a,
.m-pagenation__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #00679f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.m-pagenation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px
}

.m-pagenation__body li,
.m-pagenation__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.m-pagenation__body li {
  width: 40px;
  height: 40px;
  list-style: none;
  margin: 0 5px;
  border: 1px solid #00679f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.m-pagenation__body a {
  width: 100%;
  height: 100%
}

.m-pagenation__body a:hover {
  background: #00679f;
  color: #fff
}

.m-pagenation__body .current {
  background: #00679f;
  color: #fff
}

.m-cta {
  margin: 120px auto;
  max-width: 1100px;
  padding: 0 50px
}

@media(max-width:768px) {
  .m-cta {
    padding: 0;
    max-width: 100%;
    margin: 100px 0
  }
}

.m-cta__head {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00679f;
  margin: 0 0 24px
}

.m-cta__body {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 40px
}

@media(max-width:768px) {
  .m-cta__body {
    padding: 32px;
    border-radius: 0
  }
}

.m-cta__lead {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 40px;
  font-weight: 400
}

@media(max-width:768px) {
  .m-cta__lead {
    margin: 0 0 24px
  }
}

.m-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .m-cta__list {
    display: block
  }
}

.m-cta__list li {
  width: 47.7%
}

@media(max-width:768px) {
  .m-cta__list li {
    width: 100%
  }

  .m-cta__list li+li {
    margin-top: 16px
  }
}

.m-cta__list li.-blue a {
  background: #00679f;
  color: #fff
}

.m-cta__list li.-blue a:after {
  background: url(../images/_common/icon_white_arrow.svg) no-repeat center/contain
}

.m-cta__list a {
  display: block;
  font-size: 1.8rem;
  color: #00679f;
  font-weight: 700;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  text-align: center
}

@media(max-width:768px) {
  .m-cta__list a {
    font-size: 1.6rem
  }
}

.m-cta__list a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 14px;
  margin-left: 24px
}

.m-pageheader {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 110px
}

@media(max-width:768px) {
  .m-pageheader {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto 60px
  }
}

.m-pageheader__head span {
  display: block
}

.m-pageheader__head .en {
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  color: #00679f
}

@media(max-width:768px) {
  .m-pageheader__head .en {
    font-size: 5.5rem
  }

  .m-pageheader__head .en.-modifier {
    line-height: 1;
    margin: 10px 0
  }
}

.m-pageheader__head .jpn {
  font-size: 2rem;
  font-weight: 700
}

@media(max-width:768px) {
  .m-pageheader__head .jpn {
    font-size: 2rem
  }
}

.m-floating {
  position: fixed;
  max-width: 150px;
  right: 30px;
  top: calc(100vh - 180px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

.m-floating.-active {
  opacity: 1;
  visibility: visible
}

@media(max-width:768px) {
  .m-floating {
    max-width: 96px;
    right: 16px;
    bottom: 16px;
    top: auto
  }
}

[data-delay=".2"] {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

[data-delay=".3"] {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

[data-delay=".4"] {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

[data-delay=".5"] {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

[data-delay=".6"] {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

[data-delay=".7"] {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

[data-delay=".8"] {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

[data-delay=".9"] {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.js-inview {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px)
}

.js-inview.-inAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.js-inview-state {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0
}

.js-inview-state.-inAnim {
  opacity: 1
}

.js-inview-top {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

.js-inview-top.-inAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.js-inview-left {
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%)
}

.js-inview-left.-inAnim {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.2s .2s, -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, transform .8s .2s cubic-bezier(0, .4, .3, 1), -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1)
}

.js-inview-right {
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%)
}

.js-inview-right.-inAnim {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.2s .2s, -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, transform .8s .2s cubic-bezier(0, .4, .3, 1);
  transition: opacity 1.2s .2s, transform .8s .2s cubic-bezier(0, .4, .3, 1), -webkit-transform .8s .2s cubic-bezier(0, .4, .3, 1)
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  padding: 110px 0 0
}

@media(max-width:768px) {
  body {
    padding: 80px 0 0
  }
}

.t-sitemap {
  max-width: 860px;
  margin: 160px auto;
  padding: 0 30px
}

.t-sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.t-sitemap li {
  width: 50%;
  padding: 16px;
  font-size: 1.5rem;
  border: 1px solid #e5e5e5
}

.t-sitemap li a {
  text-decoration: underline
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 19px 32px
}

.l-header__logo {
  max-width: 234px;
  line-height: 0
}

@media(max-width:768px) {
  .l-header__logo {
    max-width: 198px
  }
}

.l-header__logo img {
  width: 100%
}

.l-header__tel {
  display: none
}

@media(max-width:768px) {
  .l-header__tel {
    display: block;
    width: 40px;
    margin-left: auto
  }
}

.l-header__hum {
  display: none
}

@media(max-width:768px) {
  .l-header__hum {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 20px
  }

  .l-header__hum span {
    height: 2px;
    background: #00679f;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s
  }

  .l-header__hum span:nth-child(1) {
    top: 5px
  }

  .l-header__hum span:nth-child(2) {
    top: 15px;
    width: 25px
  }

  .l-header__hum span:nth-child(3) {
    top: 25px;
    width: 16px
  }

  .l-header__hum.-active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .l-header__hum.-active span:nth-child(2) {
    opacity: 0
  }

  .l-header__hum.-active span:nth-child(3) {
    top: 15px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .l-header__nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #00679f;
    padding: 12px 32px 110px;
    overflow: scroll;
    height: 100vh;
    -webkit-transition: 1s;
    transition: 1s
  }

  .l-header__nav.-active {
    opacity: 1;
    visibility: visible
  }

  .l-header__nav.-active .innerlist {
    opacity: 1;
    visibility: visible
  }
}

.l-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:768px) {
  .l-header__nav__list {
    display: block
  }
}

.l-header__nav__item {
  position: relative
}

@media(max-width:768px) {
  .l-header__nav__item {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0
  }

  .l-header__nav__item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #4e87a5;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }

  .l-header__nav__item.-anim:after {
    width: 100%
  }
}

@media(min-width:768px) {
  .l-header__nav__item.-innernav:hover {
    cursor: pointer
  }

  .l-header__nav__item.-innernav:hover .innerlist {
    opacity: 1;
    visibility: visible
  }
}

.l-header__nav__item>a,
.l-header__nav__item>span {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 24px 0
}

@media(max-width:768px) {

  .l-header__nav__item>a,
  .l-header__nav__item>span {
    display: block;
    color: #fff;
    padding: 20px 0;
    position: relative
  }

  .l-header__nav__item>a:after,
  .l-header__nav__item>span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url(../images/_common/icon_white_arrow.svg) no-repeat center/contain
  }
}

.l-header__nav__item+li {
  margin-left: 36px
}

@media(max-width:768px) {
  .l-header__nav__item+li {
    margin: 0
  }
}

.l-header__nav__item>span {
  padding-right: 23px;
  position: relative
}

.l-header__nav__item>span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 48%;
  background: url(../images/_common/icon_drop_arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 7px
}

@media(max-width:768px) {
  .l-header__nav__item>span.-active:after {
    top: -8px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .l-header__nav__item>span.-active:before {
    top: 28px
  }

  .l-header__nav__item>span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fff;
    right: 0;
    top: 34px;
    -webkit-transition: .4s;
    transition: .4s
  }

  .l-header__nav__item>span:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fff;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    transition: .4s
  }
}

.l-header__nav__item .innerlist {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #00679f;
  border-radius: 10px;
  padding: 32px 40px;
  width: 533px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden
}

@media(min-width:768px) {
  .l-header__nav__item .innerlist {
    -webkit-transition: .4s;
    transition: .4s
  }
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist {
    position: static;
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: none;
    padding: 0 0 16px 16px
  }
}

.l-header__nav__item .innerlist a {
  display: block;
  font-size: 1.4rem;
  color: #FFF;
  padding-right: 32px;
  position: relative
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist a {
    font-size: 1.5rem;
    padding: 0
  }
}

.l-header__nav__item .innerlist a:hover {
  opacity: .6
}

.l-header__nav__item .innerlist a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url(../images/_common/icon_white_arrow.svg) no-repeat center/contain
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist a:after {
    content: none
  }
}

.l-header__nav__item .innerlist__head {
  line-height: 1;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1.4rem;
  color: #FFF;
  padding-right: 32px;
  position: relative
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist__head {
    display: none
  }
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist__head {
    font-size: 1.5rem;
    padding: 0
  }
}

.l-header__nav__item .innerlist__head a {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block
}

.l-header__nav__item .innerlist__head a:after {
  width: 8px;
  height: 13px
}

.l-header__nav__item .innerlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist__list {
    display: block
  }
}

.l-header__nav__item .innerlist__list li {
  width: 28.8%;
  margin: 0 0 15px
}

@media(max-width:768px) {
  .l-header__nav__item .innerlist__list li {
    width: 100%;
    margin: 0 0 16px
  }
}

.l-header__nav__item .innerlist__list.-block {
  display: block
}

.l-header__nav__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__nav__sublist li a {
  font-size: 1.3rem;
  -webkit-transition: .4s;
  transition: .4s
}

.l-header__nav__sublist li a:hover {
  opacity: .7
}

.l-header__nav__sublist li+li {
  margin-left: 24px
}

.l-header__nav__sublist li:last-child {
  margin-left: 16px
}

@media(max-width:768px) {
  .l-header__nav__sublist {
    display: none
  }
}

.l-header__nav__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 36px
}

@media(max-width:768px) {
  .l-header__nav__cv {
    display: none
  }
}

.l-header__nav__tel a {
  color: #00679f;
  font-size: 2rem;
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1
}

.l-header__nav__tel span {
  color: #00679f;
  font-size: 1.4rem;
  margin-right: 8px
}

.l-header__nav__access {
  margin-left: 24px
}

.l-header__nav__access a {
  background: #00679f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 140px;
  padding: 8px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff
}

.l-header__nav__access a img {
  width: 24px;
  margin-right: 8px
}

.l-header__nav__contact {
  display: none
}

@media(max-width:768px) {
  .l-header__nav__contact {
    display: block;
    margin-top: 24px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
  }

  .l-header__nav__contact.-active {
    opacity: 1
  }

  .l-header__nav__contact a {
    display: block;
    background: #fff;
    border-radius: 10px;
    color: #00679f;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 20px;
    text-align: center
  }

  .l-header__nav__contact a:after {
    content: "";
    display: inline-block;
    background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
    width: 8px;
    height: 13px;
    margin-left: 24px
  }
}

.l-header__contact {
  display: none
}

@media(max-width:768px) {
  .l-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 53px;
    width: 100%;
    border-radius: 6px;
    margin-top: 32px
  }

  .l-header__contact span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #00679f;
    display: inline-block;
    margin-right: 16px
  }

  .l-header__contact img {
    width: 10px;
    height: 6px;
    margin-left: 16px
  }
}

.l-header__sns {
  display: none
}

@media(max-width:768px) {
  .l-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
  }

  .l-header__sns a+a {
    margin-left: 16px
  }
}

.l-info {
  max-width: 1100px;
  padding: 0 50px;
  margin: 120px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .l-info {
    display: block;
    padding: 0 32px;
    max-width: 100%;
    margin: 120px auto 80px
  }
}

.l-info__head {
  width: 100%;
  margin: 0 0 32px
}

@media(max-width:768px) {
  .l-info__head {
    margin: 0 0 20px
  }

  .l-info__head img {
    width: 100%
  }
}

.l-info__main {
  width: 50%
}

@media(max-width:768px) {
  .l-info__main {
    width: 100%
  }
}

.l-info__address {
  font-style: normal;
  font-size: 1.6rem
}

@media(max-width:768px) {
  .l-info__address {
    margin: 0 0 30px
  }
}

.l-info__address a {
  display: inline-block;
  font-size: 1.4rem;
  color: #00679f;
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
  margin-left: 17px
}

@media(max-width:768px) {
  .l-info__address a {
    margin: 8px 0 0;
    padding: 8px 24px;
    color: #fff;
    background: #333;
    border-radius: 40px
  }
}

.l-info__address a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00679f;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s
}

@media(max-width:768px) {
  .l-info__address a:after {
    content: none
  }
}

.l-info__address a:hover:after {
  bottom: 4px
}

.l-info__list {
  max-width: 260px;
  margin: 20px 0
}

.l-info__list li {
  font-size: 1.6rem;
  padding: 8px;
  display: inline-block;
  border: 1px solid #333
}

.l-info__list li+li {
  margin-top: 16px
}

@media(max-width:768px) {
  .l-info__list li+li {
    margin-top: 8px
  }
}

.l-info__tel a {
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 2.4rem;
  color: #00679f
}

@media(max-width:768px) {
  .l-info__tel a {
    font-size: 3.6rem
  }
}

.l-info__tel a span {
  font-size: 1.4rem;
  color: #00679f;
  position: relative;
  top: -2px
}

@media(max-width:768px) {
  .l-info__tel a span {
    font-size: 1.6rem;
    top: -7px
  }
}

.l-info__sub {
  width: 50%;
  padding-left: 25px
}

@media(max-width:768px) {
  .l-info__sub {
    width: 100%;
    padding: 0;
    margin: 40px 0 0
  }
}

.l-info__sub table {
  width: 100%
}

.l-info__sub table th,
.l-info__sub table td {
  font-size: 1.6rem;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  width: 9%
}

@media(max-width:768px) {

  .l-info__sub table th,
  .l-info__sub table td {
    font-size: 1.4rem;
    padding: 10px
  }
}

.l-info__sub table th {
  background: #f5f5f5
}

.l-info__sub table th.head {
  width: 30%;
  text-align: left
}

.l-info__sub table td.head {
  width: 30%;
  text-align: left
}

.l-info__sub p {
  font-size: 1.6rem;
  margin: 22px 0 0
}

@media(max-width:768px) {
  .l-info__sub p {
    font-size: 1.4rem;
    margin: 10px 0 0
  }
}

.l-footer {
  margin: 120px 0 0;
  background: #00679f;
  padding: 50px 20px 25px;
  position: relative
}

@media(max-width:768px) {
  .l-footer {
    margin: 80px 0 0;
    padding: 22px 32px 40px
  }
}

.l-footer__totop {
  position: absolute;
  width: 30px;
  left: 32px;
  bottom: 32px;
  z-index: 2
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1200px;
  padding: 0 50px
}

@media(max-width:768px) {
  .l-footer__inner {
    display: block;
    margin: 0 0 50px;
    max-width: 100%;
    padding: 0
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 69.1%;
  border-right: 1px solid #fff;
  padding-right: 10%
}

@media(max-width:768px) {
  .l-footer__nav {
    width: 100%;
    display: block;
    padding: 0;
    border-right: none
  }
}

@media(max-width:768px) {
  .l-footer__nav li {
    border-bottom: 1px solid #4e87a5
  }
}

.l-footer__nav li+li {
  margin-top: 20px
}

@media(max-width:768px) {
  .l-footer__nav li+li {
    margin: 0
  }
}

@media(max-width:768px) {
  .l-footer__nav li+li.-modifier {
    padding: 20px 24px 20px 0
  }
}

.l-footer__nav li.-modifier {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  display: inline-block
}

@media(max-width:768px) {
  .l-footer__nav li.-modifier {
    margin: 0;
    border-bottom: none
  }
}

.l-footer__nav a {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 24px
}

@media(max-width:768px) {
  .l-footer__nav a {
    display: block;
    padding: 20px 24px 20px 0;
    line-height: 1
  }
}

.l-footer__nav a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url(../images/_common/icon_white_arrow.svg) no-repeat center/contain
}

.l-footer__nav .child {
  padding-left: 20px
}

@media(max-width:768px) {
  .l-footer__nav .child {
    padding-left: 16px;
    border-bottom: none
  }

  .l-footer__nav .child+.child {
    margin-top: 16px
  }
}

.l-footer__nav .child a {
  font-size: 1.5rem
}

@media(max-width:768px) {
  .l-footer__nav .child a {
    padding: 0
  }
}

.l-footer__cta {
  padding-left: 40px
}

@media(max-width:768px) {
  .l-footer__cta {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #4e87a5
  }
}

.l-footer__cta li {
  margin: 0 0 16px
}

@media(max-width:768px) {
  .l-footer__cta li {
    margin: 0 0 10px
  }
}

.l-footer__cta li:last-child {
  margin: 40px 0 0
}

@media(max-width:768px) {
  .l-footer__cta li:last-child {
    margin: 0
  }
}

.l-footer__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00679f;
  padding: 20px 32px;
  width: 191px
}

@media(max-width:768px) {
  .l-footer__cta a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.l-footer__cta a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 13px
}

@media(max-width:768px) {
  .l-footer__cta a:after {
    margin-left: 24px
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px
}

.l-footer__sns a+a {
  margin-left: 16px
}

.l-footer__copyright {
  display: block;
  font-size: 1.4rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center
}

@media(max-width:768px) {
  .l-footer__copyright {
    max-width: 100%;
    padding: 0
  }
}

.p-front-hero {
  position: relative;
  margin: 0 0 125px
}

@media(max-width:768px) {
  .p-front-hero {
    margin: 0 0 100px;
    padding: 0
  }
}

.p-front-hero__copy {
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 410px;
  z-index: 9;
  background: #fff;
  padding: 24px;
  text-align: center
}

.p-front-hero__copy.-active .txt {
  opacity: 1
}

.p-front-hero__copy.-active .txt span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  line-height: 1.3
}

.p-front-hero__copy.-active .txt:before {
  left: 0;
  opacity: 1
}

@media(max-width:768px) {
  .p-front-hero__copy {
    top: auto;
    bottom: 20px;
    left: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    max-width: 292px
  }
}

.p-front-hero__copy .txt {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-front-hero__copy .txt:before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-front-hero__copy .txt span {
  color: #00679f;
  font-size: 4.5rem;
  line-height: 1.4;
  position: relative;
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  display: inline-block
}

@media(max-width:768px) {
  .p-front-hero__copy .txt span {
    font-size: 2.8rem;
    line-height: 1
  }
}

@media(max-width:768px) {
  .p-front-hero__copy .small {
    display: block;
    margin-top: 6px
  }
}

.p-front-hero__copy .small span {
  color: #00679f;
  font-size: 1.5rem;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  display: inline-block
}

.p-front-hero__slide.-active {
  opacity: 1
}

.p-front-hero__slide.-active .swiper-slide {
  overflow: hidden
}

.p-front-hero__slide.-active .swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-front-hero__slide .swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 0 0 6px;
  position: relative
}

.p-front-hero__slide .swiper-slide {
  -webkit-transition-property: all;
  transition-property: all;
  overflow: hidden;
  width: 100%
}

.p-front-hero__slide .swiper-slide picture {
  display: block
}

.p-front-hero__slide .swiper-slide img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s
}

.p-front-hero__slide .swiper-pagination-hero {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4
}

.p-front-hero__slide .swiper-pagination-hero .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: #dedede;
  overflow: hidden;
  position: relative
}

.p-front-hero__slide .swiper-pagination-hero .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px
}

.p-front-hero__slide .swiper-pagination-hero .swiper-pagination-bullet:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00679f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.p-front-hero__slide .swiper-pagination-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dedede
}

.p-front-hero__slide .swiper-pagination-hero .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation: sliderPagination 4s linear forwards;
  animation: sliderPagination 4s linear forwards
}

@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
  }
}

@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
  }
}

.p-front-philosophy {
  margin: 0 auto 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media(max-width:768px) {
  .p-front-philosophy {
    display: block;
    max-width: 100%;
    margin: 0 auto 120px;
    padding: 0 32px
  }
}

.p-front-philosophy__main {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%
}

@media(max-width:768px) {
  .p-front-philosophy__main {
    padding: 0;
    max-width: 100%
  }
}

.p-front-philosophy__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 50px
}

@media(max-width:768px) {
  .p-front-philosophy__lead {
    display: block;
    padding: 0 0 70px
  }
}

.p-front-philosophy__lead:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: #00679f;
  border-radius: 10px;
  left: 17px;
  bottom: 0
}

.p-front-philosophy__lead .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-philosophy__lead .en {
    font-size: 4.2rem
  }
}

.p-front-philosophy__lead .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-philosophy__lead .jpn {
    font-size: 1.6rem;
    display: block;
    margin: 0
  }
}

.p-front-philosophy__head {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.57;
  margin: 0 0 40px;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-philosophy__head {
    font-size: 3.2rem;
    margin: 0 0 20px
  }
}

.p-front-philosophy__txt {
  font-size: 1.6rem;
  line-height: 2
}

.p-front-philosophy__btn {
  margin: 32px 0 0
}

.p-front-philosophy__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 415px;
  height: 56px;
  font-weight: 700;
  border: 1px solid #00679f
}

@media(max-width:768px) {
  .p-front-philosophy__btn a {
    height: 64px;
    margin: 0 auto
  }
}

.p-front-philosophy__btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-philosophy__btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-philosophy__btn a:hover {
  background: #fff;
  color: #00679f
}

.p-front-philosophy__btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-front-philosophy__sub {
  position: absolute;
  width: 46.2%;
  max-width: 567px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 70px 0 0 70px;
  overflow: hidden
}

@media(max-width:768px) {
  .p-front-philosophy__sub {
    display: none
  }
}

.p-front-philosophy__sub img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.p-front-treatment {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 180px
}

@media(max-width:768px) {
  .p-front-treatment {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 120px
  }
}

.p-front-treatment__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 50px
}

@media(max-width:768px) {
  .p-front-treatment__lead {
    display: block;
    padding: 0 32px 70px
  }
}

.p-front-treatment__lead:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: #00679f;
  border-radius: 10px;
  left: 17px;
  bottom: 0
}

@media(max-width:768px) {
  .p-front-treatment__lead:after {
    left: 48px
  }
}

.p-front-treatment__lead .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-treatment__lead .en {
    font-size: 4.2rem
  }
}

.p-front-treatment__lead .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-treatment__lead .jpn {
    font-size: 1.6rem;
    display: block;
    margin: 0
  }
}

.p-front-treatment__head {
  font-size: 3.2rem;
  line-height: 1.7;
  margin: 0 0 50px
}

@media(max-width:768px) {
  .p-front-treatment__head {
    padding: 0 32px;
    font-size: 2.4rem
  }
}

.p-front-treatment__title {
  font-size: 1.8rem;
  line-height: 1;
  color: #00679f;
  margin-bottom: 24px
}

@media(max-width:768px) {
  .p-front-treatment__card {
    padding: 0 32px
  }
}

.p-front-treatment__card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px
}

.p-front-treatment__card__list li {
  width: calc((100% - 80px)/3);
  border-radius: 10px;
  background: #f5f5f5
}

@media(max-width:768px) {
  .p-front-treatment__card__list li {
    width: 100%
  }

  .p-front-treatment__card__list li+li {
    margin-top: 20px
  }
}

.p-front-treatment__card__list li .img img {
  border-radius: 10px 10px 0 0
}

.p-front-treatment__card__list li .txt {
  padding: 24px 16px
}

.p-front-treatment__card__list li .txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #00679f;
  text-align: center;
  margin-bottom: 20px
}

.p-front-treatment__card__list li .txt p {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 20px;
  padding: 0 16px
}

.p-front-treatment__card__list li .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  background: #fff;
  position: relative;
  font-size: 1.4rem;
  color: #00679f;
  font-weight: 700;
  line-height: 1;
  padding: 0 16px;
  border-radius: 10px;
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-treatment__card__list li .txt a:hover {
  background: #00679f;
  color: #fff
}

.p-front-treatment__card__list li .txt a:hover .icon_bluearrowA {
  fill: #fff
}

.p-front-treatment__card__list li .txt .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-front-treatment__card__list li .txt .btn a {
  width: calc((100% - 16px)/2)
}

@media(max-width:768px) {
  .p-front-treatment__tab {
    display: none
  }
}

.p-front-treatment__tab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 18px
}

.p-front-treatment__tab button {
  font-size: 1.6rem;
  color: #fff;
  background: #d8d8d8;
  font-weight: 700;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 32px;
  text-align: center;
  margin-right: 24px;
  border-radius: 10px;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-treatment__tab button.-active {
  background: #00679f
}

.p-front-treatment__tab button:hover {
  background: #00679f
}

.p-front-treatment__tab__body {
  position: relative
}

.p-front-treatment__tab__bodyarea {
  background: #f5f5f5;
  padding: 32px 32px 7px;
  position: absolute;
  border-radius: 10px;
  min-height: 360px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%
}

.p-front-treatment__tab__bodyarea.-active {
  opacity: 1;
  visibility: visible;
  position: static
}

.p-front-treatment__tab__bodyarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-front-treatment__tab__bodyarea ul li {
  width: 47.2%;
  margin: 0 0 25px
}

.p-front-treatment__tab__bodyarea ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background: #fff;
  padding: 18px 55px 18px 35px;
  position: relative
}

.p-front-treatment__tab__bodyarea ul a img {
  margin-right: 16px
}

.p-front-treatment__tab__bodyarea ul a:hover {
  background: #00679f
}

.p-front-treatment__tab__bodyarea ul a:hover h3 {
  color: #fff
}

.p-front-treatment__tab__bodyarea ul a:hover .icon_bluearrowA {
  fill: #fff
}

.p-front-treatment__tab__bodyarea ul h3 {
  font-size: 1.8rem;
  color: #00679f;
  font-weight: 700;
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-treatment__tab__bodyarea ul svg {
  position: absolute;
  width: 11px;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto
}

.p-front-treatment__tab__bodyarea ul .icon_bluearrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-treatment__slide {
  display: none
}

@media(max-width:768px) {
  .p-front-treatment__slide {
    display: block
  }

  .p-front-treatment__slide .swiper-container {
    overflow: hidden;
    padding: 0 32px
  }

  .p-front-treatment__slide .swiper-slide {
    height: auto;
    background: #f5f5f5;
    border-radius: 10px
  }

  .p-front-treatment__slide__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 23px 0 0
  }

  .p-front-treatment__slide .swiper-pagination {
    margin: 0 32px;
    font-size: 0;
    color: transparent;
    line-height: 1;
    width: 20px
  }

  .p-front-treatment__slide .swiper-pagination .swiper-pagination-current {
    font-size: 1.8rem;
    color: #00679f;
    font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
  }

  .p-front-treatment__slide .swiper-pagination .swiper-pagination-total {
    display: none
  }

  .p-front-treatment__slide .swiper-button-prev,
  .p-front-treatment__slide .swiper-button-next {
    width: 33px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }

  .p-front-treatment__slide .swiper-button-prev.swiper-button-disabled,
  .p-front-treatment__slide .swiper-button-next.swiper-button-disabled {
    opacity: .4
  }

  .p-front-treatment__slide .swiper-button-prev {
    background-image: url(../images/_common/icon_slide_prev.svg)
  }

  .p-front-treatment__slide .swiper-button-next {
    background-image: url(../images/_common/icon_slide_next.svg)
  }

  .p-front-treatment__slide h3 {
    border-radius: 10px 10px 0 0;
    background: #00679f;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    padding: 14px 0
  }

  .p-front-treatment__slide ul {
    border-radius: 0 0 10px 10px;
    background: #f5f5f5;
    padding: 16px
  }

  .p-front-treatment__slide li+li {
    margin-top: 20px
  }

  .p-front-treatment__slide li a {
    background: #fff;
    padding: 16px;
    padding-right: 24px;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #00679f;
    position: relative;
    border-radius: 60px
  }

  .p-front-treatment__slide li a:after {
    content: "";
    position: absolute;
    background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
    width: 8px;
    height: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px
  }
}

.p-front-treatment__btn {
  text-align: center;
  margin: 57px 0 0
}

@media(max-width:768px) {
  .p-front-treatment__btn {
    margin: 40px 0 0
  }
}

.p-front-treatment__btn a {
  display: inline-block;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px 32px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #00679f
}

.p-front-treatment__btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-treatment__btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-treatment__btn a:hover {
  background: #fff;
  color: #00679f
}

.p-front-treatment__btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-front-first {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media(max-width:768px) {
  .p-front-first {
    max-width: 100%;
    padding: 0 32px;
    display: block;
    margin: 0 auto 120px
  }
}

.p-front-first__sub {
  width: 44%;
  border-radius: 70px;
  overflow: hidden
}

@media(max-width:768px) {
  .p-front-first__sub {
    border-radius: 35px;
    width: 100%
  }
}

.p-front-first__main {
  width: 50%
}

@media(max-width:768px) {
  .p-front-first__main {
    width: 100%
  }
}

.p-front-first__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 50px
}

@media(max-width:768px) {
  .p-front-first__head {
    display: block;
    padding: 0 0 70px
  }
}

.p-front-first__head:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: #00679f;
  border-radius: 10px;
  left: 17px;
  bottom: 0
}

.p-front-first__head .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-first__head .en {
    font-size: 4.2rem
  }
}

.p-front-first__head .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-first__head .jpn {
    font-size: 1.6rem;
    display: block;
    margin: 0
  }
}

.p-front-first__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 40px
}

@media(max-width:768px) {
  .p-front-first__txt {
    margin: 0 0 16px
  }
}

@media(max-width:768px) {
  .p-front-first__list {
    margin: 35px 0 0
  }
}

@media(max-width:768px) {
  .p-front-first__list li {
    text-align: center
  }
}

.p-front-first__list li+li {
  margin-top: 16px
}

.p-front-first__list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 287px;
  height: 56px;
  font-weight: 700;
  border: 1px solid #00679f
}

@media(max-width:768px) {
  .p-front-first__list .btn {
    margin: 0 auto
  }
}

.p-front-first__list .btn svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-first__list .btn .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-first__list .btn:hover {
  background: #fff;
  color: #00679f
}

.p-front-first__list .btn:hover .icon_arrowA {
  fill: #00679f
}

.p-front-first__list .tel {
  display: inline-block;
  border: 1px solid #00679f;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #00679f;
  font-weight: 700;
  max-width: 287px;
  width: 100%;
  padding: 20px 32px;
  line-height: 1
}

.p-front-first__list .tel:hover {
  background: #00679f;
  color: #fff
}

@media(max-width:768px) {
  .p-front-first__list .tel {
    max-width: 287px;
    width: 100%
  }
}

.p-front-ph {
  margin: 0 0 180px;
  position: relative;
  overflow: hidden
}

.p-front-ph:before {
  content: "";
  padding-top: 47.5%;
  display: inline-block
}

@media(max-width:768px) {
  .p-front-ph:before {
    padding-top: 88%
  }
}

@media(max-width:768px) {
  .p-front-ph {
    margin: 0 0 120px
  }
}

.p-front-ph picture {
  display: block
}

.p-front-ph__item01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.9%;
  z-index: 3;
  opacity: 0;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  border-radius: 0 70px 70px 0;
  overflow: hidden
}

@media(max-width:768px) {
  .p-front-ph__item01 {
    width: 61.3%;
    border-radius: 0 35px 35px 0;
    height: 62.1vw
  }

  .p-front-ph__item01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.p-front-ph__item01.-inAnim {
  opacity: 1
}

.p-front-ph__item01 img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.p-front-ph__item02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.1%;
  border-radius: 70px 0 0 70px;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

@media(max-width:768px) {
  .p-front-ph__item02 {
    width: 69%;
    border-radius: 35px 0 0 35px;
    height: 55.4vw
  }

  .p-front-ph__item02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.p-front-ph__item02.-inAnim {
  opacity: 1
}

.p-front-ph__item02 img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.p-front-ph__item03 {
  position: absolute;
  height: 134px;
  width: 100%;
  background-image: url(../images/front/highclear_gate.svg);
  background-repeat: space;
  background-position: center top;
  background-size: contain;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s
}

@media(max-width:768px) {
  .p-front-ph__item03 {
    height: 88px
  }
}

.p-front-ph__item03.-content01 {
  top: 53px;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

@media(max-width:768px) {
  .p-front-ph__item03.-content01 {
    top: 13px
  }
}

.p-front-ph__item03.-content02 {
  bottom: 57px;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

@media(max-width:768px) {
  .p-front-ph__item03.-content02 {
    bottom: 28px
  }
}

.p-front-ph__item03.-inAnim {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-front-basic {
  max-width: 1200px;
  margin: 0 auto 180px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.p-front-basic.-reverse .p-front-basic__sub {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.p-front-basic.-reverse .p-front-basic__main {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

@media(max-width:768px) {
  .p-front-basic {
    display: block;
    max-width: 100%;
    padding: 0 32px;
    margin: 0 0 100px
  }
}

.p-front-basic__sub {
  width: 61%;
  border-radius: 70px;
  overflow: hidden
}

@media(max-width:768px) {
  .p-front-basic__sub {
    border-radius: 35px;
    width: 100%
  }
}

.p-front-basic__main {
  width: 32.7%
}

@media(max-width:768px) {
  .p-front-basic__main {
    width: 100%
  }
}

.p-front-basic__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 50px
}

@media(max-width:768px) {
  .p-front-basic__head {
    display: block;
    padding: 0 0 70px
  }
}

.p-front-basic__head:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: #00679f;
  border-radius: 10px;
  left: 17px;
  bottom: 0
}

.p-front-basic__head .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-basic__head .en {
    font-size: 4.2rem
  }
}

.p-front-basic__head .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-basic__head .jpn {
    font-size: 1.6rem;
    margin: 0;
    display: block
  }
}

.p-front-basic__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 40px
}

@media(max-width:768px) {
  .p-front-basic__txt {
    margin: 0 0 20px
  }
}

@media(max-width:768px) {
  .p-front-basic__btn {
    margin: 40px 0 0;
    text-align: center
  }
}

.p-front-basic__btn a {
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  border: 1px solid #00679f
}

.p-front-basic__btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-basic__btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-basic__btn a:hover {
  background: #fff;
  color: #00679f
}

.p-front-basic__btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-front-info {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 180px
}

@media(max-width:768px) {
  .p-front-info {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto 100px
  }
}

.p-front-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 50px
}

@media(max-width:768px) {
  .p-front-info__head {
    display: block;
    padding: 0 0 70px
  }
}

.p-front-info__head:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: #00679f;
  border-radius: 10px;
  left: 17px;
  bottom: 0
}

.p-front-info__head .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-info__head .en {
    font-size: 4.2rem
  }
}

.p-front-info__head .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-info__head .jpn {
    font-size: 1.6rem;
    margin: 0;
    display: block
  }
}

.p-front-info__list {
  border-bottom: 1px solid #cecece
}

@media(max-width:768px) {
  .p-front-info__list {
    border-bottom: 1px solid #e5e5e5
  }
}

.p-front-info__item+li {
  border-top: 1px solid #cecece
}

@media(max-width:768px) {
  .p-front-info__item+li {
    border-top: 1px solid #e5e5e5
  }
}

.p-front-info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 34px 32px 24px;
  position: relative
}

@media(max-width:768px) {
  .p-front-info__item a {
    padding: 16px 24px 16px 0;
    display: block
  }
}

.p-front-info__item a:after {
  display: inline-block;
  content: "";
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:768px) {
  .p-front-info__item a:after {
    right: 0
  }
}

.p-front-info__item a:hover {
  background: #f5f5f5
}

.p-front-info__item time {
  font-size: 1.8rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-right: 36px
}

@media(max-width:768px) {
  .p-front-info__item time {
    font-size: 1.6rem;
    margin: 0 0 16px
  }
}

.p-front-info__item h3 {
  font-size: 1.8rem;
  font-weight: 400;
  width: calc(100% - 170px);
  position: relative
}

@media(max-width:768px) {
  .p-front-info__item h3 {
    font-size: 1.6rem;
    width: 100%
  }
}

.p-front-info__btn {
  text-align: center;
  margin: 56px 0 0
}

.p-front-info__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 303px;
  height: 56px;
  font-weight: 700;
  border: 1px solid #00679f;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-front-info__btn a {
    height: 64px;
    margin: 0 auto
  }
}

.p-front-info__btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-info__btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-info__btn a:hover {
  background: #fff;
  color: #00679f
}

.p-front-info__btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-front-bnr {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto
}

.p-front-bnr a {
  display: block
}

.p-front-seminar {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 100px
}

.p-front-seminar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px;
  position: relative
}

@media(max-width:768px) {
  .p-front-seminar__head {
    display: block;
    padding: 0 0 70px
  }

  .p-front-seminar__head:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 48px;
    background: #00679f;
    border-radius: 10px;
    left: 17px;
    bottom: 0
  }
}

.p-front-seminar__head .en {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f
}

@media(max-width:768px) {
  .p-front-seminar__head .en {
    font-size: 4.2rem
  }
}

.p-front-seminar__head .jpn {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 18px
}

@media(max-width:768px) {
  .p-front-seminar__head .jpn {
    font-size: 1.6rem;
    display: block;
    margin: 0
  }
}

.p-front-seminar__btn {
  text-align: center;
  margin: 56px 0 0
}

.p-front-seminar__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 303px;
  height: 56px;
  font-weight: 700;
  border: 1px solid #00679f;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-front-seminar__btn a {
    height: 64px;
    margin: 0 auto
  }
}

.p-front-seminar__btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-front-seminar__btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-seminar__btn a:hover {
  background: #fff;
  color: #00679f
}

.p-front-seminar__btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-front-seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .p-front-seminar__list {
    display: block
  }
}

.p-front-seminar__list li {
  width: 31.6%;
  margin-right: 2.6%
}

.p-front-seminar__list li:nth-child(3n) {
  margin-right: 0
}

@media(max-width:768px) {
  .p-front-seminar__list li {
    width: 100%;
    margin: 0 0 20px
  }
}

.p-front-seminar__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-front-seminar__list a:hover .thumbnail img {
  scale: 1.05
}

.p-front-seminar__list a:hover time,
.p-front-seminar__list a:hover span,
.p-front-seminar__list a:hover h3 {
  opacity: .6
}

.p-front-seminar__list .thumbnail {
  width: 100%;
  margin: 0 0 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.p-front-seminar__list .thumbnail:before {
  content: "";
  display: inline-block;
  padding-top: 66.6%
}

.p-front-seminar__list .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-seminar__list time,
.p-front-seminar__list span,
.p-front-seminar__list h3 {
  -webkit-transition: .4s;
  transition: .4s
}

.p-front-seminar__list time {
  font-size: 1.6rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-right: 14px
}

.p-front-seminar__list span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #b59e5e;
  border-radius: 16px;
  line-height: 1;
  padding: 6px 12px
}

.p-front-seminar__list span.-end {
  background: #333
}

.p-front-seminar__list h3 {
  color: #00679f;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 13px 0 0
}

.p-front-calender {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 180px;
  text-align: center
}

@media(max-width:768px) {
  .p-front-calender {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto 100px
  }
}

.p-front-calender img {
  width: 70%;
  height: auto
}

@media(max-width:768px) {
  .p-front-calender img {
    width: 100%
  }
}

.bnr-recruit {
  position: fixed;
  right: 24px;
  top: 80vh;
  max-width: 300px;
  z-index: 10
}

@media(max-width:768px) {
  .bnr-recruit {
    width: 60%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: auto;
    bottom: 16px
  }
}

.bnr-recruit:hover {
  opacity: .8
}

.p-treat {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width:768px) {
  .p-treat {
    padding: 0;
    max-width: 100%;
    display: block
  }
}

.p-treat__leadcopy {
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto 55px;
  max-width: 1200px;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-treat__leadcopy {
    padding: 0 32px;
    margin: 0 0 40px
  }
}

.p-treat__sidebar {
  width: 20%
}

@media(max-width:768px) {
  .p-treat__sidebar {
    width: 100%;
    background: #00679f;
    max-width: 100%;
    position: sticky;
    top: 86px;
    left: 0;
    z-index: 8
  }

  .p-treat__sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    padding: 16px 32px
  }
}

.p-treat__sidebar li+li {
  margin-top: 25px
}

@media(max-width:768px) {
  .p-treat__sidebar li+li {
    margin: 0 0 0 40px
  }
}

.p-treat__sidebar li.-active a {
  background: #00679f
}

@media(max-width:768px) {
  .p-treat__sidebar li.-active a {
    background: none;
    color: #fff
  }
}

.p-treat__sidebar a {
  display: block;
  background: #d8d8d8;
  color: #fff;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 10px;
  text-align: center
}

@media(max-width:768px) {
  .p-treat__sidebar a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    background: none;
    padding: 0;
    word-break: keep-all;
    position: relative
  }
}

.p-treat__sidebar a:hover {
  background: #00679f
}

@media(max-width:768px) {
  .p-treat__sidebar a:hover {
    background: none;
    color: #fff
  }
}

.p-treat__main {
  width: 75.3%;
  border-left: 1px solid #00679f;
  padding-left: 5%;
  position: relative
}

@media(max-width:768px) {
  .p-treat__main {
    border: none;
    width: 100%;
    padding: 32px;
    margin: 0 0 60px
  }
}

.p-treat__tabbody {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s
}

.p-treat__tabbody.-active {
  opacity: 1;
  visibility: visible;
  position: static
}

.p-treat-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .p-treat-panel {
    display: block
  }
}

.p-treat-panel__item {
  width: 47.2%;
  margin: 0 0 56px
}

@media(max-width:768px) {
  .p-treat-panel__item {
    width: 100%;
    margin: 0 0 64px
  }
}

.p-treat-panel__item:nth-last-child(1),
.p-treat-panel__item:nth-last-child(2) {
  margin-bottom: 0
}

.p-treat-panel__item a {
  overflow: hidden;
  display: block
}

.p-treat-panel__item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-treat-panel__ph {
  margin: 0 0 24px;
  overflow: hidden
}

.p-treat-panel__ph img {
  -webkit-transition: .4s;
  transition: .4s
}

.p-treat-panel__head {
  font-size: 2.4rem;
  color: #00679f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 16px
}

@media(max-width:768px) {
  .p-treat-panel__head {
    font-size: 2rem
  }
}

.p-treat-panel__head:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 11px;
  height: 20px;
  margin-left: 24px
}

@media(max-width:768px) {
  .p-treat-panel__head:after {
    width: 9px;
    height: 16px
  }
}

.p-treat-panel__txt {
  font-size: 1.6rem;
  line-height: 1.75
}

.p-treat-tax {
  margin: 0 0 56px
}

.p-treat-tax.-modifier {
  margin: 0
}

.p-treat-tax__head {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-treat-tax__head {
    font-size: 2rem;
    padding: 0 0 16px;
    margin: 0 0 24px
  }
}

.p-treat-tax__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .p-treat-tax__list {
    display: block
  }
}

.p-treat-tax__list li {
  width: 47.2%;
  margin: 0 0 25px
}

@media(max-width:768px) {
  .p-treat-tax__list li {
    width: 100%;
    margin: 0 0 16px
  }
}

.p-treat-tax__list li:nth-child(2n+1):nth-last-child(1) {
  margin-bottom: 0
}

.p-treat-tax__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #00679f;
  padding: 20px 43px 20px 26px;
  position: relative
}

@media(max-width:768px) {
  .p-treat-tax__list a {
    padding: 16px 40px 16px 16px
  }
}

.p-treat-tax__list a:after {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 20px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto
}

.p-treat-tax__list a img {
  margin-right: 16px
}

@media(max-width:768px) {
  .p-treat-tax__list a img {
    max-width: 40px
  }
}

.p-treat-tax__list h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00679f
}

@media(max-width:768px) {
  .p-treat-tax__list h3 {
    font-size: 1.6rem
  }
}

.p-access {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width:768px) {
  .p-access {
    padding: 0;
    max-width: 100%;
    display: block
  }
}

.p-access__sidebar {
  width: 20%
}

@media(max-width:768px) {
  .p-access__sidebar {
    width: 100%;
    background: #00679f;
    max-width: 100%;
    position: sticky;
    top: 86px;
    left: 0;
    z-index: 8
  }

  .p-access__sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    padding: 16px 32px
  }
}

@media(max-width:768px) {
  .p-access__sidebar li+li {
    margin-left: 40px
  }
}

.p-access__sidebar li.-active a {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-access__sidebar li.-active a {
    background: none;
    color: #fff
  }
}

.p-access__sidebar a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 30px 16px 20px;
  line-height: 1;
  position: relative
}

@media(max-width:768px) {
  .p-access__sidebar a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: 0;
    word-break: keep-all
  }
}

.p-access__sidebar a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media(max-width:768px) {
  .p-access__sidebar a:after {
    content: none
  }
}

.p-access__sidebar a:hover {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-access__sidebar a:hover {
    background: none;
    color: #fff
  }
}

.p-access__body {
  width: 75.3%;
  border-left: 1px solid #00679f;
  padding-left: 5%
}

@media(max-width:768px) {
  .p-access__body {
    border: none;
    width: 100%;
    padding: 32px;
    margin: 0 0 60px
  }
}

.p-access__body h2 {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-access__body h2 {
    font-size: 2rem;
    padding: 0 0 16px
  }
}

.p-access__body h2+h3 {
  margin-top: 40px
}

.p-access__body h3 {
  color: #00679f;
  font-weight: 700;
  font-size: 2rem;
  margin: 64px 0 32px
}

@media(max-width:768px) {
  .p-access__body h3 {
    font-size: 1.8rem;
    margin: 48px 0 24px
  }
}

.p-access-map {
  padding: 160px 0 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px)
}

@media(max-width:768px) {
  .p-access-map {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    margin: 0 0 100px
  }
}

.p-access-map__table {
  margin: 0 0 34px
}

.p-access-map__table table {
  width: 100%
}

@media(max-width:768px) {
  .p-access-map__table tr {
    border: 1px solid #cecece
  }
}

.p-access-map__table th,
.p-access-map__table td {
  border: 1px solid #cecece;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2
}

@media(max-width:768px) {

  .p-access-map__table th,
  .p-access-map__table td {
    display: block;
    border: none
  }
}

.p-access-map__table th {
  width: 22.4%;
  border-right: none
}

@media(max-width:768px) {
  .p-access-map__table th {
    width: 100%;
    padding-bottom: 0
  }
}

.p-access-map__table td {
  width: 72%;
  border-left: none
}

@media(max-width:768px) {
  .p-access-map__table td {
    width: 100%;
    padding-top: 8px
  }
}

.p-access-map__googlemap {
  position: relative;
  width: 100%;
  overflow: hidden
}

.p-access-map__googlemap:before {
  content: "";
  display: inline-block;
  padding-top: 53.1%
}

@media(max-width:768px) {
  .p-access-map__googlemap:before {
    padding-top: 65%
  }
}

.p-access-map__googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto
}

.p-access-map__link {
  text-align: center;
  margin: 24px 0 0
}

.p-access-map__link a {
  display: inline-block;
  font-size: 1.4rem;
  color: #00679f;
  padding: 0 0 10px;
  position: relative;
  line-height: 1
}

.p-access-map__link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00679f;
  -webkit-transition: .4s;
  transition: .4s
}

.p-access-map__link a:hover:after {
  bottom: 4px
}

.p-access-acs {
  padding: 160px 0 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px)
}

@media(max-width:768px) {
  .p-access-acs {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    margin: 0 0 100px
  }
}

.p-access-acs li+li {
  margin-top: 32px
}

.p-access-acs h3 {
  margin: 0 0 8px;
  color: #333;
  font-weight: 400
}

.p-access-acs p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 22px;
  position: relative
}

.p-access-acs p:before {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_tri.svg) no-repeat center/contain;
  width: 11px;
  height: 10px;
  left: 0;
  top: 4px
}

.p-access-acs p+h3 {
  margin-top: 24px
}

.p-access-time {
  padding: 160px 0 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px)
}

@media(max-width:768px) {
  .p-access-time {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0
  }
}

.p-access-time__table {
  width: 100%
}

.p-access-time__table th,
.p-access-time__table td {
  font-size: 1.6rem;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  width: 9%
}

@media(max-width:768px) {

  .p-access-time__table th,
  .p-access-time__table td {
    padding: 8px
  }
}

.p-access-time__table th {
  background: #f5f5f5
}

.p-access-time__table th.head {
  width: 30%;
  text-align: left
}

.p-access-time__table td.head {
  width: 30%;
  text-align: left
}

.p-access-time p {
  font-size: 1.6rem;
  margin: 22px 0 0
}

@media(max-width:768px) {
  .p-access-time p {
    margin: 16px 0 0;
    font-size: 1.4rem
  }
}

.p-staff-intro {
  max-width: 1200px;
  margin: 0 auto 160px;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-staff-intro {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto 100px
  }
}

.p-staff-intro__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 120px
}

@media(max-width:768px) {
  .p-staff-intro__hero {
    display: block
  }
}

.p-staff-intro__hero__ph {
  width: 45.4%;
  overflow: hidden
}

@media(max-width:768px) {
  .p-staff-intro__hero__ph {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 32px
  }
}

.p-staff-intro__hero__body {
  width: 47.4%
}

@media(max-width:768px) {
  .p-staff-intro__hero__body {
    width: 100%
  }
}

.p-staff-intro__hero__body h2 {
  margin: 0 0 32px
}

.p-staff-intro__hero__body h2 .job {
  display: block;
  color: #00679f;
  font-size: 2.4rem;
  margin: 0 0 20px
}

@media(max-width:768px) {
  .p-staff-intro__hero__body h2 .job {
    font-size: 2rem
  }
}

.p-staff-intro__hero__body h2 .name {
  font-size: 3.2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:768px) {
  .p-staff-intro__hero__body h2 .name {
    font-size: 2.4rem;
    display: block
  }
}

.p-staff-intro__hero__body h2 .name span {
  font-size: 1.6rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-left: 22px
}

@media(max-width:768px) {
  .p-staff-intro__hero__body h2 .name span {
    font-size: 1.4rem;
    display: block;
    margin: 0
  }
}

.p-staff-intro__hero__body .inner {
  border-left: 1px solid #00679f;
  padding-left: 20px
}

.p-staff-intro__hero__body .inner+.inner {
  margin-top: 40px
}

.p-staff-intro__hero__body .inner h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1em
}

.p-staff-intro__hero__body .inner p {
  font-size: 1.4rem;
  line-height: 1.6
}

.p-staff-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .p-staff-intro__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.p-staff-intro__item {
  width: 30%;
  margin: 0 3.7% 80px 0
}

@media(max-width:768px) {
  .p-staff-intro__item {
    width: 48%;
    margin: 0 0 32px
  }
}

.p-staff-intro__item:nth-child(3n) {
  margin-right: 0
}

.p-staff-intro__job {
  font-size: 2rem;
  color: #00679f;
  margin: 0 0 16px;
  font-weight: 400
}

@media(max-width:768px) {
  .p-staff-intro__job {
    font-size: 1.8rem
  }
}

.p-staff-intro__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem
}

@media(max-width:768px) {
  .p-staff-intro__name {
    font-size: 2rem;
    display: block
  }
}

.p-staff-intro__name span {
  font-size: 1.6rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-left: 24px
}

@media(max-width:768px) {
  .p-staff-intro__name span {
    display: block;
    margin: 0;
    font-size: 1.4rem
  }
}

.p-staff-message__ph {
  margin: 0 0 150px;
  width: 90%;
  position: relative;
  overflow: hidden
}

@media(max-width:768px) {
  .p-staff-message__ph {
    width: 95%;
    margin: 0 0 60px
  }
}

.p-staff-message__ph picture {
  display: block
}

.p-staff-message__body {
  max-width: 860px;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-staff-message__body {
    max-width: 100%;
    padding: 0 32px
  }
}

.p-staff-message__body p {
  font-size: 1.6rem;
  line-height: 2
}

.p-contact {
  max-width: 753px;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-contact {
    max-width: 100%;
    padding: 0 32px
  }
}

.p-contact__txt {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 80px
}

@media(max-width:768px) {
  .p-contact__txt {
    font-size: 1.6rem
  }
}

.p-contact__txt.-confirm {
  display: none
}

.p-contact__main .mw_wp_form_confirm .p-contact__body {
  padding: 24px 0 0
}

@media(max-width:768px) {
  .p-contact__main .mw_wp_form_confirm .p-contact__body {
    padding: 0
  }
}

.p-contact__main .mw_wp_form_complete p {
  font-size: 1.6rem;
  line-height: 2
}

.p-contact__main .mw_wp_form_complete p+p {
  margin-top: 1em
}

.p-contact__main .mw_wp_form_complete p+p.totop {
  margin-top: 32px
}

.p-contact__main .totop {
  text-align: center;
  margin: 32px 0 0
}

.p-contact__main .totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  border-radius: 10px;
  max-width: 350px;
  height: 58px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-contact__main .totop a {
    max-width: 100%
  }
}

.p-contact__main .totop a:before {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_white_left.svg) no-repeat center/contain;
  width: 7px;
  height: 13px;
  margin-right: 24px
}

.p-contact__main .totop a:hover {
  opacity: .7
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-contact__item {
    display: block
  }
}

.p-contact__item+li {
  margin-top: 34px
}

.p-contact__head {
  width: 25%;
  padding: 24px 0 0
}

@media(max-width:768px) {
  .p-contact__head {
    width: 100%;
    padding: 0;
    margin: 0 0 16px
  }
}

.p-contact__head .required {
  border-radius: 8px;
  background: #00679f;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 8px;
  display: inline-block;
  margin-left: 24px;
  color: #fff
}

.p-contact__head p {
  font-size: 1.6rem
}

.p-contact__body {
  width: 62%
}

@media(max-width:768px) {
  .p-contact__body {
    width: 100%
  }
}

.p-contact__body input[type=text] {
  border: 1px solid #d0d0d0;
  font-size: 1.6rem;
  padding: 24px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media(max-width:768px) {
  .p-contact__body input[type=text] {
    padding: 16px
  }
}

.p-contact__body textarea {
  border: 1px solid #d0d0d0;
  font-size: 1.6rem;
  padding: 24px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 280px
}

@media(max-width:768px) {
  .p-contact__body textarea {
    padding: 16px
  }
}

.p-contact__submit {
  width: 75.4%;
  margin: 60px 0 0 auto
}

@media(max-width:768px) {
  .p-contact__submit {
    width: 100%
  }
}

.p-contact__submit input[type=submit] {
  background: url(../images/_common/icon_white_arrow.svg) no-repeat center right 25px/11px 16px, #00679f;
  color: #fff;
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-info-archive__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-info-archive__list {
    max-width: 100%;
    padding: 0 32px
  }
}

.p-info-archive__item:last-child {
  border-bottom: 1px solid #cecece
}

.p-info-archive__item+li {
  border-top: 1px solid #cecece
}

@media(max-width:768px) {
  .p-info-archive__item+li {
    border-top: 1px solid #e5e5e5
  }
}

.p-info-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 34px 32px 24px;
  position: relative
}

.p-info-archive__item a:after {
  display: inline-block;
  content: "";
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:768px) {
  .p-info-archive__item a:after {
    right: 0
  }
}

@media(max-width:768px) {
  .p-info-archive__item a {
    padding: 16px 24px 16px 0;
    display: block
  }
}

.p-info-archive__item a:hover {
  background: #f5f5f5
}

.p-info-archive__item time {
  font-size: 1.8rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-right: 36px
}

@media(max-width:768px) {
  .p-info-archive__item time {
    font-size: 1.6rem;
    margin: 0 0 16px
  }
}

.p-info-archive__item h2 {
  font-size: 1.8rem;
  font-weight: 400;
  width: calc(100% - 170px);
  position: relative
}

@media(max-width:768px) {
  .p-info-archive__item h2 {
    font-size: 1.6rem;
    width: 100%
  }
}

.p-info-single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-info-single {
    padding: 24px 32px 0;
    max-width: 100%
  }
}

.p-info-single__head {
  margin: 0 0 40px
}

.p-info-single__head h1 {
  font-size: 3.2rem;
  margin: 0 0 24px
}

@media(max-width:768px) {
  .p-info-single__head h1 {
    font-size: 2.4rem
  }
}

.p-info-single__head time {
  font-size: 1.6rem;
  color: #00679f;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

@media(max-width:768px) {
  .p-info-single__head time {
    font-size: 1.4rem
  }
}

.p-info-single__body {
  max-width: 860px;
  margin: 0 auto 116px
}

@media(max-width:768px) {
  .p-info-single__body {
    max-width: 100%
  }
}

.p-info-single__body p {
  font-size: 1.6rem;
  line-height: 2
}

.p-info-single__body p span {
  color: #00679f;
  font-weight: 700
}

.p-info-single__body p+p {
  margin-top: 1.5em
}

.p-info-single__body h2 {
  color: #00679f;
  font-weight: 700;
  font-size: 2rem;
  margin: 64px 0 32px
}

.p-info-single__body ul+p,
.p-info-single__body ol+p {
  margin-top: 2em
}

.p-info-single__body p+img,
.p-info-single__body h1+img,
.p-info-single__body h2+img,
.p-info-single__body h3+img,
.p-info-single__body h4+img,
.p-info-single__body h5+img,
.p-info-single__body ul+img,
.p-info-single__body ol+img,
.p-info-single__body li+img,
.p-info-single__body a+img {
  margin-top: 32px
}

.p-info-single__foot {
  text-align: center
}

.p-info-single__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  border-radius: 10px;
  max-width: 350px;
  height: 58px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-info-single__foot a {
    max-width: 100%
  }
}

.p-info-single__foot a:before {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_white_left.svg) no-repeat center/contain;
  width: 7px;
  height: 13px;
  margin-right: 24px
}

.p-info-single__foot a:hover {
  opacity: .7
}

@media(min-width:768px) {
  .p-info-single.-seminar {
    max-width: 860px;
    padding: 0
  }
}

@media(max-width:768px) {
  .p-info-single.-seminar {
    padding: 24px 32px 0
  }
}

.p-info-single.-seminar .p-info-single__head {
  margin-bottom: 40px
}

.p-info-single.-seminar .p-info-single__body hr {
  margin: 2.875em 0;
  border: none
}

.p-info-single.-seminar .thumbnail {
  text-align: center;
  margin: 40px 0 0
}

.p-info-single.-seminar .thumbnail img {
  max-width: 100%;
  height: auto
}

.p-info-single.-seminar .cv-area {
  border-bottom: 1px solid #00679f;
  padding: 0 0 45px
}

.p-info-single.-seminar .cv-area .btn {
  margin: 2.875em 0 0;
  text-align: center
}

.p-info-single.-seminar .cv-area .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 303px;
  height: 56px;
  font-weight: 700;
  border: 1px solid #00679f;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-info-single.-seminar .cv-area .btn a {
    height: 64px;
    margin: 0 auto
  }
}

.p-info-single.-seminar .cv-area .btn a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-info-single.-seminar .cv-area .btn a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-info-single.-seminar .cv-area .btn a:hover {
  background: #fff;
  color: #00679f
}

.p-info-single.-seminar .cv-area .btn a:hover .icon_arrowA {
  fill: #00679f
}

.p-first-tel {
  max-width: 1200px;
  margin: 0 auto 160px;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-first-tel {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto 100px
  }
}

.p-first-tel__column {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-first-tel__column {
    padding: 20px;
    display: block
  }
}

.p-first-tel__sub {
  width: 32.2%
}

@media(max-width:768px) {
  .p-first-tel__sub {
    width: 100%;
    margin: 0 0 16px
  }
}

.p-first-tel__sub img {
  border-radius: 35px;
  overflow: hidden
}

.p-first-tel__main {
  width: 62.2%
}

@media(max-width:768px) {
  .p-first-tel__main {
    width: 100%
  }
}

.p-first-tel__main h2 {
  font-size: 2.4rem;
  color: #00679f;
  font-weight: 700;
  margin: 0 0 24px
}

@media(max-width:768px) {
  .p-first-tel__main h2 {
    font-size: 2rem;
    margin: 0 0 16px
  }
}

.p-first-tel__main p {
  font-size: 1.6rem;
  line-height: 2
}

@media(max-width:768px) {
  .p-first-tel__main p {
    font-size: 1.4rem
  }
}

.p-first-tel__main p+p {
  margin-top: 1em
}

.p-first-tel__main p.tel a {
  color: #00679f;
  font-size: 2.4rem;
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

.p-first-tel__main p.tel a span {
  font-size: 1.4rem;
  color: #00679f;
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -2px
}

.p-first-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width:768px) {
  .p-first-body {
    padding: 0;
    max-width: 100%;
    display: block
  }
}

.p-first-body__sidebar {
  width: 20%
}

@media(max-width:768px) {
  .p-first-body__sidebar {
    width: 100%;
    background: #00679f;
    max-width: 100%;
    position: sticky;
    top: 86px;
    z-index: 9
  }

  .p-first-body__sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    padding: 16px 32px
  }
}

.p-first-body__sidebar ul {
  position: sticky;
  top: 150px
}

@media(max-width:768px) {
  .p-first-body__sidebar ul {
    position: static
  }
}

@media(max-width:768px) {
  .p-first-body__sidebar li+li {
    margin-left: 40px
  }
}

.p-first-body__sidebar li.-active a {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-first-body__sidebar li.-active a {
    background: none;
    color: #fff
  }
}

.p-first-body__sidebar a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 30px 16px 20px;
  line-height: 1;
  position: relative
}

@media(max-width:768px) {
  .p-first-body__sidebar a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: 0;
    word-break: keep-all
  }
}

.p-first-body__sidebar a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media(max-width:768px) {
  .p-first-body__sidebar a:after {
    content: none
  }
}

.p-first-body__sidebar a:hover {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-first-body__sidebar a:hover {
    background: none;
    color: #fff
  }
}

.p-first-body__main {
  width: 75.3%;
  border-left: 1px solid #00679f;
  padding-left: 5%
}

@media(max-width:768px) {
  .p-first-body__main {
    border: none;
    width: 100%;
    padding: 32px;
    margin: 0 0 60px
  }
}

.p-first-flow {
  padding: 160px 0 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px)
}

@media(max-width:768px) {
  .p-first-flow {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    margin: 0 0 100px
  }
}

.p-first-flow__head {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 0 0 42px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-first-flow__head {
    font-size: 2rem;
    padding: 0 0 16px;
    margin: 0 0 32px
  }
}

.p-first-flow__item {
  list-style: none;
  border: 1px solid #00679f;
  padding: 47px 40px 40px 88px;
  position: relative;
  margin: 0 0 42px
}

@media(max-width:768px) {
  .p-first-flow__item {
    padding: 20px 20px 20px 50px;
    margin: 0 0 32px
  }
}

.p-first-flow__item:after {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_flow.svg) no-repeat center/contain;
  width: 43px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -22px
}

@media(max-width:768px) {
  .p-first-flow__item:after {
    width: 32px;
    height: 32px;
    bottom: -16px
  }
}

.p-first-flow__item:last-child {
  margin: 0
}

.p-first-flow__item:last-child:after {
  content: none
}

.p-first-flow__item.-modifier:last-child:after {
  content: ""
}

.p-first-flow__item .num {
  position: absolute;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 400;
  top: 37px;
  left: 40px
}

@media(max-width:768px) {
  .p-first-flow__item .num {
    font-size: 3.2rem;
    top: 16px;
    left: 20px
  }
}

.p-first-flow__item h3 {
  font-size: 1.8rem;
  color: #00679f;
  font-weight: 700;
  margin: 0 0 20px
}

@media(max-width:768px) {
  .p-first-flow__item h3 {
    margin: 0 0 16px
  }
}

.p-first-flow__item p {
  font-size: 1.6rem;
  line-height: 1.8
}

@media(max-width:768px) {
  .p-first-flow__item p {
    font-size: 1.4rem
  }
}

.p-first-flow__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-first-flow__column {
    display: block
  }
}

.p-first-flow__main {
  width: 67.6%
}

@media(max-width:768px) {
  .p-first-flow__main {
    width: 100%
  }
}

.p-first-flow__sub {
  width: 27.2%
}

@media(max-width:768px) {
  .p-first-flow__sub {
    width: 100%;
    margin: 16px 0 0
  }
}

.p-first-flow__sub img {
  margin: 0
}

.p-first-flow__sub img+img {
  margin-top: 24px
}

@media(max-width:768px) {
  .p-first-flow__sub img+img {
    margin-top: 16px
  }
}

.p-first-keep {
  padding: 160px 0 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px)
}

@media(max-width:768px) {
  .p-first-keep {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0
  }
}

.p-first-keep__head {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 0 0 42px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-first-keep__head {
    font-size: 2rem;
    padding: 0 0 16px;
    margin: 0 0 32px
  }
}

.p-first-keep__ph {
  max-width: 396px;
  margin: 0 auto 32px
}

@media(max-width:768px) {
  .p-first-keep__ph {
    max-width: 280px
  }
}

.p-first-keep p {
  font-size: 1.6rem;
  line-height: 2
}

.p-first-keep p+p {
  margin-top: 2em
}

.p-first-keep p.link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00679f;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  max-width: 303px;
  height: 56px;
  border: 1px solid #00679f
}

@media(max-width:768px) {
  .p-first-keep p.link a {
    margin: 0 auto
  }
}

.p-first-keep p.link a svg {
  width: 8px;
  height: 13px;
  margin-left: 24px
}

.p-first-keep p.link a .icon_arrowA {
  -webkit-transition: .4s;
  transition: .4s
}

.p-first-keep p.link a:hover {
  background: #fff;
  color: #00679f
}

.p-first-keep p.link a:hover .icon_arrowA {
  fill: #00679f
}

.p-philo-basic {
  max-width: 1200px;
  margin: 0 auto 160px;
  padding: 0 50px
}

@media(max-width:768px) {
  .p-philo-basic {
    max-width: 100%;
    padding: 0 32px;
    margin: 0 auto 100px
  }
}

.p-philo-basic__head {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 0 0 40px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-philo-basic__head {
    padding: 0 0 16px;
    margin: 0 0 32px
  }
}

.p-philo-basic__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media(max-width:768px) {
  .p-philo-basic__column {
    display: block
  }
}

.p-philo-basic__column.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.p-philo-basic__sub {
  width: 46%
}

@media(max-width:768px) {
  .p-philo-basic__sub {
    width: 100%;
    margin: 0 0 24px
  }
}

.p-philo-basic__main {
  width: 46%
}

@media(max-width:768px) {
  .p-philo-basic__main {
    width: 100%
  }
}

.p-philo-basic__main h3 {
  color: #00679f;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 32px
}

@media(max-width:768px) {
  .p-philo-basic__main h3 {
    font-size: 1.8rem;
    margin: 0 0 24px
  }
}

.p-philo-basic__main p {
  font-size: 1.6rem;
  line-height: 2
}

@media(max-width:768px) {
  .p-philo-basic__main p {
    font-size: 1.5rem
  }
}

.p-philo-basic__main p+h3 {
  margin-top: 64px
}

@media(max-width:768px) {
  .p-philo-basic__main p+h3 {
    margin-top: 48px
  }
}

.p-philo-basic__main p+p {
  margin-top: 1em
}

.p-treatchild {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width:768px) {
  .p-treatchild {
    padding: 0;
    max-width: 100%;
    display: block
  }
}

.p-treatchild__sidebar {
  width: 20%
}

@media(max-width:768px) {
  .p-treatchild__sidebar {
    width: 100%;
    background: #00679f;
    max-width: 100%;
    position: sticky;
    top: 86px;
    left: 0;
    z-index: 9
  }

  .p-treatchild__sidebar.-active ul {
    top: 86px
  }

  .p-treatchild__sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    padding: 16px 32px;
    position: relative;
    top: 0;
    background: #00679f
  }
}

.p-treatchild__sidebar ul {
  -webkit-transition: .4s;
  transition: .4s
}

@media(max-width:768px) {
  .p-treatchild__sidebar li+li {
    margin-left: 40px
  }
}

.p-treatchild__sidebar li.-active a {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-treatchild__sidebar li.-active a {
    background: none;
    color: #fff
  }
}

.p-treatchild__sidebar a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 30px 16px 20px;
  line-height: 1;
  position: relative
}

@media(max-width:768px) {
  .p-treatchild__sidebar a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    background: none;
    padding: 0;
    word-break: keep-all;
    position: relative
  }
}

.p-treatchild__sidebar a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media(max-width:768px) {
  .p-treatchild__sidebar a:after {
    content: none
  }
}

.p-treatchild__sidebar a:hover {
  background: #f5f5f5;
  color: #00679f
}

@media(max-width:768px) {
  .p-treatchild__sidebar a:hover {
    background: none;
    color: #fff
  }
}

.p-treatchild__body {
  width: 75.3%;
  border-left: 1px solid #00679f;
  padding-left: 5%
}

@media(max-width:768px) {
  .p-treatchild__body {
    border: none;
    width: 100%;
    padding: 32px;
    margin: 0 0 60px
  }
}

.p-treatchild__body p {
  font-size: 1.6rem;
  line-height: 2
}

@media(max-width:768px) {
  .p-treatchild__body p {
    line-height: 1.875
  }
}

.p-treatchild__body p.leadcopy {
  font-size: 1.8rem;
  line-height: 2.22
}

@media(max-width:768px) {
  .p-treatchild__body p.leadcopy {
    line-height: 1.77
  }
}

.p-treatchild__body p span {
  color: #00679f;
  font-weight: 700
}

.p-treatchild__body p+p {
  margin-top: 1.5em
}

.p-treatchild__body img {
  margin-top: 32px
}

.p-treatchild__body h2 {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 160px 0 24px;
  border-bottom: 1px solid #333
}

@media(max-width:768px) {
  .p-treatchild__body h2 {
    margin: 100px 0 32px
  }
}

.p-treatchild__body h2+h3 {
  margin-top: 40px
}

.p-treatchild__body h3 {
  color: #00679f;
  font-weight: 700;
  font-size: 2rem;
  margin: 64px 0 32px
}

@media(max-width:768px) {
  .p-treatchild__body h3 {
    margin: 56px 0 24px
  }
}

.p-treatchild__body ul+p,
.p-treatchild__body ol+p {
  margin-top: 2em
}

.p-treatchild__body .whiteninglist li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em
}

.p-treatchild__body .box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  margin: 40px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .box {
    padding: 16px
  }
}

.p-treatchild__body .box h2 {
  font-size: 1.8rem;
  padding: 0;
  margin: 0 0 16px;
  border-bottom: none
}

@media(max-width:768px) {
  .p-treatchild__body .box h2 {
    font-size: 1.6rem
  }
}

.p-treatchild__body .box h3 {
  margin: 0 0 16px
}

.p-treatchild__body .box h3.-simple {
  font-weight: 400;
  color: #333
}

@media(max-width:768px) {
  .p-treatchild__body .box p {
    font-size: 1.5rem
  }
}

.p-treatchild__body .box p+h2 {
  margin-top: 32px
}

.p-treatchild__body .box .foottxt {
  font-size: 1.6rem;
  line-height: 1.1;
  border-left: 3px solid #00679f;
  padding-left: 11px
}

@media(max-width:768px) {
  .p-treatchild__body .box .foottxt {
    font-size: 1.4rem;
    line-height: 1.4
  }
}

.p-treatchild__body .checklist {
  margin: 16px 0 0
}

.p-treatchild__body .checklist.-modifier li+li {
  margin-top: 1em
}

.p-treatchild__body .checklist li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 33px;
  position: relative
}

.p-treatchild__body .checklist li:before {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_check.svg) no-repeat center/contain;
  left: 0;
  top: 4px;
  width: 23px;
  height: 23px
}

.p-treatchild__body .checklist li span.-small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5
}

.p-treatchild__body .numberlist {
  margin: 16px 0 0;
  list-style: none;
  counter-reset: item
}

.p-treatchild__body .numberlist li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 33px;
  position: relative
}

.p-treatchild__body .numberlist li+li {
  margin-top: 1em
}

.p-treatchild__body .numberlist li:before {
  position: absolute;
  left: 0;
  top: 3px;
  counter-increment: item;
  content: counter(item);
  color: #fff;
  background: #333;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px
}

.p-treatchild__body .coursebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .coursebox {
    display: block
  }
}

.p-treatchild__body .coursebox__item {
  width: 48.1%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 32px;
  margin: 0 0 32px
}

@media(max-width:768px) {
  .p-treatchild__body .coursebox__item {
    width: 100%;
    padding: 16px
  }
}

.p-treatchild__body .coursebox__item.-fullsize {
  width: 100%
}

.p-treatchild__body .coursebox__item:last-child {
  margin-bottom: 0
}

.p-treatchild__body .coursebox__head {
  font-size: 2rem;
  font-weight: 700;
  color: #00679f;
  text-align: center;
  margin: 0 0 24px
}

.p-treatchild__body .coursebox__txt {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 20px
}

@media(max-width:768px) {
  .p-treatchild__body .coursebox__txt {
    font-size: 1.6rem;
    text-align: left
  }
}

.p-treatchild__body .coursebox__container {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative
}

@media(max-width:768px) {
  .p-treatchild__body .coursebox__container {
    padding: 24px
  }
}

.p-treatchild__body .coursebox__container h4 {
  font-size: 1.6rem;
  color: #00679f;
  text-align: center;
  line-height: 1.69
}

@media(max-width:768px) {
  .p-treatchild__body .coursebox__container h4 {
    text-align: left
  }
}

.p-treatchild__body .flowlist {
  margin: 32px 0 0
}

.p-treatchild__body .flowlist__item {
  list-style: none;
  border: 1px solid #00679f;
  padding: 47px 40px 40px 88px;
  position: relative;
  margin: 0 0 42px
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__item {
    padding: 20px 20px 20px 50px;
    margin: 0 0 32px
  }
}

.p-treatchild__body .flowlist__item:after {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_flow.svg) no-repeat center/contain;
  width: 43px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -22px
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__item:after {
    width: 32px;
    height: 32px;
    bottom: -16px
  }
}

.p-treatchild__body .flowlist__item:last-child {
  margin: 0
}

.p-treatchild__body .flowlist__item:last-child:after {
  content: none
}

.p-treatchild__body .flowlist__item.-modifier:last-child:after {
  content: ""
}

.p-treatchild__body .flowlist__item .num {
  position: absolute;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #00679f;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 400;
  top: 37px;
  left: 40px
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__item .num {
    font-size: 3.2rem;
    top: 16px;
    left: 20px
  }
}

.p-treatchild__body .flowlist__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__column {
    display: block
  }
}

.p-treatchild__body .flowlist__main {
  width: 67.6%
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__main {
    width: 100%
  }
}

.p-treatchild__body .flowlist__main h3 {
  font-size: 1.8rem;
  color: #00679f;
  font-weight: 700;
  margin: 0 0 20px
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__main h3 {
    margin: 0 0 16px
  }
}

.p-treatchild__body .flowlist__main p {
  font-size: 1.6rem;
  line-height: 1.8
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__main p {
    font-size: 1.4rem
  }
}

.p-treatchild__body .flowlist__main p.caption {
  font-size: 1.4rem
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__main p.caption {
    font-size: 1.2rem
  }
}

.p-treatchild__body .flowlist__sub {
  width: 27.2%
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__sub {
    width: 100%;
    margin: 16px 0 0
  }
}

.p-treatchild__body .flowlist__sub img {
  margin: 0
}

.p-treatchild__body .flowlist__sub img+img {
  margin-top: 24px
}

@media(max-width:768px) {
  .p-treatchild__body .flowlist__sub img+img {
    margin-top: 16px
  }
}

.p-treatchild__body .tablebox {
  margin: 24px 0 0
}

.p-treatchild__body .tablebox__head {
  background: #f5f5f5;
  padding: 24px
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox__head {
    padding: 16px
  }
}

.p-treatchild__body .tablebox__head p {
  font-size: 1.8rem;
  line-height: 1
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox__head p {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.p-treatchild__body .tablebox__body {
  border: 1px solid #cecece;
  padding: 24px
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox__body {
    padding: 16px
  }
}

.p-treatchild__body .tablebox__body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox__body p {
    display: block
  }
}

.p-treatchild__body .tablebox__body p span {
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
  font-weight: 400
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox__body p span {
    font-size: 1.6rem;
    display: block
  }

  .p-treatchild__body .tablebox__body p span+span {
    margin-top: 16px
  }
}

.p-treatchild__body .tablebox__body+.tablebox__body {
  border-top: none
}

.p-treatchild__body .tablebox__foot {
  text-align: right;
  margin: 10px 0 0
}

.p-treatchild__body .tablebox__foot p {
  font-size: 1.4rem
}

.p-treatchild__body .tablebox02 {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-treatchild__body .tablebox02__head {
  width: 61%
}

.p-treatchild__body .tablebox02__head p {
  padding: 18px 24px;
  font-size: 1.8rem;
  line-height: 1.4;
  border: 1px solid #cecece
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox02__head p {
    padding: 16px;
    font-size: 1.6rem
  }
}

.p-treatchild__body .tablebox02__head p+p {
  margin: 0;
  border-top: none
}

.p-treatchild__body .tablebox02__body {
  width: 39%;
  border: 1px solid #cecece;
  border-left: none;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox02__body {
    padding: 16px
  }
}

.p-treatchild__body .tablebox02__body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-treatchild__body .tablebox02__body p span {
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
  font-weight: 400
}

@media(max-width:768px) {
  .p-treatchild__body .tablebox02__body p span {
    font-size: 1.6rem
  }
}

.p-treatchild__body .tablebox02__body+.tablebox__body {
  border-top: none
}

.p-treatchild__body .tablebox02__foot {
  width: 100%;
  text-align: right;
  margin: 10px 0 0
}

.p-treatchild__body .tablebox02__foot p {
  font-size: 1.4rem
}

.p-treatchild__body .listbox {
  background: #f5f5f5;
  padding: 24px;
  margin: 24px 0
}

@media(max-width:768px) {
  .p-treatchild__body .listbox {
    padding: 16px
  }
}

.p-treatchild__body .listbox li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 18px;
  position: relative
}

.p-treatchild__body .listbox li:before {
  content: "";
  position: absolute;
  background: #00679f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 12px
}

.p-treatchild__body .wantlist {
  margin: 32px 0 0
}

.p-treatchild__body .wantlist li+li {
  margin-top: 32px
}

.p-treatchild__body .wantlist h3 {
  margin: 0 0 8px;
  color: #333;
  font-weight: 400
}

.p-treatchild__body .wantlist p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 22px;
  position: relative
}

.p-treatchild__body .wantlist p:before {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_tri.svg) no-repeat center/contain;
  width: 11px;
  height: 10px;
  left: 0;
  top: 4px
}

.p-treatchild__body .shinbibox {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  margin: 40px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .shinbibox {
    padding: 16px
  }
}

.p-treatchild__body .shinbibox h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 32px;
  border-bottom: none;
  padding: 0
}

.p-treatchild__body .shinbibox h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 42px 0 16px
}

.p-treatchild__body .shinbibox p {
  font-size: 1.4rem
}

.p-treatchild__body .shinbibox p.lead {
  font-size: 1.6rem
}

.p-treatchild__body .inplantcase {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase {
    padding: 20px
  }
}

.p-treatchild__body .inplantcase+.inplantcase {
  margin: 32px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase+.inplantcase {
    margin: 16px 0 0
  }
}

.p-treatchild__body .inplantcase__head {
  margin: 0 0 24px;
  font-size: 1.8rem
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__head {
    margin: 0 0 16px
  }
}

.p-treatchild__body .inplantcase__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__column {
    display: block
  }
}

.p-treatchild__body .inplantcase__ph {
  width: 37.2%
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__ph {
    width: 100%;
    margin: 0 0 16px
  }
}

.p-treatchild__body .inplantcase__ph img {
  margin: 0
}

.p-treatchild__body .inplantcase__main {
  width: 58%
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__main {
    width: 100%
  }
}

.p-treatchild__body .inplantcase__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__point {
    display: block
  }
}

.p-treatchild__body .inplantcase__point.-modifier .inplantcase__point__body li {
  padding-left: 16px;
  position: relative;
  font-size: 1.6rem;
  text-indent: 0
}

.p-treatchild__body .inplantcase__point.-modifier .inplantcase__point__body li+li {
  margin-top: .5em
}

.p-treatchild__body .inplantcase__point.-modifier .inplantcase__point__body li p {
  font-size: 1.4rem;
  line-height: 1.8
}

.p-treatchild__body .inplantcase__point.-modifier .inplantcase__point__body li:before {
  content: "";
  position: absolute;
  background: #00679f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 9px
}

.p-treatchild__body .inplantcase__point__item {
  width: 48.2%
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__point__item {
    width: 100%
  }

  .p-treatchild__body .inplantcase__point__item+.inplantcase__point__item {
    margin-top: 16px
  }
}

.p-treatchild__body .inplantcase__point__head {
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1em;
  padding: 14px;
  line-height: 1;
  background: #00679f;
  border-radius: 10px 10px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__point__head {
    padding: 8px
  }
}

.p-treatchild__body .inplantcase__point__body {
  background: #fff;
  border: 1px solid #00679f;
  border-radius: 0 0 10px 10px;
  padding: 24px;
  height: calc(100% - 44px)
}

@media(max-width:768px) {
  .p-treatchild__body .inplantcase__point__body {
    padding: 16px;
    height: auto
  }
}

.p-treatchild__body .inplantcase__point__body li {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em
}

.p-treatchild__body .phcolumn {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 24px 20px
}

@media(max-width:768px) {
  .p-treatchild__body .phcolumn {
    display: block;
    padding: 16px
  }
}

.p-treatchild__body .phcolumn figure {
  width: 45.8%
}

@media(max-width:768px) {
  .p-treatchild__body .phcolumn figure {
    width: 100%
  }

  .p-treatchild__body .phcolumn figure+figure {
    margin-top: 16px
  }
}

.p-treatchild__body .phcolumn img {
  margin: 0
}

.p-treatchild__body .phcolumn figcaption {
  font-size: 1.4rem;
  display: block;
  margin: 16px 0 0
}

.p-treatchild__body .telbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0
}

@media(max-width:768px) {
  .p-treatchild__body .telbox {
    display: block
  }
}

.p-treatchild__body .telbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.6rem;
  color: #00679f;
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

@media(max-width:768px) {
  .p-treatchild__body .telbox a {
    font-size: 3rem
  }
}

.p-treatchild__body .telbox a span {
  color: #00679f;
  font-size: 2.2rem;
  margin-right: 16px
}

@media(max-width:768px) {
  .p-treatchild__body .telbox a span {
    font-size: 1.6rem
  }
}

.p-treatchild__body .telbox p {
  font-size: 1.4rem;
  margin: 0 0 0 28px
}

@media(max-width:768px) {
  .p-treatchild__body .telbox p {
    margin: 0
  }
}

.p-treatchild__body .visitcheckpoint {
  background: #f5f5f5;
  border-radius: 7px;
  padding: 30px 20px;
  position: relative
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint {
    padding: 16px
  }
}

.p-treatchild__body .visitcheckpoint:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 47.5px 0;
  border-color: #f5f5f5 transparent transparent
}

.p-treatchild__body .visitcheckpoint__head {
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint__head {
    font-size: 1.4rem
  }
}

.p-treatchild__body .visitcheckpoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-treatchild__body .visitcheckpoint__list li {
  width: 13.2%
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint__list li {
    width: 32%;
    margin: 0 0 16px
  }
}

.p-treatchild__body .visitcheckpoint__list li img {
  margin: 0
}

.p-treatchild__body .visitcheckpoint__list p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  margin: 8px 0 0;
  letter-spacing: -.1em
}

.p-treatchild__body .visitcheckpoint-reserve__head {
  margin: 45px 0 12px;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: 700;
  background: #00679f;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint-reserve__head {
    padding: 16px;
    font-size: 1.6rem
  }
}

.p-treatchild__body .visitcheckpoint-reserve__head ruby {
  color: #fff;
  font-weight: 700
}

.p-treatchild__body .visitcheckpoint-reserve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint-reserve__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-treatchild__body .visitcheckpoint-reserve__list li {
  width: 19.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00679f;
  padding: 10px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width:768px) {
  .p-treatchild__body .visitcheckpoint-reserve__list li {
    width: 48.5%;
    margin: 0 0 8px
  }
}

.p-treatchild__body .visitcheckpoint-reserve__list img {
  max-width: 38px;
  margin: 0 4px 0 0
}

.p-treatchild__body .visitcheckpoint-reserve__list p {
  font-size: 1.6rem;
  color: #00679f;
  line-height: 1.18;
  font-weight: 700;
  text-align: center
}

.p-treatchild__body .visitflowlist {
  list-style: none;
  counter-reset: item;
  margin: 45px 0 0;
  position: relative
}

.p-treatchild__body .visitflowlist:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  background: #00679f;
  left: 16px;
  top: 0
}

@media(max-width:768px) {
  .p-treatchild__body .visitflowlist:before {
    height: 85%
  }
}

.p-treatchild__body .visitflowlist li {
  padding-left: 64px;
  position: relative;
  list-style: none
}

.p-treatchild__body .visitflowlist li:before {
  position: absolute;
  left: 0;
  top: -5px;
  counter-increment: item;
  content: counter(item);
  color: #00679f;
  background: #fff;
  border: 2px solid #00679f;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  width: 36px;
  height: 36px;
  font-size: 1.9rem;
  border-radius: 50%;
  text-align: center;
  line-height: 36px
}

.p-treatchild__body .visitflowlist li+li {
  margin-top: 24px
}

.p-treatchild__body .visitflowlist h3 {
  font-size: 1.8rem;
  margin: 0 0 10px
}

.p-treatchild__body .visitflowlist p {
  font-size: 1.5rem
}

.p-treatchild__head {
  margin: 0 0 80px
}

@media(max-width:768px) {
  .p-treatchild__head {
    margin: 0 0 40px
  }
}

.p-treatchild__head span {
  display: block
}

.p-treatchild__head .jpn {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1
}

@media(max-width:768px) {
  .p-treatchild__head .jpn {
    font-size: 3.2rem;
    margin: 0 0 12px
  }
}

.p-treatchild__head .en {
  font-size: 1.6rem;
  color: #00679f;
  line-height: 1;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-weight: 400
}

.p-smileseminar {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto
}

@media(max-width:768px) {
  .p-smileseminar {
    padding: 0 32px
  }
}

.p-smileseminar__head {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.94;
  margin: 0 0 70px
}

@media(max-width:768px) {
  .p-smileseminar__head {
    font-size: 1.6rem
  }
}

.p-smileseminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:768px) {
  .p-smileseminar__list {
    display: block
  }
}

.p-smileseminar__list li {
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 64px
}

@media(max-width:768px) {
  .p-smileseminar__list li {
    width: 100%;
    margin: 0 0 52px
  }
}

.p-smileseminar__list li:nth-child(3n) {
  margin-right: 0
}

.p-smileseminar__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-smileseminar__list a:hover .thumbnail img {
  scale: 1.05
}

.p-smileseminar__list a:hover time,
.p-smileseminar__list a:hover span,
.p-smileseminar__list a:hover h4 {
  opacity: .6
}

.p-smileseminar__list time,
.p-smileseminar__list span,
.p-smileseminar__list h4 {
  -webkit-transition: .4s;
  transition: .4s
}

.p-smileseminar__list .thumbnail {
  width: 100%;
  margin: 0 0 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.p-smileseminar__list .thumbnail:before {
  content: "";
  display: inline-block;
  padding-top: 66.6%
}

.p-smileseminar__list .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s
}

.p-smileseminar__list time {
  font-size: 1.6rem;
  font-family: Mukta, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  margin-right: 14px
}

.p-smileseminar__list span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #b59e5e;
  border-radius: 16px;
  line-height: 1;
  padding: 6px 12px
}

.p-smileseminar__list span.-end {
  background: #333
}

.p-smileseminar__list h4 {
  color: #00679f;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 13px 0 0
}

.p-orthodontics .p-treatchild__head {
  padding-left: 10.24%;
  margin-bottom: 175px
}

.p-orthodontics__nav {
  max-width: 1200px;
  margin: 0 auto 30px
}

.p-orthodontics__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__nav__list li {
  width: calc((100% - 48px)/7)
}

.p-orthodontics__nav__list li a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 21px 0;
  border-radius: 10px;
  background: #cfcfcf;
  color: #fff;
  text-align: center
}

.p-orthodontics__nav__list li a.-active {
  background: #00679f
}

.p-orthodontics__head {
  font-size: 2.4rem;
  padding: 0 0 24px;
  margin: 160px 0 24px;
  border-bottom: 1px solid #333
}

.p-orthodontics__lead {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.68;
  padding: 0 9.2%;
  margin-top: 160px
}

.p-orthodontics__body {
  padding: 0 9.2%
}

.p-orthodontics__body h3 {
  font-size: 2rem;
  color: #00679f;
  line-height: 1.5;
  margin-bottom: 16px
}

.p-orthodontics__body p {
  font-size: 1.6rem;
  line-height: 1.75
}

.p-orthodontics__body p+.kind {
  margin-top: 24px
}

.p-orthodontics__body .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .list li {
  list-style-type: none;
  width: calc((100% - 92px)/3)
}

.p-orthodontics__body .list li img {
  margin-bottom: 16px
}

.p-orthodontics__body .num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  counter-reset: number 0
}

.p-orthodontics__body .num-list.-gray li {
  background: #f5f5f5
}

.p-orthodontics__body .num-list__item {
  position: relative;
  list-style: none;
  width: calc((100% - 60px)/3);
  margin-top: 34px;
  padding: 54px 40px 40px
}

.p-orthodontics__body .num-list__item p {
  margin-top: 24px
}

.p-orthodontics__body .num-list__item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #00679f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 69px;
  height: 69px;
  border-radius: 50%
}

.p-orthodontics__body .num-list-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: list-blue 0;
  margin-top: 24px
}

.p-orthodontics__body .num-list-blue+h3 {
  margin-top: 80px
}

.p-orthodontics__body .num-list-blue li {
  list-style: none;
  width: calc((100% - 33px)/4);
  border: 1px solid #00679f;
  text-align: center;
  position: relative;
  padding: 28px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-orthodontics__body .num-list-blue li p {
  font-weight: 700;
  color: #00679f;
  font-size: 1.7rem;
  line-height: 1.35
}

.p-orthodontics__body .num-list-blue li:before {
  counter-increment: list-blue 1;
  content: "0" counter(list-blue);
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #00679f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%
}

.p-orthodontics__body .num-list-blue.-check li {
  width: calc((100% - 40px)/5)
}

.p-orthodontics__body .num-list-blue.-check li:before {
  content: "";
  background: url(../images/_common/icon_check.svg) no-repeat center/contain
}

.p-orthodontics__body .num-list-blue+.color-box {
  margin-top: 53px
}

.p-orthodontics__body .color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .color-box__item {
  width: 48.3%;
  border-radius: 10px
}

.p-orthodontics__body .color-box__item .head {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 21px 0;
  border-radius: 10px 10px 0 0
}

.p-orthodontics__body .color-box__item ul {
  padding: 17px
}

.p-orthodontics__body .color-box__item ul li {
  font-size: 1.5rem;
  padding-left: 1.5em;
  position: relative
}

.p-orthodontics__body .color-box__item ul li:before {
  content: "●";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0
}

.p-orthodontics__body .color-box__item ul li+li {
  margin-top: 10px
}

.p-orthodontics__body .color-box__item.-orange {
  border: 1px solid #e5974b
}

.p-orthodontics__body .color-box__item.-orange .head {
  background: #e5974b
}

.p-orthodontics__body .color-box__item.-orange li:before {
  color: #e5974b
}

.p-orthodontics__body .color-box__item.-blue {
  border: 1px solid #29679f
}

.p-orthodontics__body .color-box__item.-blue .head {
  background: #29679f
}

.p-orthodontics__body .color-box__item.-blue li:before {
  color: #29679f
}

.p-orthodontics__body .color-box+h3 {
  margin-top: 63px
}

.p-orthodontics__body .pointlist {
  margin-top: 32px;
  list-style: none
}

.p-orthodontics__body .pointlist li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  font-size: 1.6rem
}

.p-orthodontics__body .pointlist li:before {
  content: "●";
  position: absolute;
  color: #00679f;
  border-radius: 50%;
  left: 0;
  top: 0
}

.p-orthodontics__body .pointlist li+li {
  margin-top: 16px
}

.p-orthodontics__body .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .column.box-gray {
  padding: 47px 41px 43px
}

.p-orthodontics__body .column .img {
  width: 22.9%
}

.p-orthodontics__body .column .txt {
  width: 72.7%
}

.p-orthodontics__body .column .txt p {
  line-height: 1.75
}

.p-orthodontics__body .column+.column {
  margin-top: 40px
}

.p-orthodontics__body .column+h3 {
  margin-top: 48px
}

.p-orthodontics__body .fee {
  padding: 34px 39px 37px 41px;
  margin-top: 40px;
  text-align: center
}

.p-orthodontics__body .fee+h3 {
  margin-top: 70px
}

.p-orthodontics__body .fee h4 {
  font-size: 1.8rem;
  margin-bottom: 16px
}

.p-orthodontics__body .fee p {
  font-size: 1.6rem;
  margin-bottom: 16px
}

.p-orthodontics__body .fee .box-blue {
  background: #00679f;
  border-radius: 4px;
  padding: 20px 25px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .fee .box-blue h5 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 18px;
  width: 100%
}

.p-orthodontics__body .fee .box-blue .box-white {
  width: 49.5%;
  background: #fff;
  border-radius: 4px;
  color: #00679f;
  padding: 30px 0 29px;
  font-weight: 700;
  position: relative
}

.p-orthodontics__body .fee .box-blue .box-white+.box-white:before {
  content: "";
  background: url(../images/treatment/adult-orthodontics/icon_plus.png) no-repeat center/cover;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-orthodontics__body .tablebox {
  margin: 24px 0 0
}

.p-orthodontics__body .tablebox__body {
  border: 1px solid #cecece;
  padding: 24px
}

.p-orthodontics__body .tablebox__body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .tablebox__body p span {
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
  font-weight: 400
}

.p-orthodontics__body .tablebox__foot {
  text-align: right;
  margin: 10px 0 0
}

.p-orthodontics__body .tablebox__foot p {
  font-size: 1.4rem
}

.p-orthodontics__body .tablebox+h3 {
  margin-top: 58px
}

.p-orthodontics__body .pay {
  padding: 40px 38px 50px;
  margin-bottom: 15px
}

.p-orthodontics__body .pay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px
}

.p-orthodontics__body .pay__list li {
  width: calc((100% - 32px)/5);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #00679f;
  font-size: 1.8rem;
  line-height: 1;
  padding: 28px 0;
  text-align: center;
  color: #00679f;
  font-weight: 700
}

.p-orthodontics__body .pay__list li.link {
  padding: 0
}

.p-orthodontics__body .pay__list li.link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0
}

.p-orthodontics__body .pay__list li.link a span {
  line-height: 1;
  color: #00679f;
  font-weight: 700
}

.p-orthodontics__body .pay__list li.link a img {
  margin-left: 4px
}

.p-orthodontics__body .pay__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-orthodontics__body .pay__column__item {
  width: 36%
}

.p-orthodontics__body .pay__column__item .head {
  font-size: 2rem;
  font-weight: 700;
  color: #00679f;
  line-height: 1;
  margin-bottom: 13px
}

.p-orthodontics__body .pay__column__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-orthodontics__body .pay__column__item ul li {
  width: calc((100% - 30px)/4)
}

.p-orthodontics__body .pay__column__item+.pay__column__item {
  margin-left: 104px
}

.p-orthodontics__body .pay+.cta-orthodontics {
  margin-top: 120px
}

.p-orthodontics__body .caption+.cta-orthodontics {
  margin-top: 120px
}

.p-orthodontics__body .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  counter-reset: flow 0
}

.p-orthodontics__body .flow+h3 {
  margin-top: 90px
}

.p-orthodontics__body .flow li {
  width: calc((100% - 52px)/5);
  margin-top: 24px;
  list-style: none;
  border: 1px solid #00679f;
  border-radius: 10px;
  position: relative
}

.p-orthodontics__body .flow li:before {
  counter-increment: flow 1;
  content: counter(flow);
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #00679f;
  font-weight: 500;
  background: #fff;
  border: 2px solid #00679f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.p-orthodontics__body .flow li+li {
  margin-left: 13px
}

.p-orthodontics__body .flow li .head {
  background: #00679f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0
}

.p-orthodontics__body .flow li .body {
  padding: 20px 17px;
  font-size: 1.5rem;
  line-height: 2
}

.p-orthodontics__body .checklist li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 33px;
  position: relative
}

.p-orthodontics__body .checklist li:before {
  content: "";
  position: absolute;
  background: url(../images/_common/icon_check.svg) no-repeat center/contain;
  left: 0;
  top: 4px;
  width: 23px;
  height: 23px
}

.p-orthodontics__body .checklist li+li {
  margin-top: 1em
}

.p-orthodontics__body .faq {
  padding: 40px
}

.p-orthodontics__body .faq h3 {
  margin-bottom: 16px
}

.p-orthodontics__body .faq p {
  font-size: 1.6rem;
  line-height: 2
}

.p-orthodontics__body .faq+.faq {
  margin-top: 40px
}

.p-orthodontics__body .fullimg {
  margin-bottom: 20px
}

.p-orthodontics__body .fullimg img {
  width: 100%;
  height: auto
}

.p-orthodontics__body .kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px
}

.p-orthodontics__body .kind .img {
  width: 31.3%;
  margin-right: 45px
}

.p-orthodontics__body .kind .img img {
  width: 100%
}

.p-orthodontics__body .kind .txt {
  width: 50%
}

.p-orthodontics__body .kind .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-orthodontics__body .kind .txt ul li {
  width: 50%;
  margin: 0 0 24px;
  padding-left: 1.5em;
  position: relative
}

.p-orthodontics__body .kind .txt ul li:before {
  content: "";
  display: inline-block;
  background: url(../images/treatment/childrens-correction/icon_triangle.svg) no-repeat center/contain;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.p-orthodontics__body .kind .txt p {
  padding-left: 1.5em;
  text-indent: -1.5em
}

.p-orthodontics__body .kind.-modifier {
  margin: 67px 0 0 120px;
  position: relative
}

.p-orthodontics__body .kind.-modifier .img {
  position: absolute;
  left: -120px;
  top: -17px;
  width: 235px;
  height: 235px
}

.p-orthodontics__body .kind.-modifier .txt {
  width: 100%;
  padding-left: 145px
}

.p-orthodontics__body .kind.-modifier .txt p {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-bottom: 23px
}

.p-orthodontics__body .kind.-modifier .txt a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00679f;
  position: relative
}

.p-orthodontics__body .kind.-modifier .txt a:after {
  content: "";
  display: inline-block;
  background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto
}

.hero {
  position: relative;
  padding-left: 9.2%;
  margin-bottom: 177px
}

.hero__img {
  width: 100%
}

.hero__img img {
  border-radius: 80px 0 0 80px
}

.hero__txt {
  position: absolute;
  left: 9.2%
}

.hero__txt.-adult {
  width: 45%;
  bottom: 60px
}

.hero__txt.-child {
  width: 50%;
  bottom: 151px
}

.hero__txt p {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  color: #00679f;
  padding: 14px 21px;
  display: inline-block
}

.hero__txt p+p {
  margin-top: 21px
}

.hero__txt p.u-device-sp {
  display: none
}

.hero__txt p:nth-child(2) {
  margin-left: 1.5em
}

.hero__txt p:nth-child(3) {
  margin-left: 3em
}

.box-gray {
  background: #f5f5f5;
  border-radius: 10px
}

.cta-orthodontics {
  max-width: 1000px;
  margin: 0 auto
}

.cta-orthodontics .lead {
  font-size: 1.6rem;
  margin-bottom: 56px;
  text-align: center
}

.cta-orthodontics .box-gray {
  padding: 50px 40px 44px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.cta-orthodontics .box-gray h2 {
  position: absolute;
  left: 50%;
  top: -17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #00679f;
  line-height: 1
}

.cta-orthodontics .box-gray .tel {
  width: 48%;
  background: #fff;
  border: 1px solid #29679f;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px
}

.cta-orthodontics .box-gray .tel p {
  font-size: 2rem
}

.cta-orthodontics .box-gray .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cta-orthodontics .box-gray .tel a .txt {
  font-size: 1.8rem;
  line-height: 1;
  background: #00679f;
  border-radius: 21px;
  color: #fff;
  padding: 4px 15px 5px;
  margin-right: 9px
}

.cta-orthodontics .box-gray .tel a .num {
  font-size: 3.7rem;
  font-weight: 500;
  font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

.cta-orthodontics .box-gray .web {
  width: 48%
}

@media(max-width:768px) {
  .p-orthodontics {
    overflow: hidden;
    padding-top: 100px
  }

  .p-orthodontics .p-treatchild__head {
    padding-left: 10.24%;
    margin-bottom: 103px
  }

  .p-orthodontics__nav {
    width: 100%;
    background: #00679f;
    max-width: 100%;
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 8
  }

  .p-orthodontics__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    padding: 16px 32px
  }

  .p-orthodontics__nav__list li {
    width: auto
  }

  .p-orthodontics__nav__list li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    background: none;
    padding: 0;
    word-break: keep-all;
    position: relative
  }

  .p-orthodontics__nav__list li a.-active {
    background: none;
    color: #fff
  }

  .p-orthodontics__nav__list li+li {
    margin-left: 40px
  }

  .p-orthodontics__head {
    font-size: 2rem;
    margin: 100px 0 32px
  }

  .p-orthodontics__lead {
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 100px
  }

  .p-orthodontics__body {
    padding: 0 9.2%
  }

  .p-orthodontics__body h3 {
    font-size: 1.7rem;
    margin-bottom: 16px
  }

  .p-orthodontics__body p {
    font-size: 1.6rem;
    line-height: 1.75
  }

  .p-orthodontics__body .list {
    display: block
  }

  .p-orthodontics__body .list li {
    width: 100%
  }

  .p-orthodontics__body .list li img {
    margin-bottom: 16px
  }

  .p-orthodontics__body .list li+li {
    margin-top: 30px
  }

  .p-orthodontics__body .num-list {
    display: block
  }

  .p-orthodontics__body .num-list__item {
    width: 100%;
    margin-top: 64px;
    padding: 54px 40px 40px
  }

  .p-orthodontics__body .num-list__item p {
    margin-top: 24px
  }

  .p-orthodontics__body .num-list__item:before {
    font-size: 2.6rem;
    top: -29px;
    width: 59px;
    height: 59px
  }

  .p-orthodontics__body .num-list-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: list-blue 0;
    margin-top: 24px
  }

  .p-orthodontics__body .num-list-blue+h3 {
    margin-top: 80px
  }

  .p-orthodontics__body .num-list-blue li {
    list-style: none;
    width: calc((100% - 10px)/2);
    padding: 18px 0 14px
  }

  .p-orthodontics__body .num-list-blue li:nth-child(3),
  .p-orthodontics__body .num-list-blue li:nth-child(4),
  .p-orthodontics__body .num-list-blue li:nth-child(5) {
    margin-top: 30px
  }

  .p-orthodontics__body .num-list-blue li p {
    font-size: 1.4rem
  }

  .p-orthodontics__body .num-list-blue li:before {
    counter-increment: list-blue 1;
    content: "0" counter(list-blue);
    font-family: Heebo, "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: -18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background: #00679f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%
  }

  .p-orthodontics__body .num-list-blue.-check li {
    width: calc((100% - 10px)/2)
  }

  .p-orthodontics__body .pointlist {
    margin-top: 32px;
    list-style: none
  }

  .p-orthodontics__body .pointlist li {
    position: relative;
    list-style: none;
    padding-left: 1.5em;
    font-size: 1.6rem
  }

  .p-orthodontics__body .pointlist li:before {
    content: "●";
    position: absolute;
    color: #00679f;
    border-radius: 50%;
    left: 0;
    top: 0
  }

  .p-orthodontics__body .pointlist li+li {
    margin-top: 16px
  }

  .p-orthodontics__body .column {
    display: block
  }

  .p-orthodontics__body .column.box-gray {
    padding: 30px 35px 41px 31px
  }

  .p-orthodontics__body .column .img {
    width: 100%;
    margin-bottom: 16px
  }

  .p-orthodontics__body .column .txt {
    width: 100%
  }

  .p-orthodontics__body .column+.column {
    margin-top: 30px
  }

  .p-orthodontics__body .fee {
    padding: 34px 39px 37px 41px;
    margin-top: 40px;
    text-align: center
  }

  .p-orthodontics__body .fee+h3 {
    margin-top: 70px
  }

  .p-orthodontics__body .fee .box-blue {
    background: #00679f;
    border-radius: 4px;
    padding: 18px 18px 20px 19px;
    display: block
  }

  .p-orthodontics__body .fee .box-blue h5 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 18px;
    width: 100%
  }

  .p-orthodontics__body .fee .box-blue .box-white {
    position: relative;
    width: 100%;
    padding: 20px 0 19px
  }

  .p-orthodontics__body .fee .box-blue .box-white+.box-white {
    margin-top: 16px
  }

  .p-orthodontics__body .fee .box-blue .box-white+.box-white:before {
    content: "";
    background: url(../images/treatment/adult-orthodontics/icon_plus.png) no-repeat center/cover;
    width: 37px;
    height: 37px;
    position: absolute;
    top: -10px;
    left: calc(50% - 19px)
  }

  .p-orthodontics__body .tablebox__body {
    padding: 16px
  }

  .p-orthodontics__body .tablebox__body p {
    display: block
  }

  .p-orthodontics__body .tablebox__body p span {
    display: block;
    font-size: 1.6rem
  }

  .p-orthodontics__body .tablebox__body p .price {
    margin-top: 16px
  }

  .p-orthodontics__body .tablebox+h3 {
    margin-top: 88px
  }

  .p-orthodontics__body .pay {
    padding: 20px 21px
  }

  .p-orthodontics__body .pay__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
  }

  .p-orthodontics__body .pay__list li {
    width: calc((100% - 8px)/2);
    font-size: 1.4rem;
    padding: 21px 0 20px;
    text-align: center;
    color: #00679f;
    font-weight: 700
  }

  .p-orthodontics__body .pay__list li:nth-child(3),
  .p-orthodontics__body .pay__list li:nth-child(4),
  .p-orthodontics__body .pay__list li:nth-child(5) {
    margin-top: 10px
  }

  .p-orthodontics__body .pay__list li.link {
    padding: 0
  }

  .p-orthodontics__body .pay__list li.link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 0 20px;
    line-height: 1;
    color: #00679f;
    font-weight: 700
  }

  .p-orthodontics__body .pay__column {
    display: block
  }

  .p-orthodontics__body .pay__column__item {
    width: 100%
  }

  .p-orthodontics__body .pay__column__item .head {
    font-size: 1.8rem;
    margin-bottom: 13px;
    line-height: 1.39
  }

  .p-orthodontics__body .pay__column__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .p-orthodontics__body .pay__column__item ul li {
    width: calc((100% - 28px)/4)
  }

  .p-orthodontics__body .pay__column__item+.pay__column__item {
    margin: 40px 0 0
  }

  .p-orthodontics__body .flow {
    display: block;
    counter-reset: flow 0
  }

  .p-orthodontics__body .flow+h3 {
    margin-top: 90px
  }

  .p-orthodontics__body .flow li {
    width: 100%;
    margin-top: 24px;
    list-style: none;
    border: 1px solid #00679f;
    border-radius: 10px;
    position: relative
  }

  .p-orthodontics__body .flow li:before {
    counter-increment: flow 1;
    content: counter(flow)
  }

  .p-orthodontics__body .flow li+li {
    margin: 44px 0 0
  }

  .p-orthodontics__body .flow li h3 {
    margin-bottom: 0
  }

  .p-orthodontics__body .checklist li {
    font-size: 1.5rem;
    line-height: 1.67
  }

  .p-orthodontics__body .kind {
    display: block;
    padding: 15px 20px
  }

  .p-orthodontics__body .kind .img {
    width: 100%;
    margin: 0 0 20px
  }

  .p-orthodontics__body .kind .img img {
    width: 100%
  }

  .p-orthodontics__body .kind .txt {
    width: 100%
  }

  .p-orthodontics__body .kind .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .p-orthodontics__body .kind .txt ul li {
    width: 100%;
    margin: 0 0 24px;
    padding-left: 1.5em;
    position: relative
  }

  .p-orthodontics__body .kind .txt ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/treatment/childrens-correction/icon_triangle.svg) no-repeat center/contain;
    width: 11px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .p-orthodontics__body .kind.-modifier {
    margin: 120px 0 0;
    padding: 91px 20px 32px 29px;
    position: relative
  }

  .p-orthodontics__body .kind.-modifier .img {
    position: absolute;
    left: calc(50% - 68px);
    top: -68px;
    width: 135px;
    height: 135px
  }

  .p-orthodontics__body .kind.-modifier .txt {
    width: 100%;
    padding-left: 0
  }

  .p-orthodontics__body .kind.-modifier .txt h3 {
    font-size: 2rem;
    margin-bottom: 40px
  }

  .p-orthodontics__body .kind.-modifier .txt p {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 20px
  }

  .p-orthodontics__body .kind.-modifier .txt a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00679f;
    position: relative
  }

  .p-orthodontics__body .kind.-modifier .txt a:after {
    content: "";
    display: inline-block;
    background: url(../images/_common/icon_blue_arrow.svg) no-repeat center/contain;
    width: 10px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .p-orthodontics__body .color-box__item {
    width: 100%
  }

  .p-orthodontics__body .color-box__item .head {
    padding: 16px 0
  }

  .p-orthodontics__body .color-box__item.-orange {
    margin-bottom: 20px
  }

  .p-orthodontics__body .color-box+h3 {
    margin-top: 63px
  }

  .p-orthodontics__body .fullimg {
    margin-bottom: 20px;
    width: 100%;
    height: 544px;
    overflow: scroll
  }

  .p-orthodontics__body .fullimg img {
    max-width: initial;
    width: 1000px;
    height: 100%
  }

  .hero {
    position: relative;
    padding-left: 9.2%;
    margin-bottom: 111px
  }

  .hero__img {
    width: 100%
  }

  .hero__img img {
    border-radius: 70px 0 0 70px
  }

  .hero__txt {
    position: absolute;
    left: 9.2%;
    top: -41px
  }

  .hero__txt.-adult {
    width: 100%;
    bottom: auto
  }

  .hero__txt.-adult p:nth-child(2) {
    margin-left: 1em
  }

  .hero__txt.-adult p:nth-child(3) {
    margin-left: 2em
  }

  .hero__txt.-child {
    width: 100%;
    bottom: auto
  }

  .hero__txt.-child p:nth-child(3) {
    margin-left: 1em
  }

  .hero__txt.-child p:nth-child(4) {
    margin-left: 2em
  }

  .hero__txt p {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    color: #00679f;
    padding: 9px 13px;
    display: inline-block
  }

  .hero__txt p+p {
    margin-top: 11px
  }

  .hero__txt p.u-device-pc {
    display: none
  }

  .hero__txt p.u-device-sp {
    display: inline-block
  }

  .box-gray {
    background: #f5f5f5;
    border-radius: 10px
  }

  .cta-orthodontics {
    width: 100%;
    margin: 0 auto
  }

  .cta-orthodontics.-hero {
    width: 81.6%
  }

  .cta-orthodontics .lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center
  }

  .cta-orthodontics .box-gray {
    padding: 31px 16px 26px 20px;
    display: block
  }

  .cta-orthodontics .box-gray h2 {
    font-size: 2.2rem;
    top: -11px;
    white-space: nowrap
  }

  .cta-orthodontics .box-gray .tel {
    width: 100%;
    padding: 13px 0 10px;
    margin-bottom: 15px
  }

  .cta-orthodontics .box-gray .tel p {
    font-size: 1.3rem;
    margin-bottom: 6px
  }

  .cta-orthodontics .box-gray .tel a .txt {
    font-size: 1rem;
    padding: 3px 13px 6px 9px;
    margin-right: 9px
  }

  .cta-orthodontics .box-gray .tel a .num {
    font-size: 2.3rem
  }

  .cta-orthodontics .box-gray .web {
    width: 100%
  }
}