@charset "UTF-8";
/* -------------------------- */
/* basis */
/* -------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: url(../images/bg_wood.jpg);
  color: #222;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

/* コンテンツ幅 */
.container {
  padding: 0 15px;
}

/* 表示制御 */
.visible_xs {
  display: block;
}

.hidden_xs {
  display: none;
}

.hidden_all {
  display: none;
}

/* フォント制御 */
.txt_normal {
  font-size: 1.4rem;
  line-height: 1.6;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

/* 画像制御 */
.img_responsive {
  width: 100%;
  height: auto;
}

.thum_img {
  line-height: 0;
}

.icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/* -------------------------- */
/* reset */
/* -------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* -------------------------- */
/* link */
/* -------------------------- */
a {
  outline: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:active {
  text-decoration: none;
}

/* -------------------------- */
/* flexbox */
/* -------------------------- */
/* x_type01 スマホ縦並び、TB横並び */
.flexible_x_type01 {
  display: flex;
  flex-direction: column;
}

/* x_type02 スマホ横並び、TB縦並び */
.flexible_x_type02 {
  display: flex;
  flex-direction: row;
}

/* x_type03 横並び */
.flexible_x_type03 {
  display: flex;
  flex-direction: row;
}

/* x_type04 横並び折返し */
.flexible_x_type04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* y_type01 縦並び */
.flexible_y_type01 {
  display: flex;
  flex-direction: column;
}

/* -------------------------- */
/* bg */
/* -------------------------- */
/* -------------------------- */
/* title */
/* -------------------------- */
/* title_section */
.title_section {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}

.title_section::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background: #FF5B05;
}

.title_section.sub {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.title_section.sub::after {
  background: #25AD74;
}

/* title_style01 */
.title_style01 {
  position: relative;
  transform: translateY(-50%);
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;
  border: solid 2px #25AD74;
  border-radius: 50px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #25AD74;
  text-align: center;
}

.title_style01::before, .title_style01::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(100%);
  margin: auto;
  width: 0;
  height: 0;
}

.title_style01::before {
  bottom: 0;
  border-top: 14px solid #25AD74;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

.title_style01::after {
  bottom: 3px;
  border-top: 14px solid #fff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

/* -------------------------- */
/* text */
/* -------------------------- */
.color_orange01 {
  color: #FF5B05;
}

/* -------------------------- */
/* btn */
/* -------------------------- */
/* btn_more01 */
.btn_default01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 40px 10px 20px;
  margin: 20px auto 0;
  max-width: 360px;
  border: solid 2px #25AD74;
  border-radius: 5px;
  background: #25AD74;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.btn_default01::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #25AD74;
  border-right: 2px solid #25AD74;
}

.btn_default01.color01 {
  border: solid 2px #FF5B05;
  background: #fff;
  color: #FF5B05;
}

.btn_default01.color01::after {
  border-color: #FF5B05;
}

.btn_default01.radius {
  border-radius: 100px;
}

/* -------------------------- */
/* header */
/* -------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  padding: 10px 10px 0;
}

.header_logo {
  width: 190px;
}

.header_logo span {
  display: block;
  margin-top: 2px;
  width: 100%;
  border-radius: 50px;
  background: #FF5B05;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.header .pc_navi {
  display: none;
}

.header .pc_navi .btn_default01 {
  margin: 0;
  letter-spacing: 1px;
}

.header .sp_navi {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.header .sp_navi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.header .sp_navi a.doctor {
  display: none;
  width: 100px;
  border: 1px solid #FF5B05;
  background: #fff;
  color: #FF5B05;
}

.header .sp_navi a.dl {
  flex-direction: column;
  background: #FF5B05;
}

.header .sp_navi a.dl img {
  display: block;
  margin-bottom: 2px;
  width: 20px;
}

/* -------------------------- */
/* content */
/* -------------------------- */
/* -------------------------- */
/* footer */
/* -------------------------- */
.footer {
  padding-top: 40px;
  /* copy */
}

.footer > .container {
  padding: 0;
}

.footer_company {
  margin-bottom: 30px;
  text-align: center;
}

.footer_company_logo {
  margin: 0 auto 10px;
  width: 150px;
}

.footer_company p {
  font-size: 1.2rem;
}

.footer_company p a {
  color: #222;
  text-decoration: underline;
}

.footer_navi {
  margin-bottom: 30px;
}

.footer_navi_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer_navi_list li {
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.footer_navi_list li:last-child {
  border-bottom: none;
}

.footer_navi_list li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.footer_navi_list li a {
  display: flex;
  justify-content: center;
  padding: 15px;
  font-size: 1.2rem;
  color: #222;
}

.footer_other {
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer_other_list_box {
  display: flex;
  align-items: center;
}

.footer_other_list_box:not(:last-child) {
  margin-bottom: 20px;
}

.footer_other_list_box img {
  margin-right: 10px;
  height: 50px;
}

.footer_other_list_box p {
  font-size: 1rem;
  color: #888;
  line-height: 1.2;
}

.footer_other_list_box p a {
  color: #888;
  text-decoration: underline;
}

.footer .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
  .container.container_l {
    padding: 0 60px;
  }
  .visible_xs {
    display: none;
  }
  .hidden_xs {
    display: block;
  }
  .txt_normal {
    font-size: 1.4rem;
  }
  .flexible_x_type01 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flexible_x_type02 {
    flex-direction: column;
  }
  .title_section {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .title_section br {
    display: none;
  }
  .title_section.sub {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
  }
  .title_section.sub::after {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    width: 4px;
    height: 40px;
    border-radius: 0;
  }
  .title_style01 {
    padding: 15px;
    font-size: 2rem;
  }
  .title_style01 br {
    display: none;
  }
  .btn_default01 {
    margin: 40px auto 0;
    padding: 15px 40px 15px 20px;
    font-size: 1.6rem;
  }
  .header {
    padding: 15px 30px 0;
  }
  .header_logo {
    width: 250px;
  }
  .header_logo span {
    font-size: 1.2rem;
  }
  .header .sp_navi a {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
  .header .sp_navi a.doctor {
    width: 160px;
  }
  .footer_other {
    padding: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .container.container_l {
    padding: 0 200px;
  }
  .txt_normal {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .title_section {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .title_section::after {
    width: 100px;
    height: 6px;
  }
  .title_section.sub {
    padding-left: 30px;
    font-size: 2.4rem;
    line-height: 66px;
  }
  .title_section.sub::after {
    width: 10px;
    height: 66px;
  }
  .btn_default01 {
    margin: 80px auto 0;
    max-width: 420px;
  }
  .header {
    padding: 25px 30px 0;
  }
  .header_logo {
    width: 380px;
  }
  .header_logo span {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .header .pc_navi {
    display: block;
  }
  .header .sp_navi {
    display: none;
  }
  .footer {
    padding-top: 60px;
  }
  .footer > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 30px;
  }
  .footer_company {
    margin-bottom: 0;
    text-align: left;
  }
  .footer_company_logo {
    margin-left: 0;
  }
  .footer_navi_list {
    display: block;
    column-count: 3;
    column-width: auto;
    column-gap: 60px;
    border: none;
  }
  .footer_navi_list * {
    border: none !important;
  }
  .footer_navi_list li {
    width: auto;
  }
  .footer_navi_list li:nth-of-type(1), .footer_navi_list li:nth-of-type(2) {
    width: 110px;
    margin-left: auto;
  }
  .footer_navi_list li a {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    padding: 5px 5px 5px 15px;
    font-size: 1.4rem;
  }
  .footer_navi_list li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
  }
  .footer_other {
    padding: 0;
    margin: 40px 0 0;
    width: 100%;
  }
  .footer_other_list {
    display: flex;
  }
  .footer_other_list_box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/*# sourceMappingURL=map/import.css.map */
