@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

label {
  font-size: inherit;
}

html {
  /* プロポーショナルメトリクスを有効化 */
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* box-sizing */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Adobe,Google WebFontのチラツキ対策 start */
/* Adobe,Google WebFontのチラツキ対策 end */
body {
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  color: #0e1520;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    min-width: auto;
  }
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  display: block;
}

.pagelink {
  text-decoration: underline;
  color: #1b334a;
  font-weight: normal;
  display: block;
}

.link {
  text-decoration: underline;
  color: #32568c;
  font-weight: normal;
  display: inline;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.linkon:hover {
  opacity: 0.7;
}

.spbr {
  display: inline;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .spbr {
    display: block;
    width: 100%;
  }
}
.pcbr {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .pcbr {
    display: inline;
  }
}
.lppcbr {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-indent: 1px;
}

@media screen and (max-width: 768px) {
  .lppcbr {
    display: inline;
    text-indent: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .tb-none {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .tb-none {
    display: inline;
  }
}
.point_ev {
  pointer-events: none;
}

#header .nav_main {
  width: 100%;
  min-width: 1200px;
}

#header {
  width: 100%;
  min-width: 1200px;
}

#header .nav_sub {
  height: 50px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  background: #000000;
}

#header .nav_sub .nav_sub_left {
  color: #fff;
}

#header .nav_sub .nav_sub_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .nav_sub .nav_sub_left ul li:first-child {
  background: #b9944e;
  color: #fff;
}

#header .nav_sub .nav_sub_left ul li 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: 300px;
  padding: 0;
  position: relative;
  height: 50px;
}

#header .nav_sub .nav_sub_left ul li a::after {
  content: "";
  border-right: 1px solid #686868;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header .nav_sub .nav_sub_left ul li a:hover {
  opacity: 0.7;
}

#header .nav_sub .nav_sub_right ul {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .nav_sub .nav_sub_right ul li {
  width: 59px;
  height: 50px;
  border-left: 1px solid #686868;
}

#header .nav_sub .nav_sub_right ul li a {
  display: inline;
}

#header .nav_sub .nav_sub_right ul li a:hover {
  opacity: 0.7;
}

#header .nav_sub .nav_sub_right ul li img {
  padding: 23% 25% 27% 25%;
  width: 50%;
  height: 50%;
}

#header .nav_main .nav_main_wrap {
  border-top: 1px solid #6e7a8c;
  border-bottom: 1px solid #6e7a8c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31415c;
  z-index: 100;
}

#header .nav_main .nav_main_wrap .nav_main_logo {
  padding: 0 0 0 3%;
  max-width: 330px;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  #header .nav_main .nav_main_wrap .nav_main_logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav_main .nav_main_wrap .nav_main_logo {
    max-width: 240px;
  }
}
#header .nav_main .nav_main_wrap .nav_main_logo img {
  width: 100%;
  vertical-align: bottom;
}

#header .nav_main .nav_main_wrap .nav_main_box {
  padding: 0 0 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu {
  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;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li {
  font-size: 20px;
  margin: 0 0 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 3px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1300px) {
  #header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn {
    padding: 0 12px 3px;
  }
}
#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn::before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid #b69653;
  position: absolute;
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn:hover::before {
  width: 50%;
  border-bottom: 3px solid #b69653;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn::after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid #b69653;
  position: absolute;
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .nav_btn:hover::after {
  width: 50%;
  border-bottom: 3px solid #b69653;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu_li .sm_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 9px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__link {
  position: relative;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega:hover .menu__second-level {
  top: 150px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level {
  position: absolute;
  top: 120px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #2a3546;
  visibility: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap {
  width: 1200px;
  margin: 0 auto;
  border: none;
  background: #2a3546;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap {
  height: 500px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l {
  width: 380px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul {
  margin: 0 0 0 auto;
  width: 350px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul li {
  margin: 0 0 20px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul li a {
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul li a:hover {
  opacity: 0.7;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul li a .mega_wrap_l_txt {
  background: #fff;
  font-size: 20px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_l ul li a .mega_wrap_l_txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 28px;
  height: 5px;
  border: none;
  border-right: 1px solid #b1883a;
  border-bottom: 1px solid #b1883a;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r {
  width: 100%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 {
  color: #fff;
  margin: 0 0 40px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 p {
  font-size: 22px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #96835e;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 p::before {
  content: url(../../../assets/image/common/menu_icon_01.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  top: 4px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul.menu_3col li {
  width: 20%;
  font-size: 18px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul.menu_4col li {
  width: 20%;
  font-size: 18px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li {
  position: relative;
  line-height: 1;
  padding: 0 0 11px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li::before {
  padding: 0 0 0 0;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #b1883a;
  border-radius: 50%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li a {
  padding: 0 0 0 1em;
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li a:hover {
  text-decoration: underline;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li a span {
  font-size: 14px;
  line-height: 1;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li a span.kakko {
  position: relative;
  left: -8px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap .mega_wrap_r .mega_wrap_r_box_01 ul li.line02 {
  line-height: 1.4;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full {
  height: 430px;
  display: block;
  padding: 50px 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_02 {
  height: 290px;
  display: block;
  padding: 50px 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_02 .mega_wrap_full_li {
  width: 360px !important;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_02 .mega_wrap_full_li a:hover {
  opacity: 0.7;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_02 .mega_wrap_full_li .mega_wrap_full_p {
  border: none !important;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 {
  height: 210px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li {
  width: 47%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .mega_wrap_full_p {
  margin: 0 0 20px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li {
  width: 33.3333333333%;
  position: relative;
  line-height: 1;
  padding: 0 0 20px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li::before {
  padding: 0 0 0 0;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #b1883a;
  border-radius: 50%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li a {
  padding: 0 0 0 1em;
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li a:hover {
  text-decoration: underline;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li a span {
  font-size: 14px;
  line-height: 1;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li a span.kakko {
  position: relative;
  left: -8px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_03 .mega_wrap_full_ul .mega_wrap_full_li .menu_3col li.line02 {
  line-height: 1.4;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 {
  height: 210px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li {
  width: 45%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a:hover .mega_wrap_full_04_li_txt {
  text-decoration: underline;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a .mega_wrap_full_04_imgbox {
  width: 280px;
  margin: 0 20px 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a .mega_wrap_full_04_txtbox {
  width: 246px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a .mega_wrap_full_04_txtbox .mega_wrap_full_p {
  margin: 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.mega_wrap_full_04 .mega_wrap_full_ul .mega_wrap_full_li a .mega_wrap_full_04_txtbox .mega_wrap_full_04_li_txt {
  padding: 10px 0 0;
  font-size: 15px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai {
  height: 320px;
  display: block;
  padding: 50px 0 0;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li {
  width: 49%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .mega_wrap_full_p {
  margin: 0 0 20px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul {
  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;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul .menu_gairai_li {
  width: 48%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul .menu_gairai_li a {
  cursor: pointer;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul .menu_gairai_li a:hover {
  opacity: 0.7;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul .menu_gairai_li a .menu_gairai_p {
  background: #fff;
  font-size: 20px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
  color: #000;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full.menu_gairai .mega_wrap_full_ul .mega_wrap_full_li .menu_gairai_ul .menu_gairai_li a .menu_gairai_p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 28px;
  height: 5px;
  border: none;
  border-right: 1px solid #b1883a;
  border-bottom: 1px solid #b1883a;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li {
  width: 360px;
  color: #fff;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li a:hover {
  opacity: 0.7;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .mega_wrap_full_p {
  font-size: 22px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding: 0 0 20px;
  margin: 20px 0;
  border-bottom: 1px solid #96835e;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .mega_wrap_full_p::before {
  content: url(../../../assets/image/common/menu_icon_01.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  top: 4px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li {
  width: 50%;
  position: relative;
  line-height: 1;
  padding: 0 0 20px;
  font-size: 18px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li::before {
  padding: 0 0 0 0;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #b1883a;
  border-radius: 50%;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li a {
  padding: 0 0 0 1em;
  display: block;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li a:hover {
  text-decoration: underline;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li a span {
  font-size: 14px;
  line-height: 1;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li a span.kakko {
  position: relative;
  left: -8px;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__mega .menu__second-level .menu__second-level_wrap .mega_wrap_full .mega_wrap_full_ul .mega_wrap_full_li .menu_2col li.line02 {
  line-height: 1.4;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__single:hover .menu__second-level {
  top: 150px;
  visibility: visible;
  opacity: 1;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__single .menu__second-level {
  position: absolute;
  top: 180px;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  background: #ccc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__single li {
  background: #ccc;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__single li:hover {
  background: #31415c;
}

#header .nav_main .nav_main_wrap .nav_main_box .menu .menu__single li a {
  color: #fff;
  padding: 20px 0;
  display: block;
}

#sec {
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #sec {
    width: 100%;
    min-width: 100%;
  }
}
#sec .sec_conts {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sec .sec_conts {
    width: 100%;
    min-width: 100%;
  }
}
#footer {
  min-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer {
    width: 100%;
    min-width: 100%;
  }
}
#footer .footer_wrap {
  width: 1140px;
  margin: 0 auto;
  padding: 0 30px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap {
    width: calc(100% - 20px);
    display: block;
    padding: 0 10px 20px 10px;
  }
}
#footer .footer_wrap .privacy_link {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .privacy_link {
    margin: 0 0 10px;
  }
}
#footer .footer_wrap .privacy_link li {
  text-decoration: none;
  display: inline-block;
}

#footer .footer_wrap .privacy_link li a {
  font-size: 16px;
  color: #0e1520;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .privacy_link li a {
    font-size: 14px;
  }
}
#footer .footer_wrap .privacy_link li a::before {
  content: "・";
  padding: 0 10px 0 0;
}

#footer .footer_wrap .footer_l {
  width: 400px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l {
    width: 100%;
  }
}
#footer .footer_wrap .footer_l .footer_logo {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_logo {
    margin: 2% 0 4%;
  }
}
#footer .footer_wrap .footer_l .footer_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap {
    text-align: center;
  }
}
#footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_address {
  letter-spacing: 0.08em;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_address {
    letter-spacing: 0.2em;
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 330px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_address {
    font-size: 12px;
  }
}
#footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel .footer_about_tel_l {
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel .footer_about_tel_l {
    font-size: 20px;
    display: inline;
  }
}
#footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel .footer_about_tel_r {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 29px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel .footer_about_tel_r {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 330px) {
  #footer .footer_wrap .footer_l .footer_about .footer_about_wrap .footer_about_tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_holiday {
    width: 30%;
    font-size: 13px;
  }
}
#footer .footer_wrap .footer_l .footer_about .footer_holiday dl {
  width: 145px;
  border: 1px solid #3b82f6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_about .footer_holiday dl {
    width: 100%;
    margin: 0 auto;
  }
}
#footer .footer_wrap .footer_l .footer_about .footer_holiday dl dt {
  background: #3b82f6;
  color: #fff;
}

#footer .footer_wrap .footer_l .footer_about .footer_holiday dl dd {
  padding: 3px;
}

#footer .footer_wrap .footer_l .footer_table {
  font-size: 16px;
  width: 400px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .footer_table {
    width: 100%;
    margin: 4% 0 0;
    font-size: 12px;
  }
}
#footer .footer_wrap .footer_l .footer_table th {
  padding: 8px;
  color: #fff;
}

#footer .footer_wrap .footer_l .footer_table tr {
  background: #f0f8ff;
}

#footer .footer_wrap .footer_l .footer_table tr td {
  color: #375a7f;
  padding: 8px;
  vertical-align: middle;
}

#footer .footer_wrap .footer_l .footer_table .th_border {
  border-bottom: 1px solid #d0d0d0;
}

#footer .footer_wrap .footer_l .footer_table .week-tr {
  background: #375a7f;
}

#footer .footer_wrap .footer_l .footer_table .time-th {
  color: #0e1520;
}

#footer .footer_wrap .footer_l .table_cap {
  font-size: 16px;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_l .table_cap {
    margin: 4% 0;
    font-size: 12px;
  }
}
#footer .footer_wrap .footer_r {
  width: 680px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_r {
    width: 100%;
    height: auto;
  }
}
#footer .footer_wrap .footer_r iframe {
  width: 680px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  #footer .footer_wrap .footer_r iframe {
    width: 100%;
    height: 250px;
  }
}
#footer .sns_box {
  margin-top: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #footer .sns_box {
    margin-top: 4%;
    margin-bottom: 8%;
  }
}
#footer .copy {
  background: #3b82f6;
  color: #fff;
  text-align: center;
  padding: 30px 0 140px;
}

@media screen and (max-width: 768px) {
  #footer .copy {
    padding: 6% 4% 24%;
    font-size: 11px;
  }
}
#footer .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 480px;
  overflow: hidden;
}
#footer .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#conv {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  #conv {
    right: inherit;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    -webkit-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 768px) {
  #conv.clinic_conv {
    border-top: none;
  }
}
#conv .conv_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}

#conv .conv_btn_wrap.close-menu {
  width: 100%;
  right: -853px;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

#conv .conv_btn_wrap.close-menu .conv_opcl {
  border-right: none;
  background: #1e293b;
}

#conv .conv_btn_wrap.close-menu .conv_opcl::after {
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#conv .conv_opcl {
  background: transparent;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background: #1e293b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 20px 20px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

#conv .conv_opcl::after {
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #conv .conv_opcl {
    display: none;
  }
}
#conv .conv_opcl_wrap {
  width: 100%;
}

#conv .conv_wrap {
  width: 853px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}
@media screen and (max-width: 768px) {
  #conv .conv_wrap.clinic_conv {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #conv .conv_wrap.clinic_conv .conv_list {
    display: none;
  }
}
#conv .conv_wrap .conv_list {
  width: calc((100% - 72px) / 3);
  color: #fff;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_list {
    width: calc((100% - 55px) / 3);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#conv .conv_wrap .conv_list .conv_tit {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_list .conv_tit {
    display: block;
    font-size: 12px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_list .conv_tit a {
    display: block;
  }
}
#conv .conv_wrap .conv_list .conv_tel {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_list .conv_tel {
    display: none;
  }
}
#conv .conv_wrap .conv_list .conv_tel span {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#conv .conv_wrap .conv_contact {
  background: #3b82f6;
  border-right: 1px solid #fff;
  line-height: 1.3;
  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;
}

#conv .conv_wrap .conv_contact a {
  padding: 2px 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_contact a {
    display: block;
    position: relative;
    pointer-events: inherit;
    width: 100%;
    height: 55px;
    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;
  }
  #conv .conv_wrap .conv_contact a::before {
    content: url(../../../assets/image/common/footer_cv_01_sp.svg);
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0 20px;
  }
}
#conv .conv_wrap .conv_reserve {
  background: #375a7f;
  border-right: 1px solid #fff;
  line-height: 1.3;
  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;
}

#conv .conv_wrap .conv_reserve a {
  padding: 2px 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_reserve a {
    display: block;
    position: relative;
    pointer-events: inherit;
    width: 100%;
    height: 55px;
    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;
  }
  #conv .conv_wrap .conv_reserve a::before {
    content: url(../../../assets/image/common/footer_cv_02_sp.svg);
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web {
    line-height: 1.3;
    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: #CE9404;
  }
}
#conv .conv_wrap .conv_web a {
  background: #CE9404;
  padding: 8px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web a {
    display: block;
    background: none;
    width: 100%;
  }
}
#conv .conv_wrap .conv_web .conv_web_tit {
  font-size: 23px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0 28px 0 0;
  display: inline-block;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web .conv_web_tit {
    padding: 0 0 2px;
    font-size: 14px;
    margin: 0px 0 3px;
  }
}
#conv .conv_wrap .conv_web .conv_web_tit::after {
  content: url(../image/icon_map.svg);
  display: inline-block;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web .conv_web_tit::after {
    content: none;
  }
}
#conv .conv_wrap .conv_web .conv_web_tit span {
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web .conv_web_tit span {
    font-size: 11px;
  }
}
#conv .conv_wrap .conv_web .conv_web_txt {
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_web .conv_web_txt {
    font-size: 11px;
  }
}
#conv .conv_wrap .conv_top {
  width: 70px;
  display: block;
  background: #1e293b;
  position: relative;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: 55px;
  }
}
#conv .conv_wrap .conv_top a {
  height: 70px;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_top a {
    position: relative;
    padding: 0 0 0;
    width: 55px;
    height: 55px;
    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;
  }
}
#conv .conv_wrap .conv_top a::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: -20px;
  bottom: 0;
  right: 28px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_top a::after {
    position: absolute;
    top: -15px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
  }
}
#conv .conv_wrap .conv_top a p {
  position: relative;
  top: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_top a p {
    top: inherit;
    padding: 15px 0 0;
  }
}
#conv .conv_wrap .conv_time {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #conv .conv_wrap .conv_time {
    display: none;
  }
}
#conv .conv_wrap .conv_time ul {
  margin: 0 auto;
  background: #f0f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
}

#conv .conv_wrap .conv_time ul li {
  font-size: 15px;
  position: relative;
  line-height: 1;
}

#conv .conv_wrap .conv_time ul li:first-child {
  padding: 0 25px 0 0;
}

#conv .conv_wrap .conv_time ul li:first-child::after {
  content: "";
  border: solid 6px transparent;
  border-left: solid 8px #fbbf24;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 6px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

#conv .conv_wrap .conv_time ul li:nth-child(2) {
  padding: 0 25px 0 0;
  border-right: 1px solid #0e1520;
}

#conv .conv_wrap .conv_time ul li:nth-child(3) {
  padding: 0 25px 0 25px;
}

#conv .conv_wrap .conv_time ul li:nth-child(3)::after {
  content: "";
  border: solid 6px transparent;
  border-left: solid 8px #fbbf24;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 6px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  border-bottom: 8px solid #d0d2d6;
  background-color: #fcfcfc;
  font-size: 36px;
  text-align: center;
  color: #0e1520;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  padding: 50px 0;
  line-height: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .tab_item {
    font-size: 19px;
    padding: 10% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_ganka:checked ~ #tab_ganka_content,
#tab_naika:checked ~ #tab_naika_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c1a061;
  color: #fff;
  border-bottom: 8px solid #b1883a;
}

#main {
  position: relative;
}

@media screen and (max-width: 768px) {
  #main {
    margin-top: 0;
    top: 60px;
    position: relative;
  }
}
#main .slider_wrap {
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #main .slider_wrap {
    width: 100%;
    min-width: 100%;
  }
}
#main .scroll a {
  display: inline-block;
  position: absolute;
  left: 1.5%;
  bottom: 0;
  padding-bottom: calc(20vh + 10px);
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: cardo, serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

#main .scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 20vh;
  background: #fff;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -200px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample1-1::before {
  left: 4px;
  width: 50px;
  height: 1px;
  background: #7a0;
}

.sample1-1::after {
  left: 50px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #31415c;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  right: 0;
  width: 100%;
}

.is-normal {
  position: relative;
  z-index: 1000;
}

#page {
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #page {
    width: 100%;
    min-width: 100%;
  }
}
#page section {
  letter-spacing: 0.1em;
}

#lp {
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #lp {
    width: 100%;
    min-width: 100%;
  }
}
#lp section {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #lp #lp_ocl_01,
  #lp #lp_ocl_02,
  #lp #lp_ocl_03,
  #lp #lp_ocl_04,
  #lp #lp_ocl_05,
  #lp #lp_ocl_06 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #lp #lp_ors_01,
  #lp #lp_ors_02,
  #lp #lp_ors_03,
  #lp #lp_ors_04,
  #lp #lp_ors_05 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #lp #lp_tst_06,
  #lp #lp_tst_02,
  #lp #lp_tst_03,
  #lp #lp_tst_04,
  #lp #lp_tst_05 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.bl_bg_01 {
  background: url(../../../assets/image/common/page_bg_01.jpg) bottom center repeat-x;
  background-color: #0c1019;
}

#page_main {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #page_main {
    margin-top: 60px;
  }
}
sup {
  font-size: 14px;
  position: relative;
  top: -6px;
}

/*ラジオボタンを全て消す*/
input[name=tab_item_01] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#item_tabs_first:checked ~ #item_tabs_first_content,
#item_tabs_second:checked ~ #item_tabs_second_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.item_tabs_01 input:checked + .tab_item_01 {
  background-color: #32568c;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #2f415d;
  color: #fff;
  display: block;
  padding: 30px 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .acd-label.doctors_label {
    background: #2a303a;
    border: 1px solid #6c6c6c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 4%;
    margin-bottom: 4%;
    width: 100%;
    display: block;
  }
}
.acd-label.doctors_label::before {
  content: "続きを読む";
}

.acd-label.doctors_label .acd_btn_name {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acd-label.doctors_label .acd_btn_name::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .acd-label.doctors_label .acd_btn_name {
    font-size: 10px;
    padding: 0 1% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.acd-label.lp_label .acd_btn_name::before {
  content: "詳しくみる";
}

@media screen and (max-width: 768px) {
  .acd-label {
    padding: 6% 6%;
    margin-bottom: 4%;
  }
}
.acd-label .acd_name {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .acd-label .acd_name {
    font-size: 5vw;
  }
}
.acd-label .acd_btn_name {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acd-label .acd_btn_name::before {
  content: "詳細を見る";
}

@media screen and (max-width: 768px) {
  .acd-label .acd_btn_name {
    font-size: 10px;
    padding: 0 1% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.acd-label .acd_btn_name.btn_schedule::before {
  content: "予定表を見る";
}

.acd-check:checked + .acd-label.doctors_label::before {
  content: "閉じる";
}

.acd-check:checked + .acd-label .acd_btn_name::before {
  content: "閉じる";
}

.acd-check:checked + .acd-label.doctors_label .acd_btn_name::before {
  content: none;
}

.acd-check:checked + .acd-label.lp_label .acd_btn_name::before {
  content: "閉じる";
}

.acd-check:checked + .acd-label {
  border: 1px solid #b1883a;
  background: #fff;
  color: #b1883a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acd-check:checked + .acd-label.lp_label {
  border: 1px solid #2f415d;
  background: #fff;
  color: #2f415d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acd-label:after {
  content: url(../../../assets/image/common/plus.svg);
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .acd-label:after {
    right: 2%;
    width: 10px;
    height: 16px;
  }
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  display: none;
}

.acd-check:checked + .acd-label:after {
  content: url(../../../assets/image/common/minus.svg);
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 30px 0;
  display: inline;
}

@media screen and (max-width: 768px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 0 0 6%;
  }
}
table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 0;
}

.table_02 {
  width: 100%;
  border-top: 1px solid #cacaca;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .table_02 {
    margin-bottom: 2%;
  }
}
.table_02 tr td {
  vertical-align: middle;
  text-align: center;
  width: 14.2857142857%;
  padding: 30px 0;
  border-bottom: 1px solid #cacaca;
}

.table_02 tr td:nth-child(2n+1) {
  background: #f5f3f2;
}

.table_02 tr td:nth-child(2n+2) {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .table_02 tr td {
    padding: 2% 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .table_wrap {
    overflow: auto;
    white-space: nowrap;
  }
}
.sns_box {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sns_box {
    margin-top: 4%;
  }
}
.sns_box .sns_box_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_box .sns_box_ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #121f31;
  border: 1px solid #828385;
  margin: 0 10px;
}

.sns_box .sns_box_ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.sns_box .sns_box_ul li a img {
  width: 35px;
  height: 35px;
}

.sitemap_box {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .sitemap_box {
    width: 92%;
    padding: 10% 0;
  }
}
.sitemap_box .list_sitemap ul {
  border-top: 1px solid #e4e4e4;
}

.sitemap_box .list_sitemap ul li a {
  padding: 30px;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  .sitemap_box .list_sitemap ul li a {
    padding: 6% 0;
  }
}
.form .form_box dl {
  margin: 0 40px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .form .form_box dl {
    margin: 0 4%;
    padding: 10px 0;
    border-bottom: none;
  }
}
.form .form_box dl:nth-child(even) {
  background: #eae7e0;
}

.form .form_box dl dt {
  text-align: left;
  width: 30%;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .form .form_box dl dt {
    width: 100%;
    padding: 0 0 2%;
  }
}
.form .form_box dl dt .nini {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.form .form_box dl dd {
  width: 70%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .form .form_box dl dd {
    width: 100%;
  }
}
.form .form_box dl dd.upload {
  display: block;
}

.form .form_box dl dd.upload .mb10up {
  font-size: 14px;
}

.confirm_box {
  padding: 30px 40px;
  text-align: center;
}

.confirm_box .checkbox {
  margin: 0 10px 0 0;
}

.submit_btn_box {
  text-align: center;
}

.submit_btn {
  text-align: center;
  background: #414341;
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #ccc;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  width: 125px;
  color: #fff;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .submit_btn {
    width: 60%;
  }
}
.must {
  background: #b1883a;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin: 0 0 0 10px;
}

.must_02 {
  background: #b1883a;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .must_02 {
    display: table;
    margin: 0 auto;
  }
}
.input_half {
  width: calc(48% - 20px);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input_full {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-size: 23px;
}

.input_tel {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 10px;
  width: 25% !important;
}

.textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  height: 250px;
  border-radius: 3px;
  padding: 10px;
  font-size: 23px;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.error_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.error_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.error_txt {
  text-align: center;
  color: #b70000;
  font-size: 23px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .error_txt {
    font-size: 20px;
    padding: 4% 0;
  }
}
.complete_txt {
  text-align: center;
  font-size: 23px;
  padding: 40px 20px 20px;
}

@media screen and (max-width: 768px) {
  .complete_txt {
    padding: 4% 2% 2%;
    font-size: inherit;
  }
}
.form_tel {
  text-align: center;
}

.form_tel .form_tel_no {
  font-size: 58px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #b1883a;
}

@media screen and (max-width: 768px) {
  .form_tel .form_tel_no {
    font-size: 8vw;
  }
}
.sp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  background: #2f415d;
  border-bottom: 1px solid #6d7a8e;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp_header .sp_logo {
  display: block;
  margin-left: 20px;
  position: relative;
  left: 0;
}

.sp_header .sp_logo img {
  height: 40px;
  width: auto;
}

.sp_header .humburger_btn {
  display: inline;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
  cursor: pointer;
  pointer-events: auto;
  border-bottom: 1px solid #6d7a8e;
  /* ハンバーガー動き */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
}

.sp_header .humburger_btn .openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  z-index: 100;
}

.sp_header .humburger_btn .openbtn4 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 5px;
  background: #dcdddb;
  width: 50%;
}

.sp_header .humburger_btn .openbtn4 span:nth-of-type(1) {
  top: 16px;
}

.sp_header .humburger_btn .openbtn4 span:nth-of-type(2) {
  top: 22px;
}

.sp_header .humburger_btn .openbtn4 span:nth-of-type(3) {
  top: 29px;
}

.sp_header .humburger_btn .openbtn4 span:nth-of-type(3)::after {
  content: "menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  top: 5px;
  color: #dcdddb;
  font-size: 9px;
}

.sp_header .humburger_btn .openbtn4.active span:nth-of-type(1) {
  top: 19px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.sp_header .humburger_btn .openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.sp_header .humburger_btn .openbtn4.active span:nth-of-type(3) {
  top: 31px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.sp_header .humburger_btn .openbtn4.active span:nth-of-type(3)::after {
  content: "close";
  /*3つ目の要素のafterにClose表示を指定*/
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
}

.js_humburgerOpen .sp_header {
  background: #000;
  border-bottom: none;
}

.js_humburgerOpen .sp_header .humburger_btn {
  border-bottom: none;
}

.js_humburgerOpen .sp_logo {
  display: none;
}

.sp_mark {
  display: none;
}

.js_humburgerOpen .sp_mark {
  display: inline;
  margin: 0 auto;
}

.js_humburgerOpen .sp_mark a img {
  width: 40px;
  height: 40px;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 110;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  margin-top: 60px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
}

.navigation {
  padding: 0 0 0;
}

.navigation .nav_wrap .navigation_bg {
  width: 88%;
  margin: 0 auto;
  color: #fff;
  background: #19202b;
  padding: 4% 6% 8%;
}

.navigation .nav_wrap .navigation_bg ul .navigation_item {
  font-size: 13px;
  margin-bottom: 20px;
  z-index: 100;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}

.navigation .nav_wrap .navigation_bg ul .navigation_item:first-child a {
  position: relative;
}

.navigation .nav_wrap .navigation_bg ul .navigation_item:first-child a::after {
  content: "";
  border-top: solid 2px #dcdddb;
  border-right: solid 2px #dcdddb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation .nav_wrap .navigation_bg ul .navigation_item > a {
  display: block;
  text-align: left;
  color: #dcdddb;
  text-decoration: none;
  font-weight: 500;
}

.sp_acd-label_no {
  font-size: 23px;
  background: #19202b;
  color: #fff;
  display: block;
  position: relative;
  border-top: 1px solid #6c6c6c;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.sp_acd-label_no a {
  padding: 3%;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.sp_acd-label_no span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px;
  padding-left: 10px;
}

.sp_acd-label.sp_acd-label_top {
  border-top: none !important;
}

.sp_acd-label {
  font-size: 20px;
  background: #19202b;
  color: #fff;
  display: block;
  padding: 3% 3% 4%;
  position: relative;
  border-top: 1px solid #6c6c6c;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.sp_acd-label span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px !important;
  padding-left: 10px;
}

.sp_acd-label.sp_acd-label_02 {
  background: #2a303a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6c6c6c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  position: relative;
  padding: 5.5% 3% 5% 11%;
  margin: 3% 0 0;
}

.sp_acd-label.sp_acd-label_02.sp_acd-label_02_top {
  margin: 0 0 0;
}

.sp_acd-label.sp_acd-label_02::before {
  content: url(../../../assets/image/common/menu_icon_01.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.sp_acd-label:after {
  content: url(../../../assets/image/common/plus.svg);
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 12px;
}

.sp_menu_list {
  border-bottom: 1px solid #6c6c6c;
}

.sp_menu_list_02 {
  background: #e6e4e1;
  width: 88%;
  margin: 0 auto;
  color: #161a13;
  padding: 4% 6%;
}

.sp_menu_list_02 .sp_menu_list_02_ul li {
  font-size: 16px;
  display: block;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
  letter-spacing: 0.1em;
}

.sp_menu_list_02 .sp_menu_list_02_ul li a {
  padding: 3%;
  position: relative;
}

.sp_menu_list_02 .sp_menu_list_02_ul li a::after {
  content: "";
  border-top: solid 1px #161a13;
  border-right: solid 1px #161a13;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp_menu_list_02 .sp_menu_list_02_contact {
  margin: 6% auto 8%;
}

.sp_menu_list_02 .sp_menu_list_02_contact a {
  text-align: center;
  background: #f7f7f6;
  padding: 6%;
  position: relative;
  border: 1px solid #c0c0c0;
  font-size: 16px;
}

.sp_menu_list_02 .sp_menu_list_02_contact a::after {
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #b1883a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu_list_02 .sp_menu_list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .sp_menu_list_02 .sp_menu_list_sns {
    padding: 0 0 55px;
  }
}
.sp_menu_list_02 .sp_menu_list_sns li {
  width: 50px;
  margin-left: 0;
  margin-bottom: 3%;
}

.sp_menu_list_02 .sp_menu_list_sns li + li {
  margin-left: 15px;
}

@media all and (max-width: 767px) {
  .js_fixed {
    height: 100%;
    overflow: hidden;
  }
}
#lp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#lp #header .docklp_nav_main {
  width: 100%;
  min-width: 1200px;
}

#lp #header {
  width: 100%;
  min-width: 1200px;
}
@media (min-width: 769px) {
  #lp #header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    right: 0;
    width: 100%;
  }
}

#lp #header .docklp_nav_main.is-fixed {
  background: white !important;
}

#lp #header .docklp_nav_main .nav_main_wrap {
  max-width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: none;
  z-index: 100;
}

#lp #header .docklp_nav_main .nav_main_wrap .nav_main_logo {
  max-width: 355px;
  width: 27%;
  z-index: 10;
}

#lp #header .docklp_nav_main .nav_main_wrap .nav_main_logo img {
  width: 100%;
  vertical-align: bottom;
}

#lp #header .docklp_nav_main .nav_main_wrap .nav_main_box {
  padding: 0;
}

#lp #main {
  position: relative;
}

@media screen and (max-width: 768px) {
  #lp #main {
    margin-top: 0;
    position: relative;
    top: 0;
  }
}
#lp .lp_nav_wrap {
  z-index: 1000;
}

#lp .lp_nav_wrap.lp_nav_wrap_ors .lp_pc_nav .lp_pc_nav_ul li {
  width: 16.6666666667%;
}

#lp .lp_nav_wrap .lp_pc_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  z-index: 1000;
  padding: 0 20px;
}

@media (max-width: 1400px) {
  #lp .lp_nav_wrap .lp_pc_nav {
    padding: 0 10px;
  }
}
#lp .lp_nav_wrap .lp_pc_nav.m_fixed {
  left: 0;
  position: fixed;
  top: 100px;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul.lp_pc_nav_ul_tst li {
  width: 16.6666666667%;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li {
  position: relative;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li:last-child::after {
  content: none;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li a {
  color: #0e1520;
  font-size: 20px;
  height: 80px;
  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;
  line-height: 1.25;
  padding: 0 1em;
  position: relative;
}
#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: auto;
  bottom: 14px;
  right: 0;
  left: 0;
  margin: auto;
  background: #3b82f6;
  border-radius: 50%;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1450px) {
  #lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_ul li a {
    font-size: 16px;
  }
}
#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns {
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns li {
  position: relative;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns li::before {
  content: "";
  height: 80px;
  width: 1px;
  background: #dcdddb;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns li a {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns li a:hover {
  opacity: 0.75;
}

#lp .lp_nav_wrap .lp_pc_nav .lp_pc_nav_sns li a img {
  height: 22px;
}

#lp .sp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #dcdddb;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lp .sp_header .sp_logo {
  display: block;
  margin-left: 20px;
  position: relative;
  left: 0;
}

#lp .sp_header .sp_logo img {
  height: 40px;
  width: auto;
}

#lp .sp_header .humburger_btn {
  display: inline;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  cursor: pointer;
  pointer-events: auto;
  border-bottom: none;
  /* ハンバーガー動き */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
}

#lp .sp_header .humburger_btn .openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  z-index: 100;
}

#lp .sp_header .humburger_btn .openbtn4 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 5px;
  background: #1b334a;
  width: 50%;
}

#lp .sp_header .humburger_btn .openbtn4 span:nth-of-type(1) {
  top: 16px;
}

#lp .sp_header .humburger_btn .openbtn4 span:nth-of-type(2) {
  top: 22px;
}

#lp .sp_header .humburger_btn .openbtn4 span:nth-of-type(3) {
  top: 29px;
}

#lp .sp_header .humburger_btn .openbtn4 span:nth-of-type(3)::after {
  content: "menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  top: 5px;
  color: #1b334a;
  font-size: 11px;
}

#lp .sp_header .humburger_btn .openbtn4.active span:nth-of-type(1) {
  top: 19px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

#lp .sp_header .humburger_btn .openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

#lp .sp_header .humburger_btn .openbtn4.active span:nth-of-type(3) {
  top: 31px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#lp .sp_header .humburger_btn .openbtn4.active span:nth-of-type(3)::after {
  content: "close";
  /*3つ目の要素のafterにClose表示を指定*/
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
}

#lp.js_humburgerOpen .sp_header {
  background-color: white;
  border-bottom: none;
}

#lp.js_humburgerOpen .sp_header .humburger_btn {
  border-bottom: none;
}

#lp.js_humburgerOpen .sp_logo {
  display: none;
}

#lp .sp_mark {
  display: none;
}

#lp.js_humburgerOpen .sp_mark {
  display: inline;
  margin: 0 auto;
}

#lp.js_humburgerOpen .sp_mark a img {
  width: 40px;
  height: 40px;
}

#lp .uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 110;
}

#lp .uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  margin-top: 60px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
}

#lp .navigation {
  padding: 0 0 0;
}

#lp .navigation .nav_wrap .navigation_bg {
  width: 88%;
  margin: 0 auto;
  color: #2f415d;
  background: #fff;
  padding: 4% 6% 8%;
}

#lp .navigation .nav_wrap .navigation_bg ul .navigation_item {
  font-size: 13px;
  margin-bottom: 20px;
  z-index: 100;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}

#lp .navigation .nav_wrap .navigation_bg ul .navigation_item:first-child a {
  position: relative;
}

#lp .navigation .nav_wrap .navigation_bg ul .navigation_item:first-child a::after {
  content: "";
  border-top: solid 2px #dcdddb;
  border-right: solid 2px #dcdddb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#lp .navigation .nav_wrap .navigation_bg ul .navigation_item > a {
  display: block;
  text-align: left;
  color: #dcdddb;
  text-decoration: none;
  font-weight: 500;
}

#lp .sp_acd-label_no {
  font-size: 23px;
  background: #fff;
  color: #2f415d;
  display: block;
  position: relative;
  border-top: 1px solid #dcdddb;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

#lp .sp_acd-label_no:first-child {
  border-top: none;
}

#lp .sp_acd-label_no a {
  padding: 3%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  z-index: 1000;
}

#lp .sp_acd-label_no span {
  font-family: inherit;
  font-size: 10px;
  padding-left: 10px;
}

#lp .sp_menu_list {
  border-bottom: 1px solid #dcdddb;
}

#lp .sp_menu_list_02 {
  background: #f4f4f4;
  width: 88%;
  margin: 0 auto;
  color: #2f415d;
  padding: 4% 6%;
}

#lp .sp_menu_list_02 .sp_menu_list_02_ul li {
  font-size: 16px;
  display: block;
  position: relative;
  border-bottom: 1px solid #dcdddb;
  letter-spacing: 0.1em;
}

#lp .sp_menu_list_02 .sp_menu_list_02_ul li a {
  padding: 3%;
  position: relative;
}

#lp .sp_menu_list_02 .sp_menu_list_02_ul li a::after {
  content: "";
  border-top: solid 1px #2f415d;
  border-right: solid 1px #2f415d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#lp .sp_menu_list_02 .sp_menu_list_02_contact {
  margin: 6% auto 8%;
}

#lp .sp_menu_list_02 .sp_menu_list_02_contact a {
  text-align: center;
  background: #2f415d;
  padding: 6%;
  position: relative;
  border: 1px solid #c0c0c0;
  font-size: 16px;
  color: #fff;
}

#lp .sp_menu_list_02 .sp_menu_list_02_contact a::after {
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#lp .sp_menu_list_02 .sp_menu_list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lp .sp_menu_list_02 .sp_menu_list_sns li {
  width: 50px;
  margin-left: 0;
  margin-bottom: 3%;
}

#lp .sp_menu_list_02 .sp_menu_list_sns li + li {
  margin-left: 15px;
}

.grad-btn,
.grad-btn2 {
  display: none;
}

.grad-trigger {
  display: none;
}

@media screen and (max-width: 768px) {
  .grad-btn {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    position: relative;
    top: 0;
    padding: 40px 0 0;
    margin: -90px 0 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 48%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    /* IE6-9 */
  }
  .grad-btn_text {
    background: #c1a061;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
  }
  .grad-btn_text::after {
    content: url(../image/lp/icon_plus.svg);
    width: 15px;
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 0;
    /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    content: "";
  }
  .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
    display: none;
    /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  .grad-btn2 {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    position: relative;
    top: 150px;
    padding: 40px 0;
    margin: -110px 0 0;
    z-index: 10;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 48%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    /* IE6-9 */
  }
  .grad-btn_text {
    background: #c1a061;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
  }
  .grad-btn_text::after {
    content: url(../image/lp/icon_plus.svg);
    width: 15px;
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .grad-item2 {
    position: relative;
    overflow: hidden;
    height: 150px;
    /*隠した状態の高さ*/
  }
  .grad-item2::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    content: "";
  }
  .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn2 {
    display: none;
    /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item2 {
    height: auto;
    /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item2::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
}
@media screen and (max-width: 768px) {
  .fixed-box {
    overflow-y: auto;
    width: 100%;
  }
}
@media (min-width: 769px) {
  #lp .lp_slider_wrap {
    margin-top: -100px;
  }
}
#lp .lp_slider_wrap img {
  height: auto;
}

#lp .sp_slide_read {
  display: none;
}

@media screen and (max-width: 768px) {
  #lp .sp_slide_read {
    display: block;
    background: #2f415d;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8%;
  }
}
#menu-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#menu-sitemap li {
  width: 49%;
}

#menu-sitemap li:first-child {
  border-top: 1px solid #e4e4e4;
}

#menu-sitemap li:nth-child(2) {
  border-top: 1px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  #menu-sitemap li {
    width: 100%;
  }
  #menu-sitemap li:first-child {
    border-top: 1px solid #e4e4e4;
  }
  #menu-sitemap li:nth-child(2) {
    border-top: none;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1250px) {
  .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .tellink {
    pointer-events: initial;
  }
}
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 769px) {
  .pc-text-center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sp-text-center {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .columns .column:not(:last-child) {
    margin-bottom: 5%;
  }
}
.mce-content-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 769px) {
  .mce-content-body p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.mce-content-body img {
  max-width: 100%;
  width: auto;
}

.mce-content-body a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07, #footer {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/* ----------------------

Dock LP

------------------------*/
h2,
h3,
h4,
h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2 span,
h3 span,
h4 span,
h5 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

p {
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.docklp_tt1 {
  color: #3b82f6;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .docklp_tt1 {
    font-size: 60px;
  }
}
.docklp_tt1 .sub {
  font-size: 18px;
  font-family: "Yu Gothic";
  line-height: 1.176;
  display: block;
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .docklp_tt1 .sub {
    font-size: 34px;
    letter-spacing: 0.08em;
  }
}

.docklp_sec01 {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec01 {
    padding: 150px 0;
  }
}
@media (min-width: 769px) {
  .docklp_sec01:after {
    content: "";
    display: block;
    position: absolute;
    width: 198px;
    height: 400px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../image/circle01.png) no-repeat center/contain;
    transform: translateY(50%);
    z-index: 1;
    max-width: 11%;
  }
}
.docklp_sec01 h2.docklp_sec01_ttl {
  margin: 0 0 0.5em;
  text-align: center;
  color: #1e293b;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 28px;
}
@media (min-width: 769px) {
  .docklp_sec01 h2.docklp_sec01_ttl {
    font-size: 60px;
  }
}

.docklp_sec02 {
  padding: 50px 0;
  position: relative;
  z-index: 0;
  background: url(../image/sp_bg01-1.jpg) no-repeat left top/50%, url(../image/sp_bg01-2.jpg) no-repeat right bottom/50%;
}
@media (min-width: 769px) {
  .docklp_sec02 {
    padding: 150px 0 0;
    background: none;
  }
  .docklp_sec02:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../image/bg01.jpg) no-repeat center/cover;
    z-index: -1;
  }
}
.docklp_sec02 h2.docklp_sec02_ttl {
  margin: 0 0 0.5em;
  text-align: left;
  color: #1e293b;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 28px;
}
@media (min-width: 769px) {
  .docklp_sec02 h2.docklp_sec02_ttl {
    font-size: 60px;
  }
}
.docklp_sec02 h2.docklp_sec02_ttl .emp {
  font-size: 1.3333333333em;
  color: #3b82f6;
}
.docklp_sec02 .con_img {
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec02 .con_img img {
    transform: translateY(80px);
    margin-top: -80px;
  }
}
.docklp_sec02 .ul_check {
  margin: 20px 0 0 0;
}
@media (min-width: 769px) {
  .docklp_sec02 .ul_check {
    position: absolute;
    width: calc(100% - 50px);
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.docklp_sec02 .ul_check li {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec02 .ul_check li {
    font-size: 22px;
    padding-left: 25px;
    width: 50%;
  }
  .docklp_sec02 .ul_check li:nth-child(2n) {
    text-align: right;
  }
  .docklp_sec02 .ul_check li:nth-child(4n-3) {
    padding-left: 50px;
  }
  .docklp_sec02 .ul_check li:nth-child(4n-2) {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .docklp_sec02 .ul_check li + li {
    margin-top: 0.8em;
  }
}
.docklp_sec02 .ul_check li .bg {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5em 2em;
  text-align: left;
  position: relative;
  display: block;
}
@media (min-width: 769px) {
  .docklp_sec02 .ul_check li .bg {
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
  }
}
.docklp_sec02 .ul_check li .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/icon_check.png) no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 769px) {
  .docklp_sec02 .ul_check li .bg:before {
    width: 50px;
    height: 50px;
    left: -25px;
  }
}

.docklp_sec03 {
  padding: 50px 0;
  background: url(../image/bg02.jpg) no-repeat center/cover;
}
@media (min-width: 769px) {
  .docklp_sec03 {
    padding: 220px 0 180px;
  }
}
.docklp_sec03 .docklp_sec03_ttl {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 769px) {
  .docklp_sec03 .docklp_sec03_ttl {
    font-size: 50px;
  }
}
.docklp_sec03 .docklp_sec03_ttl .emp1,
.docklp_sec03 .docklp_sec03_ttl .emp2 {
  border-radius: 10px;
  background-color: rgb(55, 90, 127);
  font-weight: 600;
  padding: 0.1em 0.3em;
  margin: 0 0.1em;
}
@media (min-width: 769px) {
  .docklp_sec03 .docklp_sec03_ttl .emp1,
  .docklp_sec03 .docklp_sec03_ttl .emp2 {
    border-radius: 20px;
  }
}
.docklp_sec03 .docklp_sec03_ttl .emp2 {
  color: #fbbf24;
}

.docklp_sec04 {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(180deg, #f0f8ff 0%, #f0f8ff 85%, #fff 85%, #fff 100%);
}
@media (min-width: 769px) {
  .docklp_sec04 {
    padding: 150px 0;
  }
  .docklp_sec04:after {
    content: "";
    display: block;
    position: absolute;
    width: 198px;
    height: 400px;
    top: 0;
    right: 0;
    margin: auto;
    background: url(../image/circle02.png) no-repeat center/contain;
    transform: translateY(-50.5%);
    z-index: 1;
    max-width: 11%;
  }
  .docklp_sec04 .container.wide {
    max-width: 100%;
    padding: 0;
  }
}
.docklp_sec04 img.sdw {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.docklp_sec04 .docklp_sec04_ttl {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: #3b82f6;
  font-size: 24px;
  text-align: center;
  padding: 0.3em 0.8em;
  letter-spacing: 0.08em;
  font-weight: 600;
  height: fit-content;
  width: fit-content;
  margin: calc(max(20%, 80px) * -1) 0 8% 10px;
  display: block;
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec04 .docklp_sec04_ttl {
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    bottom: 13%;
    right: max(10px, 50% - 600px);
    margin: auto;
  }
}
.docklp_sec04 .docklp_sec04_ttl .sub {
  font-size: 18px;
  letter-spacing: 0.08em;
  display: block;
}
@media (min-width: 769px) {
  .docklp_sec04 .docklp_sec04_ttl .sub {
    font-size: 24px;
  }
}
.docklp_sec04 .sec04_about_ul {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_about_ul {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.docklp_sec04 .sec04_about_ul li {
  width: 300px;
  height: 300px;
  text-align: center;
  background: #fff;
  border: solid 1px #1e293b;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
  gap: 30px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_about_ul li {
    width: 370px;
    height: 370px;
    justify-content: flex-start;
    padding: 6.5% 0 0;
  }
}
.docklp_sec04 .sec04_about_ul li + li {
  margin-top: 20px;
}
.docklp_sec04 .sec04_about_ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../image/icon_check01.png) no-repeat top left/contain;
  max-width: 22%;
}
.docklp_sec04 .sec04_about_ul li .color {
  font-weight: bold;
  color: #3b82f6;
}
@media (max-width: 768px) {
  .docklp_sec04 .sec04_about_ul li{
		gap:20px;
	}
  .docklp_sec04 .sec04_about_ul li p {
    line-height: 1.5;
  }
  .docklp_sec04 .sec04_about_ul li img {
    max-width: 40%;
  }
}
.docklp_sec04 .sec04_disease_bg {
  background: #375a7f;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  margin-top: 100px;
  text-align: center;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_disease_bg {
    padding: 200px max(10px, 50% - 600px) 80px 80px;
    margin-top: 160px;
    margin-left: max(90px, 50% - 600px + 80px);
    border-radius: 0 0 0 60px;
  }
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_ttl {
  margin: 0 auto;
  margin-top: -80px;
  width: 260px;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_disease_bg .sec04_disease_ttl {
    width: 362px;
    margin-top: 0;
    position: absolute;
    top: -80px;
    left: -80px;
  }
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_btn {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: -70px;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_disease_bg .sec04_disease_btn {
    gap: 20px;
    margin-top: 0;
  }
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_btn li {
  width: 100%;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_disease_bg .sec04_disease_btn li {
    width: calc((100% - 40px) / 3);
  }
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_btn li .disease_btn {
  background: #fff;
  color: #3b82f6;
  text-decoration: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  transition: 0.2s;
  padding: 1em 2em;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec04 .sec04_disease_bg .sec04_disease_btn li .disease_btn {
    height: 110px;
    padding: 0 2em;
    border-radius: 20px;
    font-size: 24px;
  }
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_btn li .disease_btn span {
  font-weight: bold;
}
.docklp_sec04 .sec04_disease_bg .sec04_disease_btn li .disease_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  background: #3b82f6;
}
@media (min-width: 769px) {
  .docklp_sec04 .pc-layout1 {
    position: relative;
  }
  .docklp_sec04 .pc-layout2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-top: -17%;
    position: relative;
  }
  .docklp_sec04 .pc-layout2 .con_text {
    padding-bottom: 5%;
  }
}

.docklp_sec05 {
  padding: 0 0 40px;
}
@media (min-width: 769px) {
  .docklp_sec05 {
    padding: 0 0 80px;
  }
}
@media (min-width: 769px) {
  .docklp_sec05 .container {
    max-width: 100%;
    padding: 0;
  }
}
.docklp_sec05 .docklp_tt1 .sub {
  letter-spacing: 0.6em;
}
.docklp_sec05 .docklp_sec05_ttl {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  color: #1e293b;
  border-bottom: solid 1px #3b82f6;
}
.docklp_sec05 .docklp_sec05_ttl a{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
	transition:0.2s;
}
.docklp_sec05 .docklp_sec05_ttl a:hover{
	color:#375a7f;
}
.docklp_sec05 .btnstyle{
    position: relative;
    z-index: 1;
}
.docklp_sec05 .btnstyle a{
    display: block;
    background: #3b82f6;
    color: #fff;
    border-radius: 50vw;
    text-align: center;
    max-width: 280px;
    padding: 0.5em;
    position: relative;
    transition: 0.2s;
	margin:0 auto;

}
.docklp_sec05 .btnstyle a:hover{
	opacity:0.8;
}
.docklp_sec05 .btnstyle a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
@media (min-width: 769px) {
	.docklp_sec05 .btnstyle a{
		margin-left:0;
		margin-right:auto;
	}
  .docklp_sec05 .docklp_sec05_ttl {
    font-size: 44px;
    border: none;
  }
}
.docklp_sec05 .docklp_sec05_ttl .color {
  font-weight: 600;
  color: #3b82f6;
}
@media (min-width: 769px) {
  .docklp_sec05 .docklp_sec05_ttl:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 430px);
    height: 1px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    background: #3b82f6;
  }
}
.docklp_sec05 .con_img {
  flex: 1;
}
.docklp_sec05 .con_img img {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .docklp_sec05 .con_img img {
    max-width: 46%;
    width: 735px;
    position: absolute;
    left: max(10px, 50% - 800px);
    z-index: 1;
    bottom: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .docklp_sec05 .con_img img {
    bottom: 60px;
  }
}
@media (min-width: 769px) {
  .docklp_sec05 .con_text {
    border: solid 1px #3b82f6;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: calc(1030px + max(10px, 50% - 600px));
    border-right: 0;
    min-height: 500px;
    border-radius: 0 0 0 60px;
    padding: 0 max(10px, 50% - 600px) 0 430px;
  }
}
.docklp_sec05 .columns {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .docklp_sec05 .columns {
    padding-top: 230px;
    margin-top: -80px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .docklp_sec05 .columns {
    margin-top: -150px;
  }
}
@media (min-width: 769px) {
  .docklp_sec05 .columns:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    background: url(../image/bg04.png) no-repeat top right/61.9%;
  }
}
@media (min-width: 769px) {
  .docklp_sec05 .columns.reverse:before {
    background: url(../image/bg03.png) no-repeat top left/61.9%;
  }
  .docklp_sec05 .columns.reverse .con_img img {
    right: max(10px, 50% - 800px);
    left: auto;
  }
  .docklp_sec05 .columns.reverse .con_text {
    border: solid 1px #3b82f6;
    border-radius: 0 0 60px 0;
    border-left: none;
    padding: 0 430px 0 max(10px, 50% - 600px);
  }
  .docklp_sec05 .columns.reverse .docklp_sec05_ttl:before {
    left: 0;
    right: auto;
  }
}

.docklp_sec06 {
  padding: 0 0 40px 0;
}
@media (min-width: 769px) {
  .docklp_sec06 {
    padding: 80px 0 0 0;
    min-height: 900px;
    background: url(../image/bg05.jpg) no-repeat center/cover;
  }
}
@media (min-width: 769px) {
  .docklp_sec06 .container {
    max-width: 100%;
    padding: 0;
  }
}
.docklp_sec06 .docklp_sec06_ttl {
  background: #1e293b;
  margin: 0 0 0.5em auto;
  padding: 10px 0;
  background: #fff;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.08em;
  position: relative;
  border-bottom: solid 1px #3b82f6;
}
@media (min-width: 769px) {
  .docklp_sec06 .docklp_sec06_ttl {
    font-size: 44px;
    padding: 50px max(10px, 50% - 600px) 50px 50px;
    margin: 0 0 50px auto;
    max-width: 50%;
    margin: 0 0 1em auto;
    border: none;
  }
}
@media (min-width: 769px) {
  .docklp_sec06 .docklp_sec06_ttl:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    top: auto;
    bottom: 50px;
    right: auto;
    left: 50px;
    margin: auto;
    background: #3b82f6;
  }
}
.docklp_sec06 .docklp_sec06_ttl .color {
  color: #3b82f6;
  font-weight: 600;
}
.docklp_sec06 .con_text {
  border-right: none;
}
@media (min-width: 769px) {
  .docklp_sec06 .con_text {
    max-width: 50%;
    margin: 0 0 0 auto;
    padding: 50px max(10px, 50% - 600px) 50px 50px;
    max-width: 50%;
    border-radius: 40px 0 0 40px;
    border: solid 1px #3b82f6;
    border-radius: 10px;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .sec07_txt{
    font-size: 19px;
  }
}
.docklp_sec07 {
  padding: 0 0 50px 0;
  background: url(../image/bg06.jpg) no-repeat center/cover;
}
@media (min-width: 769px) {
  .docklp_sec07 {
    padding: 150px 0;
  }
}
.docklp_sec07 .docklp_tt1 .sub {
  letter-spacing: 0.08em;
}
.docklp_sec07 .name {
  font-size: 26px;
  font-weight: bold;
}

.docklp_contact {
  padding: 50px 0;
}
@media (min-width: 769px) {
  .docklp_contact {
    padding: 150px 0;
  }
}
.docklp_contact.docklp_contact_fig {
  position: relative;
}
@media (min-width: 769px) {
  .docklp_contact.docklp_contact_fig:after {
    content: "";
    display: block;
    position: absolute;
    width: 198px;
    height: 400px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../image/circle01.png) no-repeat center/contain;
    transform: translateY(50%);
    z-index: 1;
    max-width: 11%;
  }
}
.docklp_contact .docklp_contact_bg {
  padding: 15px;
  border-radius: 30px 0 30px 0;
  background: linear-gradient(-45deg, rgb(45, 100, 189) 0%, rgb(59, 130, 246) 100%);
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_bg {
    padding: 80px;
    border-radius: 100px 0 100px 0;
  }
}
.docklp_contact .docklp_contact_ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_ttl {
    font-size: 60px;
  }
}
.docklp_contact .docklp_contact_ttl .sub {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_ttl .sub {
    font-size: 34px;
  }
}
.docklp_contact .docklp_contact_ul li {
  font-weight: 600;
  padding-left: 1.2em;
  display: block;
  position: relative;
  color: #fff;
  line-height: 2;
}
.docklp_contact .docklp_contact_ul li:before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: #fff;
}
.docklp_contact .bg_wrap {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .docklp_contact .bg_wrap {
    padding: 45px 50px;
    margin-top: 45px;
    border-radius: 40px;
  }
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_address {
    display: flex;
  }
  .docklp_contact .docklp_contact_address li:not(:first-child) {
    flex: 1;
  }
  .docklp_contact .docklp_contact_address li:not(:last-child) {
    padding-right: 40px;
    margin-right: 50px;
    border-right: solid 1px #b8bfcb;
  }
}
.docklp_contact .docklp_contact_address .tel {
  margin: 0;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #2d649e;
  font-weight: 500;
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_address .tel {
    font-size: 30px;
  }
}
.docklp_contact .docklp_contact_address .tel a {
  color: #2d649e;
  font-size: 1.4666666667em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.docklp_contact .docklp_contact_address .time {
  color: #fff;
  background: #2d649e;
  padding: 0.2em 0.5em;
  border-radius: 8px;
  margin-right: 0.3em;
}
.docklp_contact .docklp_contact_address .reserve_btn {
  text-decoration: none;
  color: #0e1520;
  font-weight: bold;
  font-size: 24px;
  background: #fbbf24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: 0.2s;
  padding: 1em 0.5em;
}
@media (min-width: 769px) {
  .docklp_contact .docklp_contact_address .reserve_btn {
    font-size: 34px;
    border-radius: 20px;
  }
}
.docklp_contact .docklp_contact_address .reserve_btn:hover {
  opacity: 0.8;
}
.docklp_contact .docklp_contact_address .reserve_btn span {
  position: relative;
  font-weight: bold;
  padding-left: 55px;
}
.docklp_contact .docklp_contact_address .reserve_btn span:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 33px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../image/icon_pc.png) no-repeat center/contain;
}
.docklp_contact .docklp_contact_address .reserve_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 15px;
  right: 15px;
  margin: auto;
  background: #0e1520;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.docklp_sec08 {
  background: url(../image/bg07.jpg) no-repeat center top/cover;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec08 {
    padding: 150px 0;
  }
}
.docklp_sec08:before {
  content: "EYE DOC";
  display: block;
  position: absolute;
  color: rgba(59, 130, 246, 0.102);
  font-size: 70px;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(-5%);
  text-align: center;
  margin: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 769px) {
  .docklp_sec08:before {
    font-size: 110px;
    transform: translateX(-10%);
    top: 80px;
  }
}
.docklp_sec08 .docklp_sec08_ttl {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  padding: 0.2em 1.5em;
  max-width: 90%;
  width: 300px;
  border-radius: 10px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .docklp_sec08 .docklp_sec08_ttl {
    width: 340px;
    font-size: 26px;
  }
}
.docklp_sec08 .border_wrap {
  background: #fff;
  border: solid 2px;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  margin-top: 50px;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec08 .border_wrap {
    padding: 70px 60px 60px 60px;
    border-radius: 30px;
    margin-top: 70px;
  }
}
.docklp_sec08 .border_wrap.color01 {
  border-color: #3b82f6;
}
.docklp_sec08 .border_wrap.color01 .docklp_sec08_ttl {
  background: #3b82f6;
}
@media (min-width: 769px) {
  .docklp_sec08 .border_wrap.color01 .sec08_btn_list li {
    width: calc((100% - 60px) / 4);
  }
}
.docklp_sec08 .border_wrap.color01 .sec08_btn_list a:hover {
  background: #3b82f6;
}
.docklp_sec08 .border_wrap.color02 {
  border-color: #f66d3c;
}
.docklp_sec08 .border_wrap.color02 .docklp_sec08_ttl {
  background: #f66d3c;
}
@media (min-width: 769px) {
  .docklp_sec08 .border_wrap.color02 .sec08_btn_list li:nth-child(1), .docklp_sec08 .border_wrap.color02 .sec08_btn_list li:nth-child(5) {
    padding-left: 65px;
  }
  .docklp_sec08 .border_wrap.color02 .sec08_btn_list li:nth-child(2), .docklp_sec08 .border_wrap.color02 .sec08_btn_list li:nth-child(4) {
    padding-left: 20px;
  }
}
.docklp_sec08 .border_wrap.color02 .sec08_btn_list a:hover {
  background: #f66d3c;
}
.docklp_sec08 .border_wrap.color03 {
  border-color: #3cb8f6;
}
.docklp_sec08 .border_wrap.color03 .docklp_sec08_ttl {
  background: #3cb8f6;
}
@media (min-width: 769px) {
  .docklp_sec08 .border_wrap.color03 .sec08_btn_list li:nth-child(1), .docklp_sec08 .border_wrap.color03 .sec08_btn_list li:nth-child(5) {
    padding-right: 65px;
  }
  .docklp_sec08 .border_wrap.color03 .sec08_btn_list li:nth-child(2), .docklp_sec08 .border_wrap.color03 .sec08_btn_list li:nth-child(4) {
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .docklp_sec08 .border_wrap.color03 .sec08_btn_list a {
    margin: 0 0 0 auto;
  }
}
.docklp_sec08 .border_wrap.color03 .sec08_btn_list a:hover {
  background: #3cb8f6;
}
.docklp_sec08 .sec08_btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  .docklp_sec08 .sec08_btn_list {
    gap: 20px;
  }
}
.docklp_sec08 .sec08_btn_list li {
  width: 100%;
}
.docklp_sec08 .sec08_btn_list li a {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  transition: 0.2s;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .docklp_sec08 .sec08_btn_list li a {
    font-size: 22px;
    border-radius: 15px;
    max-width: 255px;
    height: 80px;
  }
}
.docklp_sec08 .sec08_btn_list li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 10px;
  margin: auto;
  width: 18px;
  height: 4px;
  border-bottom: 1px solid #0e1520;
  border-right: 1px solid #0e1520;
  transition: 0.2s;
  transform: skew(45deg);
}
.docklp_sec08 .sec08_btn_list li a:hover {
  color: #fff;
}
.docklp_sec08 .sec08_btn_list li a:hover:after {
  border-color: #fff;
}
.docklp_sec08 .eye_image_wrap {
	margin-bottom:30px;
}
@media (min-width: 769px) {
  .docklp_sec08 .eye_image_wrap {
    justify-content: space-between;
    position: relative;
	margin-bottom:0;

  }
  .docklp_sec08 .eye_image_wrap .eye_image {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
  }
  .docklp_sec08 .eye_image_wrap .column {
    width: 49%;
  }
}
.docklp_sec08 .eye_info_wrap {
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .docklp_sec08 .eye_info_wrap {
    margin-top: 60px;
  }
}
.docklp_sec08 .eye_info_wrap .sec08_info_ttl {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}
@media (max-width: 768px) {
  .docklp_sec08 .eye_info_wrap .sec08_info_ttl {
    max-width: 30%;
  }
}
.docklp_sec08 .eye_info_wrap .column {
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec08 .eye_info_wrap .column {
    padding-left: 40px;
    padding-top: 40px;
    width: 48%;
  }
}
.docklp_sec08 .eye_info_wrap .bg_wrap {
  background: #3b82f6;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .docklp_sec08 .eye_info_wrap .bg_wrap {
    border-radius: 30px;
    padding: 40px 70px;
  }
	.docklp_sec08 .eye_info_wrap .bg_wrap .eye_info_icon{
		height:54px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
}
.docklp_sec08 .eye_info_wrap .fee_text,
.docklp_sec08 .eye_info_wrap .time_text {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  line-height: 1;
  margin-top: 0.4em;
  border-top: solid 1px #fff;
  padding-top: 0.4em;
}
@media (min-width: 769px) {
  .docklp_sec08 .eye_info_wrap .fee_text,
  .docklp_sec08 .eye_info_wrap .time_text {
    font-size: 60px;
  }
}
.docklp_sec08 .eye_info_wrap .fee_text small,
.docklp_sec08 .eye_info_wrap .time_text small {
  font-size: 0.5em;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.emp_bg_wrap {
  background: #fff;
  border: solid 8px #b5d1ff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .emp_bg_wrap {
    border-radius: 30px;
    padding: 60px;
    margin-top: 55px;
  }
}
.emp_bg_wrap .emp_ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 769px) {
  .emp_bg_wrap .emp_ttl {
    font-size: 26px;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1002;
  position: fixed;
  background: #fff;
  max-width: 1200px;
  width: 96%;
  margin: auto;
  height: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  padding: 30px;
  max-height: 80vh;
  overflow-y: scroll;
}
.modal .columns{
  position: relative;
}
.modal .close_btn{
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  position: absolute;
  right: -30px;
  top: -30px;
  padding: 30px 10px 5px;
  transition: .3 all ease;
  &::before{
    content: "";
    background: #0e1520;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  &::after{
    content: "";
    background: #0e1520;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  @media (min-width: 769px){ 
    &:hover{
      opacity: .7;
    }
  }
}
@media (min-width: 769px) {
  .modal .columns {
    gap: 20px;
  }
  .modal .columns .con_img {
    width: 25.4385964912%;
  }
  .modal .columns .con_text {
    flex: 1;
  }
}
.modal .modal_ttl {
  font-size: 22px;
  color: rgb(30, 41, 59);
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 769px) {
  .modal .modal_ttl {
    font-size: 28px;
  }
}

.modal__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}

.docklp_sec09 {
  padding: 50px 0;
  position: relative;
  background: #f0f8ff;
}
@media (min-width: 769px) {
  .docklp_sec09 {
    padding: 150px 0;
  }
}
.docklp_sec09:before {
  content: "FLOW";
  display: block;
  position: absolute;
  color: rgba(59, 130, 246, 0.102);
  font-size: 70px;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(-10%);
  text-align: center;
  margin: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 769px) {
  .docklp_sec09:before {
    font-size: 110px;
    top: 80px;
  }
}
@media (min-width: 769px) {
  .docklp_sec09 .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .docklp_sec09 .bg_white {
    position: relative;
    padding: 80px 80px 80px max(10px, 50% - 600px);
    margin-right: max(10px, 50% - 600px);
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 60px 60px 0;
  }
}
.docklp_sec09 .flow_ttl {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  border-bottom: dotted 3px #fff;
  margin-bottom: 0.3em;
  padding-bottom: 0.1em;
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_ttl {
    font-size: 34px;
  }
}
.docklp_sec09 .docklp_sec09_ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #3b82f6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 769px) {
  .docklp_sec09 .docklp_sec09_ttl {
    font-size: 34px;
  }
}
@media (min-width: 769px) {
  .docklp_sec09 .columns {
    justify-content: space-between;
  }
  .docklp_sec09 .columns .con_main_slider {
    width: 45%;
  }
  .docklp_sec09 .columns .con_sub_slider {
    width: 52%;
  }
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_main_slider .slick-track {
    display: flex;
  }
  .docklp_sec09 .flow_main_slider .slick-slide {
    height: auto !important;
  }
  .docklp_sec09 .flow_main_slider .slick-slide > div {
    height: 100%;
  }
}
.docklp_sec09 .flow_item {
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_item {
    padding: 60px;
    border-radius: 40px;
  }
}
.docklp_sec09 .flow_item p {
  color: #fff;
}
.docklp_sec09 .flow_item.flow_item01 {
  background: url(../image/bg_flow01.jpg) no-repeat center/cover;
}
.docklp_sec09 .flow_item.flow_item02 {
  background: url(../image/bg_flow02.jpg) no-repeat center/cover;
}
.docklp_sec09 .flow_item.flow_item03 {
  background: url(../image/bg_flow03.jpg) no-repeat center/cover;
}
.docklp_sec09 .flow_item.flow_item04 {
  background: url(../image/bg_flow04.jpg) no-repeat center/cover;
}
.docklp_sec09 .flow_item.flow_item05 {
  background: url(../image/bg_flow05.jpg) no-repeat center/cover;
}
.docklp_sec09 .flow_sub_slider {
  position: relative;
}
.docklp_sec09 .slick-track:before, .docklp_sec09 .slick-track:after{
	content:none;
}
.docklp_sec09 .flow_sub_slider:before {
  content: "";
  display: block;
  position: absolute;
  border-top: dotted 4px #acacac;
  width: 88%;
  height: 4px;
  top: 30px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  /* width: 4px;
  height: calc(100% - 15px);
  top: 0;
  bottom: auto;
  left: 28px;
  margin: auto;
  border-top: none;
  border-left: dotted 4px #acacac; */
}
@media (max-width: 768px) {
  .docklp_sec09 .flow_sub_slider div {
 
    justify-content: center;
	  transform: none !important;
	  width: auto !important;
  }
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_sub_slider:before {
    border-top: dotted 4px #acacac;
    width: 96%;
    height: 4px;
    top: 42px;
    bottom: auto;
    right: 0;
    left: 0;
    transform: inherit;
  }
}
.docklp_sec09 .flow_sub_slider .slick-track {
  transform: none !important;
  justify-content: space-between;
  display: flex;
	    width: 100% !important;
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_sub_slider .slick-track {
    justify-content: space-between;
    display: flex;
  }
  .docklp_sec09 .flow_sub_slider .slick-track:before,
  .docklp_sec09 .flow_sub_slider .slick-track:after {
    content: none;
  }
}
.docklp_sec09 .flow_sub_slider .slick-slide {
    width: 60px !important;
    float: none !important;
}
@media (min-width: 769px) {
  .docklp_sec09 .flow_sub_slider .slick-slide {
   width: 88px !important;
  }
}
.docklp_sec09 .flow_sub_slider .slick-current .num {
  background: #375a7f;
  color: #fff;
  border: solid 3px #375a7f;
}
.docklp_sec09 .flow_sub_slider p {
  font-weight: bold;
  font-size: 22px;
  color: #1e293b;
  writing-mode: vertical-rl;

}
@media (min-width: 769px) {
  .docklp_sec09 .flow_sub_slider p {
    font-size: 28px;
    writing-mode: vertical-rl;
  }
}
.docklp_sec09 .flow_sub_slider p .num {
  width: 60px;
  height: 60px;
  border: solid 3px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #375a7f;
  font-weight: 600;
  font-size: 1.2142857143em;
  writing-mode: initial;
  margin-bottom: 0.5em;
  /* margin-right: 0.5em; */
  background: #fff;
	padding-top:0.1em;

}
@media (min-width: 769px) {
  .docklp_sec09 .flow_sub_slider p .num {
    margin-bottom: 0.5em;
    width: 84px;
    height: 84px;
    margin-right: 0;
  }
}

.docklp_sec10 {
  background: url(../image/bg08.jpg) no-repeat center top 30px/150%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .docklp_sec10 {
    padding: 140px 0;
    background: url(../image/bg08.jpg) no-repeat center top 20px/100%;
  }
}
.docklp_sec10:after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #3b82f6;
  border-radius: 50%;
  transform: translateX(50%) translateY(50%);
  z-index: -1;
}
@media (min-width: 769px) {
  .docklp_sec10:after {
    width: 400px;
    height: 400px;
  }
}
.docklp_sec10 .qa_contents {
  padding: 25px 0;
  border-bottom: solid #acacac 1px;
}
@media (min-width: 769px) {
  .docklp_sec10 .qa_contents {
    padding: 50px 0;
  }
}
.docklp_sec10 .qa_contents:first-of-type {
  padding-top: 0;
}
.docklp_sec10 .question {
  font-weight: bold;
  font-size: 22px;
  color: #1e293b;
  padding: 0.7em 0 0.7em 3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .docklp_sec10 .question {
    font-size: 28px;
  }
}
.docklp_sec10 .question:before {
  content: "Q";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2857142857em;
  font-weight: bold;
  display: block;
  position: absolute;
  padding: 0.5em;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../image/icon_q.png) no-repeat center/contain;
  color: #fff;
}
.docklp_sec10 .answer {
  padding-left: 3.6em;
  position: relative;
}
@media (min-width: 769px) {
  .docklp_sec10 .answer {
    padding-left: 4.2em;
  }
}
.docklp_sec10 .answer:before {
  content: "A";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  display: block;
  position: absolute;
  padding: 0.5em;
  padding-top: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.docklp_sec10 .answer a {
  color: #3b82f6;
}

.docklp_sec11 .loopslider_wrap {
  overflow: hidden;
}
.docklp_sec11 .loopslider {
  animation: sp_loopslider 60s linear infinite;
  display: flex;
  width: 3780px;
  height: 100%;
}
@media (min-width: 769px) {
  .docklp_sec11 .loopslider {
    width: 12168px;
    animation: loopslider 80s linear infinite;
  }
}
.docklp_sec11 .loopslider_item {
  margin-bottom: 0 !important;
  padding: 0 5px;
}
@media (min-width: 769px) {
  .docklp_sec11 .loopslider_item {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .docklp_sec11 .loopslider_item img {
    width: 200px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6084px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1890px);
  }
}/*# sourceMappingURL=style.css.map */



.columns.eye_info_wrap .column{
    padding: 0!important;
}
.eye_info_wrap .eye_info_txt_01{
    color: #fff;
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 769px) {
    .eye_info_wrap .eye_info_txt_01{
        font-size: 42px;
    }
}
.docklp_sec08 .eye_info_wrap .fee_text, .docklp_sec08 .eye_info_wrap .time_text {
    font-size: 60px;
}
.docklp_sec08 .eye_info_wrap .fee_text.fee_text02 {
    margin-top: 0.165em;
    padding-top: 0.165em;
    font-size: 40px;
}
.docklp_sec08 .eye_info_wrap .time_text.time_text02 {
    margin-top: 0.165em;
    padding-top: 0.165em;
    font-size: 40px;
    .span{
        font-family: inherit;
        font-weight: inherit;
		font-size: 36px;
    }
}
@media (min-width: 769px) {
    .docklp_sec08 .eye_info_wrap .fee_text, .docklp_sec08 .eye_info_wrap .time_text {
        font-size: 60px;
    }
    .docklp_sec08 .eye_info_wrap .fee_text.fee_text02 {
        margin-top: 0.15em;
        padding-top: 0.15em;
        font-size: 82px;
    }
    .docklp_sec08 .eye_info_wrap .time_text.time_text02 {
        margin-top: 0.15em;
        padding-top: 0.15em;
        font-size: 82px;
        .span{
            position: relative;
            font-size: 72px;
        }
    }
}
.docklp_sec08 .eye_info_wrap .bg_wrap.bg_wrap_kai {
    padding: 20px;
}
