@charset "UTF-8";
/* No CSS */
/*
Theme Name: izumi-dc
Description: 
Theme URI: https://www.izumi-dc.jp/
Version: 1.0
License: izumi-dc
License URI: https://www.izumi-dc.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}

/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
		width: auto;
		height: auto;
	} */
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "NotoSansCJKjp", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.8;
  background-image: url(images/bg.jpg);
  letter-spacing: 0.06em;
  min-width: 1260px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
  .under_inner {
    padding: 0 10px;
  }
  body {
    min-width: initial;
  }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.under_inner {
  max-width: 1000px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: 1.6rem;
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.5rem;
  }
}

/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
header .header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 50px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

header .header_main .header_logo_area .aside_tit {
  font-size: 1.3rem;
  margin-bottom: 5px;
  text-shadow: 0 0 5px #fff, 1px 1px 5px #fff;
  letter-spacing: 0.001em;
}

header .header_main .header_content {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_main .header_content .header_contact span {
  padding: 10px 0;
  display: block;
  width: 285px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #aa87cc;
  line-height: 1.4;
}

header .header_main .header_content .header_contact span .txt01 {
  font-size: 1.5rem;
}

header .header_main .header_content .header_contact span .num {
  font-size: 2.2rem;
  padding-left: 20px;
  background: url(images/header_tel_icon.png) left 45px center no-repeat;
}

header .header_main .header_content .header_contact span .txt02 {
  font-size: 1.2rem;
}

header #slider {
  width: 100%;
  position: relative;
}

header #slider .scroll {
  position: absolute;
  bottom: 120px;
  left: 50px;
}

header #slider .slider_img {
  position: absolute;
  right: 50px;
  top: 170px;
}

header #slider .new_news {
  position: absolute;
  right: 50px;
  bottom: 90px;
}

header #slider .new_news article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

header #slider .new_news article .news_cat {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 0;
  width: 60px;
  text-align: center;
  background-color: #aa87cc;
  border-radius: 50px;
  letter-spacing: 0.2rem;
}

header #slider .new_news article .news_cal {
  margin-right: 30px;
}

header #slider .new_news article .news_cal time {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
}

header #slider .new_news article .news_tit a {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

header #slider .new_news article .news_tit a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #aa87cc;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

header #slider .new_news article .news_tit a:hover {
  opacity: 1;
}

header #slider .new_news article .news_tit a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header #g_navi {
  position: relative;
  width: 940px;
  margin-left: auto;
}

header #g_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  background-color: #aa87cc;
  line-height: 90px;
  position: absolute;
  top: -50px;
}

header #g_navi ul li {
  text-align: center;
}

header #g_navi ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

header #g_navi ul li ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  header .header_main {
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  header .header_main .header_logo_area .aside_tit {
    display: none;
  }
  header .header_main .header_logo_area .header_logo {
    width: 150px;
  }
  header .header_main .header_content {
    display: none;
  }
  header #slider .scroll {
    display: none;
  }
  header #slider .slider_img {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 0;
    width: 80px;
  }
  header #slider .new_news {
    display: none;
  }
  header #g_navi {
    display: none;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  #slider .slides {
    width: 100%;
    overflow: hidden;
  }
  #slider .slides img {
    width: 120%;
    margin: 0 0 0 -5%;
  }
}

/*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
  }
  #toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #666;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(170, 135, 204, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #fff 1px solid;
    background-color: rgba(179, 166, 191, 0.9);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
    #sp_navi .sub-menu li a:hover {
        color: #333;
        background: none;
    }
*/
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}

/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}

#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 90px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
#g_navi .menu li ul li{
    width: 100%;
    border-left: none !important;
    padding: 0;
}
*/
#g_navi .menu li ul li a {
  width: 170px;
  padding: 13px 2px;
  border-top: 1px solid #aa87cc;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  color: #aa87cc;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #aa87cc;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  border-top: 1px solid #fff;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}

/* 下層キービジュアル*/
.about_teaser {
  width: 100%;
  height: 420px;
  background: url(images/about_teaser.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .about_teaser {
    height: 150px;
  }
}

/*max-width:767px*/
.gathering_teaser {
  width: 100%;
  height: 420px;
  background: url(images/gathering_teaser.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .gathering_teaser {
    height: 150px;
  }
}

/*max-width:767px*/
.treatment_teaser {
  width: 100%;
  height: 420px;
  background: url(images/treatment_teaser.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .treatment_teaser {
    height: 150px;
  }
}

/*max-width:767px*/
.info_teaser {
  width: 100%;
  height: 420px;
  background: url(images/info_teaser.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .info_teaser {
    height: 150px;
  }
}

/*max-width:767px*/
#teaser {
  position: relative;
}

#teaser .txt {
  position: absolute;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 2.2rem;
  width: 300px;
  background: url(images/tit_bg.jpg) top center no-repeat;
  background-size: cover;
  bottom: -30px;
  left: 2%;
  padding: 12px 0;
  border-radius: 50px;
}

#teaser .txt span {
  font-size: 1.6rem;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 1300px) {
  #teaser .txt {
    font-size: 2rem;
    width: 230px;
  }
}

/*max-width:px*/
@media screen and (max-width: 767px) {
  #teaser .txt {
    font-size: 1.8rem;
    width: 200px;
    bottom: -10px;
    padding: 8px 0;
  }
  #teaser .txt span {
    font-size: 1.4rem;
  }
}

/*max-width:767px*/
/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 50px auto 90px;
  text-align: right;
  padding-right: 30px;
}

.single_wrap .breadcrumb_area {
  margin: 50px auto 50px;
}

.breadcrumb {
  margin: 0 auto;
  padding: 2px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 90px;
  }
  .breadcrumb {
    display: none;
  }
  .single_wrap .breadcrumb_area {
    margin: 0 auto 50px;
  }
}

/*max-width:767px*/
.breadcrumb p {
  color: #777777;
  font-size: 1.1rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #463a39;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 50px;
  position: relative;
  font-size: 1.4rem;
}

.btn_box02 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn_box03 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.btn_box04 a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #b90f06;
  position: relative;
  font-size: 1.4rem;
}

.btn_box01 a:hover {
  opacity: 0.7;
}

.btn_box02 a:hover {
  opacity: 0.7;
}

.btn_box03 a:hover {
  opacity: 0.7;
}

.btn_box04 a:hover {
  opacity: 0.7;
}

.btn_box05 a:hover {
  opacity: 0.7;
}

.btn_box01 a img {
  width: 100%;
  height: auto;
}

/****************************************

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 80px 0 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, #f8fbff), color-stop(35%, #e8dbf7));
  background: linear-gradient(to right, #f8fbff 65%, #e8dbf7 35%);
}

.top_box01 .top_box01_tit {
  color: #aa87cc;
  font-size: 2.8rem;
  color: #aa87cc;
  margin-bottom: 30px;
  letter-spacing: 0.3rem;
}

.top_box01 .top_box01_tit span {
  font-size: 1.6rem;
  padding-left: 30px;
  background: url(images/icon01.png) left center no-repeat;
  font-family: "EB Garamond", serif;
}

.top_box01 .top_box01_pic {
  margin-bottom: 30px;
}

.top_box01 .top_box01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_box01 .top_box01_content .top_box01_txt {
  width: 840px;
}

.top_box01 .top_box01_content .top_box01_btn li a {
  display: block;
  text-align: center;
  width: 260px;
  line-height: 50px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #aa87cc;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #bbb;
          box-shadow: 0 3px 5px #bbb;
}

.top_box01 .top_box01_content .top_box01_btn li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

.top_box01 .top_box01_content .top_box01_btn li:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 30px 0;
  }
  .top_box01 .top_box01_tit {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .top_box01 .top_box01_tit span {
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .top_box01 .top_box01_pic {
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box01 .top_box01_content .top_box01_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_content .top_box01_btn {
    margin: 0 auto;
  }
  .top_box01 .top_box01_content .top_box01_btn li a {
    width: 230px;
    color: #fff;
    font-size: 1.4rem;
  }
  .top_box01 .top_box01_content .top_box01_btn li:first-child {
    margin-bottom: 10px;
  }
}

/*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 60px 0 100px;
  background: url(images/top_bg02.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.top_box02 .top_box02_tit {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  color: #aa87cc;
  line-height: 1.5;
  margin-bottom: 50px;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 5px #fff, 1px 1px 10px #fff;
}

.top_box02 .top_box02_tit span {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
}

.top_box02 .top_box02_tit::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 23px;
  background: url(images/icon02.png) no-repeat;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_box02 .top_box02_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box02 .top_box02_content li {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #999;
          box-shadow: 5px 5px 10px #999;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 40px 0;
    background-attachment: scroll;
  }
  .top_box02 .top_box02_tit {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_tit span {
    font-size: 2.2rem;
  }
  .top_box02 .top_box02_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_box02 .top_box02_content li {
    width: 48%;
  }
  .top_box02 .top_box02_content li:nth-child(1) {
    margin-bottom: 20px;
  }
  .top_box02 .top_box02_content li:nth-child(2) {
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 85px 0;
  background: url(images/top_bg03.jpg) bottom center no-repeat;
  background-size: cover;
}

.top_box03 .top_box03_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_box03 .top_box03_content li {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #999;
          box-shadow: 5px 5px 10px #999;
}

.top_box03 .top_box03_content li:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 30px 10px;
  }
  .top_box03 .top_box03_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box03 .top_box03_content li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 60px 0;
}

.top_box04 .top_box04_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box04 .top_box04_tit_area .top_box04_tit {
  font-size: 1.6rem;
  color: #aa87cc;
  line-height: 1.5;
  margin-bottom: 70px;
  letter-spacing: 0.3rem;
}

.top_box04 .top_box04_tit_area .top_box04_tit span {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
}

.top_box04 .top_box04_tit_area .top_box04_btn a {
  display: block;
  text-align: center;
  width: 220px;
  line-height: 40px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #aa87cc;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #bbb;
          box-shadow: 0 3px 5px #bbb;
}

.top_box04 .top_box04_tit_area .top_box04_btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0;
  display: inline-block;
}

.top_box04 .top_box04_content {
  width: 870px;
  height: 260px;
  overflow: scroll;
  overflow-x: hidden;
}

.top_box04 .top_box04_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.top_box04 .top_box04_content article:first-child {
  padding-top: 0;
}

.top_box04 .top_box04_content article .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.top_box04 .top_box04_content article .news_info .news_cat {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  line-height: 22px;
  background-color: #aa87cc;
  border-radius: 30px;
}

.top_box04 .top_box04_content article .news_info .news_cal time {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
}

.top_box04 .top_box04_content article .news_tit a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.top_box04 .top_box04_content article .news_tit a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #aa87cc;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.top_box04 .top_box04_content article .news_tit a:hover {
  opacity: 1;
}

.top_box04 .top_box04_content article .news_tit a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 30px 0;
  }
  .top_box04 .top_box04_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box04 .top_box04_tit_area {
    margin-bottom: 20px;
  }
  .top_box04 .top_box04_tit_area .top_box04_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .top_box04 .top_box04_tit_area .top_box04_tit span {
    font-size: 2.2rem;
  }
  .top_box04 .top_box04_tit_area .top_box04_btn a {
    margin: 0 auto;
  }
  .top_box04 .top_box04_content {
    width: 100%;
    height: 260px;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar {
    width: 1px;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar-thumb {
    background: #999;
  }
  .top_box04 .top_box04_content article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_box04 .top_box04_content article .news_info {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .top_box04 .top_box04_content article .news_info .news_cat {
    margin-right: 10px;
    border-radius: 30px;
  }
  .top_box04 .top_box04_content article .news_tit a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .top_box04 .top_box04_content article .news_tit a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #aa87cc;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .top_box04 .top_box04_content article .news_tit a:hover {
    opacity: 1;
  }
  .top_box04 .top_box04_content article .news_tit a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 60px 0 80px;
  background: url(images/top_bg01.jpg) top center no-repeat;
  background-size: cover;
}

.top_box05 .top_box05_content {
  width: 600px;
}

.top_box05 .top_box05_content .top_box05_tit {
  letter-spacing: 0.3rem;
  color: #aa87cc;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.top_box05 .top_box05_content .top_box05_tit span {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
}

.top_box05 .top_box05_content .top_box05_txt {
  margin-bottom: 30px;
}

.top_box05 .top_box05_content .top_box05_btn a {
  display: block;
  text-align: center;
  width: 260px;
  line-height: 50px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #aa87cc;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #bbb;
          box-shadow: 0 3px 5px #bbb;
}

.top_box05 .top_box05_content .top_box05_btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 30px 0;
    background: url(images/top_bg01.jpg) top right -500px no-repeat;
    background-size: cover;
  }
  .top_box05 .top_box05_content {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 10px;
  }
  .top_box05 .top_box05_content .top_box05_tit {
    font-size: 1.6rem;
  }
  .top_box05 .top_box05_content .top_box05_tit span {
    font-size: 2.2rem;
  }
  .top_box05 .top_box05_content .top_box05_txt {
    margin-bottom: 20px;
  }
  .top_box05 .top_box05_content .top_box05_btn a {
    width: 230px;
    font-size: 1.4rem;
  }
}

/*max-width:767px*/
/*bottom_content*/
.bottom_content {
  margin-top: 100px;
  padding: 60px 0 100px;
  background: url(images/top_bg02.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bottom_content .bottom_content_tit {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  color: #aa87cc;
  line-height: 1.5;
  margin-bottom: 50px;
  text-shadow: 0 0 5px #fff, 1px 1px 10px #fff;
}

.bottom_content .bottom_content_tit span {
  font-size: 3rem;
}

.bottom_content .bottom_content_tit::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 23px;
  background: url(images/icon02.png) no-repeat;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bottom_content .bottom_content_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_content .bottom_content_content li {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #999;
          box-shadow: 5px 5px 10px #999;
}

@media screen and (max-width: 767px) {
  .bottom_content {
    background-attachment: scroll;
    padding: 40px 0;
    margin-top: 50px;
  }
  .bottom_content .bottom_content_tit {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .bottom_content .bottom_content_tit span {
    font-size: 2.2rem;
  }
  .bottom_content .bottom_content_tit::after {
    top: -20px;
  }
  .bottom_content .bottom_content_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom_content .bottom_content_content li {
    width: 48%;
  }
  .bottom_content .bottom_content_content li:nth-child(1) {
    margin-bottom: 20px;
  }
  .bottom_content .bottom_content_content li:nth-child(2) {
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*bottom_content*/
.bottom_content02 {
  padding: 60px 0 100px;
  background: url(images/top_bg02.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bottom_content02 .bottom_content_tit {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  color: #aa87cc;
  line-height: 1.5;
  margin-bottom: 50px;
  text-shadow: 0 0 5px #fff, 1px 1px 10px #fff;
}

.bottom_content02 .bottom_content_tit span {
  font-size: 3rem;
}

.bottom_content02 .bottom_content_tit::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 23px;
  background: url(images/icon02.png) no-repeat;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bottom_content02 .bottom_content_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_content02 .bottom_content_content li {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #999;
          box-shadow: 5px 5px 10px #999;
}

@media screen and (max-width: 767px) {
  .bottom_content02 {
    background-attachment: scroll;
    padding: 40px 0;
  }
  .bottom_content02 .bottom_content_tit {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .bottom_content02 .bottom_content_tit span {
    font-size: 2.2rem;
  }
  .bottom_content02 .bottom_content_tit::after {
    top: -20px;
  }
  .bottom_content02 .bottom_content_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom_content02 .bottom_content_content li {
    width: 48%;
  }
  .bottom_content02 .bottom_content_content li:nth-child(1) {
    margin-bottom: 20px;
  }
  .bottom_content02 .bottom_content_content li:nth-child(2) {
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt520 {
  width: 520px;
}

.txt550 {
  width: 550px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt660 {
  width: 660px;
}

.txt820 {
  width: 820px;
}

.green_bg {
  padding: 40px;
  background-color: #f2f5f2;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*==============================================================
院長挨拶
==================================================================*/
.greeting_box01 p {
  font-size: 1.5rem;
}

.greeting_box01 .name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  color: #aa87cc;
}

.greeting_box01 .name span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .greeting_box01 .name {
    font-size: 1.6rem;
  }
  .greeting_box01 .name span {
    font-size: 2rem;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .greeting_box01 figure {
    max-width: 360px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
院内風景
==================================================================*/
.gallery_top_txt {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .gallery_top_txt {
    text-align: left;
    margin-bottom: 10px;
  }
}

/*max-width:767px*/
@media screen and (min-width: 768px) {
  .gallery_box::before {
    content: "";
    display: block;
    width: 290px;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .gallery_box::after {
    content: "";
    display: block;
    width: 290px;
    height: 0;
  }
}

/*min-width:768px*/
.gallery_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_box .gallery_content {
  width: 290px;
  margin-bottom: 50px;
}

.gallery_box .gallery_content figure {
  width: 100%;
  margin-bottom: 10px;
}

.gallery_box .gallery_content figure a {
  position: relative;
  display: block;
  width: 100%;
}

.gallery_box .gallery_content figure a::after {
  display: block;
  content: "";
  padding-top: 100%;
}

.gallery_box .gallery_content figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

.gallery_box .gallery_content .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .gallery_box .gallery_content {
    width: 48%;
    margin-bottom: 30px;
  }
  .gallery_box .gallery_content figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .gallery_box .gallery_content figure .txt {
    font-size: 1.4rem;
  }
}

/*max-width:767px*/
/*==============================================================
虫歯の原因と治療法
==================================================================*/
.treatment_box01 {
  margin-bottom: 50px;
}

.treatment_box02 {
  margin-bottom: 70px;
}

.treatment_box03 {
  padding: 80px 0 100px;
  background: url(images/bg01.jpg) top center no-repeat;
  background-size: cover;
}

.treatment_box03 .treatment_box03_inner {
  width: 660px;
}

.treatment_box03 .treatment_box03_inner .treatment_box03_content li {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
  padding-left: 55px;
}

.treatment_box03 .treatment_box03_inner .treatment_box03_content li:last-child {
  margin-bottom: 0;
}

.treatment_box03 .treatment_box03_inner .treatment_box03_content li::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(images/icon03.jpg) no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .treatment_box01 {
    margin-bottom: 30px;
  }
  .treatment_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .treatment_box02 {
    margin-bottom: 30px;
  }
  .treatment_box03 {
    padding: 30px 0;
    background: url(images/bg01.jpg) top left no-repeat;
    background-size: cover;
  }
  .treatment_box03 .treatment_box03_inner {
    width: 100%;
  }
  .treatment_box03 .treatment_box03_inner .treatment_box03_content li {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*==============================================================
歯周病の原因と治療法
==================================================================*/
.periodontal_box01 {
  margin-bottom: 50px;
}

.periodontal_box02 {
  margin-bottom: 70px;
}

.periodontal_box02 .flex {
  margin-bottom: 40px;
}

.periodontal_box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.periodontal_box03 {
  margin-bottom: 60px;
}

.periodontal_box03 .flex {
  margin-bottom: 60px;
}

.periodontal_box03 .periodontal_box03_content {
  position: relative;
}

.periodontal_box03 .periodontal_box03_content .subhead01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.periodontal_box03 .periodontal_box03_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #aa87cc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 150px;
}

.periodontal_box03 .periodontal_box03_content ul li {
  font-size: 2rem;
  padding-left: 50px;
  line-height: 1.2;
  width: 50%;
  position: relative;
}

.periodontal_box03 .periodontal_box03_content ul li::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  background: url(images/periodontal_icon.jpg) no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.periodontal_box03 .periodontal_box03_content ul li:first-child {
  margin-bottom: 30px;
}

.periodontal_box03 .periodontal_box03_content ul li:nth-child(2) {
  margin-bottom: 30px;
}

.periodontal_box04 {
  margin-bottom: 60px;
}

.periodontal_box04 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.periodontal_box05 {
  margin-bottom: 60px;
}

.periodontal_box06 .periodontal_box06_txt {
  margin-bottom: 20px;
}

.periodontal_box06 .periodontal_box06_content {
  text-align: center;
  border: 3px solid #aa87cc;
  border-radius: 10px;
  line-height: 1.2;
  padding: 25px 0;
  margin-bottom: 60px;
}

.periodontal_box06 .periodontal_box06_content p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #aa87cc;
}

@media screen and (max-width: 767px) {
  .periodontal_box01 {
    margin-bottom: 30px;
  }
  .periodontal_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .periodontal_box02 {
    margin-bottom: 30px;
  }
  .periodontal_box02 .flex {
    margin-bottom: 20px;
  }
  .periodontal_box02 .flex figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .periodontal_box02 .flex .txt660 {
    margin-bottom: 20px;
  }
  .periodontal_box02 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .periodontal_box02 ul li {
    width: 48%;
  }
  .periodontal_box02 ul li:nth-child(1) {
    margin-bottom: 10px;
  }
  .periodontal_box02 ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .periodontal_box03 {
    margin-bottom: 30px;
  }
  .periodontal_box03 .flex {
    margin-bottom: 20px;
  }
  .periodontal_box03 .flex .txt660 {
    margin-bottom: 20px;
  }
  .periodontal_box03 .flex figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .periodontal_box03 .periodontal_box03_content {
    position: relative;
  }
  .periodontal_box03 .periodontal_box03_content .subhead01 {
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0;
  }
  .periodontal_box03 .periodontal_box03_content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
  .periodontal_box03 .periodontal_box03_content ul li {
    font-size: 1.8rem;
    width: 100%;
  }
  .periodontal_box03 .periodontal_box03_content ul li::before {
    position: absolute;
    content: "";
    width: 41px;
    height: 41px;
    background: url(images/periodontal_icon.jpg) no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .periodontal_box03 .periodontal_box03_content ul li:first-child {
    margin-bottom: 30px;
  }
  .periodontal_box03 .periodontal_box03_content ul li:nth-child(2) {
    margin-bottom: 30px;
  }
  .periodontal_box03 .periodontal_box03_content ul li:nth-child(3) {
    margin-bottom: 30px;
  }
  .periodontal_box04 {
    margin-bottom: 30px;
  }
  .periodontal_box04 figure {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .periodontal_box05 {
    margin-bottom: 30px;
  }
  .periodontal_box05 figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .periodontal_box05 .txt660 {
    margin-bottom: 20px;
  }
  .periodontal_box06 .periodontal_box06_txt {
    margin-bottom: 20px;
  }
  .periodontal_box06 .periodontal_box06_content {
    text-align: center;
    border: 3px solid #aa87cc;
    line-height: 1.2;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .periodontal_box06 .periodontal_box06_content p {
    font-size: 2rem;
    font-weight: bold;
    color: #aa87cc;
  }
}

/*max-width:767px*/
/*==============================================================
顎関節症の原因と治療法
==================================================================*/
.joint_box01 {
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joint_box01 p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .joint_box01 {
    margin-bottom: 30px;
  }
  .joint_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
補綴(義歯・ブリッジ)
==================================================================*/
.denture_box01 {
  margin-bottom: 30px;
}

.contact_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  width: 600px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #aa87cc;
  margin: 0 auto 80px auto;
}

.contact_btn a .num {
  font-size: 2.8rem;
  color: #aa87cc;
  padding-left: 20px;
  background: url(images/tel_icon.png) left 190px center no-repeat;
}

.contact_btn a .txt02 {
  font-size: 1.2rem;
}

.denture_box02 {
  margin-bottom: 70px;
}

.denture_box02 .subhead02 {
  margin-bottom: 20px;
}

.denture_box02 .denture_box02_txt {
  margin-bottom: 20px;
}

.denture_box02 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.denture_box02 .flex ul li {
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.denture_box02 .flex ul li:last-child {
  margin-bottom: 0;
}

.denture_box02 .flex ul li::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(images/periodontal_icon.jpg) no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.denture_box02 .denture_box02_content {
  border: 3px solid #aa87cc;
  padding: 35px;
  border-radius: 10px;
}

.denture_box02 .denture_box02_content p {
  font-size: 1.5rem;
  color: #aa87cc;
}

.denture_box03 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .denture_box01 {
    margin-bottom: 30px;
  }
  .denture_box01 figure {
    max-width: 140px;
    margin: 0 auto 20px auto;
  }
  .contact_btn {
    padding: 0 10px;
  }
  .contact_btn a {
    width: 100%;
    padding: 8px 5px;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .contact_btn a .num {
    font-size: 2.2rem;
    padding-left: 25px;
    background: url(images/tel_icon.png) left center no-repeat;
    display: inline-block;
  }
  .contact_btn a .txt02 {
    font-size: 1.2rem;
  }
  .denture_box02 {
    margin-bottom: 30px;
  }
  .denture_box02 .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .denture_box02 .flex ul {
    margin-bottom: 20px;
  }
  .denture_box02 .flex ul li {
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 20px;
  }
  .denture_box02 .flex ul li:last-child {
    margin-bottom: 0;
  }
  .denture_box02 .flex ul li::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(images/periodontal_icon.jpg) no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .denture_box02 .flex figure {
    max-width: 440px;
    margin: 0 auto;
  }
  .denture_box02 .denture_box02_content {
    border: 3px solid #aa87cc;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .denture_box02 .denture_box02_content p {
    font-size: 1.5rem;
    color: #aa87cc;
  }
  .denture_box03 figure {
    max-width: 440px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
噛み合わせの大切さ
==================================================================*/
.important_box01 {
  background: url(images/important_bg01.jpg) top center no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
  margin-bottom: 10px;
}

.important_box01 .important_box01_content {
  width: 560px;
  margin-left: auto;
}

.important_box02 {
  background: url(images/important_bg02.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0 110px;
  margin-bottom: 10px;
}

.important_box02 .important_box02_content {
  width: 560px;
}

.important_box03 {
  background: url(images/important_bg03.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
}

.important_box03 .important_box03_content {
  width: 560px;
  margin-left: auto;
}

.bottom_banner {
  text-align: center;
  padding: 60px 0;
}

.bottom_banner a img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px #999;
          box-shadow: 0 5px 10px #999;
}

@media screen and (max-width: 767px) {
  .important_box01 {
    background: url(images/important_bg01.jpg) top left -600px no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .important_box01 .important_box01_content {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
  }
  .important_box02 {
    background: url(images/important_bg02.jpg) top right -600px no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .important_box02 .important_box02_content {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
  }
  .important_box03 {
    background: url(images/important_bg03.jpg) top left -600px no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .important_box03 .important_box03_content {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
  }
  .bottom_banner {
    text-align: center;
    padding: 30px 10px;
  }
}

/*max-width:767px*/
/*==============================================================
噛み合わせ不良の影響
==================================================================*/
.influence_box01 {
  margin-bottom: 60px;
}

.influence_box01 .influence_box01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.influence_box01 .influence_box01_content figure {
  margin-right: 10px;
}

.influence_box01 .influence_box01_content:nth-of-type(1) {
  padding-top: 0;
}

.influence_box01 .influence_box01_content:nth-of-type(3) {
  border-bottom: none;
}

.influence_box02 {
  margin-bottom: 80px;
}

.influence_box02 .influence_box02_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.influence_box02 .influence_box02_content section {
  width: 480px;
  border: 2px solid #aa87cc;
  border-radius: 10px;
  overflow: hidden;
}

.influence_box02 .influence_box02_content section h3 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #aa87cc;
  line-height: 1.2;
  padding: 15px 0;
}

.influence_box02 .influence_box02_content section .influence_box02_txt {
  padding: 25px 20px;
}

.influence_box03 {
  margin-bottom: 60px;
}

.influence_box03 .influence_box03_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.influence_box03 .influence_box03_content section {
  width: 313px;
  border: 2px solid #aa87cc;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
  margin-bottom: 20px;
}

.influence_box03 .influence_box03_content section:nth-child(7) {
  margin-bottom: 0;
}

.influence_box03 .influence_box03_content section:nth-child(8) {
  margin-bottom: 0;
}

.influence_box03 .influence_box03_content section:nth-child(9) {
  margin-bottom: 0;
}

.influence_box03 .influence_box03_content section h3 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #aa87cc;
  line-height: 1.2;
  padding: 10px 0;
}

.influence_box03 .influence_box03_content section .influence_box03_txt {
  padding: 12px 20px;
}

.influence_box03 .influence_box03_content section .influence_box03_txt p {
  font-size: 1.4rem;
}

.influence_box04 .influence_box04_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.influence_box04 .influence_box04_content .influence_box04_left {
  width: 680px;
  margin-right: 10px;
}

.influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content figure {
  margin-right: 10px;
}

.influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content:nth-of-type(3) {
  margin-bottom: 0;
}

.influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content .influence_box04_left_txt {
  width: 510px;
}

.influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content .influence_box04_left_txt p {
  font-size: 1.5rem;
}

.influence_box04 .influence_box04_under_txt {
  text-align: center;
  background-color: #aa87cc;
  padding: 15px 5px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .influence_box01 {
    margin-bottom: 30px;
  }
  .influence_box01 .influence_box01_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .influence_box01 .influence_box01_content figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .influence_box02 {
    margin-bottom: 30px;
  }
  .influence_box02 .influence_box02_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .influence_box02 .influence_box02_content section {
    width: 100%;
  }
  .influence_box02 .influence_box02_content section:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .influence_box02 .influence_box02_content section h3 {
    font-size: 1.8rem;
    padding: 10px 5px;
  }
  .influence_box02 .influence_box02_content section .influence_box02_txt {
    padding: 20px 10px;
  }
  .influence_box03 {
    margin-bottom: 30px;
  }
  .influence_box03 .influence_box03_content section {
    width: 48%;
    border: 2px solid #aa87cc;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
  }
  .influence_box03 .influence_box03_content section:nth-child(7) {
    margin-bottom: 20px;
  }
  .influence_box03 .influence_box03_content section:nth-child(8) {
    margin-bottom: 20px;
  }
  .influence_box03 .influence_box03_content section:nth-child(9) {
    margin-bottom: 0;
  }
  .influence_box03 .influence_box03_content section h3 {
    font-size: 1.6rem;
    padding: 5px 5px;
  }
  .influence_box03 .influence_box03_content section .influence_box03_txt {
    padding: 12px 10px;
  }
  .influence_box03 .influence_box03_content section .influence_box03_txt p {
    font-size: 1.4rem;
  }
  .influence_box04 .influence_box04_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .influence_box04 .influence_box04_content .influence_box04_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content figure {
    max-width: 150px;
    margin: 0 auto 10px auto;
  }
  .influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content:nth-of-type(3) {
    margin-bottom: 0;
  }
  .influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content .influence_box04_left_txt {
    width: 100%;
  }
  .influence_box04 .influence_box04_content .influence_box04_left .influence_box04_left_content .influence_box04_left_txt p {
    font-size: 1.5rem;
  }
  .influence_box04 .influence_box04_content .influence_box04_right {
    max-width: 290px;
    margin: 0 auto;
  }
  .influence_box04 .influence_box04_under_txt {
    padding: 10px 5px;
    font-size: 2rem;
  }
}

/*max-width:767px*/
/*==============================================================
医院概要
==================================================================*/
.onerview_box01 {
  margin-bottom: 100px;
}

.onerview_box02 {
  margin-bottom: 100px;
}

.onerview_box02 iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.onerview_box03 {
  margin-bottom: 150px;
}

.onerview_box03 .onerview_box03_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info01 {
  margin-bottom: 30px;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info01 p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-left: 100px;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info01 figure {
  position: relative;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info01 figure::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 79px;
  background: url(images/overview_icon01.png) no-repeat;
  left: 10px;
  top: -40px;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info02 {
  margin-bottom: 3px;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info02 p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-left: 100px;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info02 figure {
  position: relative;
}

.onerview_box03 .onerview_box03_content .onerview_box03_info02 figure::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 79px;
  background: url(images/overview_icon02.png) no-repeat;
  left: 10px;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .onerview_box01 {
    margin-bottom: 70px;
  }
  .onerview_box02 {
    margin-bottom: 70px;
  }
  .onerview_box02 iframe {
    height: 250px;
  }
  .onerview_box03 {
    margin-bottom: 50px;
  }
  .onerview_box03 .onerview_box03_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .onerview_box03 .onerview_box03_content .onerview_box03_content_map {
    margin-bottom: 20px;
  }
  .onerview_box03 .onerview_box03_content .onerview_box03_info01 p {
    padding-left: 0;
  }
  .onerview_box03 .onerview_box03_content .onerview_box03_info01 figure::after {
    left: 0;
    top: 0;
  }
  .onerview_box03 .onerview_box03_content .onerview_box03_info02 p {
    padding-left: 0;
  }
  .onerview_box03 .onerview_box03_content .onerview_box03_info02 figure::after {
    left: 0;
    top: 0;
  }
}

/*max-width:767px*/
/*==============================================================
お知らせ・ブログ
==================================================================*/
.blog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

.blog_content .news_box {
  width: 866px;
}

.blog_content .news_box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.blog_content .news_box article:first-child {
  padding-top: 0;
}

.blog_content .news_box article .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.blog_content .news_box article .news_info .news_cat {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  line-height: 22px;
  background-color: #aa87cc;
  border-radius: 30px;
}

.blog_content .news_box article .news_info .news_cal time {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
}

.blog_content .news_box article .news_tit a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.blog_content .news_box article .news_tit a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #aa87cc;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.blog_content .news_box article .news_tit a:hover {
  opacity: 1;
}

.blog_content .news_box article .news_tit a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .blog_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .blog_content .news_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog_content .news_box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
  .blog_content .news_box article .news_info {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .blog_content .news_box article .news_info .news_cat {
    margin-right: 5px;
    font-size: 1.2rem;
    width: 80px;
  }
}

/*max-width:767px*/
.blog_content .blog_content_article {
  width: 866px;
}

.blog_content .blog_content_article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.blog_content .blog_content_article article:first-child {
  padding-top: 0;
}

.blog_content .blog_content_article article .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.blog_content .blog_content_article article .news_info .news_cat {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  line-height: 22px;
  background-color: #aa87cc;
  border-radius: 30px;
}

.blog_content .blog_content_article article .news_info .news_cal time {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
}

.blog_content .blog_content_article article .news_tit a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.blog_content .blog_content_article article .news_tit a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #aa87cc;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.blog_content .blog_content_article article .news_tit a:hover {
  opacity: 1;
}

.blog_content .blog_content_article article .news_tit a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .blog_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .blog_content .blog_content_article {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog_content .blog_content_article article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
  .blog_content .blog_content_article article .news_info {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .blog_content .blog_content_article article .news_info .news_cat {
    margin-right: 5px;
    font-size: 1.2rem;
    width: 80px;
  }
}

/*max-width:767px*/
.side_nav {
  width: 260px;
}

.side_nav .news_cat_box {
  margin-bottom: 30px;
}

.side_nav .news_cat_box .tit {
  width: 100%;
  line-height: 44px;
  color: #fff;
  padding-left: 10px;
  font-size: 1.8rem;
  background-color: #aa87cc;
  margin-bottom: 10px;
}

.side_nav .news_cat_box ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}

.side_nav .news_cat_box ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #aa87cc;
  border-right: 2px solid #aa87cc;
  display: inline-block;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0;
}

.news_new_box .tit {
  width: 100%;
  line-height: 44px;
  color: #fff;
  padding-left: 10px;
  font-size: 1.8rem;
  background-color: #aa87cc;
  margin-bottom: 10px;
}

.news_new_box article {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.news_new_box article:first-child {
  padding-top: 0;
}

.news_new_box article .news_cal time {
  font-size: 1rem;
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
}

.news_new_box article .news_tit a {
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .side_nav {
    width: 100%;
  }
  .side_nav .news_cat_box .tit {
    line-height: 35px;
    font-size: 1.6rem;
  }
  .news_new_box .tit {
    line-height: 35px;
    font-size: 1.6rem;
  }
}

/*max-width:767px*/
/*==============================================================
求人情報
==================================================================*/
.recruit_box01 {
  margin-bottom: 100px;
}

.recruit_box01 .em {
  font-size: 2.2rem;
  color: #aa87cc;
}

.recruit_box02 {
  margin-bottom: 100px;
}

.recruit_box03 {
  margin-bottom: 150px;
}

.recruit_box03 .recruit_box03_txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .recruit_box01 {
    margin-bottom: 70px;
  }
  .recruit_box01 figure {
    max-width: 460px;
    margin: 0 auto 20px auto;
  }
  .recruit_box01 .em {
    font-size: 2rem;
    line-height: 1.2;
  }
  .recruit_box02 {
    margin-bottom: 70px;
  }
  .recruit_box03 {
    margin-bottom: 50px;
  }
  .recruit_box03 .recruit_box03_txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_txt {
  text-align: center;
  margin-bottom: 30px;
}

.contact_txt .tel {
  font-size: 2.8rem;
  display: inline-block;
  background: url(images/tel_icon.png) left center no-repeat;
  padding-left: 30px;
}

.privacy {
  margin-bottom: 50px;
  background: #f2f1ec;
  padding: 30px 10px;
  text-align: center;
}

.privacy .tit {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/*==============================================================
ブログページ
==================================================================*/
.blog_post_parts figure {
  width: 400px;
  margin-right: 30px;
  overflow: hidden;
}

.blog_post_parts figure a {
  position: relative;
  display: block;
  width: 100%;
}

.blog_post_parts figure a::after {
  content: "";
  display: block;
  padding-top: 75%;
}

.blog_post_parts figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    width: 100%;
    position: relative;
  }
  .blog_post_parts figure img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
}

/*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
.blog_btn .btn_box01 a {
  text-decoration: none !important;
  margin: 0;
  margin-left: auto !important;
  display: block !important;
}

.blog_btn .btn_box01 a:hover {
  opacity: 0.7;
}

.position_relative {
  position: relative;
}

.post_banner {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  right: 0;
}

.voice_post_parts .subhead01 {
  text-align: left;
  background: url(images/subheadlinebar.jpg) bottom left no-repeat;
}

/* 3列投稿 */
.three_column_post {
  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;
}

.three_column_list {
  width: 320px;
  height: auto;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

/* 投稿 */
.blog_post_parts {
  margin-bottom: 40px;
}

/* 3列投稿 */
.three_column_post .three_column_list:nth-child(3n) {
  margin-right: 0;
}

.three_column_post .three_column_list:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.three_column_list figure {
  position: relative;
  width: 100%;
  height: 234px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.three_column_list figure img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt550,
  .txt520,
  .txt560,
  .txt600,
  .txt660,
  .txt820 {
    width: 100%;
  }
  .green_bg {
    padding: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .small_img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: auto;
  }
  .blog_post_parts figure {
    width: 80%;
    margin: 0 auto;
  }
}

/****************************************

single.php

*****************************************/
h1.single_headline {
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#single_box figure img {
  width: 100%;
  height: auto;
}

#single_box h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #single_box h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

/*max-width:767px*/
.nav-below {
  font-size: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#single_box img {
  max-width: 866px;
  height: auto;
}

#single_box .news_cat {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  line-height: 22px;
  background-color: #aa87cc;
  border-radius: 30px;
  margin-bottom: 10px;
}

#single_box time {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  #single_box .news_cat {
    margin-right: 10px;
  }
  #single_box time {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}

/*max-width:767px*/
.another_article a {
  display: block;
  text-align: center;
  width: 330px;
  line-height: 50px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #aa87cc;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.another_article a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .another_article a {
    display: block;
    text-align: center;
    width: 250px;
    line-height: 50px;
    color: #fff;
    font-size: 1.4rem;
    background-color: #aa87cc;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
  }
}

/*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.single_box_txt img {
  margin: 20px 0;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .single_box_txt img {
    margin: 10px 0;
  }
  #single_box figure {
    margin-bottom: 10px;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: 100%;
    height: auto;
  }
}

/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 40px 0 0;
}

a.page-numbers,
.pager .current {
  background: rgba(170, 135, 204, 0.02);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: #aa87cc !important;
  color: white;
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}

a.page-numbers,
.pager .current {
  background-color: #eee;
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: calc(100% / 4);
    background: #aa87cc;
    border-top: 1px solid #fff;
  }
  .sp_bana div:nth-child(3) img {
    width: 20px;
  }
  .sp_bana div:nth-child(2) img {
    width: 19px;
  }
  .sp_bana div:nth-child(1) img {
    width: 20px;
  }
  .sp_bana div:nth-child(4) {
    background: #666;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
    width: 25px;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}

/****************************************

pc_footer

*****************************************/
footer {
  padding: 90px 0 0;
  background-color: #f1e9fb;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

footer .inner .footer_left {
  width: 550px;
}

footer .inner .footer_left .footer_logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #aa87cc;
  margin-bottom: 15px;
}

footer .inner .footer_left .footer_logo_area address {
  font-size: 1.6rem;
  line-height: 1.5;
}

footer .inner .footer_left .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .footer_left .footer_nav .footer_nav_content01 ul {
  margin-bottom: 5px;
}

footer .inner .footer_left .footer_nav .footer_nav_content01 ul:last-of-type {
  margin-bottom: 0;
}

footer .inner .footer_left .footer_nav .footer_nav_content01 ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}

footer .inner .footer_left .footer_nav .footer_nav_content01 ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #aa87cc;
  border-right: 1px solid #aa87cc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

footer .inner .footer_left .footer_nav .footer_nav_content01 ul .tit {
  font-size: 1.8rem;
  color: #aa87cc;
}

footer .inner .footer_left .footer_nav .footer_nav_content01:nth-of-type(1) {
  margin-right: 50px;
}

footer .inner .footer_right {
  width: 600px;
}

footer .inner .footer_right .footer_contact {
  margin-bottom: 20px;
}

footer .inner .footer_right .footer_contact a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 5px;
  width: 100%;
  line-height: 1.3;
  background-color: #fff;
  border: 2px solid #aa87cc;
}

footer .inner .footer_right .footer_contact a .num {
  font-size: 2.8rem;
  color: #aa87cc;
  padding-left: 25px;
  background: url(images/tel_icon.png) left 185px center no-repeat;
}

footer .inner .footer_right .footer_contact a .txt02 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 60px;
  }
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  footer .inner .footer_left {
    width: 100%;
  }
  footer .inner .footer_left .footer_logo_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
  }
  footer .inner .footer_left .footer_logo_area .footer_logo {
    margin-bottom: 10px;
  }
  footer .inner .footer_left .footer_nav {
    display: none;
  }
  footer .inner .footer_right {
    width: 100%;
  }
  footer .inner .footer_right .footer_contact {
    margin-bottom: 20px;
  }
  footer .inner .footer_right .footer_contact a {
    width: 100%;
  }
  footer .inner .footer_right .footer_contact a .num {
    font-size: 2.2rem;
    color: #aa87cc;
    padding-left: 25px;
    display: inline-block;
    background: url(images/tel_icon.png) left center no-repeat;
  }
}

/*max-width:767px*/
.footer_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 5px;
}

.footer_table th,
.footer_table td {
  border: 1px solid #ac83d0;
  text-align: center;
  width: 10%;
}

.footer_table th {
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: text-top;
  background-color: #fff;
}

.footer_table td {
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: text-top;
  background-color: #fff;
}

.footer_table .tit_area01 th {
  padding: 7px 0;
  background-color: #aa87cc;
  border-right: 1px solid #fff;
  color: #fff;
}

.footer_table .tit_area01 th:first-child {
  width: 23%;
}

.footer_table .tit_area01 th:last-child {
  width: 18%;
  border-right: 1px solid #aa87cc;
}

.footer_table .tit_area02 td {
  padding: 12px 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer_table {
    width: 100%;
  }
  .footer_table th {
    font-size: 0.9rem;
  }
  .footer_table td {
    font-size: 0.9rem;
  }
  .footer_table .tit_area01 th {
    padding: 7px 0;
    background-color: #aa87cc;
    border-right: 1px solid #fff;
    color: #fff;
  }
  .footer_table .tit_area01 th:first-child {
    width: 25%;
  }
  .footer_table .tit_area01 th:last-child {
    width: 16%;
    border-right: 1px solid #aa87cc;
  }
  .footer_table .tit_area02 td {
    padding: 12px 0;
    font-weight: bold;
  }
}

/*max-width:767px*/
.footer_map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .footer_map iframe {
    height: 250px;
  }
}

/*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 50px;
  right: 70px;
}

.to_top a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.to_top a:hover {
  opacity: 1;
}

.to_top a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.4rem;
}

.copy {
  padding: 10px;
  background: url(images/footer_bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}

.copy small {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy {
    padding: 5px;
    line-height: 1.2;
  }
}

/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.headline {
  font-size: 3.2rem;
  text-align: center;
  line-height: 0.9;
  color: #aa87cc;
  margin-bottom: 50px;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.3rem;
  margin-top: -20px;
}

.headline span {
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
}

.headline::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 79px;
  background: url(images/tit_icon01.jpg) no-repeat;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
    margin-bottom: 40px;
    margin-top: -30px;
  }
  .headline span {
    font-size: 1.6rem;
  }
  .headline::after {
    position: absolute;
    content: "";
    width: 71px;
    height: 79px;
    background: url(images/tit_icon01.jpg) no-repeat;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

/*max-width:767px*/
.headline02 {
  color: #aa87cc;
  font-size: 3.2rem;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.headline02::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 58px;
  background: url(images/tit_bg02.jpg) no-repeat;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline02 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .headline02::before {
    top: -60px;
  }
}

/*max-width:767px*/
.headline03 {
  color: #aa87cc;
  font-size: 3.2rem;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.headline03::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 73px;
  background: url(images/tit_bg03.jpg) no-repeat;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline03 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .headline03::before {
    top: -75px;
  }
}

/*max-width:767px*/
.headline04 {
  color: #aa87cc;
  font-size: 3.2rem;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.headline04::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 59px;
  background: url(images/tit_bg04.jpg) no-repeat;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headline04 span {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .headline04 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .headline04::before {
    top: -55px;
  }
  .headline04 span {
    font-size: 2rem;
  }
}

/*max-width:767px*/
.headline05 {
  color: #aa87cc;
  font-size: 3.2rem;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.headline05::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 58px;
  background: url(images/tit_bg05.jpg) no-repeat;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headline05 span {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .headline05 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .headline05::before {
    top: -55px;
  }
  .headline05 span {
    font-size: 2rem;
  }
}

/*max-width:767px*/
.headline06 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 0.9;
  color: #aa87cc;
  margin-bottom: 60px;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.3rem;
  margin-top: -20px;
}

.headline06 span {
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
}

.headline06::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 79px;
  background: url(images/tit_icon01.jpg) no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .headline06 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    margin-top: -30px;
  }
  .headline06 span {
    font-size: 1.6rem;
  }
  .headline06::after {
    position: absolute;
    content: "";
    width: 71px;
    height: 79px;
    background: url(images/tit_icon01.jpg) no-repeat;
    z-index: -1;
  }
}

/*max-width:767px*/
.subhead01 {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  width: 600px;
  background-color: #aa87cc;
  border-radius: 50px;
  margin: 0 auto 30px auto;
  line-height: 1.2;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: 2rem;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
.subhead02 {
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #aa87cc;
  border-bottom: 1px solid #aa87cc;
  color: #aa87cc;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    text-align: left;
    font-size: 2rem;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.subhead03 {
  font-size: 2.4rem;
  color: #aa87cc;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: 2rem;
    color: #aa87cc;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.subhead04 {
  font-size: 2rem;
  color: #ffffff;
  width: 360px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
}

.subhead05 {
  font-size: 2.2rem;
  color: #aa87cc;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .subhead05 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}

/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th {
  width: 25%;
  padding: 15px 0 15px 20px;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  border-bottom: 1px solid #aa87cc;
}

.overview_table td {
  width: 75%;
  padding: 15px 0 15px 20px;
  color: #535353;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
  .overview_table td {
    margin-bottom: 10px;
    border-bottom: none;
  }
}

.cause_table {
  width: 100%;
  border-collapse: collapse;
}

.cause_table th {
  width: 30%;
  padding: 15px 0 15px 20px;
  color: #aa87cc;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  border-bottom: 1px solid #aa87cc;
}

.cause_table th:first-of-type {
  border-top: 1px solid #aa87cc;
}

.cause_table td {
  width: 70%;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.cause_table td:first-of-type {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .cause_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
  .cause_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
  }
  .cause_table td:first-of-type {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .cause_table th,
  .cause_table td {
    padding-left: 5px !important;
  }
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

.line_break02 {
  padding-top: 15px;
}

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

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none;
  }
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #aa87cc solid;
  border-radius: 8px;
  background-color: #aa87cc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
          box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
  background-color: #fff;
  color: #aa87cc !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #aa87cc solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(170, 135, 204, 0.5);
          box-shadow: 0 0 2px 2px rgba(170, 135, 204, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #aa87cc;
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #aa87cc;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #aa87cc;
  border-right: 3px solid #aa87cc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #aa87cc;
  -webkit-box-shadow: 0 0 2px 2px rgba(170, 135, 204, 0.5);
          box-shadow: 0 0 2px 2px rgba(170, 135, 204, 0.5);
  background-color: #aa87cc;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #aa87cc;
  border-right: 1px solid #aa87cc;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #aa87cc;
  border-right: 1px solid #aa87cc;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #aa87cc;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(170, 135, 204, 0.7)), to(rgba(170, 135, 204, 0.7)));
  background-image: linear-gradient(90deg, rgba(170, 135, 204, 0.7), rgba(170, 135, 204, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
          box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
          box-shadow: 0 0 1px 1px rgba(170, 135, 204, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type="submit"] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type="submit"]:hover {
  background-color: #ffffff;
  color: #0a66ad;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

.metaslider .flex-control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px !important;
  left: 50px !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: 15px !important;
    left: 20px !important;
  }
}

/*max-width:767px*/
.flex-control-paging li a.flex-active {
  background: #aa87cc !important;
}

.flex-control-paging li a {
  background: transparent !important;
  border: 1px solid #aa87cc !important;
}

.metaslider .flexslider {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*min-width:768px*/
/*# sourceMappingURL=style.css.map */