@charset "UTF-8";

:root {
  --main-color: #303457;
  --sub-color: #ca954e;
  --link-color: #6e829c;
}

/*
  01. header
========================================================================== */
.header.low {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 max(2.143vw, 27px) 0 max(3.143vw, 40px);
  box-sizing: border-box;
}

.header.low .logo {
  width: max(16.429vw, 213px);
  margin: max(7.143vw, 92px) auto 0;
  display: block;
}

.header.low h1 {
  font-size: max(0.857vw, 11px);
  color: #2e2e2e;
  line-height: 1;
  padding-top: max(0.714vw, 9px);
}

.header.low .btns {
  display: flex;
  align-items: flex-start;
  gap: max(0.714vw, 9px);
}

.header.low .btn {
  width: max(12.857vw, 167px);
  cursor: pointer;
}

/*
  02. gnav
========================================================================== */
.gnav {
  width: max(85.714vw, 1114px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gnav > ul {
  display: flex;
  justify-content: center;
  padding: max(1.357vw, 17px) 0;
  position: relative
}

.gnav > ul > li {
  border-right: 1px solid #494949;
  font-size: max(1.071vw, 13px);
  color: #494949;
  line-height: 1;
  display: flex;
  flex-grow: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.gnav > ul > li:first-child {
  border-left: 1px solid #494949;
}

.gnav li.linkTreatment span,
.gnav > ul > li a {
  display: block;
  text-align: center;
  padding: max(0.643vw, 8px) 0;
  width: 100%;
}

.gnav li.linkTreatment {
  cursor: pointer;
}

.gnav li.linkTreatment.active {
  background: #fdf8ed;
}

.wrap_navTreatment {
  display: none;
  padding: 2em;
  font-size: max(0.950vw, 12px);
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - max(1.357vw, 17px));
  left: 0;
  z-index: 9;
  background: #fdf8ed;
}

.navTreatment ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 2em;
}

.navTreatment li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5em;
}

.navTreatment li::before {
  content: "▶";
  display: block;
  font-size: 62%;
  color: #000;
}

.navTreatment ul li a {
  padding: 0;
}

/*
  footer
========================================================================== */
footer {
  background: url("../images/pc/footer_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: max(8.571vw, 111px);
  width: max(100%, 1300px);
  box-sizing: border-box;
  padding-top: 1px;
}

.foot_head_logo {
  width: max(14.857vw, 193px);
  display: block;
  margin: min(-3.214vw, -42px) auto 0 auto;
}

.footer_head .access_content {
  margin-top: max(3.571vw, 46px);
}

.footer_bottom {
  position: relative;
  width: max(93.5vw, 1215px);
  margin: max(7.143vw, 92px) auto max(5.714vw, 74px) auto;
	justify-content: space-around;
}

.footer_left {
  margin: 0 0 0 max(8.571vw, 111px);
}

.footer_left li {
  list-style-type: disc;
  font-size: max(0.929vw, 12px);
}

.footer_left li + li {
  margin-top: max(0.643vw, 8px);
}

.footer_right .banner_left ul li a img {
  width: max(22.86vw, 290px);
}

.footer_right a {
  display: block;
}

.footer_right .banner_left ul li + li {
  margin-top: max(0.929vw, 12px);
}

.footer_right .banner_right ul li a img {
  width: max(7.429vw, 96px);
}

.footer_right {
  width: max(37.143vw, 482px);
  /* margin: 0px max(3.571vw, 46px) 0 0; */
	margin: 0px max(1.786vw, 23px) 0 0;
	justify-content: flex-end;
}

.footer_left ul {
  width: max(11.429vw, 148px);
}

.footer_left ul li.last {
  margin-top: max(1.786vw, 23px);
}

.footer_left ul + ul {
  width: max(14.286vw, 185px);
}

.footer_left ul + ul + ul {
  width: max(14.286vw, 185px);
}

.humanity {
  width: max(5vw, 65px);
  position: absolute;
  bottom: min(-4.643vw, -61px);
  right: min(-0.714vw, -10px);
}

.banner_right {
  margin-left: max(1.429vw, 18px);
}

.banner_right li + li {
  margin-top: max(1.429vw, 18px);
}

/******** COPYRIGHT ********/
.foot_copyright {
  color: #ffffff;
  background-color: #1468ac;
  font-size: max(0.893vw, 11px);
  padding: max(1.071vw, 13px) 0;
  letter-spacing: 0.1em;
  font-family: sans-serif;
  text-align: center;
}

.slick-arrow {
  display: none !important;
}

/* f_nav */
.f_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.f_nav .inr {
  box-sizing: border-box;
  width: 100svw;
  height: 100svh;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}

.f_nav .bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.f_nav .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: max(6.429vw, 83.571px);
  cursor: pointer;
}

.f_nav .access_content {
  margin: auto;
  width: max(85.71svw, 1114.29px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.f_nav .access_content .access_box {
  margin: 0;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

.f_nav .access_content .access_box h3 {
  height: auto;
  padding-top: .8em;
  padding-bottom: .7em;
  font-size: max(1.29svw, 16.71px);
}

.f_nav .access_content .access_box table {
  margin: 10px 5px;
  display: block;
  width: auto;
}

.f_nav .access_content .access_box table tbody,
.f_nav .access_content .access_box table tbody tr,
.f_nav .access_content .access_box table tbody tr th,
.f_nav .access_content .access_box table tbody tr td {
  display: block;
  width: 100%;
}

.f_nav .access_content .access_box table tbody tr + tr {
  margin-top: 10px;
}

.f_nav .access_content .access_box table tbody tr th,
.f_nav .access_content .access_box table tbody tr td {
  padding: 0;
  font-size: max(0.93svw, 12.07px);
}

.f_nav .access_content .access_box table tbody tr th {
  text-align: left;
  line-height: 1.5;
}

.f_nav .access_content .access_box table tbody tr td {
  line-height: 1.3;
}

.f_nav .access_content .access_box .access_tel {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: max(1.57svw, 20.43px);
  margin: auto;
}

.f_nav .access_content .access_box .access_tel::before {
  width: max(1.29svw, 16.71px);
  height: auto;
  aspect-ratio: 1/1;
}

.f_nav .access_content .access_box .access_btn{
	position: initial;
	width: 92%;
}

.f_nav .access_content .access_box .access_btn a {
  margin: 5px auto;
  padding-top: .8em;
  padding-bottom: .7em;
  width: 100%;
  height: auto;
  font-size: max(0.93svw, 12.07px);
  border-radius: 4px;
  position: relative;
  transition: .3s;
}

.f_nav .access_content .access_box .access_btn a:last-of-type{
	margin-bottom: 16px;
}

.f_nav .access_content .access_box .access_btn a:hover {
  opacity: .5;
}

.f_nav .access_content .access_box .access_btn a::after {
  display: none;
}

body.fixed {
  overflow: hidden;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
}

.sidemenu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #fef3e5;
}

.sidemenu div {
  position: relative;
  padding: 36px 20px 40px;
  background-color: #fff;
}

.sidemenu .ttl {
  width: 139px;
  margin-bottom: 24px;
}

.sidemenu ul {
  border-top: 1px solid #b1b1b1;
}

.sidemenu ul li {
  border-bottom: 1px solid #b1b1b1;
}

.sidemenu ul li a {
  position: relative;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 8px;
  height: 57px;
}

.sidemenu ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ca954e;
  border-width: 5px 0px 5px 8px;
}

/* sidebanner */
.sidebanner {
  margin-top: 65px;
}

.sidebanner ul li + li {
  margin-top: 30px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url('');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

/******** Access ********/
.access_body {
  background-image: url("../images/pc/access_back.jpg");
  width: max(100%, 1300px);
  height: max(172.679vw, 2244px);
  ;
  background-size: cover;
  padding-top: 1px;
}

.access_body h2 {
  font-size: max(3vw, 39px);
  color: #444444;
  margin-top: max(3.571vw, 46px);
  text-align: center;
  letter-spacing: 0.1em;
}

.access_body h2 span.txt1 {
  color: #1468ac;
}

.access_body h2 span.txt4 {
  font-size: max(6.428vw, 83px);
}

.access_body h2 span.txt5 {
  font-size: max(4.018vw, 52px);
}

.access_body h2 span.txt2 {
  font-size: max(2.643vw, 34px);
}

.access_body h2 span.txt3 {
  position: relative;
  display: inline-block;
}

.access_body h2 span.txt6 {
  font-size: max(2.929vw, 38px);
}

.access_body h2 span.txt3:before {
  content: "・・・・・";
  color: #b5af88;
  font-size: max(2.143vw, 27px);
  letter-spacing: 0.53em;
  top: min(-1.643vw, -22px);
  left: max(0.429vw, 5px);
  position: absolute;
}

.access_body h2 + p {
  text-align: center;
  font-size: max(1.894vw, 24px);
  color: #ffffff;
  margin-top: max(0.357vw, 4px);
}

.access_top_list {
  width: max(73.929vw, 961px);
  text-align: center;
  margin: max(2.143vw, 27px) auto 0 auto;
  font-size: max(1.857vw, 24px);
}

.access_top_list li {
  position: relative;
}

.access_top_list li:before {
  content: "";
  background-image: url("../images/pc/access_check01.png");
  width: max(1.607vw, 20px);
  height: max(1.571vw, 20px);
  position: absolute;
  background-size: 100% 100%;
  display: block;
  left: min(-2.143vw, -28px);
  top: max(0.929vw, 12px);
}

.access_top_list li:nth-child(2n):before {
  background-image: url("../images/pc/access_check02.png");
}

.access_top_list li span {
  font-size: max(2.286vw, 29px);
}

.access_content {
  width: max(93.5vw, 1215px);
  margin: max(2.5vw, 32px) auto 0 auto;
  justify-content: space-between;
}

.access_box {
  width: max(30vw, 390px);
  /* height: max(53.571vw, 696px); */
	aspect-ratio: 390 / 715;
  position: relative;
  background-color: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.access_box:nth-child(n+4) {
  margin-top: max(2.857vw, 37px);
}

.access_box:nth-child(2n-1) h3 {
  background-image: url("../images/pc/access_ttl01_back.jpg");
  background-repeat: repeat;
  color: #ffffff;
  height: max(5.143vw, 66px);
  text-align: center;
  font-size: max(2.143vw, 27px);
  padding-top: max(1.071vw, 13px);
  box-sizing: border-box;
}

.access_box:nth-child(2n) h3 {
  background-image: url("../images/pc/access_ttl02_back.jpg");
  background-repeat: repeat;
  color: #ffffff;
  height: max(5.143vw, 66px);
  text-align: center;
  font-size: max(2.143vw, 27px);
  padding-top: max(1.071vw, 13px);
  box-sizing: border-box;
}

.access_box table {
  font-size: max(1.286vw, 16px);
  margin: max(2.143vw, 27px) auto 0 auto;
  width: max(27.857vw, 362px);
}

.access_box table th {
  text-align: right;
  color: #1468ac;
}

.access_box:nth-child(2n) table th {
  color: #3887ad;
}

.access_box table td,
.access_box table th {
  padding: max(0.5vw, 6px) 0 max(0.5vw, 6px) max(1.429vw, 18px);
}

.access_box .access_tel {
  position: absolute;
  /* bottom: max(5vw, 65px); */
	bottom: 3.25em;
  left: 0;
  right: 0;
  font-size: max(2.286vw, 29px);
  margin: max(2.857vw, 37px) auto;
  text-align: center;
}

.access_box .access_tel:before {
  content: "";
  background-image: url("../images/pc/access_tel.png");
  width: max(1.643vw, 21px);
  height: max(1.643vw, 21px);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: 0px;
  margin-right: max(0.5vw, 6px);
}
.access_box .access_btn{
  bottom: max(1.286vw, 16px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.access_box .access_btn a {
	display: block;
  background-color: rgba(20, 104, 172, 1.00);
  color: #ffffff;
  width: max(25.286vw, 328px);
  height: max(3.571vw, 46px);
  text-align: center;
  padding-top: max(0.857vw, 11px);
  font-size: max(1.286vw, 16px);
  box-sizing: border-box;
	margin: auto;
}

.access_box .access_btn a + a{
	margin-top: 0.5em;
}

.access_box .access_btn a:after {
  content: "";
  background-image: url("../images/pc/access_arrow.png");
  width: max(0.929vw, 12px);
  height: max(0.929vw, 12px);
  background-size: 100% 100%;
  display: inline-block;
  margin-left: max(1.071vw, 13px);
}

.access_box:nth-child(2n) .access_btn a {
  background-color: rgba(56, 135, 173, 1.00);
}

.access_content2 {
  width: max(93.5vw, 1215px);
  margin: max(2.857vw, 37px) auto 0 auto;
}

.access_box2 {
  width: max(61.643vw, 801px);
  height: max(28.071vw, 364px);
  background-color: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.access_box2 h3 {
  background-image: url("../images/pc/access_ttl01_back.jpg");
  background-repeat: repeat;
  color: #ffffff;
  height: max(5.143vw, 66px);
  text-align: center;
  font-size: max(2.143vw, 27px);
  padding-top: max(1.071vw, 13px);
}

.access_box2_inner {
  padding: 0;
  position: relative;
}

.access_box2_inner img {
  width: max(25.929vw, 337px);
  margin: max(0.714vw, 9px) 0 0 max(1.786vw, 23px);
}

.access_box2_inner img + div {
  color: #2e2e2e;
  text-align: left;
  width: max(25.429vw, 330px);
  margin: max(1.429vw, 18px) max(2.143vw, 27px) 0 0;
}

.access_box2_inner img + div p {
  font-size: max(1.041vw, 13px);
}

.access_box2_inner img + div .txt1 {
  color: #1468ac;
  font-size: max(1.571vw, 20px);
}

.access_box2_inner img + div table {
  font-size: max(1.075vw, 13px);
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #2e2e2e;
  margin-top: max(0.714vw, 9px);
}

.access_box2_inner img + div table tr {
  border-top: 1px solid #2e2e2e;
}

.access_box2_inner img + div table th,
.access_box2_inner img + div table td {
  padding: max(0.357vw, 4px) 0;
  text-align: center;
}

.access_box2_inner img + div table td {
  padding: max(0.357vw, 4px) max(0.214vw, 2px);
}

.access_box2_inner img + div table + ul {
  font-size: max(0.929vw, 12px);
  text-align: right;
  margin: max(0.357vw, 4px) 0 0 0;
}

.access_box2_inner img + div table + ul + p {
  font-size: max(2.286vw, 29px);
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}

.access_box2_inner img + div table + ul + p:before {
  content: "";
  background-image: url("../images/pc/access_tel.png");
  display: inline-block;
  margin-right: max(0.5vw, 6px);
  background-size: 100% 100%;
  width: max(1.643vw, 21px);
  height: max(1.643vw, 21px);
}

.access_box2 {
  position: relative;
}

.access_box2 a {
  position: absolute;
  bottom: max(2.143vw, 27px);
  right: max(2.143vw, 27px);
  background-color: rgba(20, 104, 172, 1.00);
  color: #ffffff;
  width: max(25.286vw, 328px);
  height: max(3.571vw, 46px);
  text-align: center;
  margin: auto;
  padding-top: max(0.857vw, 11px);
  font-size: max(1.286vw, 16px);
}

.access_box2 a:after {
  content: "";
  background-image: url("../images/pc/access_arrow.png");
  width: max(0.929vw, 12px);
  height: max(0.929vw, 12px);
  background-size: 100% 100%;
  display: inline-block;
  margin-left: max(1.071vw, 13px);
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #82560b;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #82560b;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-size: contain;
  background-repeat: repeat;
  color: #fff;
  position: relative;
}

.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: #fff;
}

.ttl-low1-1 {
  color: #303457;
  background-image: url(../images/common/ttl_low1_1_bg.jpg);
}

.ttl-low1-2 {
  color: #82560b;
  background-image: url(../images/common/ttl_low1_2_bg.jpg);
}

.ttl-low1-3 {
  color: #81571f;
  background-image: url(../images/common/ttl_low1_3_bg.jpg);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 34px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  position: relative;
}

.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 100%;
}

.ttl-low2-1 {
  border-bottom-color: #303457;
  border-left-color: #303457;
  color: #303457;
}

.ttl-low2-1::before {
  background-color: #303457;
}

.ttl-low2-2 {
  border-bottom-color: #ca954e;
  border-left-color: #ca954e;
  color: #ca954e;
}

.ttl-low2-2::before {
  background-color: #ca954e;
}

.ttl-low2-3 {
  border-bottom-color: #6e829c;
  border-left-color: #6e829c;
  color: #6e829c;
}

.ttl-low2-3::before {
  background-color: #6e829c;
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  text-align: center;
}

.ttl-low3-1 {
  border-top-color: #303457;
  border-bottom-color: #303457;
  color: #303457;
}

.ttl-low3-2 {
  border-top-color: #ca954e;
  border-bottom-color: #ca954e;
  color: #ca954e;
}

.ttl-low3-3 {
  border-top-color: #81571f;
  border-bottom-color: #81571f;
  color: #81571f;
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
  white-space: nowrap;
}

.ttl-low4-1 > span:nth-of-type(1) {
  color: #303457;
  background-color: #dde7f8;
}

.ttl-low4-2 > span:nth-of-type(1) {
  color: #82560b;
  background-color: #fff4e4;
}

.ttl-low4-3 > span:nth-of-type(1) {
  color: #81571f;
  background-color: #dcd6ce;
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 1em;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  color: #303457;
  background-color: #dde7f8;
}

.ttl-low5-2 {
  color: #82560b;
  background-color: #fff4e4;
}

.ttl-low5-3 {
  color: #81571f;
  background-color: #dcd6ce;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #fcefdd;
  border: 1px solid #edcb9e;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #edcb9e;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #edcb9e;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #edcb9e;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colum::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #edcb9e transparent;
  border-width: 0px 5px 10px 5px;
  transform: rotate(180deg);
  bottom: -10px;
  right: 40px;
}

.colum::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4.5px 9px 4.5px;
  transform: rotate(180deg);
  bottom: -6px;
  right: 41px;
}

.colunm + .colunm {
  border: 1px solid #9092a8;
  background-color: #edeef8;
}

.colunm + .colunm .ttl-btn {
  background: #9092a8;
}

.colunm + .colunm .ttl-btn .colum {
  color: #9092a8;
  border: 1px solid #9092a8;
}

.colunm + .colunm .colum::before {
  border-color: transparent transparent #9092a8 transparent;
}
