@charset "UTF-8";
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.kv_outer {
  background: url(../images/top/kv.png);
  position: relative;
  min-height: 90vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
  margin-bottom: 3em;
}
@media screen and (max-width: 1179px) {
  .kv_outer {
    background: url(../images/top/kv-sp.png);
    background-size: cover;
    background-position: center;
    min-height: 80vh;
  }
}
.kv_outer p {
  display: none;
  /* writing-mode: vertical-rl;
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  position: absolute;
  top: 140px;
  right: 50%;
  margin-right: -410px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
@media screen and (max-width: 1179px) {
  .kv_outer p {
    font-size: 3rem;
    top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .kv_outer p {
    margin-right: -160px;
    font-size: 1.8rem;
    top: 150px;
  }
}
.kv_outer .kv_time {
  width: 420px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -510px;
}
@media screen and (max-width: 767px) {
  .kv_outer .kv_time {
    width: 95%;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.top_about_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_about_content {
    display: block;
  }
}
.top_about_content .top_about_content_l {
  padding: 0 4em 0 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top_about_content .top_about_content_l {
    padding: 0;
  }
}
.top_about_content .top_about_content_l h2 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_about_content .top_about_content_l h2 {
    font-size: 2.2rem;
  }
}
.top_about_content .top_about_content_l h2 span {
  position: relative;
}
.top_about_content .top_about_content_l h2 span:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #FFE888;
  z-index: -1;
}
.top_about_content .top_about_content_l p {
  line-height: 2em;
  margin-bottom: 3.3em;
}
@media screen and (max-width: 767px) {
  .top_about_content .top_about_content_l p {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_about_content .top_about_content_l {
    padding-top: 1em;
  }
}
.top_about_content .top_about_content_r {
  flex: 1;
}

.top_voc_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.top_voc_content ul li {
  list-style: none;
  margin-bottom: 20px;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .top_voc_content ul li {
    width: 47%;
  }
}


.top_news_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_news_content {
    display: block;
  }
}
.top_news_content .news_title {
  flex: 1;
  text-align: center;
}
.top_news_content .news_title h2 {
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top_news_content .news_title h2 {
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_news_content .news_title h2:before, .top_news_content .news_title h2:after {
    border-top: 2px solid;
    content: "";
    width: 1.5em;
  }
  .top_news_content .news_title h2:before {
    margin-right: 0.5em;
  }
  .top_news_content .news_title h2:after {
    margin-left: 0.5em;
  }
}
.top_news_content .news_title h3 {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_news_content .news_title h3 {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}
.top_news_content ul {
  flex: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_news_content ul {
    padding: 0;
  }
}
.top_news_content ul li {
  list-style: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top_news_content ul li time {
    display: block;
    font-size: 1rem;
  }
}
.top_news_content ul li a {
  text-decoration: none;
  color: #ffffff;
}
.top_news_content ul li a:hover {
  color: #fee888;
}
.top_news_content ul li:nth-child(-n+4) {
  padding-bottom: 1em;
}
.top_news_content ul li span {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .top_news_content ul li span {
    display: none;
  }
}

.top_mainTreatment_content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_mainTreatment_content {
    display: block;
  }
}
.top_mainTreatment_content .top_mainTreatment_content_inner {
  flex: auto;
  width: 100%;
  background-color: #42874d;
  padding: 1.5em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top_mainTreatment_content .top_mainTreatment_content_inner {
    height: 530px;
  }
}
.top_mainTreatment_content .top_mainTreatment_content_inner:nth-child(2) {
  margin: 0 2.8em;
}
@media screen and (max-width: 767px) {
  .top_mainTreatment_content .top_mainTreatment_content_inner:nth-child(2) {
    margin: 1em 0;
  }
}
.top_mainTreatment_content .top_mainTreatment_content_inner img {
  border-radius: 5px;
}
.top_mainTreatment_content .top_mainTreatment_content_inner h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 1.2em 0;
  padding-top: 0.3em;
  position: relative;
}
.top_mainTreatment_content .top_mainTreatment_content_inner h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background-image: url(../images/top/mainTreatment-ttl-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 25px;
  height: 45px;
}
.top_mainTreatment_content .top_mainTreatment_content_inner h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  background-image: url(../images/top/mainTreatment-ttl-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 25px;
  height: 45px;
  transform: scaleX(-1);
}
.top_mainTreatment_content .top_mainTreatment_content_inner p {
  color: #ffffff;
  font-size: 1.3rem;
}
.top_mainTreatment_content .top_mainTreatment_content_inner a {
  color: #fdfdfd;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background: #ffc300;
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 1em 0;
  margin-top: 1em;
  position: relative;
}
.top_mainTreatment_content .top_mainTreatment_content_inner a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.top_mainTreatment_content .top_mainTreatment_content_inner a:hover:before {
  right: 15px;
}

.top_treatment_content img {
  background-color: #42874d;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top_treatment_content {
    display: block;
  }
}
.top_treatment_content .top_treatment_list_l {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l {
    margin: 0;
    margin-bottom: 1em;
  }
}
.top_treatment_content .top_treatment_list_l,
.top_treatment_content .top_treatment_list_r {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5em 3.5em;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l,
  .top_treatment_content .top_treatment_list_r {
    border-radius: 10px;
    padding: 1em;
  }
}
.top_treatment_content .top_treatment_list_l h4,
.top_treatment_content .top_treatment_list_r h4 {
  font-size: 2.7rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l h4,
  .top_treatment_content .top_treatment_list_r h4 {
    margin: 0;
    font-size: 2rem;
  }
}
.top_treatment_content .top_treatment_list_l h4:before,
.top_treatment_content .top_treatment_list_r h4:before {
  content: "";
  width: 27%;
  height: 10px;
  position: absolute;
  bottom: 3px;
  background-color: #FFE888;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.top_treatment_content .top_treatment_list_l .answer ul,
.top_treatment_content .top_treatment_list_r .answer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l .answer ul,
  .top_treatment_content .top_treatment_list_r .answer ul {
    margin-top: 1em;
  }
}
.top_treatment_content .top_treatment_list_l .answer ul li,
.top_treatment_content .top_treatment_list_r .answer ul li {
  width: 21%;
  list-style: none;
  text-align: center;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l .answer ul li,
  .top_treatment_content .top_treatment_list_r .answer ul li {
    width: 50%;
  }
}
.top_treatment_content .top_treatment_list_l .answer ul li img,
.top_treatment_content .top_treatment_list_r .answer ul li img {
  transition: 1s;
}
.top_treatment_content .top_treatment_list_l .answer ul li img:hover,
.top_treatment_content .top_treatment_list_r .answer ul li img:hover {
  transform: rotate(360deg);
}
.top_treatment_content .top_treatment_list_l .answer ul li span,
.top_treatment_content .top_treatment_list_r .answer ul li span {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .top_treatment_content .top_treatment_list_l .answer ul li span,
  .top_treatment_content .top_treatment_list_r .answer ul li span {
    font-size: 1.3rem;
  }
}

.top_reason_content ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.top_reason_content ol li {
  width: 30%;
  list-style: none;
}
.top_reason_content ol li:nth-child(2) {
  margin: 0 3em;
}
.top_reason_content ol li:nth-child(-n+3) {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .top_reason_content ol li:nth-child(-n+3) {
    margin-bottom: 0;
  }
}
.top_reason_content ol li:nth-child(4) {
  margin-right: 3em;
}
.top_reason_content ol li img {
  border-radius: 10px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
}
.top_reason_content ol li .reason_desc {
  background-color: #fff;
  padding: 1em;
  position: relative;
  margin-top: -82px;
  margin-left: -15px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 83.3px 14.7px rgba(102, 102, 102, 0.1);
}
@media screen and (max-width: 767px) {
  .top_reason_content ol li .reason_desc {
    margin-top: -50px;
    margin-left: 0;
    box-shadow: none;
    border-radius: 0 0 5px 5px;
  }
}
.top_reason_content ol li .reason_desc h4 {
  color: #42874d;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.top_reason_content ol li .reason_desc p {
  font-size: 1.3rem;
  padding-bottom: 2em;
}
.top_reason_content ol li .reason_desc .number {
  text-align: right;
  font-size: 4rem;
  font-weight: 600;
  color: #d1e3d4;
  line-height: 0.7;
}
.top_reason_content ol li .reason_desc .number span {
  font-size: 1.7rem;
  font-weight: normal;
}

.top_blog_content a {
  text-decoration: none;
  color: #3E3A39;
}
.top_blog_content ol {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.top_blog_content ol li {
  list-style: none;
  background-color: #ffffff;
  border-radius: 10px;
  width: 27%;
}
.top_blog_content ol li:nth-child(2) {
  margin: 0 2em;
}
.top_blog_content ol li img {
  border-radius: 10px 10px 0 0;
}
.top_blog_content ol li .blog_desc {
  padding: 1.5em;
}
.top_blog_content ol li .blog_desc time {
  color: #42874d;
  font-size: 1.2rem;
}
.top_blog_content ol li .blog_desc h4 {
  font-weight: 600;
}

.top_bg01 {
  background: url(../images/top/bg01.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .top_bg01 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.top_bg02 {
  background: url(../images/top/bg02.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .top_bg02 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.about_director_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_director_content {
    flex-direction: column !important;
  }
}
.about_director_content .about_director_content_l {
  padding: 0 4em 0 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_l {
    padding: 0;
    order: 2;
  }
}
.about_director_content .about_director_content_l h2 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_l h2 {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
.about_director_content .about_director_content_l h2 span {
  position: relative;
}
.about_director_content .about_director_content_l h2 span:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #FFE888;
  z-index: -1;
}
.about_director_content .about_director_content_l p {
  line-height: 2em;
  margin-bottom: 2em;
}
.about_director_content .about_director_content_l h3 {
  font-size: 2.5rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_l h3 {
    font-size: 2rem;
    text-align: right;
  }
}
.about_director_content .about_director_content_l h3 span {
  font-size: 1.5rem;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_l h3 span {
    font-size: 1.3rem;
  }
}
.about_director_content .about_director_content_l dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5fcf6;
  padding: 2em;
  border-radius: 7px;
}
.about_director_content .about_director_content_l dl dt {
  color: #42874d;
  font-size: 1.7rem;
}
.about_director_content .about_director_content_l dl dd {
  border-left: 2px solid #cccccc;
  padding-left: 1.5em;
}
.about_director_content .about_director_content_r {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_r {
    order: 1;
    margin-bottom: 1em;
  }
}
.about_director_content .about_director_content_r img.sp_images {
  display: none;
}
@media screen and (max-width: 767px) {
  .about_director_content .about_director_content_r img.sp_images {
    display: block;
  }
  .about_director_content .about_director_content_r img.pc_images {
    display: none;
  }
}

.about_staff_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_staff_content .about_staff_content_inner {
  position: relative;
  width: 30%;
  background-color: #42874d;
  padding: 1.5em;
  border-radius: 10px;
}
.about_staff_content .about_staff_content_inner:nth-child(2) {
  margin: 0 2.8em;
}
.about_staff_content .about_staff_content_inner:nth-child(4) {
  margin: 0 2.8em;
}
.about_staff_content .about_staff_content_inner:nth-child(-n+3) {
  margin-bottom: 2.8em;
}
.about_staff_content .about_staff_content_inner .catch_phrase {
  position: absolute;
  width: 80px;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .about_staff_content .about_staff_content_inner .catch_phrase {
    top: 5px;
    left: 5px;
  }
}
.about_staff_content .about_staff_content_inner img {
  border-radius: 5px;
}
.about_staff_content .about_staff_content_inner h3 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.8em;
  position: relative;
}
.about_staff_content .about_staff_content_inner h3 span {
  font-size: 1rem;
  display: block;
}
.about_staff_content .about_staff_content_inner h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background-image: url(../images/top/mainTreatment-ttl-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 25px;
  height: 45px;
}
.about_staff_content .about_staff_content_inner h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  background-image: url(../images/top/mainTreatment-ttl-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 25px;
  height: 45px;
  transform: scaleX(-1);
}
.about_staff_content .about_staff_content_inner p {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 0.8em;
}

.about_bg01 {
  background: url(../images/about/bg01.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .about_bg01 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.about_view_content ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.about_view_content ol li {
  width: 32%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .about_view_content ol li {
    width: 48%;
  }
}
.about_view_content ol li:nth-child(-n+4) {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .about_view_content ol li:nth-child(-n+6) {
    margin-bottom: 1em;
  }
}
.about_view_content ol li img {
  border-radius: 10px;
}

/* .system_insurance {
  padding-bottom: 0 !important;
} */

.btn_section {
  background: #F5F5F5;
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  .btn_section {
    padding: 2em 0;
  }
}
.btn_section ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.btn_section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_section ul li {
    width: 40%;
  }
}
.btn_section ul li:first-child {
  margin-right: 1em;
}
.btn_section ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  background: #FADB58;
  color: #3E3A39;
  border-bottom: solid 4px rgb(180, 160, 69);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn_section ul li a {
    font-size: 1.4rem;
  }
}
.btn_section ul li a:active {
  /*ボタンを押したとき*/
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.system_insurance_content table {
  table-layout: fixed;
  font-size: 1.3rem;
  font-weight: 600;
}
.system_insurance_content table.mb {
  margin-bottom: 2em;
}
.system_insurance_content table th {
  text-align: center;
  color: #ffffff;
  background-color: #42874d;
  padding: 0.7em 0;
  border-radius: 5px 5px 0 0;
}
.system_insurance_content table th:nth-child(1) {
  background-color: #90b997;
}
.system_insurance_content table th:nth-child(2) {
  background-color: #64a06e;
}
.system_insurance_content table th:nth-child(3) {
  background-color: #42874d;
}
.system_insurance_content table td {
  text-align: center;
  background-color: #F4F4F4;
  padding: 1em 0;
  border-radius: 0 0 5px 5px;
}
.system_insurance_content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  margin-top: 0.5em;
}
.system_insurance_content ul li {
  color: #EBA636;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.system_insurance_content .treatment_btn {
  width: 30%;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .system_insurance_content .treatment_btn {
    width: 100%;
  }
}
.system_insurance_content .treatment_btn a {
  display: block;
  text-decoration: none;
  color: #42874d;
  border: 3px solid #42874d;
  padding: 1em;
  border-radius: 7px;
  transition: all 1s;
}
.system_insurance_content .treatment_btn a:hover {
  color: #ffffff;
  background-color: #42874d;
}

.system_ownexpense_content table {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .system_ownexpense_content table {
    font-size: 1.3rem;
  }
}
.system_ownexpense_content table.mb {
  margin-bottom: 2em;
}
.system_ownexpense_content table tr {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .system_ownexpense_content table tr {
    height: auto;
  }
}
.system_ownexpense_content table tr th {
  width: 40%;
  background-color: #42874d;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .system_ownexpense_content table tr th {
    display: block;
    width: 100%;
    padding: 1em 0;
    border-radius: 0;
  }
}
.system_ownexpense_content table tr th span {
  display: block;
  font-size: 1rem;
}
.system_ownexpense_content table tr td {
  width: 60%;
  background-color: #F4F4F4;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .system_ownexpense_content table tr td {
    display: block;
    width: 100%;
    padding: 1em 0;
    border-radius: 0;
  }
}
.system_ownexpense_content ul {
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
}
.system_ownexpense_content ul li {
  color: #EBA636;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.system_ownexpense_content .treatment_btn {
  width: 30%;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .system_ownexpense_content .treatment_btn {
    width: 100%;
  }
}
.system_ownexpense_content .treatment_btn a {
  display: block;
  text-decoration: none;
  color: #42874d;
  border: 3px solid #42874d;
  padding: 1em;
  border-radius: 7px;
  transition: all 1s;
}
.system_ownexpense_content .treatment_btn a:hover {
  color: #ffffff;
  background-color: #42874d;
}

.system_bg01 {
  background: url(../images/system/bg01.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .system_bg01 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.treatment_insurance {
  padding-bottom: 0 !important;
}

.treatment_item {
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e4e4e4;
}
.treatment_item figure {
  flex-basis: 15%;
  margin-right: 1em;
  background-color: #42874d;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .treatment_item figure {
    display: none;
  }
}
.treatment_item .treatment_item_desc {
  flex-basis: 100%;
}
.treatment_item .treatment_item_desc h3 {
  margin-bottom: 0.5em;
}

.system_btn {
  width: 30%;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .system_btn {
    width: 100%;
  }
}
.system_btn a {
  display: block;
  text-decoration: none;
  color: #42874d;
  border: 3px solid #42874d;
  padding: 1em;
  border-radius: 7px;
  transition: all 1s;
}
.system_btn a:hover {
  color: #ffffff;
  background-color: #42874d;
}

.treatment_bg01 {
  background: url(../images/treatment/bg01.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .treatment_bg01 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.voice_top_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice_top_content {
    display: block;
  }
}
.voice_top_content .voice_top_content_l {
  padding: 0 4em 0 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voice_top_content .voice_top_content_l {
    padding: 0;
  }
}
.voice_top_content .voice_top_content_l h2 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .voice_top_content .voice_top_content_l h2 {
    font-size: 2.2rem;
  }
}
.voice_top_content .voice_top_content_l h2 span {
  position: relative;
}
.voice_top_content .voice_top_content_l h2 span:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #FFE888;
  z-index: -1;
}
.voice_top_content .voice_top_content_l p {
  line-height: 2em;
  margin-bottom: 3.3em;
}
@media screen and (max-width: 767px) {
  .voice_top_content .voice_top_content_l p {
    margin-bottom: 2em;
  }
}
.voice_top_content .voice_top_content_l p {
  margin-bottom: 0 !important;
}
.voice_top_content .voice_top_content_l ul {
  margin: 0;
  padding: 0;
  background-color: #e4fafd;
  padding: 2em 0 2em 3em;
  margin: 2em 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .voice_top_content .voice_top_content_l ul {
    padding: 2em 1em;
    font-size: 1.2rem;
  }
}
.voice_top_content .voice_top_content_l ul li {
  list-style: none;
  line-height: 2.5;
}
.voice_top_content .voice_top_content_l ul li span {
  color: #42874d;
  padding-right: 0.5em;
}
.voice_top_content .voice_top_content_r {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voice_top_content .voice_top_content_r {
    margin-top: 2em;
  }
}

.voice_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.voice_content .voice_content_inner {
  width: 30%;
  background-color: #42874d;
  padding: 1.5em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .voice_content .voice_content_inner {
    height: 504px;
  }
}
.voice_content .voice_content_inner:nth-child(2) {
  margin: 0 2.8em;
}
.voice_content .voice_content_inner:nth-child(5) {
  margin: 0 2.8em;
}
.voice_content .voice_content_inner:nth-child(-n+3) {
  margin-bottom: 2.8em;
}
.voice_content .voice_content_inner img {
  border-radius: 5px;
  margin-bottom: 1em;
}
.voice_content .voice_content_inner p {
  font-size: 1.3rem;
  color: #ffffff;
}

.voice_btn {
  width: 30%;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .voice_btn {
    width: 100%;
  }
}
.voice_btn a {
  display: block;
  text-decoration: none;
  color: #42874d;
  border: 3px solid #42874d;
  padding: 1em;
  border-radius: 7px;
  transition: all 1s;
}
.voice_btn a:hover {
  color: #ffffff;
  background-color: #42874d;
}

.voice_bg01 {
  background: url(../images/voice/bg01.png);
  position: relative;
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .voice_bg01 {
    min-height: 30vh;
    background-attachment: inherit;
  }
}

.reserve_mb {
  padding-bottom: 0 !important;
}

.reserve_top p {
  text-align: center;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .reserve_top p {
    text-align: left;
    line-height: 1.8;
  }
}
.reserve_top p span {
  color: #ff2340;
  font-weight: 600;
}

.reserve_line {
  display: flex;
  background: #e4fafd;
  padding: 2em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .reserve_line {
    display: block;
  }
}
.reserve_line .reserve_line_l {
  width: 100%;
}
.reserve_line .reserve_line_l p {
  line-height: 1.9;
}
.reserve_line .reserve_line_l .reserve_line_btn {
  width: 50%;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .reserve_line .reserve_line_l .reserve_line_btn {
    width: 100%;
  }
}
.reserve_line .reserve_line_l .reserve_line_btn a {
  display: block;
  text-decoration: none;
  color: #42874d;
  border: 3px solid #42874d;
  padding: 1em;
  border-radius: 7px;
  transition: all 1s;
  background-color: #ffffff;
}
.reserve_line .reserve_line_l .reserve_line_btn a:hover {
  color: #ffffff;
  background-color: #42874d;
}
.reserve_line .reserve_line_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reserve_line .reserve_line_r {
    width: 100%;
    margin-top: 2em;
  }
}
.reserve_line .reserve_line_r img {
  border-radius: 6px;
}

.reserve_tel {
  background: #e4fafd;
  padding: 2em;
  border-radius: 10px;
}
.reserve_tel .reserve_tel_inner {
  background-color: #fff;
  padding: 3em 0;
  text-align: center;
  margin-top: 1em;
  border-radius: 6px;
}
.reserve_tel .reserve_tel_inner address {
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .reserve_tel .reserve_tel_inner address {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.reserve_tel .reserve_tel_inner address a {
  color: #3E3A39;
  text-decoration: none;
}
.reserve_tel .reserve_tel_inner address span {
  display: block;
  font-size: 1rem;
}

.post-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .post-wrap {
    max-width: 100%;
    padding-top: 0;
  }
}
.post-wrap .post-box {
  padding: 3em 2em;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
}
.post-wrap .post-box p {
  padding-bottom: 2.5rem;
}
.post-wrap .post-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.post-wrap .post-cat {
  margin-bottom: 15px;
  display: block;
}
.post-wrap .post-cat a {
  display: block;
  background: #43addb;
  width: 100px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 15px;
}
.post-wrap .post-thumb {
  margin-bottom: 15px;
}
.post-wrap .post-title {
  font-size: 2.7rem;
  line-height: 2.3rem;
  font-weight: 100;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .post-wrap .post-title {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
}
.post-wrap .post-date {
  font-size: 1.3rem;
  color: #bbb;
  font-weight: 300;
  letter-spacing: 1px;
}

.news_post_page_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .news_post_page_wrapper {
    padding: 20px 10px;
  }
}
.news_post_page_wrapper .news_post_page_item {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post_page_wrapper .news_post_page_item {
    font-size: 10px;
  }
}
.news_post_page_wrapper .news_post_page_item.prev {
  border-right: 1px solid #cccccc;
}
.news_post_page_wrapper .news_post_page_item.next {
  border-left: 1px solid #cccccc;
}
.news_post_page_wrapper .news_post_page_item a {
  background: #eaeaea;
  width: 100%;
  display: block;
  padding: 13px 0;
  color: #3e3a39;
  text-decoration: none;
}
.news_post_page_wrapper .news_post_page_item a {
  background-color: #eaeaea;
  width: 100%;
  display: block;
  padding: 13px 0;
  color: #3e3a39;
  text-decoration: none;
}
.news_post_page_wrapper .news_post_page_item a:hover {
  background-color: #f1f1f1;
}
.news_post_page_wrapper .news_post_page_item.prev a {
  border-radius: 3px 0 0 3px;
}
.news_post_page_wrapper .news_post_page_item.next a {
  border-radius: 0 3px 3px 0;
}
.news_post_page_wrapper .news_post_page_item.prev a:before {
  content: "<<";
  position: absolute;
  top: 23%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .news_post_page_wrapper .news_post_page_item.prev a:before {
    top: 29%;
    left: 20%;
  }
}
.news_post_page_wrapper .news_post_page_item.next a:after {
  content: ">>";
  position: absolute;
  top: 23%;
  right: 30%;
}
@media screen and (max-width: 767px) {
  .news_post_page_wrapper .news_post_page_item.next a:after {
    top: 29%;
    right: 20%;
  }
}

main.archive-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
main.archive-wrap .archive-list-item a {
  display: block;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
  text-decoration: none;
  color: #3e3a39;
}
main.archive-wrap .archive-list-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.archive-wrap .archive-list-inner {
    display: block;
  }
}
main.archive-wrap .archive-list-inner figure {
  width: 30%;
}
@media screen and (max-width: 767px) {
  main.archive-wrap .archive-list-inner figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.archive-wrap .archive-list-inner figure img {
    width: 100%;
    height: auto;
  }
}
main.archive-wrap .archive-list-inner .archive-list-meta {
  width: 68%;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  main.archive-wrap .archive-list-inner .archive-list-meta {
    width: 100%;
    padding: 20px;
  }
}
main.archive-wrap .archive-list-inner .archive-list-meta .archive-list-date {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
main.archive-wrap .archive-list-inner .archive-list-meta .archive-list-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
main.archive-wrap .archive-list-inner .archive-list-meta .archive-list-excerpt {
  font-size: 0.7rem;
  margin-top: 5px;
  color: #888 !important;
}

footer {
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 8em 0 0 0;
  }
}
footer .footer_content {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  footer .footer_content {
    display: block;
    padding: 0 1.3em;
  }
}
footer .footer_content .footer_l {
  margin-right: 3em;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l {
    margin: 0;
  }
}
footer .footer_content .footer_l .footer_l_top {
  position: relative;
  margin-bottom: 1.5em;
}
footer .footer_content .footer_l .footer_l_top .logo {
  width: 55%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_top .logo {
    margin: 0 auto;
  }
}
footer .footer_content .footer_l .footer_l_top .address {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_top .address {
    font-size: 1.2rem;
    text-align: center;
  }
}
footer .footer_content .footer_l .footer_l_top .icon {
  width: 95px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_top .icon {
    width: 75px;
    right: 0;
    top: -50px;
  }
}
footer .footer_content .footer_l .footer_l_middle {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_middle {
    display: block;
    margin-bottom: 2em;
  }
}
footer .footer_content .footer_l .footer_l_middle .tel {
  flex-grow: 1;
  font-size: 1.8rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_middle .tel {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
}
footer .footer_content .footer_l .footer_l_bottom {
  border-top: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom {
    margin-bottom: 2em;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours {
  display: flex;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours {
    display: block;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours:first-child {
  margin-bottom: 1.5em;
}
footer .footer_content .footer_l .footer_l_bottom .hours h4 {
  padding: 1em 0 0 0;
  width: 70px;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours h4 {
    text-align: center;
    width: 100%;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours dl {
  display: flex;
  padding: 0 0 1em 1em;
  border-left: 2px solid #cacaca;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours dl {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    padding-bottom: 2em;
  }
  footer .footer_content .footer_l .footer_l_bottom .hours dl:nth-child(3) {
    border-bottom: 2px solid #cacaca;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours dl:first-child {
  padding-top: 1em;
}
footer .footer_content .footer_l .footer_l_bottom .hours dl:nth-child(2) span {
  margin-right: 61px;
}
footer .footer_content .footer_l .footer_l_bottom .hours dl dt {
  position: relative;
  width: 55px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours dl dt:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 1px;
  background-color: #FFE888;
  border-radius: 20px;
  z-index: -1;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours dl dt:before {
    width: 20%;
    left: 40%;
  }
}
footer .footer_content .footer_l .footer_l_bottom .hours dl dd {
  margin-left: 0.5em;
  width: 160px;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_l .footer_l_bottom .hours dl dd {
    width: 100%;
    display: inline;
    margin-bottom: 2em;
    margin-left: 0;
  }
}
footer .footer_content .footer_r {
  flex-basis: 50%;
}
footer .footer_content_2 {
  background-color: #d1e3d4;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  footer .footer_content_2 {
    padding: 3em 1.3em;
  }
}
footer .footer_content_2 .footer_content_2_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
footer .footer_content_2 .footer_content_2_wrapper ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
footer .footer_content_2 .footer_content_2_wrapper ul li {
  text-align: center;
  list-style: none;
  flex: auto;
}
@media screen and (max-width: 767px) {
  footer .footer_content_2 .footer_content_2_wrapper ul li {
    width: 30%;
  }
}
footer .footer_content_2 .footer_content_2_wrapper ul li:nth-child(2) {
  margin: 0 4em;
}
@media screen and (max-width: 767px) {
  footer .footer_content_2 .footer_content_2_wrapper ul li:nth-child(2) {
    margin: 0 0.5em;
  }
}
footer .footer_content_2 .footer_content_2_wrapper ul li a {
  background: #ffffff;
  padding: 1em 2em;
  display: block;
  border: 3px solid #42874d;
  border-radius: 7px;
  text-decoration: none;
  color: #42874d;
  font-size: 1.7rem;
  position: relative;
  background-repeat: no-repeat;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  footer .footer_content_2 .footer_content_2_wrapper ul li a {
    padding: 1.2em 0;
    font-size: 1.1rem;
    border: 2px solid #42874d;
    border-radius: 5px;
    box-sizing: border-box;
  }
}
footer .footer_content_2 .footer_content_2_wrapper ul li a:hover {
  background-color: #42874d;
  color: #ffffff;
}
footer .copylight {
  text-align: center;
  font-size: 1rem;
  padding: 1em 0;
  background-color: #42874d;
  color: #ffffff;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  padding-top: 0.5em;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #42874d;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding-top: 0.7em;
  }
}
.header .global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 55px;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.header .global-nav .global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .global-nav .global-nav__list .global-nav__item {
  text-align: left;
  padding: 0 14px;
}
.header .global-nav .global-nav__list .global-nav__item a {
  display: block;
  padding: 1em 0;
  padding-left: 0.5em;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #42874d;
  font-size: 1.8rem;
}
.header .global-nav .global-nav__list .global-nav__item a:hover {
  background-color: #eee;
}
.header .global-nav .global-nav__list .global-nav__item a span {
  display: block;
  font-size: 1rem;
  color: #3E3A39;
}
.header .hamburger {
  position: absolute;
  right: 20px;
  top: 4px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    width: 35px;
    right: 10px;
  }
}
.header .hamburger p {
  font-size: 1.1rem;
  text-align: center;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .header .hamburger p {
    font-size: 10px;
  }
}
.header .hamburger .hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5f5f5f;
  transition: all 0.6s;
  border-radius: 10px;
}
.header .hamburger .hamburger__line--1 {
  top: 10px;
}
.header .hamburger .hamburger__line--2 {
  top: 18px;
}
.header .hamburger .hamburger__line--3 {
  top: 26px;
}
.header .hamburger .nav-open .global-nav {
  right: 0;
}
.header .hamburger .nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}
.header .hamburger .nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.header .hamburger .nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.header .hamburger .nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.header hgroup {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1179px) {
  .header hgroup {
    max-width: 780px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header hgroup {
    max-width: 100%;
  }
}
.header hgroup h1 {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .header hgroup h1 {
    width: 100%;
  }
}
.header hgroup h1 img {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header hgroup h1 img {
    width: 200px;
  }
}
.header hgroup h2 {
  width: 33.3333333333%;
  font-size: 1.5rem;
  text-align: right;
  padding-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .header hgroup h2 {
    display: none;
  }
}
.header hgroup h2 span {
  font-size: 3rem;
  font-weight: 600;
}
.header hgroup .header_tel {
  width: 33.3333333333%;
  font-size: 2.7rem;
  font-weight: 600;
  padding-top: 0.4em;
}
@media screen and (max-width: 1179px) {
  .header hgroup .header_tel {
    font-size: 2.4rem;
    padding-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .header hgroup .header_tel {
    display: none;
  }
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg) !important;
  top: 20px !important;
}
.nav-open .hamburger__line--2 {
  width: 0 !important;
  left: 50% !important;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg) !important;
  top: 20px !important;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

section {
  padding: 6em 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 5em 1.3em;
  }
}

section.type_1 {
  position: relative;
}
section.type_1:before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 360px);
  height: calc(100% - 350px);
  content: "";
  background-color: #d1e3d4;
}
@media screen and (max-width: 767px) {
  section.type_1:before {
    height: calc(100% - 250px);
  }
}

section.type_2 {
  background-color: #42874d;
}

.content_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.pagetitle {
  text-align: center;
  background: #42874d;
  padding: 4em 0;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .pagetitle {
    padding: 2em 0;
  }
}
.pagetitle h1 {
  font-size: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .pagetitle h1 {
    font-size: 2rem;
  }
}
.pagetitle h1 span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pagetitle h1 span {
    font-size: 1rem;
  }
}

h2.type_1 {
  color: #42874d;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  h2.type_1 {
    font-size: 2.4rem;
  }
}
h2.type_1:before, h2.type_1:after {
  border-top: 2px solid;
  content: "";
  width: 1.5em;
}
h2.type_1:before {
  margin-right: 0.5em;
}
h2.type_1:after {
  margin-left: 0.5em;
}

h3.type_1 {
  color: #42874d;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  h3.type_1 {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}

h2.type_2 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  h2.type_2 {
    font-size: 2.4rem;
  }
}
h2.type_2:before, h2.type_2:after {
  border-top: 2px solid;
  content: "";
  width: 1.5em;
}
h2.type_2:before {
  margin-right: 0.5em;
}
h2.type_2:after {
  margin-left: 0.5em;
}

h3.type_2 {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  h3.type_2 {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}

h2.type_3 {
  color: #3E3A39;
  font-size: 2.8rem;
  border-bottom: 2px solid #42874d;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  h2.type_3 {
    font-size: 2.4rem;
  }
}

h3.type_3 {
  color: #42874d;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h3.type_3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_br {
    display: block;
  }
}
.btn1 {
  max-width: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 {
    margin-bottom: 2em;
  }
}
.btn1 a {
  background-color: #42874d;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
.btn1:before {
  content: "";
  width: 63px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -32px;
  border-top: 2px solid #3E3A39;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn1:before {
    width: 55px;
    top: 50%;
    right: -20px;
  }
}
.btn1:hover:before {
  width: 73px;
  right: -42px;
}
.btn1:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -4px;
  border-left: 3px solid #3E3A39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn1:after {
    top: 49%;
    right: -18px;
  }
}
.btn1:hover:after {
  right: -40px;
}

.btn2 {
  position: relative;
}
.btn2 a {
  background-color: #42874d;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    margin: 0 auto;
    padding: 1em 0;
  }
}
.btn2:before {
  content: "";
  width: 63px;
  position: absolute;
  top: 45%;
  margin-top: -1px;
  right: -32px;
  border-top: 2px solid #3E3A39;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn2:before {
    width: 55px;
    top: 50%;
    right: 40px;
  }
}
.btn2:hover:before {
  width: 73px;
  right: -42px;
}
.btn2:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 45%;
  right: -30px;
  margin-top: -4px;
  border-left: 3px solid #3E3A39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn2:after {
    top: 49%;
    right: 42px;
  }
}
.btn2:hover:after {
  right: -40px;
}

.fixed-reserve {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 2;
}
@media screen and (max-width: 1179px) {
  .fixed-reserve {
    top: 37%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-reserve {
    display: none;
  }
}
.fixed-reserve .fixed-line {
  width: 110px;
  height: 110px;
  background: #fff;
  text-align: center;
  border-radius: 20px 0 0 20px;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fixed-reserve .fixed-line a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.3em;
  font-size: 1.4rem;
  text-decoration: none;
  color: #3E3A39;
  font-weight: 600;
}
.fixed-reserve .fixed-line a img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 0.3em;
}
.fixed-reserve .fixed-line:hover {
  width: 140px;
}

.fixed-reserve_2 {
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fixed-reserve_2 {
    display: none;
  }
}
.fixed-reserve_2 .fixed-jiko {
  width: 110px;
  height: 110px;
  background: #fff;
  text-align: center;
  border-radius: 20px 0 0 20px;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fixed-reserve_2 .fixed-jiko a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.3em;
  font-size: 1.4rem;
  text-decoration: none;
  color: #3E3A39;
  font-weight: 600;
}
.fixed-reserve_2 .fixed-jiko a img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 0.3em;
}
.fixed-reserve_2 .fixed-jiko:hover {
  width: 140px;
}

.fixed-reserve_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-reserve_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 6px #a5a5a5;
    z-index: 100;
  }
  .fixed-reserve_sp .fixed-reserve_sp_item {
    background: #00b900;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-reserve_sp .fixed-reserve_sp_item a {
    color: #ffffff;
    text-decoration: none;
  }
  .fixed-reserve_sp .fixed-reserve_sp_tel {
    background: #42874d;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-reserve_sp .fixed-reserve_sp_tel a {
    color: #ffffff;
    text-decoration: none;
  }
}/*# sourceMappingURL=styles.css.map */