@charset "UTF-8";
/*フォント
----------------------------------------------------*/
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 2;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  background: #fff;
}

html {
  overflow-y: scroll;
}

a {
  color: #e87c17;
  text-decoration: underline;
}

a:hover {
  color: #e87c17;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

button {
  background: none;
  border: none;
  font-size: 15px;
  font-family: inherit;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

mark {
  background: none;
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}

.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.img_f-r img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.strong01 {
  font-weight: bold;
}

.strong02 {
  font-weight: bold;
  color: #e87c17;
}

.strong03 {
  font-weight: bold;
  color: #e85617;
}

.strong04 {
  font-weight: bold;
  color: #e87c17;
  background: linear-gradient(transparent 50%, #fffd78 50%);
}

.strong05 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.strong06 {
  font-size: 1.25em;
  font-weight: bold;
  color: #f83232;
}

.tbl01 {
  border: none;
  border-collapse: collapse;
  margin: 1em 0;
}

.tbl01 tbody tr {
  border-top: 1px solid #e87c17;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #e87c17;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 16px 24px;
  vertical-align: top;
}

.tbl01 tbody tr th p:last-of-type, .tbl01 tbody tr td p:last-of-type {
  margin-bottom: 0 !important;
}

.tbl01 tbody tr th {
  width: 30%;
  background: #fcecde;
}

.tbl01 tbody tr th p {
  font-weight: bold;
}

.tbl01 tbody tr td {
  width: 70%;
  background: #fff;
}

.color01 {
  color: #583c1b;
}

.br {
  display: block;
}

.btn01 {
  display: block;
  text-align: center;
  margin-top: 1.5em;
}

.btn01 a {
  display: inline-block;
  justify-content: center;
  background: #5fbc40;
  box-sizing: border-box;
  padding: 12px 12px 16px;
  min-width: 400px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

.btn01 a span {
  position: relative;
  line-height: 1.5;
  padding-left: 22px;
}

.btn01 a span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 9px;
  border: 10px solid transparent;
  border-left: 14px solid #fff;
}

.btn02 {
  display: block;
  text-align: center;
  margin-top: 1.5em;
}

.btn02 a {
  display: inline-block;
  justify-content: center;
  background: #5fbc40;
  box-sizing: border-box;
  padding: 10px 12px 14px;
  min-width: 400px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

.btn02 a span {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}

.btn02 a span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 7px;
  border: 7px solid transparent;
  border-left: 9px solid #fff;
}

.list01 {
  margin: 1em 0;
}

.list01 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.list01 li:last-of-type {
  margin-bottom: 0;
}

.list01 li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #e87c17;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

.list02 {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}

.list02 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  margin-right: 24px;
}

.list02 li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #e87c17;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

.list03 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}

.list03 li:last-of-type {
  margin-bottom: 0;
}

.list03 li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #e87c17;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 2px;
}

.checklist01 {
  margin: 1em 0;
}

.checklist01 li {
  background: url("../images/common/icon_check02.png") no-repeat left top;
  padding-left: 36px;
  margin-bottom: 8px;
}

.checklist01 li:last-of-type {
  margin-bottom: 0;
}

.checklist02 {
  margin: 1em 0;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.checklist02 li {
  background: url("../images/common/icon_check01.png") no-repeat left 2px;
  padding-left: 36px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #cfcfc5;
  padding-bottom: 8px;
}

.checklist02 li:last-of-type {
  margin-bottom: 0;
}

.ttl01 {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.ttl01_wrap {
  display: inline-block;
  position: relative;
}

.ttl01_wrap:before, .ttl01_wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #e87c17;
  position: absolute;
  bottom: 8px;
}

.ttl01_wrap:before {
  transform: rotate(-30deg);
  left: -26px;
}

.ttl01_wrap:after {
  transform: rotate(30deg);
  right: -26px;
}

.ttl01_mainttl {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 28px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}

.ttl01_mainttl:before, .ttl01_mainttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e87c17;
  position: absolute;
  bottom: 0px;
}

.ttl01_mainttl:before {
  transform: rotate(-25deg);
  left: -24px;
}

.ttl01_mainttl:after {
  transform: rotate(25deg);
  right: -24px;
}

.ttl01_mainttl .nayami_conts02-mainttl-strong01 {
  color: #e87c17;
}

.ttl01_mainttl .nayami_conts02-mainttl-strong02 {
  font-size: 1.25em;
  color: #e85617;
}

.ttl01_mainttl .br {
  display: block;
}

.ttl02 {
  border-top: 2px solid #66482b;
  border-bottom: 2px solid #66482b;
  position: relative;
  box-sizing: border-box;
  padding: 28px 16px;
  margin-bottom: 40px;
}

.ttl02:before, .ttl02:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 100px;
  position: absolute;
}

.ttl02:before {
  left: 0;
  top: -5px;
}

.ttl02:after {
  right: 0;
  bottom: -5px;
}

.ttl02_text {
  display: block;
  font-size: 34px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}

/*header
----------------------------------------------------*/
#header {
  padding: 16px 0 32px;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.h_h1-t {
  text-align: left;
}

.h_h1-t h1 {
  font-size: 12px;
}

.h_conts {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.h_conts-l {
  width: 35vw;
  max-width: 529px;
}

.h_logo {
  width: 100%;
  line-height: 1;
}

.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_address {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 16px;
}

.h_conts-r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 20px;
  min-width: 335px;
}

.h_tel {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -16px;
}

.h_tel-ttl {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.h_tel-ttl:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  position: absolute;
  top: calc(50% - 1px);
}

.h_tel-ttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 12px;
}

.h_tel-num {
  box-sizing: border-box;
  padding: 2px 12px 12px;
  border-bottom: 1px solid #d7d7d7;
}

.h_tel-num p {
  line-height: 1;
}

.h_tel-num p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_btnlist {
  display: flex;
  flex-direction: row;
}

.h_open {
  margin-top: 8px;
}

.h_open dl {
  display: flex;
  flex-direction: row;
}

.h_open dl dt, .h_open dl dd {
  font-size: 14px;
  line-height: 1.85;
}

.h_open dl dt {
  width: 6em;
}

.h_open dl dd {
  width: calc(100% - 6em);
}

.h_btnlist {
  display: flex;
  flex-direction: row;
}

.h_btn {
  margin-left: 12px;
}

.h_btn a {
  display: flex;
  align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
}

.h_btn a img {
  margin-right: 8px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_btn-line a {
  background: #5fbc40;
}

.h_btn-contact a {
  background: #e85617;
}

/*nav
----------------------------------------------------*/
#nav {
  padding: 0;
}

.nav_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto 20px;
}

.nav_wrap ul {
  display: flex;
  justify-content: space-between;
}

.nav_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 7);
  border-left: 1px solid #eee9e0;
  line-height: 1.5;
}

.nav_wrap ul li:last-of-type {
  border-right: 1px solid #eee9e0;
}

.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.nav_wrap ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nav_wrap ul li a:hover {
  opacity: 1;
}

.nav_btn01 {
  position: relative;
}

.nav_btn01-detail {
  display: none;
  left: 0;
  top: 72px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 32px 8px;
  border: 2px solid #a3b4dc;
  width: 1020px;
  height: auto;
  position: absolute;
  z-index: 100;
}

.nav_btn01-detail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-bottom: 18px solid #a3b4dc;
  position: absolute;
  left: 66px;
  top: -37px;
}

.nav_btn01-detail:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 68px;
  top: -32px;
}

.nav_btn01-detail.on {
  display: block;
}

.nav_btn01-detail ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nav_btn01-detail ul li {
  width: auto;
  margin-right: 28px;
  text-align: left;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

.nav_btn01-detail ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #a3b4dc;
  position: absolute;
  left: 0;
  top: 9px;
}

.nav_btn01-detail ul li a {
  font-size: 15px;
  position: relative;
  padding: 0;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 100%;
  padding: 64px 0;
  box-sizing: border-box;
  background: #fcf9f2;
}

.main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#conts {
  width: 720px;
}

/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 80px;
}

.conts01 p {
  margin-bottom: 1em;
}

.conts01 p:last-of-type {
  margin-bottom: 0;
}

.conts01.mt0 {
  margin-top: 0;
}

.conts02 {
  margin-top: 32px;
}

.conts02.mt0 {
  margin-top: 0;
}

.conts03 {
  margin-top: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 24px calc(24px - 1em);
}

.conts04 {
  margin-top: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 24px calc(16px - 1em);
  border: 1px dashed #e87c17;
}

/*トップページ
----------------------------------------------------*/
/* 準備中 */
.comingsoon_conts {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 32px;
}

.comingsoon_conts p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff2d2d;
}

/* genin */
.genin {
  border: 2px dashed #e87c17;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.genin_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.genin_text01,
.genin_text02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

.genin_text02 {
  font-size: 30px;
}

.genin_list01 {
  display: flex;
  justify-content: center;
  margin: 8px auto;
}

.genin_list01 li {
  background: #e85617;
  border-radius: 4px;
  padding: 4px 12px 8px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  margin-right: 12px;
}

.genin_list01 li:last-of-type {
  margin-right: 0;
}

/* nayami */
.nayami_maintext {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.nayami_maintext strong {
  font-weight: 800;
  color: #e85617;
}

.nayami_maintext .br {
  display: block;
}

.nayami_list {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

.nayami_list ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 1px;
  padding-left: 32px;
  font-size: 18px;
  border-bottom: 2px dotted #cfcfc5;
  padding-bottom: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.nayami_list ul li:last-of-type {
  margin-bottom: 0;
}

.nayami_conts01 {
  margin-top: 32px;
}

.nayami_conts01-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.nayami_conts01-img {
  width: 100%;
  max-width: 202px;
  margin-left: 24px;
}

.nayami_conts01-text {
  width: 100%;
}

.nayami_arrow {
  margin: 32px auto;
  text-align: center;
  line-height: 0;
}

.nayami_arrow img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_conts02-ttl {
  display: flex;
  justify-content: center;
}

.nayami_conts02-ttl-wrap {
  display: inline-block;
  position: relative;
}

.nayami_conts02-ttl-wrap:before, .nayami_conts02-ttl-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #e87c17;
  position: absolute;
  bottom: 4px;
}

.nayami_conts02-ttl-wrap:before {
  transform: rotate(-35deg);
  left: -26px;
}

.nayami_conts02-ttl-wrap:after {
  transform: rotate(35deg);
  right: -26px;
}

.nayami_conts02-mainttl {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 26px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
}

.nayami_conts02-mainttl:before, .nayami_conts02-mainttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e87c17;
  position: absolute;
  bottom: 8px;
}

.nayami_conts02-mainttl:before {
  transform: rotate(-25deg);
  left: -24px;
}

.nayami_conts02-mainttl:after {
  transform: rotate(25deg);
  right: -24px;
}

.nayami_conts02-mainttl .nayami_conts02-mainttl-strong01 {
  color: #e87c17;
}

.nayami_conts02-mainttl .nayami_conts02-mainttl-strong02 {
  font-size: 1.25em;
  color: #e85617;
}

.nayami_conts02-mainttl .br {
  display: block;
}

.nayami_conts02-img {
  margin: 32px auto;
}

.nayami_conts02-img ul {
  display: flex;
  justify-content: space-between;
}

.nayami_conts02-img ul li {
  width: 25%;
}

.nayami_conts02-img ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_conts02-text {
  margin-bottom: 32px;
}

.nayami_serotoron-ttl {
  background: url("../images/top/serotonin_ttl-bg.png") repeat left top;
  box-sizing: border-box;
  padding: 24px 12px 32px;
}

.nayami_serotoron-mainttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.nayami_serotoron-mainttl-strong01 {
  font-size: 1.15em;
  font-weight: bold;
}

.nayami_serotoron-mainttl-strong02 {
  font-weight: bold;
  background: linear-gradient(180deg, #dbbc53 0%, #f9efb2 50%, #dbbc53 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.serotoron-conts {
  margin-top: 32px;
}

.serotoron-conts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.serotoron-conts-img {
  width: 100%;
  max-width: 240px;
  line-height: 1;
}

.serotoron-conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.serotoron-conts-text {
  margin-right: 24px;
}

/* voice */
.voice_conts {
  background: url("../images/top/voice_bg.png") repeat left top;
  box-sizing: border-box;
  padding: 26px 28px;
  margin-bottom: 40px;
}

.voice_conts:last-of-type {
  margin-bottom: 0;
}

.voice_conts-wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 40px;
}

.voice_ttl {
  margin-bottom: 24px;
}

.voice_mainttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px dotted #3b3936;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.voice_info {
  font-size: 18px;
  font-weight: bold;
}

.voice_textarea-wrap {
  display: flex;
  flex-direction: row;
}

.voice_textarea-text {
  margin-left: 24px;
}

.voice_menseki {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

/* reason */
.reason_topttl {
  text-align: center;
}

.reason_topttl p {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}

.reason_mainttl {
  background: url("../images/top/reason_mainttl-bg.png") repeat left top;
  position: relative;
  margin: 32px auto 48px;
}

.reason_mainttl:after {
  content: "";
  display: block;
  background: url("../images/top/reason_mainttl-arrow.png") no-repeat center bottom;
  width: 100%;
  max-width: 58px;
  height: 100%;
  max-height: 28px;
  position: absolute;
  left: 0;
  bottom: -28px;
  right: 0;
  margin: 0 auto;
}

.reason_mainttl-wrap {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
}

.reason_mainttl-text {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.35;
  color: #66482b;
}

.reason_mainttl-text span {
  display: inline-block;
  background-image: radial-gradient(circle at center, #b6cc8d 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: .6em;
}

.reason_mainttl-text strong {
  font-size: 1.25em;
  color: #e87c17;
  margin-left: 4px;
}

.reason_conts {
  margin-bottom: 40px;
}

.reason_conts:last-of-type {
  margin-bottom: 0;
}

.reason_conts-ttl {
  background: #e87c17;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}

.reason_conts-icon {
  border: 4px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 25px;
  top: 16px;
}

.reason_conts-icon-text,
.reason_conts-icon-num {
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.reason_conts-icon-text {
  font-size: 16px;
  margin-bottom: 2px !important;
}

.reason_conts-icon-num {
  font-size: 28px;
  margin-bottom: 0 !important;
}

.reason_conts-mailttl {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  min-height: 80px;
  padding-left: 112px;
  line-height: 1.5;
}

.reason_conts-img {
  margin: 24px auto;
  line-height: 1;
}

.reason_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* faq */
.faq_conts-ttl {
  background: #e87c17;
  box-sizing: border-box;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.faq_conts-ttl-text {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 42px;
  padding-left: 56px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.faq_conts-ttl-text:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #e87c17;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_conts {
  margin-bottom: 40px;
}

.faq_conts-text {
  position: relative;
  padding-left: 72px;
  box-sizing: border-box;
  padding-top: 2px;
}

.faq_conts-text:before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 42px;
  height: 42px;
  background: #66482b;
  border-radius: 100px;
  position: absolute;
  left: 16px;
  top: 0;
}

.faq_conts-text-subconts {
  margin-top: 40px;
}

.faq_conts-text-ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e87c17;
  color: #e87c17;
  position: relative;
  margin-bottom: 24px;
}

.faq_conts-text-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e87c17;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.faq_conts-text-subconts-conts {
  margin-top: 32px;
}

.faq_conts-text-subconts-conts.top {
  margin-top: 0;
}

.faq_conts-text-sub-ttl {
  position: relative;
  padding-left: 42px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  min-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 2px;
}

.faq_conts-text-sub-ttl span {
  width: 32px;
  height: 32px;
  background: #e87c17;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.faq02_textarea01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.faq02_textarea01-img {
  width: 100%;
  max-width: 200px;
  margin-left: 24px;
}

.faq02_textarea01-text {
  width: 100%;
}

.faq_textarea {
  margin: 24px auto;
}

.faq02_textarea03-img {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.faq02_textarea03-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.faq02_textarea04 {
  background: #ccf3f7;
  box-sizing: border-box;
  padding: 8px;
}

.faq_conts-text-message01 p {
  font-weight: bold;
  color: #e87c17;
}

/* compare */
.compare_mainttl {
  position: relative;
  z-index: 1;
}

.compare_mainttl:before, .compare_mainttl:after {
  content: "";
  display: block;
  position: absolute;
  background: #dec2af;
  z-index: -1;
}

.compare_mainttl:before {
  width: 100%;
  height: 12px;
  left: 0;
  bottom: -12px;
}

.compare_mainttl:after {
  width: 64px;
  height: 64px;
  background: #dec2af;
  clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -71px;
  margin: 0 auto;
}

.compare_mainttl-text {
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(45deg, #e86b17 0%, #fa9230 100%);
  box-sizing: border-box;
  padding: 28px 16px;
  position: relative;
}

.compare_mainttl-text:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: linear-gradient(225deg, #f07a21 0%, #f07c22 100%);
  clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -63px;
  margin: 0 auto;
  z-index: 3;
}

.compare_mainttl-mainttl {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.24);
  letter-spacing: 0.025em;
  line-height: 1.25;
  margin-top: 12px;
}

.compare_mainttl-mainttl span {
  font-size: 1.25em;
  color: #f5f7b0;
  line-height: 1;
}

.compare_mainttl-subttl {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 8px 8px 4px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  color: #66482b;
  line-height: 1.25;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 16px;
  text-align: center;
}

.compare_mainconts {
  background: url("../images/top/compare_mainconts_bg.png") repeat left top;
  box-sizing: border-box;
  padding: 56px 32px 32px;
}

.compare_conts {
  margin-bottom: 64px;
}

.compare_conts:last-of-type {
  margin-bottom: 0;
}

.compare_conts-ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.compare_conts-ttl-main,
.compare_conts-ttl-sub {
  line-height: 1.35;
}

.compare_conts-ttl-main {
  margin-left: 16px;
}

.compare_conts-ttl-main span {
  font-size: 38px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 20px;
  text-underline-offset: -8px;
}

.compare_conts-ttl-sub {
  background: linear-gradient(135deg, #a78726 10%, #e6cf87 50%, #a78726 90%);
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 120px;
  text-align: center;
}

.compare_conts-otherclinic {
  background: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 24px 32px;
}

.compare_conts-otherclinic-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.compare_conts-arrow {
  text-align: center;
  line-height: 0;
  margin: 32px auto;
}

.compare_conts-ourclinic-ttl {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  background: #e87c17;
  border-radius: 12px 12px 0 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.compare_conts-ourclinic-conts {
  box-sizing: border-box;
  padding: 32px;
  background: #fff;
}

.compare_conts-ourclinic-conts-wrap {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
}

.compare_conts-ourclinic-img {
  margin-bottom: 24px;
}

.compare_conts-ourclinic-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.compare_conts-ourclinic-list {
  border: 3px solid #e87c17;
  box-sizing: border-box;
  padding: 24px;
}

.compare_conts-ourclinic-list ul li {
  background: url("../images/common/icon_check02.png") no-repeat left top;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 8px;
  padding-top: 2px;
}

.compare_conts-ourclinic-list ul li:last-of-type {
  margin-bottom: 0;
}

/* strongpoint */
.strongpoint_mainttl {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}

.strongpoint_mainttl-main,
.strongpoint_mainttl-sub {
  line-height: 1.5;
}

.strongpoint_mainttl-main {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.strongpoint_mainttl-main .br {
  display: block;
}

.strongpoint_mainttl-main-strong01 {
  font-size: 1.15em;
  color: #e85617;
}

.strongpoint_mainttl-sub {
  font-size: 33px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #e87c17;
}

.strongpoint_conts-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.strongpoint_conts-ttltext {
  background: url("../images/top/strongpoint_conts-ttltext-bg.png") repeat left top;
  width: calc(100% - 40px);
  margin-left: 40px;
  box-sizing: border-box;
  padding: 8px 8px 8px 54px;
  min-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.strongpoint_conts-num {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #a78726 0%, #e6cf87 45%, #e6cf87 65%, #a78726 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto 0;
  line-height: 0;
}

.strongpoint_conts {
  margin-bottom: 56px;
}

.strongpoint_conts-textarea {
  margin-top: 32px;
  clear: both;
}

.strongpoint_conts-textarea-img {
  float: right;
  margin-left: 24px;
}

/* evidence */
.evidence_wrap {
  box-sizing: border-box;
  padding: 24px;
  background: #f0e7dd;
}

.evidence_mainttl,
.evidence_ttl03 {
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(45deg, #e86b17 0%, #fa9230 100%);
  box-sizing: border-box;
  padding: 24px 12px;
  position: relative;
}

.evidence_mainttl:after,
.evidence_ttl03:after {
  content: "";
  display: block;
  width: 64px;
  height: 50px;
  background: linear-gradient(225deg, #f07a21 0%, #f07c22 100%);
  clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -49px;
  margin: 0 auto;
  z-index: 3;
}

.evidence_mainttl-text,
.evindence_mainttl-subtext {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.24);
}

.evidence_mainttl-text strong {
  color: #f5f7b0;
}

.evidence_maintext {
  background: #fff;
  box-sizing: border-box;
  padding: 40px 36px 36px;
}

.evindence_maintext-img {
  float: right;
  margin-left: 24px;
}

.evindence_conts {
  margin-top: 32px;
  box-sizing: border-box;
  background: #fff;
  padding: 36px;
}

.evindence_conts02 {
  margin-top: 32px;
  box-sizing: border-box;
}

.evidence_ttl01 {
  font-size: 36px;
  font-weight: bold;
  color: #66482b;
  text-align: center;
}

.evidence_ttl01 span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.evidence01_img01 {
  margin: 24px auto;
}

.evidence01_img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.evidence01_textarea {
  background: #fcf9f2;
  box-sizing: border-box;
  padding: 32px;
}

.evidence01_textarea-img {
  float: right;
  margin-left: 24px;
}

.evidence01_img02 {
  margin-top: 24px;
}

.evidence01_img02 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.evidence_ttl02 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 24px;
}

.evidence_ttl02 .br {
  display: block;
}

.evidence_ttl02 strong {
  background: linear-gradient(transparent 70%, #f2f668 70%);
}

.evidence02_img01 {
  margin: 24px auto;
}

.evidence02_img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.evidence_ttl03-text {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.24);
  line-height: 1.75;
}

.evidence_ttl03-text strong {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  font-size: 32px;
  color: #e85617;
  border-radius: 4px;
  text-shadow: none;
  margin: 8px;
}

.evidence03_conts {
  background: #fff;
  box-sizing: border-box;
  padding: 40px 36px 36px;
}

.evidence03_thesis-wrap {
  display: flex;
  justify-content: space-between;
}

.evidence03_thesis-conts {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.evidence03_thesis-conts:last-of-type {
  margin-right: 0;
}

.evidence03_thesis-img {
  min-height: 189px;
  max-height: 189px;
  text-align: center;
}

.evidence03_thesis-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.evidence03_thesis-text01 {
  margin: 12px auto !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.evidence03_thesis-btn01 a {
  display: flex;
  justify-content: center;
  background: #5fbc40;
  box-sizing: border-box;
  padding: 12px 12px 16px;
  width: 80%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

.evidence03_thesis-btn01 a span {
  position: relative;
  line-height: 1.5;
  padding-left: 18px;
}

.evidence03_thesis-btn01 a span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 8px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
}

.evidence03_dataconts {
  margin-top: 40px;
}

.evidence03_data-ttl01,
.evidence03_data-ttl02 {
  background: #fcf9f2;
  box-sizing: border-box;
  padding: 24px 12px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}

.evidence03_data-ttl01:after {
  content: "";
  display: block;
  width: 53px;
  height: 36px;
  background: url("../images/top/evidence03_data-ttl01-arrow.png") no-repeat left top;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: 0 0 0 60%;
}

.evidence03_data-ttl02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #fcf9f2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}

.evidence03_data-ttl-text {
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.evidence03_data-ttl-text .br {
  display: block;
}

.evidence03_data-ttl-text strong {
  font-size: 1.15em;
  background: linear-gradient(transparent 70%, #f2f668 70%);
}

.evidence03_data-conts01 {
  background: url("../images/top/evidence03_data-conts01-bg.png") repeat left top;
  box-sizing: border-box;
  padding: 24px 12px;
}

.evidence03_data-conts01-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.evidence03_data-conts01-wrap p {
  margin-bottom: 0 !important;
}

.evidence03_data-conts01-img {
  margin-right: 24px;
  line-height: 0;
}

.evidence03_data-conts01-img:last-of-type {
  margin-right: -36px;
}

.evidence03_data-conts01-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.evidence03_data-textarea {
  margin-top: 32px;
  border: 2px solid #e87c17;
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
}

.evidence03_data-textarea p {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.evidence03_data-textarea .evidence03_data-textarea-strong01 {
  font-size: 1.25em;
  color: #e87c17;
}

.evidence03_data-conts06-memo {
  font-size: 16px;
  text-align: center;
}

.evidence03_data-conts01-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* tvmedia */
.tvmedia {
  width: 100%;
  max-width: 705px;
  position: relative;
}

.tvmedia_wrap {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  z-index: 2;
}

.tv_media-bg {
  width: 100%;
  max-width: 705px;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 0;
  background: url("../images/top/tvmedia_bg.png") repeat left top;
}

.tvmedia_ttl {
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(45deg, #e86b17 0%, #fa9230 100%);
  box-sizing: border-box;
  padding: 20px 20px;
  position: relative;
  border-radius: 100px;
  margin-bottom: 48px;
}

.tvmedia_ttl:after {
  content: "";
  display: block;
  width: 64px;
  height: 50px;
  background: linear-gradient(225deg, #f07a21 0%, #f07c22 100%);
  clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -49px;
  margin: 0 auto;
  z-index: 3;
}

.tvmedia_ttl-text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.24);
  text-align: center;
  letter-spacing: 0.05em;
}

.tvmedia_ttl-text .tvmedia_ttl-text-strong01 {
  font-size: 1.2em;
}

.tvmedia_movie {
  text-align: center;
}

.tvmedia_movie img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tvmedia_text {
  margin: 24px auto;
}

.tvmedia_text p {
  font-size: 18px;
  font-weight: bold;
}

.tvmedia_text p .tvmedia_text-strong01 {
  color: #e87c17;
}

.tvmedia_midokoro {
  background: #f5f7b0;
  box-sizing: border-box;
  padding: 24px;
}

.tvmedia_midokoro-ttl {
  text-align: center;
  margin-bottom: 12px;
}

.tvmedia_midokoro-ttl span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff 70%);
}

/* media */
.media_imgconts {
  margin-bottom: 32px;
}

.media_textconts {
  margin-top: 56px;
}

.media_textconts-wrap {
  border: 12px solid #eee2d6;
  box-sizing: border-box;
}

.media_textconts-mainttl {
  display: flex;
  justify-content: center;
}

.media_textconts-ttl01 {
  display: inline-block;
  position: relative;
  margin-top: -40px;
  font-size: 36px;
  font-weight: bold;
  background: #fcf9f2;
  text-align: center;
  box-sizing: border-box;
  padding: 0 16px;
}

.media_textconts-ttl-strong01 {
  color: #e87c17;
}

.media_textconts-section {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 16px;
}

.media_textconts-subconts {
  margin-top: 40px;
}

.media_textconts-img01,
.media_textconts-img02 {
  text-align: center;
}

.media_textconts-img01 img,
.media_textconts-img02 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.media_textconts-ttl02 {
  border: 1px solid #eee2d6;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  box-shadow: 6px 6px 0 rgba(184, 175, 165, 0.24);
  position: relative;
  margin-bottom: 56px;
}

.media_textconts-ttl02:before, .media_textconts-ttl02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.media_textconts-ttl02:before {
  border: 24px solid transparent;
  border-top: 24px solid #fff;
  bottom: -48px;
  z-index: 2;
}

.media_textconts-ttl02:after {
  border: 32px solid transparent;
  border-top: 32px solid #ebe6de;
  bottom: -64px;
  z-index: 1;
  left: 4px;
}

.media_textconts-ttl02-text {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.25;
}

.media_textconts-ttl02-text strong {
  font-size: 36px;
  color: #5fbc40;
}

.media_textconts-ttl02-text .br {
  display: block;
  font-size: 36px;
}

/* profile */
.profile_conts {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.profile_img {
  width: 100%;
  max-width: 208px;
  margin-left: 24px;
}

.profile_img-img {
  margin-bottom: 16px;
}

.profile_img-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_img-info {
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
}

.profile_img-info-text01,
.profile_img-info-text02 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.profile_img-info-text01 {
  margin-bottom: 4px !important;
  border-bottom: 1px solid #eee2d6;
  padding-bottom: 4px;
}

.profile_img-info-name {
  margin-left: 8px;
  font-size: 1.25em;
}

.profile_text {
  width: 100%;
}

/* conctscontact */
.contscontact {
  display: block;
  background: url("../images/common/contscontact_bg.png") repeat left top;
  width: 100%;
  box-sizing: border-box;
  padding: 104px 24px 40px;
  position: relative;
}

.contscontact:before {
  content: "";
  display: block;
  width: 100%;
  height: 89px;
  background: url("../images/common/contscontact_bg-top.png") no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.contscontact_wrap {
  position: relative;
  z-index: 2;
}

.contscontact_mainttl {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #66482b;
  line-height: 1.5;
  margin-bottom: 40px;
  text-shadow: 3px  3px 10px #ffffff, -3px  3px 10px #ffffff, 3px -3px 10px #ffffff, -3px -3px 10px #ffffff, 3px  0px 10px #ffffff, 0px  3px 10px #ffffff, -3px  0px 10px #ffffff, 0px -3px 10px #ffffff;
}

.contscontact_mainttl .br {
  display: block;
}

.contscontact_mainttl-strong01 {
  font-size: 1.25em;
  color: #e87c17;
}

.contscontact_mainttl-text01 {
  font-size: 1.35em;
}

.contscontact_mainttl-strong02 {
  color: #5fbc40;
}

.contscontact_conts {
  background: #fff;
  box-sizing: border-box;
  padding: 40px 32px 24px;
}

.contscontact_btn {
  margin-top: 16px;
}

.contscontact_btn:first-of-type {
  margin-top: 0;
}

.contscontact_btn a {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
}

.contscontact_btn-icon {
  margin-right: 12px;
}

.contscontact_btn-line a {
  background: #5fbc40;
}

.contscontact_btn-tel a {
  background: #e87c17;
}

.contscontact_btn-mail a {
  background: #e85617;
}

.contscontact_btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.contscontact_btn-line-text01,
.contscontact_btn-line-text02 {
  line-height: 1.25;
  margin-bottom: 0 !important;
}

.contscontact_btn-line-text01 {
  margin-bottom: 3px !important;
}

.contscontact_btn-line-text01 span {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 2px;
}

.contscontact_btn-line-text01 span:before, .contscontact_btn-line-text01 span:after {
  content: "";
  display: block;
  width: 0;
  height: 90%;
  border-left: 2px solid #fff;
  position: absolute;
  bottom: 0;
}

.contscontact_btn-line-text01 span:before {
  left: -12px;
  transform: rotate(-35deg);
}

.contscontact_btn-line-text01 span:after {
  right: -12px;
  transform: rotate(35deg);
}

.contscontact_btn-line-text02 {
  font-size: 32px;
  font-weight: bold;
}

.contscontact_memo {
  text-align: center;
  margin-top: 8px;
}

.contscontact_memo-strong01 {
  font-size: 1.15em;
  font-weight: bold;
  color: #de4a0b;
}

.contscontact_btn-tel-text01 {
  line-height: 0;
  margin-bottom: 0 !important;
}

.contscontact_btn-tel-text01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contscontact_btn-tel-text02 {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.contscontact_btn-mail-text01 {
  font-size: 32px;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: 0 !important;
}

.contscontact_info {
  margin: 24px auto 0;
}

.contscontact_info-dllist dl {
  display: flex;
  flex-wrap: wrap;
}

.contscontact_info-dllist dl dt, .contscontact_info-dllist dl dd {
  font-size: 15px;
}

.contscontact_info-dllist dl dt {
  width: 6em;
  font-weight: bold;
}

.contscontact_info-dllist dl dd {
  width: calc(100% - 6em);
}

.contscontact_info-openlist {
  margin: 16px auto;
}

.tbl_openlist {
  display: block;
}

.tbl_openlist.white {
  background: #fff;
}

.tbl_openlist thead,
.tbl_openlist tbody {
  display: block;
}

.tbl_openlist thead tr,
.tbl_openlist tbody tr {
  display: flex;
  flex-direction: row;
}

.tbl_openlist thead tr th, .tbl_openlist thead tr td,
.tbl_openlist tbody tr th,
.tbl_openlist tbody tr td {
  font-size: 18px;
  box-sizing: border-box;
  padding: 8px 4px;
  font-weight: normal;
  color: #66482b;
  text-align: center;
}

.tbl_openlist thead tr th,
.tbl_openlist tbody tr th {
  width: 16em;
  border-top: 2px solid #e87c17;
}

.tbl_openlist thead tr td,
.tbl_openlist tbody tr td {
  width: calc(100% / 8);
  border-top: 2px solid #66482b;
}

.tbl_openlist tbody tr td .memo {
  font-size: 12px;
}

.tbl_openlist tbody tr:last-of-type th {
  border-bottom: 2px solid #e87c17;
}

.tbl_openlist tbody tr:last-of-type td {
  border-bottom: 2px solid #66482b;
}

.tbl_openlist-memo {
  font-size: 15px;
  text-align: right;
}

.tbl_openlist-message {
  border: 1px solid #e87c17;
  box-sizing: border-box;
  padding: 24px 12px;
  margin: 24px auto;
}

.tbl_openlist-message p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.contscontact_info-map {
  margin-top: 16px;
}

.contscontact_info-map iframe {
  width: 100%;
  min-height: 400px;
  line-height: 0;
}

.news_list dl {
  border-bottom: 1px dotted #d1cec9;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.news_list dl dt, .news_list dl dd {
  line-height: 1.85;
}

.news_list dl dt {
  font-weight: bold;
}

.news_list dl dd a {
  color: inherit;
  text-decoration: none;
}

/*side
----------------------------------------------------*/
#side {
  width: 230px;
}

.side_bnr {
  line-height: 0;
  margin-bottom: 24px;
}

.side_conts {
  margin: 32px auto;
}

.side_conts.top {
  margin-top: 0;
}

.side_conts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/common/side_conts-ttlbg.png") repeat-y;
  box-sizing: border-box;
  min-height: 52px;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
}

.side_conts-wrap {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f0e7dd;
  padding: 8px 8px 16px;
}

.side_conts-list li {
  border-bottom: 1px dotted #cac6c0;
  padding: 12px 8px;
  line-height: 1.5;
}

.side_conts-list li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
}

.side_conts-list li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #b9e099;
  position: absolute;
  left: 0;
  top: 4px;
}

.side_conts-alllink {
  margin-top: 8px;
  text-align: right;
}

.side_conts-alllink a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
  padding-right: 16px;
}

.side_conts-alllink a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #b9e099;
  position: absolute;
  right: -4px;
  top: 5px;
}

.side_logo {
  text-align: center;
  margin-top: 16px;
}

.side_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_address {
  margin: 12px auto;
}

.side_address p {
  font-size: 13px;
  text-align: center;
  line-height: 1.65;
}

.side_telttl {
  position: relative;
  text-align: center;
}

.side_telttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #dfdad6;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 1;
}

.side_telttl span {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.side_telnum {
  text-align: center;
  margin: 4px auto 12px;
  line-height: 1;
}

.side_telnum img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_contactbtn {
  margin-top: 12px;
}

.side_contactbtn a {
  display: block;
  background: #e85617;
  box-sizing: border-box;
  padding: 12px 12px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
}

.side_contactbtn a img {
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.side_info {
  margin-top: 16px;
}

.side_info-ttl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #dfdad6;
  border-bottom: 1px solid #dfdad6;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
  margin-bottom: 16px;
}

.side_info-text01 p,
.side_info-access-text01 p {
  font-size: 13px;
  text-align: center;
}

.side_info-access {
  margin-bottom: 12px;
}

.side_info-access:last-of-type {
  margin-bottom: 0;
}

.side_info-access-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.side_info-access-ttl span {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
}

.side_info-access-ttl span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #b9e099;
  position: absolute;
  left: 0;
  top: 6px;
}

.side_info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.side_thesis {
  margin: 24px auto;
}

.side_thesis-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_thesis-list li {
  margin-top: 12px;
  line-height: 0;
}

.side_thesis-list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*pagetop
----------------------------------------------------*/
#pagetop {
  position: absolute;
  top: -64px;
  right: 2.5%;
  text-align: right;
  width: 100%;
  max-width: 100px;
  box-sizing: border-box;
  border-radius: 100px;
  z-index: 10;
}

#pagetop img {
  width: auto;
  max-width: 100px;
  height: auto;
  border-radius: 100%;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.14);
}

/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: #b6babf url("../images/common/common_contact-bg.png") no-repeat center center;
  background-size: cover;
  padding: 64px 0 96px;
  position: relative;
}

.common_contact-wrap {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}

.common_contact-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.common_contact-ttl-text {
  position: relative;
}

.common_contact-ttl-text:before, .common_contact-ttl-text:after {
  content: "";
  display: block;
  width: 2px;
  height: 40%;
  background: #66482b;
  position: absolute;
  bottom: 8px;
  box-shadow: 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff;
}

.common_contact-ttl-text:before {
  transform: rotate(-35deg);
  left: -26px;
}

.common_contact-ttl-text:after {
  transform: rotate(35deg);
  right: -26px;
}

.common_contact-ttl-text span {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #66482b;
  text-shadow: 3px  3px 10px #ffffff, -3px  3px 10px #ffffff, 3px -3px 10px #ffffff, -3px -3px 10px #ffffff, 3px  0px 10px #ffffff, 0px  3px 10px #ffffff, -3px  0px 10px #ffffff, 0px -3px 10px #ffffff;
}

.common_contact-ttl-text span:before, .common_contact-ttl-text span:after {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  background: #66482b;
  position: absolute;
  bottom: 8px;
  box-shadow: 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff;
}

.common_contact-ttl-text span:before {
  transform: rotate(-35deg);
  left: -24px;
}

.common_contact-ttl-text span:after {
  transform: rotate(35deg);
  right: -24px;
}

.common_contact-btnlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.common_contact-btn {
  width: calc(100% / 3 - 16px);
  margin-right: 24px;
}

.common_contact-btn:last-of-type {
  margin-right: 0;
}

.common_contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 16px 8px;
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
}

.common_contact-btn a p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
}

.common_contact-btn-line a {
  background: #5fbc40;
}

.common_contact-btn-tel a {
  background: #e87c17;
}

.common_contact-btn-mail a {
  background: #e85617;
}

.common_contact-btn-text01 {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 28px;
  font-weight: bold;
}

.common_contact-btn-text01 img {
  margin-right: 8px;
}

.common_contact-btn-text-telttl {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  text-underline-offset: 3px;
}

.common_contact-btn-text-telnum {
  margin: 12px auto 10px;
}

.common_contact-btn-text-telnum img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-btn-text-telinfo {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
  box-sizing: border-box;
}

.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sp_btm-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp_btmconts {
  box-sizing: border-box;
  padding: 8px 8px 12px;
  background: rgba(255, 255, 255, 0.5);
}

.sp_btmconts p a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*footer
----------------------------------------------------*/
#footer {
  width: 95%;
  margin: 0 auto;
  padding: 64px 0 80px;
}

.footer_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.f_menulist {
  display: flex;
  justify-content: center;
  width: 100%;
}

.f_menulist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menulist ul li:before {
  content: "｜";
  margin-right: 8px;
  margin-left: 8px;
}

.f_menulist ul li:first-of-type {
  margin-left: 0;
}

.f_menulist ul li:last-of-type:after {
  content: "｜";
  margin-left: 8px;
  margin-right: 0;
}

.f_menulist ul li a {
  color: inherit;
  text-decoration: none;
}

.f_info {
  display: block;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 24px;
  margin: 32px auto 24px;
}

.f_info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_info ul li {
  margin-right: 12px;
}

.f_info ul li:last-of-type {
  margin-right: 0;
}

#f_copy {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}

#f_copy p {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 1;
}
