@charset "UTF-8";
:root {
  --main-color: #276ebe;
  --sub-color: #2faed3;
  --link-color: #8fb5e9;
}

/*
  header
========================================================================== */
.lhead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 max(1.071vw, 13.929px) 0 max(3.571vw, 46.429px);
}
.lhead h1 {
  font-size: max(0.857vw, 11.143px);
  color: #2e2e2e;
  line-height: 1;
}
.lhead .logo {
  position: absolute;
  top: max(6.429vw, 83.571px);
  left: max(5.714vw, 74.286px);
  width: max(28.571vw, 371.429px);
}
.lhead .btns {
  display: flex;
  column-gap: max(1.071vw, 13.929px);
}
.lhead .btns .btn {
  width: fit-content;
  padding: 0 max(1.071vw, 13.929px);
  font-size: max(1.429vw, 18.571px);
  color: #fff;
  text-align: center;
  line-height: max(3.857vw, 50.143px);
  background-color: #112e7d;
}
.lhead .btns .btn.line {
  background-color: #06c755;
}
.lhead .btns .btn.tel {
  background-color: #1ea5dd;
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  margin-bottom: max(3vw, 39px);
}
.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: max(1.786vw, 23.214px) 0;
  background-color: #fff;
}
.gnav li {
  position: relative;
  border-right: max(0.071vw, 0.929px) solid #2e2e2e;
}
.gnav li:first-child {
  border-left: max(0.071vw, 0.929px) solid #2e2e2e;
}
.gnav a {
  font-size: max(1.071vw, 13.929px);
  color: #2e2e2e;
  line-height: 1;
  padding: max(0.571vw, 7.429px) max(3.214vw, 41.786px);
}

/*
  footer
========================================================================== */
.foot {
  position: relative;
  margin-top: max(3.571vw, 46.429px);
  background: linear-gradient(to right, #1e377b 0%, #1e377b 50%, #e0e7ed 50%, #e0e7ed 100%);
  display: flex;
}
.foot .foot_l {
  width: 50%;
  padding: 0 max(9.786vw, 127.214px) max(2.857vw, 37.143px);
}
.foot .logo {
  width: max(28.571vw, 371.429px);
  margin: 0 auto;
}
.foot .tel {
  margin-top: max(1.143vw, 14.857px);
  padding-top: max(1.286vw, 16.714px);
  border-top: max(0.071vw, 0.929px) solid #fff;
  font-size: max(3vw, 39px);
  color: #fff;
  text-align: center;
  line-height: 1;
}
.foot .tel span {
  position: relative;
  padding-left: max(2.857vw, 37.143px);
  display: inline-block;
}
.foot .tel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(1.786vw, 23.214px);
  aspect-ratio: 1/1;
  background-image: url(../images/common/foot_ico_tel.png);
  background-size: cover;
}
.foot .btns {
  margin-top: max(1.714vw, 22.286px);
}
.foot .btns .btn {
  width: max(14.571vw, 189.429px);
  margin: 0 auto;
  background-color: #2676ae;
  font-size: max(1.286vw, 16.714px);
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: max(2.857vw, 37.143px);
  position: relative;
}
.foot .btns .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: max(0.571vw, 7.429px);
  transform: translateY(-50%);
  width: max(0.5vw, 6.5px);
  height: max(0.714vw, 9.286px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
}
.foot .btns .btn + .btn {
  margin-top: max(1.071vw, 13.929px);
}
.foot .btns .btn.line {
  background-color: #01cd3a;
}
.foot .addr {
  font-size: max(1.071vw, 13.929px);
  color: #fff;
  font-weight: 500;
  margin-top: max(1.857vw, 24.143px);
}
.foot .timetable {
  margin-top: max(2.714vw, 35.286px);
}
.foot .timetable table {
  width: 100%;
  margin: 0 auto;
}
.foot .timetable table, .foot .timetable td, .foot .timetable th {
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.foot .timetable thead th, .foot .timetable thead td {
  font-size: max(1.286vw, 16.714px);
  color: #fff;
  font-weight: 500;
}
.foot .timetable tbody {
  border-top: max(0.071vw, 0.929px) solid #fff;
  border-bottom: max(0.071vw, 0.929px) solid #fff;
}
.foot .timetable tbody th {
  font-size: max(1.286vw, 16.714px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .timetable tbody td {
  font-size: max(0.857vw, 11.143px);
}
.foot .timetable tr {
  display: flex;
}
.foot .timetable th, .foot .timetable td {
  padding: max(0.571vw, 7.429px) 0;
}
.foot .timetable th {
  width: max(9.286vw, 120.714px);
}
.foot .timetable td {
  width: calc((100% - max(9.286vw, 120.714px)) / 8);
}
.foot .timetable .note {
  margin: max(0.714vw, 9.286px) 0 0;
  font-size: max(1vw, 13px);
  color: #fff;
  text-align: right;
}
.foot .timetable .note li {
  line-height: 1;
}
.foot .timetable .note li + li {
  margin-top: max(0.714vw, 9.286px);
}
.foot .foot_r {
  width: 50%;
  padding: max(2vw, 26px) max(3.071vw, 39.929px) max(2.857vw, 37.143px);
}
.foot .foot_r .foot_nav .nav_block {
  padding: max(1.286vw, 16.714px);
}
.foot .foot_r .foot_nav .nav_block + .nav_block {
  border-top: max(0.071vw, 0.929px) solid #0a4776;
}
.foot .foot_r .foot_nav .label {
  font-size: max(1vw, 13px);
  color: #fff;
  font-weight: 500;
  line-height: max(1.714vw, 22.286px);
  width: fit-content;
  margin-bottom: max(0.857vw, 11.143px);
  padding: 0 max(0.714vw, 9.286px);
  background-color: #0a4776;
}
.foot .foot_r .foot_nav a {
  font-size: max(1vw, 13px);
  color: #2e2e2e;
  line-height: 1;
  font-weight: 500;
}
.foot .foot_r .foot_nav .nav01 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: max(0.857vw, 11.143px);
}
.foot .foot_r .foot_nav .nav01 ul li {
  width: 25%;
}
.foot .foot_r .foot_nav .nav02 {
  display: flex;
}
.foot .foot_r .foot_nav .nav02 .box {
  width: 33.3333333333%;
}
.foot .foot_r .foot_nav .nav03 {
  display: flex;
}
.foot .foot_r .foot_nav .nav03 .inr:first-child {
  width: 60%;
}
.foot .foot_r .foot_nav .nav03 .inr:last-child {
  width: 40%;
}
.foot .foot_r .foot_nav .nav03 .box + .box {
  margin-top: max(1.429vw, 18.571px);
}
.foot .foot_r .foot_nav .nav03 li + li {
  margin-top: max(0.857vw, 11.143px);
}
.foot .foot_r .foot_nav .nav04 {
  display: flex;
  align-items: center;
  column-gap: max(2.143vw, 27.857px);
}
.foot .foot_r .foot_nav .nav04 .label {
  margin-bottom: 0;
}
.foot .foot_r .foot_nav .nav04 ul {
  display: flex;
  column-gap: max(2.143vw, 27.857px);
}
.foot .foot_r .sns {
  display: flex;
  justify-content: flex-end;
  margin-top: max(1.429vw, 18.571px);
}
.foot .foot_r .sns a {
  width: max(5.143vw, 66.857px);
}

.copy {
  font-size: max(1.071vw, 13.929px);
  color: #1e377b;
  line-height: max(3.571vw, 46.429px);
  text-align: center;
  font-weight: 500;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  width: 44px;
  cursor: pointer;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu h2 {
  font-size: 32px;
  text-align: center;
  color: #242424;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.sidemenu h3 {
  line-height: 30px;
  padding: 0 0 0 11px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  background-color: rgba(100, 174, 237, 0.2);
}

.sidemenu div {
  padding: 56px 22px 48px;
  border: 1px solid #363636;
}

.sidemenu p {
  font-size: 17px;
  color: #2e2e2e;
  line-height: 1;
  padding: 8px;
  background-color: #ffedd8;
}

.sidemenu ul + h3 {
  margin-top: 32px;
}

.sidemenu ul li {
  font-size: 16px;
  color: #242424;
}

.sidemenu ul li a {
  font-weight: 500;
  padding: 13px 10px;
  border-bottom: 1px dashed #a1a1a1;
}

.sidemenu ul li a span {
  font-size: 98%;
  letter-spacing: -0.05em;
}

.sidemenu ul li a i {
  display: inline-block;
  margin: 0 -0.5em;
}

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

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

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url("../images/common/lowinfo_bg.jpg");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 800/460;
  padding: 16px 426px 16px 16px;
}
.lowinfo .inr {
  height: 100%;
  padding: 20px 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowinfo .logo {
  width: 100%;
  margin: 0 auto;
}
.lowinfo .tel {
  margin: 10px 0 10px;
  padding: 20px 0 0;
  width: 320px;
  border-top: 1px solid #2e2e2e;
  text-align: center;
}
.lowinfo .tel .txt {
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1;
}
.lowinfo .tel .num {
  font-size: 33px;
  color: #2e2e2e;
  line-height: 1;
  margin-top: 10px;
}
.lowinfo .tel .num span {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
}
.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 22/25;
  background-image: url(../images/common/lowinfo_ico01.png);
  background-size: cover;
}
.lowinfo .btns {
  display: flex;
  justify-content: space-between;
}
.lowinfo .btns a {
  width: 152px;
}
.lowinfo .infos {
  margin-top: 10px;
}
.lowinfo .infos p {
  font-size: 17px;
  color: #2e2e2e;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}
.lowinfo .infos .adr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 18/29;
  background-image: url(../images/common/lowinfo_ico02.png);
  background-size: cover;
}
.lowinfo .infos .acs {
  margin-top: 14px;
}
.lowinfo .infos .acs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  aspect-ratio: 21/29;
  background-image: url(../images/common/lowinfo_ico03.png);
  background-size: cover;
}

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

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

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

.ttl-low1-1 {
  background: url("../images/common/ttl_low_bg.png") repeat top left/10px, var(--main-color);
  background-color: var(--main-color);
}

.ttl-low1-2 {
  background: url("../images/common/ttl_low_bg.png") repeat top left/10px, var(--sub-color);
  background-color: var(--sub-color);
}

.ttl-low1-3 {
  background: url("../images/common/ttl_low_bg.png") repeat top left/10px, var(--link-color);
  background-color: var(--link-color);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 40px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "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 {
  color: var(--main-color);
}
.ttl-low2-1::before {
  background-color: var(--main-color);
}

.ttl-low2-2 {
  color: var(--sub-color);
}
.ttl-low2-2::before {
  background-color: var(--sub-color);
}

.ttl-low2-3 {
  color: var(--link-color);
}
.ttl-low2-3::before {
  background-color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "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;
}

.ttl-low3-1 {
  color: var(--main-color);
}

.ttl-low3-2 {
  color: var(--sub-color);
}

.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "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: 1px 0 3px 0;
}

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

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--main-color);
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--sub-color);
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--link-color);
}

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

.ttl-low5-1 {
  background-color: var(--main-color);
}

.ttl-low5-2 {
  background-color: var(--sub-color);
}

.ttl-low5-3 {
  background-color: var(--link-color);
}

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

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 5px 30px 7px 90px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  background: #ebc4b9;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #ebc4b9;
  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 #fabc71;
  position: absolute;
  top: -10px;
  left: -8px;
  transform: rotate(-20deg);
}

.colunm + .colunm {
  border: 1px solid #d7c7a7;
  background-color: #f9f6f0;
}

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

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

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