@charset "UTF-8";

:root {
  --main-color: #276ebe;
  --sub-color: #1199c1;
  --link-color: #63b0b7;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 max(0.571vw,7px) 0 max(2vw,26px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.header .head_l {
  padding-top: max(0.571vw,7px);
}
.header .head_r {
  display: flex;
  gap: max(0.571vw,7px);
}
.header h1 {
  font-size: max(1vw,13px);
  color: #686868;
  font-weight: 300;
}
.header .logo {
  display: block;
  width: max(14.857vw,193px);
  margin: max(4.429vw,57px) 0 0 max(0.714vw,9px);
}
.header .tel {
  position: relative;
  /* width: max(15.714vw,204px); */
  aspect-ratio: 220 / 45;
  display: flex;
  align-items: center;
  padding: 0 max(0.714vw,9px) 0 max(3.143vw,40px);
  font-size: max(1.786vw,23px);
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #afafaf;
}
.header .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(1.071vw,13px);
  transform: translateY(-50%);
  width: max(1.071vw,13px);
  height: max(1.286vw,16px);
  background-image: url(../images/common/header_ico_tel.png);
  background-size: cover;
}
.header .btn {
  width: max(14.786vw,192px);
}
.header .line {
  width: max(10.714vw,139px);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
}

.gnav * {
	box-sizing: border-box;
}
.gnav.low {
  margin-top: 0;
}

.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: max(5vw, 65px);
  background-color: #eef5fb;
}

.gnav ul li {
  margin: max(1.357vw, 17px) 0 max(1.286vw, 16px);
}

.gnav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.714vw, 9px) max(3.214vw, 41px) max(0.571vw, 7px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: max(1.071vw, 13px);
  letter-spacing: .1em;
  color: #2e2e2e;
  border-right: #2e2e2e solid 1px;
  font-feature-settings: "palt";
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14px);
  letter-spacing: .2em;
  border-left: #2e2e2e solid 1px;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  line-height: 1;
  margin-top: max(5vw, 65px);
  padding-bottom: max(5.143vw, 66px);
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-feature-settings: "palt";
  color: #2e2e2e;
  background-color: #f1fcff;
}
footer,
footer *{
	box-sizing: border-box;
}
.f_contents {
  display: flex;
  column-gap: max(6vw, 78px);
  padding: max(2.5vw, 32px) 0 0 max(6.571vw, 85px);
}

.f_contents .boxLeft {
  width: max(26.571vw, 345px);
}

.f_contents .boxRight {
  width: auto;
}

.f_logo {
  text-align: center;
}

.f_logo img {
  width: max(19.429vw, 253px);
}

.f_tel {
  width: max(22.714vw, 295px);
  margin: max(1.857vw, 24px) auto 0;
  padding-top: max(0.857vw, 11px);
  padding-left: max(4.357vw, 56px);
  font-family: 'Roboto';
  font-size: max(2.521vw, 32px);
  letter-spacing: .03em;
  border-top: #a8a5a1 solid 1px;
  background: url(../images/common/f_icon_tel.png) left max(2.071vw, 26px) top max(1.143vw, 14px) no-repeat;
  background-size: max(1.643vw, 21px) auto;
}

.f_btn {
  display: flex;
  justify-content: center;
  column-gap: max(0.714vw, 9px);
  margin-top: max(1.857vw, 24px);
}

.f_btn li a {
  width: max(13.571vw, 176px);
	aspect-ratio:190 / 68;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: max(0.786vw, 10px);
	color:#fff;
	font-size: max(1.500vw,	20px);
	letter-spacing: 0.05em;
}

.f_btn li a.web {
  background-color: var(--main-color)
}

.f_btn li a.mail {
  background-color: var(--sub-color)
}

.f_btn li a i{
	width: max(1.786vw, 23px);
	margin: 0 0 max(0.643vw, 8.357px)
}

.f_address {
  line-height: 1.45;
  margin-top: max(1.429vw, 18px);
  margin-left: max(0.929vw, 12px);
  font-size: max(1.189vw, 15px);
  letter-spacing: .1em;
  color: #2e2e2e;
}

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

.f_timeTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #2e2e2e solid 1px;
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table th,
.f_timeTable table td {
  text-align: center;
  vertical-align: middle;
}

.f_timeTable table thead th {
  width: max(8.571vw, 111px);
  padding: max(0.571vw, 7px) 0 max(0.5vw, 6px);
  font-size: max(1.075vw, 13px);
  letter-spacing: .05em;
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table thead td {
  padding: max(0.571vw, 7px) max(0.714vw, 9px) max(0.571vw, 7px);
  font-size: max(1.075vw, 13px);
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table tbody th {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(1.041vw, 13px);
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table tbody td {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(0.883vw, 11px);
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable ul {
  margin-top: max(1.071vw, 13px);
  font-size: max(1.041vw, 13px);
  letter-spacing: .1em;
  line-height: 1.25em;
}

.f_sns_btn {
  margin-top: max(3.214vw, 41px);
  text-align: right;
}

.f_sns_btn a img {
  width: max(3.786vw, 49px);
  margin-left: max(0.857vw, 11px);
  vertical-align: middle;
}

.f_bnr_recruit {
	position: absolute;
  width: max(17.86vw, 230px);
  top:  max(4.071vw, 52px);
  right: max(11.89vw, 150px);
}

.fnav {
  display: flex;
  margin-top: max(5.214vw, 67px);
}

.fnav .list {
  margin-right: max(2.5vw, 32px);
}

.fnav .list:last-of-type {
  margin-right: 0;
}

.fnav p {
  font-size: max(0.929vw, 12px);
  letter-spacing: .24em;
  color: #2e2e2e;
}

.fnav ul {
  margin-top: 1em;
}

.fnav ul li {
  position: relative;
  padding-left: 1em;
}

.fnav ul li::before {
  content: "▶";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  font-size: max(0.594vw, 7px);
}

.fnav ul li + li {
  margin-top: max(0.357vw, 4px);
}

.fnav ul li a {
  line-height: 1.8;
  font-size: max(0.951vw, 12px);
  letter-spacing: .04em;
  white-space: nowrap;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: max(0.357vw, 4px);
}

/* copyright */
.copyright {
  width: 100%;
  line-height: 1;
  text-align: center;
}

.copyright address {
  padding: max(0.786vw, 10px) 0 max(0.714vw, 9px);
  font-family: 'Noto Sans JP';
  font-size: max(1vw, 13px);
  letter-spacing: .1em;
  color: #fff;
  background-color: #4ea2ca;
}

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

/*
  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: #ddebfb;
}
.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 #276ebe;
  border-width: 5px 0px 5px 8px;
}

/* sidebanner */
.sidebanner {
  margin-top: 50px;
}
.sidebanner ul li + li {
  margin-top: 45px;
}

/*
  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;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.lowinfo .inr {
  width: 360px;
  aspect-ratio: 360/428;
  padding: 20px 18px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowinfo .logo {
  display: block;
  width: 310px;
  margin: 0 auto 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #2e2e2e;
}
.lowinfo .tel {
  text-align: center;
  color: #2e2e2e;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lowinfo .tel * {
  line-height: 1;
}
.lowinfo .tel .txt {
  font-size: 18px;
  margin-bottom: 12px;
}
.lowinfo .tel .num {
  font-size: 33px;
}
.lowinfo .tel .num span {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  aspect-ratio: 22/25;
  background-image: url(../images/common/lowinfo_ico_tel.png);
  background-size: cover;
}
.lowinfo .btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.lowinfo .btns .btn {
  width: 158px;
  aspect-ratio: 158/68;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.lowinfo .btns .web {
  background-color: #4788d5;
}
.lowinfo .btns .mail {
  background-color: #2faed3;
}
.lowinfo .addr {
  font-size: 17px;
  color: #182845;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.lowinfo .addr::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  aspect-ratio: 20/31;
  background-image: url(../images/common/lowinfo_ico_pin.png);
  background-size: cover;
}
.lowinfo ul {
  display: flex;
  column-gap: 20px;
}
.lowinfo ul li {
  font-size: 17px;
  color: #182845;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.lowinfo ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  aspect-ratio: 20/26;
  background-image: url(../images/common/lowinfo_ico_train.png);
  background-size: cover;
}
.lowinfo ul li + li::before {
  top: 4px;
  width: 25px;
  aspect-ratio: 25/21;
  background-image: url(../images/common/lowinfo_ico_car.png);
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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", "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 #1199c1;
  position: relative;
}

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

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 30px;
  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;
  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 {
  background-image: url(../images/common/ttl_low1_1_bg.jpg);
}

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

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

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 20px;
  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 {
  border-bottom-color: #276ebe;
  border-left-color: #276ebe;
  color: #276ebe;
}
.ttl-low2-1::before {
  background-color: #276ebe;
}

.ttl-low2-2 {
  border-bottom-color: #1199c1;
  border-left-color: #1199c1;
  color: #1199c1;
}
.ttl-low2-2::before {
  background-color: #1199c1;
}

.ttl-low2-3 {
  border-bottom-color: #63b0b7;
  border-left-color: #63b0b7;
  color: #63b0b7;
}
.ttl-low2-3::before {
  background-color: #63b0b7;
}

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

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

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

.ttl-low3-3 {
  color: #63b0b7;
  border-top-color: #63b0b7;
  border-bottom-color: #63b0b7;
}

.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) {
  background-color: #276ebe;
}

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

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

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 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: #1065a4;
}

.ttl-low5-2 {
  background-color: #2198f2;
}

.ttl-low5-3 {
  background-color: #3da3b5;
}

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

.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: #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 #ebc4b9;
  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 #ebc4b9 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 #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;
}