@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*============================
base
============================*/
body {
  position: relative;
}

.flex_area {
  display: flex;
}

.anchor {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 250px;
    margin-top: -250px;
  }
}

.list_04 .list_item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7142857143;
}
.list_04 .list_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50vw;
  background: #8A5858;
}

/*============================
und_section
============================*/
.und_section:not(:last-of-type) {
  margin-bottom: 111px;
}
@media screen and (max-width: 768px) {
  .und_section:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

/*============================
und_item
============================*/
.und_item {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .und_item {
    margin-bottom: 30px;
  }
}

/*============================
sttl
============================*/
.sttl_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sttl_01 {
    margin-bottom: 30px;
  }
}

/* よくあるご質問 アイコン */
.faq .sttl_01::before {
  background: url("../../asset/image/common/icon_faq.svg") no-repeat;
}

.sttl_02 {
  font-weight: 600;
  font-size: 25px;
  color: #817061;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9B8466;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .sttl_02 {
    font-size: clamp(18px, 1.5625vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .sttl_02 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.sttl_04 {
  font-weight: 600;
  font-size: 22px;
  color: #817061;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9B8466;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .sttl_04 {
    font-size: clamp(18px, 1.5625vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .sttl_04 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

/*============================
txt
============================*/
.txt_01 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #333;
}
@media screen and (max-width: 1600px) {
  .txt_01 {
    font-size: clamp(13px, 1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .txt_01 {
    font-size: 13px;
  }
}

.und_section > .flex_area, .und_section > .txt_01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .und_section > .flex_area, .und_section > .txt_01 {
    margin-bottom: 30px;
  }
}

/*============================
btn
============================*/
/* btn_01 */
.btn_01 {
  margin: 0 auto;
}
.btn_01 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  height: 63px;
  background: linear-gradient(90deg, #8d735c 0%, #e1cbaf 100%);
}
@media screen and (max-width: 768px) {
  .btn_01 a {
    height: 40px;
    font-size: 13px;
  }
}

/* btn_circle */
.btn_circle {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  transition: 0.2s ease all;
  border: 1px solid rgb(129, 112, 97);
  background-color: rgb(129, 112, 97);
}
@media screen and (max-width: 768px) {
  .btn_circle {
    width: 28px;
    height: 28px;
  }
}
.btn_circle span {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: scale(0);
  transition: 0.4s ease all;
}
@media screen and (max-width: 768px) {
  .btn_circle::before {
    display: none;
  }
}
.btn_circle.active::before {
  transform: scale(3.8);
}
@media screen and (max-width: 768px) {
  .btn_circle.active::before {
    display: none;
  }
}
.btn_circle.active span {
  border-top: 1px solid #B89E85;
  border-right: 1px solid #B89E85;
}

li:not(:first-child) .btn_circle {
  width: 30px;
  height: 30px;
  top: calc(50% + 5px);
  border: 1px solid #EBE1D4;
  background-color: #EBE1D4;
}
@media screen and (max-width: 768px) {
  li:not(:first-child) .btn_circle {
    width: 25px;
    height: 25px;
  }
}
li:not(:first-child) .btn_circle span {
  left: 44%;
  border-top: 1px solid #B89E85;
  border-right: 1px solid #B89E85;
}
li:not(:first-child) .btn_circle.active::before {
  transform: scale(2.7);
}
@media screen and (max-width: 768px) {
  li:not(:first-child) .btn_circle.active::before {
    display: none;
  }
}

/*============================
und_box
============================*/
.und_box_01 {
  padding: 50px 5%;
  background: rgba(251, 249, 246, 0.56);
  border: 1px solid rgba(155, 132, 102, 0.56);
}
@media screen and (max-width: 768px) {
  .und_box_01 {
    padding: 25px 5%;
  }
}

.und_box_02 dl {
  display: flex;
  border: 1px solid #9B8466;
}
@media screen and (max-width: 768px) {
  .und_box_02 dl {
    display: block;
  }
}
.und_box_02 dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25.5%;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  background: #9B8466;
}
@media screen and (max-width: 768px) {
  .und_box_02 dl dt {
    width: 100%;
    font-size: 20px;
  }
}
.und_box_02 dl dd {
  width: 74.5%;
  padding: 50px 6.71% 50px;
}
@media screen and (max-width: 768px) {
  .und_box_02 dl dd {
    width: 100%;
    padding: 25px 5%;
  }
}

/*==============================================================
	select
==============================================================*/
.nav-container {
  width: 100%;
  margin-bottom: 30px;
}

.nav-list__text {
  display: block;
  text-align: center;
  color: #5D3B1B;
  font-size: 16px;
  padding: 16px 0;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}
.nav-list__text .triangle {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-180deg);
  background: #817061;
  height: 10.3923048454px;
  width: 14px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transition: all 0.3s ease;
}

.nav-list {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #E7DDD1;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 5;
  cursor: pointer;
}
.nav-list.is-open {
  padding-bottom: 2px;
  transition: all 0.6s ease;
}
.nav-list.is-open .triangle {
  transform: translateY(-50%) rotate(0);
}

.nav-list__item {
  position: relative;
  margin: 0;
  text-transform: none;
  font-weight: normal;
  list-style: none;
}
.nav-list__item:first-child {
  padding-top: 25px;
}

.nav-list__item__text {
  color: #5D3B1B;
  font-size: 14px;
  padding: 12px 0;
  display: block;
  width: 100%;
}

.select_ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  .select_ttl {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #AE9176;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 30px;
  }
}

/*==============================================================
	white_block
==============================================================*/
main .white_block {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 153.6px;
  bottom: -153.6px;
  left: -50%;
}
@media screen and (max-width: 768px) {
  main .white_block {
    display: none;
  }
}

/*==============================================================
	フォーム共通
==============================================================*/
/* radio */
.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
}
.radio label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  padding: 0px 0 5px 45px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .radio label {
    font-size: 14px;
  }
}
.radio label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 8px;
  border: 1px solid #9B8466;
}
.radio label:has(:checked)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 7px;
  display: block;
  margin-top: -9px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #DE924F;
  border-bottom: 3px solid #DE924F;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
}
.radio input {
  display: none;
}

/* ajax_form_txt_error */
.ajax_form_txt_error {
  color: #CD1423;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ajax_form_txt_error {
    font-size: 13px;
  }
}

/*========================================
240618_リニューアル用パーツ
========================================*/
main section {
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  main section {
    margin-bottom: 80px;
  }
}
main section.bg_grad {
  width: 100%;
  max-width: 100%;
  background: rgb(255, 252, 246);
  background: linear-gradient(180deg, rgb(255, 252, 246) 0%, rgb(243, 238, 227) 100%);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main section.bg_grad {
    padding: 40px 0;
  }
}
main p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #555;
}
@media screen and (max-width: 768px) {
  main p {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
}

/*--------- 下マージン調整 ---------*/
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 55px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 65px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 70px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 75px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 80px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 95px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .spmb50 {
    margin-bottom: 50px !important;
  }
}

/*--------- txt ---------*/
/* 1カラムテキスト c_txt01 */
.c_txt01 {
  margin: 0 0 50px 0;
}

/* 1カラムテキスト_大文字_幅80% c_txt_large_w91 */
.c_txt_large_w91 {
  font-size: 20px;
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_txt_large_w91 {
    font-size: 18px;
  }
}

.txt_s {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .txt_s {
    font-size: 12px;
  }
}

/*--------- st ---------*/
/* 見出し st_01 */
.st_01, .st_02 {
  padding-left: 17px;
}
.st_01::before, .st_02::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 67%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #A18679;
}

/*小見出し_点線_幅いっぱい　st_03_dot*/
.st_03_dot {
  color: #605043;
  font-size: 16px;
  font-weight: 600;
  border-bottom: dotted 1px #977D6F;
}
@media screen and (max-width: 768px) {
  .st_03_dot {
    font-size: 15px;
  }
}

/*小見出し_点線_幅いっぱい　st_03_dot.f22(フォントサイズが22pxの場合)*/
.st_03_dot.f22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .st_03_dot.f22 {
    font-size: 18px;
  }
}

.st_03_dot .sub {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st_03_dot .sub {
    font-size: 12px;
    display: block;
  }
}

/*小見出し_点線_文字分のみ　st_03_dot_inline*/
.st_03_dot_inline {
  display: inline-block;
  color: #605043;
  font-size: 16px;
  font-weight: 600;
  border-bottom: dotted 1px #977D6F;
}
@media screen and (max-width: 768px) {
  .st_03_dot_inline {
    font-size: 15px;
  }
}

/*小見出し_茶色背景　st_04*/
.st_04 {
  color: #FFF;
  background: #817061;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding: 9px;
}
@media screen and (max-width: 768px) {
  .st_04 {
    font-size: 18px;
  }
}
.st_04 span {
  border-top: dotted 1px #FFF;
  border-bottom: dotted 1px #FFF;
  padding: 10px 0;
  display: block;
}

/* 小見出し_20px st_05 */
.st_05 {
  font-size: 20px;
  color: #817061;
}
@media screen and (max-width: 768px) {
  .st_05 {
    font-size: 17px;
  }
}

/* 小見出し_アイコン_赤　st_icon_red */
.st_icon_red {
  color: #F95C5C;
  font-size: 22px;
  font-weight: 600;
  background: url("../image/common/st_icon_caution.svg") no-repeat left 0.4em;
  padding: 0 0 0 28px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .st_icon_red {
    font-size: 17px;
    background: url("../image/common/st_icon_caution.svg") no-repeat left 0.15em;
    background-size: 18px auto;
  }
}

/*--------- column_set ---------*/
/* 3カラム c3 */
.c3 {
  display: flex;
  gap: 0 3%;
}
@media screen and (max-width: 768px) {
  .c3 {
    display: block;
  }
}
.c3 div {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .c3 div {
    width: auto;
    margin: 0 0 30px 0;
  }
}

/* 表組 table_01 */
@media screen and (max-width: 768px) {
  .table_01 {
    overflow-x: auto;
  }
}
.table_01 table {
  width: 100%;
  border: #977D6F 1px solid;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table_01 table {
    min-width: 620px;
  }
}
.table_01 table th {
  background: #977D6F;
  color: #FFF;
  border-bottom: solid 1px #FFF;
  width: 19%;
  text-align: center;
  vertical-align: middle;
  padding: 2.5% 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .table_01 table th {
    font-size: 15px;
  }
}
.table_01 table th.last {
  border-bottom: solid 1px #977D6F;
}
.table_01 table td {
  width: 40%;
  padding: 2.5%;
  vertical-align: middle;
  border: solid 1px #977D6F;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .table_01 table td {
    font-size: 13px;
  }
}
.table_01 table td.st {
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .table_01 table td.st {
    font-size: 18px;
  }
}
.table_01 table td.bg {
  background: #F9F7F4;
}

/* 2カラム_左広め c2_lwide */
.c2_lwide {
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}
@media screen and (max-width: 768px) {
  .c2_lwide {
    display: block;
  }
}
.c2_lwide .left_area {
  width: 63.335%;
}
@media screen and (max-width: 768px) {
  .c2_lwide .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_lwide .right_area {
  width: 31.1115%;
}
@media screen and (max-width: 768px) {
  .c2_lwide .right_area {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .c2_lwide.w2 {
    display: block;
  }
}
.c2_lwide.w2 .left_area {
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .c2_lwide.w2 .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_lwide.w2 .right_area {
  width: 42.2%;
}
@media screen and (max-width: 768px) {
  .c2_lwide.w2 .right_area {
    width: auto;
  }
}

/* 2カラム_左右同幅 c2_sasme */
.c2_same {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .c2_same {
    gap: 30px 6%;
    flex-direction: column;
  }
}
.c2_same .left_area {
  width: 46.67%;
}
@media screen and (max-width: 768px) {
  .c2_same .left_area {
    width: auto;
  }
}
.c2_same .right_area {
  width: 46.67%;
}
@media screen and (max-width: 768px) {
  .c2_same .right_area {
    width: auto;
  }
}
.c2_same .st_01 {
  margin: 0 0 16px 0;
}
.c2_same .image {
  margin: 0 0 20px 0;
}
.c2_same.full {
  gap: 30px 4%;
}
.c2_same.full .left_area {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c2_same.full .left_area {
    width: auto;
  }
}
.c2_same.full .right_area {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c2_same.full .right_area {
    width: auto;
  }
}

/* 2カラム_左右同幅 c2_sasme_narrow */
.c2_sasme_narrow {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c2_sasme_narrow {
    display: block;
  }
}
.c2_sasme_narrow .left_area {
  width: 41.4%;
}
@media screen and (max-width: 768px) {
  .c2_sasme_narrow .left_area {
    width: auto;
    margin-bottom: 40px;
  }
}
.c2_sasme_narrow .right_area {
  width: 41.4%;
}
@media screen and (max-width: 768px) {
  .c2_sasme_narrow .right_area {
    width: auto;
  }
}

/* 2カラム_左右同幅_横並び c2_beside */
.c2_beside {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .c2_beside {
    gap: 50px 0;
    flex-direction: column;
  }
}
.c2_beside .left_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c2_beside .left_area {
    width: auto;
  }
}
.c2_beside .right_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c2_beside .right_area {
    width: auto;
  }
}
.c2_beside .flex_area {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
}
.c2_beside .und_left {
  width: 48.3%;
}
.c2_beside .und_right {
  width: 43.3%;
}

/*  2カラム_左右同幅_見出し下横並び c2_st_beside */
.c2_st_beside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 110px 6%;
}
@media screen and (max-width: 768px) {
  .c2_st_beside {
    flex-direction: column;
    gap: 60px 6%;
  }
}
.c2_st_beside .left_area {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c2_st_beside .left_area {
    width: auto;
    margin: 0;
  }
}
.c2_st_beside .left_area p {
  flex-grow: 1;
}
.c2_st_beside .right_area {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c2_st_beside .right_area {
    width: auto;
  }
}
.c2_st_beside .right_area p {
  flex-grow: 1;
}
.c2_st_beside .flex_area {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
}
.c2_st_beside .und_left {
  width: 48.3%;
}
.c2_st_beside .und_right {
  width: 43.3%;
}

/* 2カラム_左右同幅_縦積み c2_sasme.tate */
.c2_same.tate {
  flex-wrap: wrap;
  gap: 60px 6%;
}
@media screen and (max-width: 768px) {
  .c2_same.tate {
    gap: 30px 6%;
  }
}
.c2_same.tate .st_01 {
  margin: 0 0 16px 0;
}
.c2_same.tate .image {
  margin: 0 0 20px 0;
}

/* 2カラム_左囲い　c2_xxlakoi */
.c2_xxlakoi {
  display: flex;
  justify-content: space-between;
  gap: 15px 5%;
}
@media screen and (max-width: 768px) {
  .c2_xxlakoi {
    display: block;
  }
}
.c2_xxlakoi .left_st {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c2_xxlakoi .left_st {
    width: auto;
  }
}
.c2_xxlakoi .left_st h5 {
  border: solid 1px #977D6F;
  font-size: 18px;
  color: #977D6F;
  padding: 10px 18%;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c2_xxlakoi .left_st h5 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.c2_xxlakoi .right_area {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .c2_xxlakoi .right_area {
    width: auto;
  }
}

/* 赤囲い_チェックリスト_1カラム　c_check_list */
.c_check_list {
  border: solid 1px #CD1423;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c_check_list {
    padding: 25px 20px;
  }
}
.c_check_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_check_list ul li {
  width: 100%;
  position: relative;
  padding-left: 34px;
  margin-bottom: 22px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .c_check_list ul li {
    width: 100%;
    font-size: 15px;
  }
}
.c_check_list ul li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../img/common/check_icon.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media screen and (max-width: 768px) {
  .c_check_list ul li::before {
    width: 19px;
    height: 22px;
  }
}

/* 赤囲い_チェックリスト_２カラム　c2_check_list */
.c2_check_list {
  border: solid 1px #CD1423;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c2_check_list {
    padding: 25px 20px;
  }
}
.c2_check_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c2_check_list ul li {
  width: 50%;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .c2_check_list ul li {
    width: 100%;
    font-size: 14px;
  }
}
.c2_check_list ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/common/check_icon.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media screen and (max-width: 768px) {
  .c2_check_list ul li::before {
    width: 19px;
    height: 22px;
    top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .c2_check_list ul li:last-child {
    margin-bottom: 0;
  }
}

/* 囲い無し_チェックリスト_1カラム　c_check_list_ul */
.c_check_list_ul li {
  width: 100%;
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c_check_list_ul li {
    width: 100%;
    font-size: 15px;
  }
}
.c_check_list_ul li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../image/common/check_icon.svg") no-repeat left 0.15em;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 768px) {
  .c_check_list_ul li::before {
    width: 19px;
    height: 22px;
  }
}

/* 質問項目　qa */
.qa {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .qa {
    margin: 0 0 30px 0;
  }
}
.qa .q {
  padding: 0 0 24px 61px;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .qa .q {
    font-size: 19px;
    padding: 0 0 20px 40px;
  }
}
.qa .q::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 38px;
  background: url("../img/common/icon_q.svg") no-repeat left 2px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .qa .q::before {
    width: 28px;
    height: 30px;
    top: -4px;
  }
}
.qa .q h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .qa .q h4 {
    font-size: 19px;
  }
}
.qa .a {
  padding: 0 0 20px 61px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa .a {
    padding: 0 0 15px 40px;
  }
}
.qa .a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 38px;
  background: url("../img/common/icon_a.svg") no-repeat left 2px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .qa .a::before {
    width: 28px;
    height: 30px;
  }
}

/* 見出し_右にボタン　st_right_bt */
.st_right_bt {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .st_right_bt {
    flex-wrap: wrap;
  }
}
.st_right_bt .st_area {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .st_right_bt .st_area {
    width: auto;
  }
}
.st_right_bt .bt_area {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .st_right_bt .bt_area {
    width: 70%;
    margin: 0 auto;
  }
}
.st_right_bt .bt_area a {
  width: 100%;
  min-width: auto;
  min-height: 40px;
  padding: 14px 40px 14px;
}
@media screen and (max-width: 768px) {
  .st_right_bt .bt_area .cmn_btn_01 {
    display: block;
  }
}

/* 茶色ボタン　brown_bt */
.brown_bt {
  max-width: 270px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(133deg, rgb(132, 98, 67) 0%, rgb(162, 124, 85) 42%, rgb(191, 148, 97) 72%, rgb(217, 170, 114) 100%);
  border-radius: 4px;
}
.brown_bt a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 18px 15px;
  transition: all 0.3s;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .brown_bt a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.brown_bt a:hover {
  opacity: 1;
}
.brown_bt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(133deg, rgb(217, 170, 114) 0%, rgb(191, 148, 97) 42%, rgb(162, 124, 85) 72%, rgb(132, 98, 67) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 3;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.7s;
}
.brown_bt:hover::before {
  opacity: 1;
}

/* 茶色ボタン_外部リンク　brown_bt.external */
.brown_bt.external a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10.55px;
  height: 10.74px;
  background: url("../image/common/icon_external.svg");
}

/* 茶色ボタン_矢印有　brown_bt_arrow */
.brown_bt_arrow {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(133deg, rgb(132, 98, 67) 0%, rgb(162, 124, 85) 42%, rgb(191, 148, 97) 72%, rgb(217, 170, 114) 100%);
  border-radius: 4px;
}
.brown_bt_arrow a {
  display: block;
  color: #FFF;
  font-size: 16px;
  padding: 40px 40px 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .brown_bt_arrow a {
    font-size: 14px;
    padding: 20px;
  }
}
.brown_bt_arrow a:hover {
  opacity: 1;
}
.brown_bt_arrow a .st_white {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .brown_bt_arrow a .st_white {
    font-size: 18px;
    font-weight: 400;
  }
}
.brown_bt_arrow a p {
  color: #fff;
}
.brown_bt_arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(133deg, rgb(217, 170, 114) 0%, rgb(191, 148, 97) 42%, rgb(162, 124, 85) 72%, rgb(132, 98, 67) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 3;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.7s;
}
.brown_bt_arrow:hover::before {
  opacity: 1;
}
.brown_bt_arrow .circle {
  text-align: right;
  right: 0;
}

/* 2カラム_狭い c2_narrow */
.c2_narrow {
  display: flex;
  justify-content: space-between;
  gap: 0 3.3%;
}
@media screen and (max-width: 768px) {
  .c2_narrow {
    display: block;
  }
}
.c2_narrow .left_area {
  width: 46.6%;
}
@media screen and (max-width: 768px) {
  .c2_narrow .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_narrow .right_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c2_narrow .right_area {
    width: auto;
  }
}

/* 2カラム_右狭い c2_rnarrow */
.c2_rnarrow {
  display: flex;
  justify-content: space-between;
  gap: 0 3.3%;
}
@media screen and (max-width: 768px) {
  .c2_rnarrow {
    display: block;
  }
}
.c2_rnarrow .left_area {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .c2_rnarrow .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_rnarrow .right_area {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .c2_rnarrow .right_area {
    width: auto;
  }
}

/* 2カラム_右広め c2_rwide */
.c2_rwide {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
}
@media screen and (max-width: 768px) {
  .c2_rwide {
    flex-direction: column;
  }
}
.c2_rwide .left_area {
  width: 42.2%;
}
@media screen and (max-width: 768px) {
  .c2_rwide .left_area {
    width: auto;
  }
}
.c2_rwide .right_area {
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .c2_rwide .right_area {
    width: auto;
  }
}

/* 2カラム_右広め02 c2_rwide02 */
.c2_rwide02 {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
}
@media screen and (max-width: 768px) {
  .c2_rwide02 {
    flex-direction: column;
  }
}
.c2_rwide02 .left_area {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .c2_rwide02 .left_area {
    width: auto;
  }
}
.c2_rwide02 .right_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c2_rwide02 .right_area {
    width: auto;
  }
}

/* 2カラム_右広め03 c2_rwide03 */
.c2_rwide03 {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
}
@media screen and (max-width: 768px) {
  .c2_rwide03 {
    flex-direction: column;
  }
}
.c2_rwide03 .left_area {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .c2_rwide03 .left_area {
    width: auto;
  }
}
.c2_rwide03 .right_area {
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .c2_rwide03 .right_area {
    width: auto;
  }
}

/* 2カラム_右広め_茶囲い c2_rwide02_brown */
.c2_rwide02_brown {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
  border: solid 1px #977D6F;
  padding: 45px 40px 40px;
}
@media screen and (max-width: 768px) {
  .c2_rwide02_brown {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.c2_rwide02_brown .left_area {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .c2_rwide02_brown .left_area {
    width: auto;
  }
}
.c2_rwide02_brown .right_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c2_rwide02_brown .right_area {
    width: auto;
  }
}

/* 3カラム_順序 c3_flow */
.c3_flow {
  display: flex;
  align-items: flex-start;
  gap: 0 3%;
}
@media screen and (max-width: 500px) {
  .c3_flow {
    flex-direction: column;
    gap: 10px 0;
  }
}
.c3_flow .arrow {
  margin-top: 6%;
  width: 2%;
  border-top: 17.615px solid transparent;
  border-bottom: 17.615px solid transparent;
  border-left: 20px solid #E1CBAF;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .c3_flow .arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.c3_flow .left_area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c3_flow .left_area {
    width: auto;
  }
}
.c3_flow .center_area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c3_flow .center_area {
    width: auto;
  }
}
.c3_flow .right_area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c3_flow .right_area {
    width: auto;
  }
}

/* リスト_点付き list_dot */
.list_dot {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list_dot {
    gap: 10px 20px;
  }
}
.list_dot li {
  position: relative;
  padding-left: 18px;
}
.list_dot li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  .list_dot li::before {
    width: 6px;
    height: 6px;
  }
}

/* リスト_点付き_大文字 list_dot.large */
.list_dot.large {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .list_dot.large {
    gap: 10px 20px;
  }
}
.list_dot.large li {
  position: relative;
  padding-left: 18px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .list_dot.large li {
    font-size: 16px;
  }
}
.list_dot.large li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 768px) {
  .list_dot.large li::before {
    width: 6px;
    height: 6px;
  }
}
.list_dot.large.f22 li {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .list_dot.large.f22 li {
    font-size: 16px;
  }
}
.list_dot.large.f24 li {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .list_dot.large.f24 li {
    font-size: 16px;
  }
}

/* リスト_数字付き list_num */
.list_num {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .list_num {
    gap: 10px 20px;
  }
}
.list_num li {
  list-style-type: decimal;
}

/*1カラム_リスト*/
.c1_list_dot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.c1_list_dot li {
  width: 100%;
  position: relative;
  padding-left: 18px;
}
.c1_list_dot li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (max-width: 768px) {
  .c1_list_dot li::before {
    width: 6px;
    height: 6px;
  }
}

/*1カラム_リスト_大文字 .c1_list_dot.large*/
.c1_list_dot.large {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.c1_list_dot.large li {
  width: 100%;
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c1_list_dot.large li {
    font-size: 18px;
  }
}
.c1_list_dot.large li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.85em;
}
@media screen and (max-width: 768px) {
  .c1_list_dot.large li::before {
    width: 6px;
    height: 6px;
  }
}

/*2カラム_リスト*/
.c2_list_dot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 15px 2%;
}
.c2_list_dot.large li {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c2_list_dot.large li {
    font-size: 18px;
  }
}
.c2_list_dot li {
  width: 49%;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .c2_list_dot li {
    width: 100%;
  }
}
.c2_list_dot li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (max-width: 768px) {
  .c2_list_dot li::before {
    width: 6px;
    height: 6px;
  }
}

/*3カラム_リスト*/
.c3_list_dot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 15px 1.5%;
}
.c3_list_dot.large li {
  font-size: 22px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .c3_list_dot.large li {
    font-size: 18px;
  }
}
.c3_list_dot li {
  width: 31%;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .c3_list_dot li {
    width: 100%;
  }
}
.c3_list_dot li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #977D6F;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (max-width: 768px) {
  .c3_list_dot li::before {
    width: 6px;
    height: 6px;
  }
}

/* リスト_点付き_縦積み list_dot */
.list_dot.tate {
  display: block;
}
@media screen and (max-width: 768px) {
  .list_dot.tate {
    gap: 10px 20px;
  }
}
.list_dot.tate li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.list_dot.tate li::before {
  top: 0.6em;
  transform: translateY(0);
}

/* 1カラム_画像_茶囲い c_white_bg */
.c_white_bg {
  background: #fff;
  padding: 45px 40px;
}
@media screen and (max-width: 768px) {
  .c_white_bg {
    padding: 30px 20px;
  }
}

/* 1カラム_画像_茶囲い c_img01_brown */
.c_img01_brown {
  border: solid 1px #977D6F;
  padding: 45px 40px;
}
@media screen and (max-width: 768px) {
  .c_img01_brown {
    padding: 30px 20px;
  }
}

/* 1カラム_茶囲い_背景色あり c_brown_bg */
.c_brown_bg {
  padding: 50px 50px;
  background-color: #F9F7F4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c_brown_bg {
    padding: 30px 20px;
  }
}

/* 茶囲い背景色_2カラム c2_brown_bg */
.c2_brown_bg {
  border: solid 1px #977D6F;
  padding: 45px 40px;
  background-color: #FCFBF9;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg {
    padding: 30px 20px;
  }
}
.c2_brown_bg.nob {
  border: none;
  background-color: #F9F1E7;
}
.c2_brown_bg .flex_block {
  display: flex;
  justify-content: space-between;
  gap: 0 6.6%;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg .flex_block {
    display: block;
  }
}
.c2_brown_bg .left_area {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_brown_bg .right_area {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg .right_area {
    width: auto;
  }
}
.c2_brown_bg .wide_r .left_area {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg .wide_r .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_brown_bg .wide_r .right_area {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .c2_brown_bg .wide_r .right_area {
    width: auto;
  }
}
.c2_brown_bg .bottom_border {
  border-bottom: 1px dotted #977D6F;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

/* 白囲い背景色_2カラム c2_brown_bg c2_white_bg */
.c2_white_bg {
  background: #fff;
  border: none;
}

/* 1カラム_リスト_赤囲い c_list_red */
.c_list_red {
  border: solid 1px #CD1423;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c_list_red {
    padding: 30px 20px;
  }
}
.c_list_red ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_list_red ul li {
  width: 100%;
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
.c_list_red ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #F95C5C;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 768px) {
  .c_list_red ul li::before {
    width: 6px;
    height: 6px;
  }
}

/* 2カラム_リスト_赤囲い c2_list_red */
.c2_list_red {
  border: solid 1px #CD1423;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c2_list_red {
    padding: 30px 20px;
  }
}
.c2_list_red ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c2_list_red ul li {
  width: 50%;
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c2_list_red ul li {
    width: 100%;
  }
}
.c2_list_red ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #F95C5C;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 768px) {
  .c2_list_red ul li::before {
    width: 6px;
    height: 6px;
  }
}

/* 2カラム_順序 c2_order */
.c2_order {
  display: flex;
  justify-content: space-between;
  gap: 30px 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c2_order {
    display: block;
  }
}
.c2_order .left_area {
  width: 42.2%;
}
@media screen and (max-width: 768px) {
  .c2_order .left_area {
    width: auto;
  }
}
.c2_order .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 20px solid #e1cba0;
  border-right: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c2_order .arrow {
    position: static;
    margin: 20px auto;
    transform: rotate(90deg);
  }
}
.c2_order .right_area {
  width: 42.2%;
}
@media screen and (max-width: 768px) {
  .c2_order .right_area {
    width: auto;
  }
}

.flex_r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex_r {
    flex-direction: column;
  }
}

/* リスト_大文字_白背景 list_big_white_bg */
.list_big_white_bg {
  background: #FFF;
  padding: 45px 50px;
}
@media screen and (max-width: 768px) {
  .list_big_white_bg {
    padding: 30px 5%;
  }
}

/* 3カラム_丸要素 c3_circle */
.c3_circle ul {
  display: flex;
  justify-content: center;
  gap: 15px 7%;
}
@media screen and (max-width: 768px) {
  .c3_circle ul {
    flex-flow: column;
  }
}
.c3_circle ul li {
  width: 24.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c3_circle ul li {
    width: 80%;
    margin: 0 auto;
  }
}
.c3_circle ul li p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  color: #FFF;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c3_circle ul li p {
    font-size: 22px;
  }
}
.c3_circle ul li p strong {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c3_circle ul li p strong {
    font-size: 28px;
  }
}

/* 赤囲い_白抜き bored_bgwh */
.bored_bgwh {
  border: 1px solid #CD1423;
  padding: 40px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .bored_bgwh {
    padding: 30px 5%;
  }
}

/* 2カラム_ボタン c2_button */
.c2_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
@media screen and (max-width: 768px) {
  .c2_button {
    display: block;
  }
}
.c2_button .left_area {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .c2_button .left_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.c2_button .right_area {
  width: 33.2%;
}
@media screen and (max-width: 768px) {
  .c2_button .right_area {
    width: auto;
  }
}

/*========================================
診療分野_一覧
========================================*/
.condition_sec .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
}
@media screen and (max-width: 768px) {
  .condition_sec .block {
    gap: 15px 0;
  }
}
.condition_sec .list_item {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 768px) {
  .condition_sec .list_item {
    width: 100%;
  }
}
.condition_sec .list_item.active .aco_head::before {
  transform: rotate(90deg);
}
.condition_sec .aco_list {
  padding: 20px 20px 0;
  display: none;
}
.condition_sec .aco_head {
  font-size: 18px;
  font-weight: 700;
  color: #A18679;
  border: #A18679 1px solid;
  border-radius: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 18px 25px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .condition_sec .aco_head:hover {
    background: #f5efec;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .condition_sec .aco_head:hover {
    background: #f5efec;
  }
}
.condition_sec .aco_head::before, .condition_sec .aco_head::after {
  content: "";
  position: absolute;
}
.condition_sec .aco_head::before {
  right: 20px;
  top: 22px;
  width: 1px;
  height: 11px;
  background: #A18679;
  transition: all 0.3s ease;
}
.condition_sec .aco_head::after {
  right: 15px;
  bottom: 29px;
  width: 11px;
  height: 1px;
  background: #A18679;
}
.condition_sec .aco_item {
  flex-direction: column;
}
.condition_sec .aco_item a {
  padding: 3px 0;
  margin: 0 0 5px 0;
  display: block;
  position: relative;
  color: #555555;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .condition_sec .aco_item a {
    font-size: 18px;
    line-height: 1.7;
  }
}
.condition_sec .aco_item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #707070;
  transition: all 0.5s ease;
}
.condition_sec .aco_item a::after {
  content: "";
  position: absolute;
  right: -6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  top: 45%;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .condition_sec .aco_item a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .condition_sec .aco_item a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.medical_cate_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medical_cate_sec ul:after {
  content: "";
  display: block;
  width: 24%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.medical_cate_sec li {
  width: calc(25% - 11.25px);
  height: 213px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .medical_cate_sec li {
    width: calc(50% - 10px);
    height: 140px;
  }
}
.medical_cate_sec li a {
  background: #F9F7F4;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  border: 1px solid #F9F7F4;
}
.medical_cate_sec li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .medical_cate_sec li a:hover {
    opacity: 1;
    border: 1px solid #A18679;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .medical_cate_sec li a:hover {
    opacity: 1;
    border: 1px solid #A18679;
  }
}
.medical_cate_sec li a .img {
  max-width: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .medical_cate_sec li a .img {
    max-width: 75px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .medical_cate_sec li:hover {
    opacity: 1;
  }
  .medical_cate_sec li:hover .img {
    transform: scale(1.18, 1.18);
    transition: 0.5s all;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .medical_cate_sec li:hover {
    opacity: 1;
  }
  .medical_cate_sec li:hover .img {
    transform: scale(1.18, 1.18);
    transition: 0.5s all;
    opacity: 1;
  }
}
.medical_cate_sec .img {
  width: 120px;
  overflow: hidden;
  transition: 0.5s all;
}
.medical_cate_sec p {
  line-height: 1.4;
  text-align: center;
  color: #888888;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .medical_cate_sec p {
    line-height: 1.2;
    font-size: 13px;
  }
}

.condition_detail_sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 3.67%;
}
@media screen and (max-width: 820px) {
  .condition_detail_sec ul {
    gap: 70px 2.2%;
  }
}
.condition_detail_sec li {
  width: 22.223%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .condition_detail_sec li {
    width: 31.85%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .condition_detail_sec li {
    width: 100%;
    height: auto;
  }
}
.condition_detail_sec li a {
  background: none;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 5px 0;
  position: relative;
  transition: all 0.4s ease;
}
.condition_detail_sec li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .condition_detail_sec li a:hover {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .condition_detail_sec li a:hover {
    opacity: 1;
  }
}
.condition_detail_sec li a .img {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  background: #F9F7F4;
  border-radius: 10px;
  margin: 0 0 25px 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .condition_detail_sec li a .img {
    max-width: 100%;
    padding: 10px 0;
    margin: 0 0 5px 0;
  }
}
.condition_detail_sec li a .img img {
  width: 100px;
  transition: all 0.4s ease;
}
.condition_detail_sec li a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 172px;
  width: 36px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #A18679;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .condition_detail_sec li a::before {
    right: 0px;
    top: 138px;
    width: 20px;
    height: 14px;
  }
}
.condition_detail_sec li a::after {
  content: "";
  position: absolute;
  right: 13.7px;
  top: 182px;
  width: 10.33px;
  height: 6.52px;
  background: url(../img/common/btn_arrow_01.svg) no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .condition_detail_sec li a::after {
    width: 8.65px;
    height: 5.57px;
    right: 6.5px;
    top: 142px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .condition_detail_sec li a:hover {
    opacity: 1;
  }
  .condition_detail_sec li a:hover::before {
    background: #A18679;
  }
  .condition_detail_sec li a:hover::after {
    animation: arrow-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .condition_detail_sec li a:hover {
    opacity: 1;
  }
  .condition_detail_sec li a:hover::before {
    background: #A18679;
  }
  .condition_detail_sec li a:hover::after {
    animation: arrow-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .condition_detail_sec li:hover {
    opacity: 1;
  }
  .condition_detail_sec li:hover .img img {
    transform: scale(1.18, 1.18);
    transition: 0.5s all;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .condition_detail_sec li:hover {
    opacity: 1;
  }
  .condition_detail_sec li:hover .img img {
    transform: scale(1.18, 1.18);
    transition: 0.5s all;
    opacity: 1;
  }
}
.condition_detail_sec .img {
  width: auto;
  overflow: hidden;
  transition: 0.5s all;
}
.condition_detail_sec .name {
  font-size: 18px;
  position: relative;
  margin: 0 0 10px 0;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .condition_detail_sec .name {
    margin: 0 0 5px 0;
  }
}
.condition_detail_sec .txt {
  font-size: 14px;
}
.condition_detail_sec p {
  color: #555555;
}

/* ========================================
    250902~ 追加分
========================================*/
.w900 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.add0902 {
  color: green;
  font-size: 30px;
  text-align: center;
  margin-bottom: 100px;
}

.parts_box {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .parts_box {
    width: 92% !important;
  }
}

.bg_brown01 {
  background: var(--brown01);
}

.bg_brown02 {
  background: top/cover url(../../asset/img/main/bg_brown.jpg) repeat;
  padding-top: 98px;
  padding-bottom: 98px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .bg_brown02 {
    background: top/cover url(../../asset/img/main/bg_brown_sp.jpg) repeat-y;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

.bg_brown03 {
  background: #F1EDEA;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .bg_brown03 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

.bg_brown04 {
  background: top/cover url(../../asset/img/main/bg_brown02.jpg) repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .bg_brown04 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
}

.main-visual {
  width: 90%;
  max-width: 1200px;
  padding-top: 179px;
  margin-inline: auto;
  margin-bottom: 26px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-visual {
    width: 85%;
    padding-top: 74px;
    margin-bottom: 34px;
    border-radius: 10px;
  }
}
.main-visual .main_ttl-l {
  background: var(--brown01);
  border-top-right-radius: 50px;
  width: 27.83333333%;
  padding: 3.83333333% 0 2.5% 2.33333333%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-visual .main_ttl-l {
    width: auto;
    padding: 0;
    margin-bottom: 12px;
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .main_ttl-l.bunya {
    width: 30.83333333%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .main_ttl-l.bunya {
    width: auto;
  }
}
.main-visual .main_ttl-l.keiren {
  width: 36.16666663%;
}
@media screen and (max-width: 1024px) {
  .main-visual .main_ttl-l.keiren {
    width: 54.16666663%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .main_ttl-l.keiren {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .main_ttl-l.dryeye {
    width: 32.8333333333%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .main_ttl-l.dryeye {
    width: auto;
  }
}
.main-visual img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .main-visual img {
    border-radius: 10px;
  }
}

.breadcrumbs {
  padding-left: 2.14285714%;
  margin-bottom: 94px;
}
.breadcrumbs nav ol {
  justify-content: flex-start;
}
.breadcrumbs nav ol li {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.breadcrumbs nav ol li:last-child::after {
  display: block;
  bottom: -6px;
  transform: translate(0);
}

.main_ttl-l h1, .main_ttl-l h2, .main_ttl-l h3 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3095238095;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .main_ttl-l h1, .main_ttl-l h2, .main_ttl-l h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.main_ttl-l .en {
  font-family: "Forum", serif;
  color: #8A5858;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .main_ttl-l .en {
    font-size: 14px;
  }
}

.sttl-l {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5517241379;
  text-align: center;
  font-feature-settings: normal;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 48px;
  border-top: 1px solid var(--brown03);
  border-bottom: 1px solid var(--brown03);
}
@media screen and (max-width: 768px) {
  .sttl-l {
    font-size: 24px;
    padding-top: 13px;
    padding-bottom: 12px;
    margin-bottom: 26px;
  }
}

.sttl-l_02 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: normal;
  color: var(--brown02);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sttl-l_02 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.sttl-l_02.center {
  text-align: center;
}

.sttl-l_03 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  width: 66%;
  max-width: 594px;
  margin-inline: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sttl-l_03 {
    margin-bottom: 22px;
    width: 100%;
  }
}
.sttl-l_03 p {
  color: var(--brown02);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sttl-l_03 p {
    font-size: 13px;
    margin-bottom: 19px;
  }
}
.sttl-l_03 p::before, .sttl-l_03 p::after {
  content: "";
  display: block;
  width: 168px;
  height: 1px;
  background: var(--brown03);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sttl-l_03 p::before {
  left: -182px;
}
.sttl-l_03 p::after {
  right: -182px;
}
.sttl-l_03 h1, .sttl-l_03 h2, .sttl-l_03 h3, .sttl-l_03 h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .sttl-l_03 h1, .sttl-l_03 h2, .sttl-l_03 h3, .sttl-l_03 h4 {
    font-size: 20px;
  }
}

.caution_sttl-l {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown04);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
  padding-left: 66.5px;
  margin-bottom: 32px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .caution_sttl-l {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .caution_sttl-l {
    font-size: 18px;
    padding-left: 38px;
    margin-bottom: 26px;
  }
}
.caution_sttl-l::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: center/cover url(../img/main/glaucoma/exclamation.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .caution_sttl-l::before {
    width: 30px;
  }
}
.caution_sttl-l span {
  font-size: 26px;
  line-height: 1.5769230769;
}
@media screen and (max-width: 768px) {
  .caution_sttl-l span {
    font-size: 20px;
  }
}

.caution_sttl-l_02 {
  width: 100%;
  border-top: 1px solid var(--brown03);
  border-bottom: 1px solid var(--brown03);
}
.caution_sttl-l_02 span {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: normal;
  color: var(--brown04);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
  display: block;
  width: fit-content;
  padding: 27px 22px 24px 70px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caution_sttl-l_02 span {
    font-size: 20px;
    padding: 19px 0 17px 38px;
  }
}
.caution_sttl-l_02 span::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: center/cover url(../img/main/glaucoma/exclamation.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .caution_sttl-l_02 span::before {
    width: 30px;
    top: 21px;
    transform: translateY(0);
  }
}

.sttl-l_04 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: normal;
  color: var(--brown05);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
  width: fit-content;
  border-radius: 22px;
  border: 1px solid var(--brown03);
  padding: 3px 28px 0 30px;
  margin-inline: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sttl-l_04 {
    font-size: 16px;
    padding: 1px 13px 0 14px;
    margin-bottom: 12px;
  }
}

.sttl-l_05 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .sttl-l_05 {
    font-size: 17px;
  }
}

.sttl-l_06 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .sttl-l_06 {
    font-size: 17px;
  }
}

.cmn_txt {
  font-family: "Zen Old Mincho", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .cmn_txt {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.7857142857;
  }
}

.cmn_txt_02 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .cmn_txt_02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7857142857;
  }
}

.cmn_txt_03 {
  font-family: "Zen Old Mincho", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  .cmn_txt_03 {
    line-height: 1.7857142857;
  }
}

.anc24p {
  font-size: 30px;
  font-weight: 900;
  color: green;
  margin-bottom: 30px;
}

.c2_rimg-frame {
  display: grid;
  grid-template-columns: 1fr 43.33333333%;
  gap: 5.55555556%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c2_rimg-frame {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 50px;
  }
}
.c2_rimg-frame .img_frame {
  height: fit-content;
  background: var(--white);
  border-radius: 5px;
  border: 1px solid var(--brown03);
  padding: 18.5px 23.5px;
}
@media screen and (max-width: 768px) {
  .c2_rimg-frame .img_frame {
    padding: 15.3px 20.8px 17.3px;
  }
}

.c2_lr_img-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12.88888889%;
  margin-bottom: 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c2_lr_img-frame {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 20px;
  }
}
.c2_lr_img-frame:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--brown03);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c2_lr_img-frame:before {
    width: 100%;
    height: 1px;
    border-left: none;
    border-top: 1px dashed var(--brown03);
  }
}
.c2_lr_img-frame .left .sttl-l_05,
.c2_lr_img-frame .right .sttl-l_05 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c2_lr_img-frame .left .sttl-l_05,
  .c2_lr_img-frame .right .sttl-l_05 {
    margin-bottom: 5px;
  }
}
.c2_lr_img-frame .left .cmn_txt_03,
.c2_lr_img-frame .right .cmn_txt_03 {
  margin-bottom: 25px;
}
.c2_lr_img-frame .left .img_frame,
.c2_lr_img-frame .right .img_frame {
  padding: 26.5px 36.2px;
  border-radius: 5px;
  border: 1px solid var(--brown03);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .c2_lr_img-frame .left .img_frame,
  .c2_lr_img-frame .right .img_frame {
    padding: 12px 30px;
  }
}

.c2_limg {
  display: grid;
  grid-template-columns: 1fr 43%;
  gap: 7.444%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c2_limg {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.c2_rimg {
  display: grid;
  grid-template-columns: 1fr 39.33333333%;
  gap: 2.33333333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c2_rimg {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.c2_limg_rcaution {
  display: grid;
  grid-template-columns: 33.77777778% 1fr;
  gap: 6.22222222%;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .c2_limg_rcaution {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c2_limg_rcaution .img {
    order: 2;
  }
}

.c2_listitem_rimg {
  overflow: hidden;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .c2_listitem_rimg {
    margin-bottom: 34px;
  }
}
.c2_listitem_rimg .number {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c2_listitem_rimg .number {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.c2_listitem_rimg .number::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: var(--brown03);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 14px);
}
@media screen and (max-width: 768px) {
  .c2_listitem_rimg .number::after {
    left: calc(100% + 7px);
  }
}
.c2_listitem_rimg .sttl-l_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c2_listitem_rimg .sttl-l_02 {
    margin-bottom: 21px;
  }
}
.c2_listitem_rimg .sttl-l_02.center {
  text-align: center;
}
.c2_listitem_rimg .c2_content {
  display: grid;
  grid-template-columns: 1fr 34.33333333%;
  gap: 7.11111111%;
}
@media screen and (max-width: 768px) {
  .c2_listitem_rimg .c2_content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c2_listitem_rimg .c2_content .sttl-l_04 {
  margin-bottom: 10px;
}

.c3_txt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .c3_txt {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .c3_txt .c3_item {
    border-top: 1px dashed #A1937F;
  }
}
.c3_txt .c3_item:nth-of-type(1) {
  padding-right: 14.5%;
}
@media screen and (max-width: 768px) {
  .c3_txt .c3_item:nth-of-type(1) {
    padding: 16px 0;
  }
}
.c3_txt .c3_item:nth-of-type(2) {
  padding-inline: 7.16666667%;
  border-right: 1px dashed #A1937F;
  border-left: 1px dashed #A1937F;
}
@media screen and (max-width: 768px) {
  .c3_txt .c3_item:nth-of-type(2) {
    padding: 16px 0;
    border-right: none;
    border-left: none;
  }
}
.c3_txt .c3_item:nth-of-type(3) {
  padding-left: 14.5%;
}
@media screen and (max-width: 768px) {
  .c3_txt .c3_item:nth-of-type(3) {
    padding: 16px 0 0;
  }
}
.c3_txt .c3_item h3, .c3_txt .c3_item h4, .c3_txt .c3_item h5 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c3_txt .c3_item h3, .c3_txt .c3_item h4, .c3_txt .c3_item h5 {
    margin-bottom: 5px;
  }
}

.c3_img {
  display: grid;
  grid-template-columns: repeat(3, 28.66666667%);
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c3_img {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c3_img .c3_item figure img {
  display: block;
  margin-inline: auto;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c3_img .c3_item figure img {
    margin-bottom: 10px;
  }
}

.t_notes {
  font-size: 13px;
  margin-top: 10px;
}

.c3_img_period {
  display: grid;
  grid-template-columns: repeat(3, 28.66666667%);
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c3_img_period {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.c3_img_period::before {
  content: "";
  width: 66.6%;
  height: 1px;
  border-top: 1px dashed var(--brown03);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35.5px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c3_img_period::before {
    width: 1px;
    height: 66.6%;
    border-top: none;
    border-right: 1px dashed var(--brown03);
    top: 28px;
    left: 28px;
    transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .c3_img_period .c3_item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 23px;
  }
}
.c3_img_period .c3_item .c3_period {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 71px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border-radius: 50vw;
  background: var(--brown03);
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c3_img_period .c3_item .c3_period {
    font-size: 15px;
    width: 56px;
  }
}
.c3_img_period .c3_item figure img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c3_img_period .c3_item figure img {
    margin-bottom: 8px;
  }
}

.frame_c2 {
  padding: 60px 6.66666667%;
  border-radius: 10px;
  border: 1px solid var(--brown03);
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .frame_c2 {
    padding: 27px 8.69565217% 30px;
    margin-bottom: 0;
  }
}
.frame_c2 .frame_contents {
  display: grid;
  grid-template-columns: 1fr 32.13367609%;
  gap: 3.85604113%;
}
@media screen and (max-width: 768px) {
  .frame_c2 .frame_contents {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .frame_c2 .frame_contents .img {
    width: 70.3180212%;
    margin-inline: auto;
  }
}

.frame_c2_02 {
  width: 86.66666667%;
  padding-bottom: 48px;
  margin-inline: auto;
  border-bottom: 1px dashed var(--brown03);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .frame_c2_02 {
    width: 100%;
    padding-inline: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.frame_c2_02 > p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  position: relative;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .frame_c2_02 > p {
    margin-bottom: 19px;
  }
}
.frame_c2_02 > p::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  border-top: 1px dashed var(--brown03);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 33.5px);
}
@media screen and (max-width: 768px) {
  .frame_c2_02 > p::after {
    left: calc(100% + 14.5px);
  }
}
.frame_c2_02 .frame_c2_02 .sttl-l_02 {
  margin-bottom: 30px;
}
.frame_c2_02 .frame_contents {
  display: grid;
  grid-template-columns: 1fr 46.15384615%;
  gap: 3.3333333333%;
}
@media screen and (max-width: 768px) {
  .frame_c2_02 .frame_contents {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}

.frame_c2_03 {
  padding: 60px 5%;
  border-radius: 10px;
  border: 1px solid var(--brown03);
}
@media screen and (max-width: 768px) {
  .frame_c2_03 {
    padding: 28px 5.79710145% 30px;
  }
}
.frame_c2_03 .frame_contents {
  display: grid;
  grid-template-columns: 1fr 40.08908686%;
  gap: 7.57238307%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .frame_c2_03 .frame_contents {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}
@media screen and (max-width: 768px) {
  .frame_c2_03 .frame_contents .left {
    padding-inline: 10px;
    margin-inline: auto;
  }
}
.frame_c2_03 .frame_contents img {
  border-radius: 10px;
}

.emphasis {
  display: grid;
  grid-template-columns: 229px 1fr;
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .emphasis {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.emphasis .left {
  background: #264453;
  border-radius: 10px 0 0 10px;
  border: 1px solid #264453;
  display: grid;
  place-content: center;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .emphasis .left {
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
  }
}
.emphasis .left p {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: normal;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  display: block;
  padding: 41px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .emphasis .left p {
    padding: 9px 30px 5px;
  }
}
.emphasis .right {
  background: #F8F8F8;
  border-radius: 0 10px 10px 0;
  border: 1px solid #264453;
  padding: 50px 21px 46px 26px;
}
@media screen and (max-width: 768px) {
  .emphasis .right {
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 20px;
  }
}
.emphasis .right ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.5em 0.3em;
}
@media screen and (max-width: 768px) {
  .emphasis .right ul {
    grid-template-columns: 1fr;
    row-gap: 7px;
  }
}
.emphasis .right ul li {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .emphasis .right ul li {
    padding-left: 10px;
  }
}
.emphasis .right ul li::before {
  content: "";
  display: block;
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: #333;
  position: absolute;
  top: 0.9375em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .emphasis .right ul li::before {
    top: 0.8em;
  }
}
.emphasis .right ul li:nth-child(-n+4) {
  grid-column: 1;
}
.emphasis .right ul li:nth-child(n+5) {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .emphasis .right ul li:nth-child(n+5) {
    grid-column: 1;
  }
}

:root {
  --brown01: #F7F4EE;
  --brown02: #462C1D;
  --brown03: #977D6E;
  --brown04: #752C21;
  --brown05: #654B3B;
  --white: #fff;
}

.parts_box.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .parts_box.grid {
    grid-template-columns: 1fr;
  }
}
.parts_box.grid .anc24p {
  grid-column: 1/-1;
}

.colorbox {
  width: 400px;
  height: 100px;
  display: grid;
  place-content: center;
}
.colorbox.brown01 {
  background: var(--brown01);
}
.colorbox.brown02 {
  color: white;
  background: var(--brown02);
}
.colorbox.brown03 {
  color: white;
  background: var(--brown03);
}
.colorbox.brown04 {
  color: white;
  background: var(--brown04);
}
.colorbox.brown05 {
  color: white;
  background: var(--brown05);
}
.colorbox.txtcolor {
  color: white;
  background: var(--main_black);
}
.colorbox.whitecolor {
  background: var(--white);
  border: 1px solid lightgray;
}

.widebox {
  grid-column: 1/-1;
}

.btn-wrapper {
  position: relative;
}
.btn-wrapper a {
  display: inline-block;
  width: fit-content;
}

.btn_arrow_02 {
  width: 36px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #A18679;
  transition: all 0.4s ease;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_arrow_02 {
    width: 20px;
    height: 14px;
    background: #fff;
  }
}
.btn_arrow_02::after {
  content: "";
  display: block;
  width: 10.33px;
  height: 6.52px;
  background: center/cover url(../img/common/btn_arrow_01.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn_arrow_02::after {
    width: 6px;
    height: 4px;
  }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  a:has(.btn_arrow_02):hover .btn_arrow_02 {
    background: #A18679;
  }
  a:has(.btn_arrow_02):hover .btn_arrow_02::after {
    animation: arrow-in02 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
  @keyframes arrow-in02 {
    0% {
      visibility: visible;
      translate: -180% 0;
    }
    100% {
      visibility: visible;
      translate: 0 0;
    }
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  a:has(.btn_arrow_02):hover .btn_arrow_02 {
    background: #A18679;
  }
  a:has(.btn_arrow_02):hover .btn_arrow_02::after {
    animation: arrow-in02 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
  @keyframes arrow-in02 {
    0% {
      visibility: visible;
      translate: -180% 0;
    }
    100% {
      visibility: visible;
      translate: 0 0;
    }
  }
}

.link_treatment_sec {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.link_treatment_sec .inner {
  display: grid;
  grid-template-columns: 47.7777777778% 47.7777777778%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner {
    grid-template-columns: 1fr;
    gap: 25px;
    width: 85%;
  }
}
.link_treatment_sec .inner .btn_symp,
.link_treatment_sec .inner .btn_spec {
  height: auto;
  aspect-ratio: 430/160;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp,
  .link_treatment_sec .inner .btn_spec {
    aspect-ratio: 345/80;
  }
}
.link_treatment_sec .inner .btn_symp a,
.link_treatment_sec .inner .btn_spec a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a,
  .link_treatment_sec .inner .btn_spec a {
    place-content: normal;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_content,
.link_treatment_sec .inner .btn_spec a .btn_content {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_content,
  .link_treatment_sec .inner .btn_spec a .btn_content {
    padding-left: 29px;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_content .btn_img,
.link_treatment_sec .inner .btn_spec a .btn_content .btn_img {
  width: 55px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_content .btn_img,
  .link_treatment_sec .inner .btn_spec a .btn_content .btn_img {
    width: 43px;
    height: 39px;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_content hgroup,
.link_treatment_sec .inner .btn_spec a .btn_content hgroup {
  color: var(--white);
}
.link_treatment_sec .inner .btn_symp a .btn_content hgroup .btn_ttl,
.link_treatment_sec .inner .btn_spec a .btn_content hgroup .btn_ttl {
  color: inherit;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_content hgroup .btn_ttl,
  .link_treatment_sec .inner .btn_spec a .btn_content hgroup .btn_ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_content hgroup .en,
.link_treatment_sec .inner .btn_spec a .btn_content hgroup .en {
  color: inherit;
  font-family: "Forum", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_content hgroup .en,
  .link_treatment_sec .inner .btn_spec a .btn_content hgroup .en {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_arrow_01,
.link_treatment_sec .inner .btn_spec a .btn_arrow_01 {
  width: 36px;
  height: 25px;
  position: absolute;
  right: 4.6511627907%;
  bottom: 12.5%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_arrow_01,
  .link_treatment_sec .inner .btn_spec a .btn_arrow_01 {
    width: 20px;
    height: 14px;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
  }
}
.link_treatment_sec .inner .btn_symp a .btn_arrow_01::before,
.link_treatment_sec .inner .btn_spec a .btn_arrow_01::before {
  background: transparent;
  border: 1px solid var(--white);
  top: 0;
  left: 0;
}
.link_treatment_sec .inner .btn_symp a .btn_arrow_01::after,
.link_treatment_sec .inner .btn_spec a .btn_arrow_01::after {
  background: center/contain url(../img/main/arrow_white.svg) no-repeat;
  right: 13px;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_arrow_01::after,
  .link_treatment_sec .inner .btn_spec a .btn_arrow_01::after {
    right: 7px;
    bottom: 4.5px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .link_treatment_sec .inner .btn_symp a:hover .btn_arrow_01::after,
  .link_treatment_sec .inner .btn_spec a:hover .btn_arrow_01::after {
    animation: arrow-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
  @keyframes arrow-in {
    0% {
      visibility: visible;
      transform: translateX(-180%);
    }
    100% {
      visibility: visible;
      transform: translateX(0);
    }
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .link_treatment_sec .inner .btn_symp a:hover .btn_arrow_01::after,
  .link_treatment_sec .inner .btn_spec a:hover .btn_arrow_01::after {
    animation: arrow-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(102%) contrast(102%);
  }
  @keyframes arrow-in {
    0% {
      visibility: visible;
      transform: translateX(-180%);
    }
    100% {
      visibility: visible;
      transform: translateX(0);
    }
  }
}
.link_treatment_sec .inner .btn_symp a {
  background: #254453;
}
.link_treatment_sec .inner .btn_symp a .btn_content {
  translate: -4.0697674419% 0;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_symp a .btn_content {
    translate: 0;
  }
}
.link_treatment_sec .inner .btn_spec a {
  background: var(--brown02);
}
.link_treatment_sec .inner .btn_spec a .btn_content {
  translate: -1.7441860465% 0;
}
@media screen and (max-width: 768px) {
  .link_treatment_sec .inner .btn_spec a .btn_content {
    translate: 0;
  }
}

/* side-nav */
.main_side-nav-pc {
  position: fixed;
  top: 160px;
  right: 0px;
  z-index: 10;
  transition: all 0.3s ease;
  background: rgba(247, 244, 238, 0.8);
  padding: 20px 30px 20px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .main_side-nav-pc {
    display: none;
  }
}
.main_side-nav-pc h2, .main_side-nav-pc h3, .main_side-nav-pc h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  line-height: 1.5;
  padding-left: 10px;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
.main_side-nav-pc h2::before, .main_side-nav-pc h3::before, .main_side-nav-pc h4::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: #8A5858;
  position: absolute;
  top: 10px;
  left: 0;
}
.main_side-nav-pc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_side-nav-pc ul li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.main_side-nav-pc ul li a.active2 {
  color: #8A5858;
}

.main_top-nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_top-nav-sp {
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin-bottom: 28px;
  }
  .main_top-nav-sp > p {
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #462C1D;
    font-weight: 600;
  }
  .main_top-nav-sp .btn_arrow_01 {
    width: 20px;
    height: 14px;
  }
  .main_top-nav-sp .btn_arrow_01::before, .main_top-nav-sp .btn_arrow_01::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_top-nav-sp .btn_arrow_01::before {
    background: #977D6E;
  }
  .main_top-nav-sp .btn_arrow_01::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(300%) hue-rotate(37deg) brightness(116%) contrast(100%);
  }
  .main_top-nav-sp .btn_arrow_01.prev::after {
    rotate: 180deg;
    transform-origin: top left;
  }
  .main_top-nav-sp.first > p {
    padding-left: 46px;
  }
  .main_top-nav-sp.first .btn_arrow_01.prev {
    display: none;
  }
  .main_top-nav-sp.last > p {
    padding-right: 46px;
  }
  .main_top-nav-sp.last .btn_arrow_01.next {
    display: none;
  }
}

.main_bottom-nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_bottom-nav-sp {
    display: block;
    margin-bottom: 50px;
  }
  .main_bottom-nav-sp > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main_bottom-nav-sp > ul > li {
    width: 48.1857764877%;
  }
  .main_bottom-nav-sp > ul > li:first-child {
    width: 100%;
  }
  .main_bottom-nav-sp > ul > li .btn_arrow_01 {
    padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
    color: #462C1D;
    border-bottom: 1px solid #E3DBD8;
  }
  .main_bottom-nav-sp > ul > li .btn_arrow_01::before, .main_bottom-nav-sp > ul > li .btn_arrow_01::after {
    top: 55%;
    transform: translateY(-55%);
  }
  .main_bottom-nav-sp > ul > li .btn_arrow_01::before {
    background: #977D6E;
  }
  .main_bottom-nav-sp > ul > li .btn_arrow_01::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(300%) hue-rotate(37deg) brightness(116%) contrast(100%);
  }
  .main_bottom-nav-sp > ul > li .btn_arrow_01.prev::after {
    rotate: 180deg;
    transform-origin: top left;
  }
}

/* 画像に角丸 imgにclass付与 */
.img_radi {
  border-radius: 5px;
}

.img_radi2 {
  border-radius: 5px;
  border: 1px solid var(--brown03);
}

.cmn_btn_01 a::after {
  transform: translateY(-50%) rotate(0deg);
}

.nowrap {
  white-space: nowrap;
}

.main_main .condition_sec {
  margin-bottom: 0;
}
.main_main .medical_cate_sec li a {
  padding: 10px 0;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .main_main .content_inner .inner {
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */