@charset "UTF-8";

:root {
  --main-color: #1567a6;
  --sub-color: #2691cf;
  --link-color: #00a8ab;
}

body {
  min-width: 1300px;
  color: #333;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================

  01. header
  02. gnav
  03. footer
  04. low-common-design (low only)
  05. menu
  06. counseling (low only)

  09. multi-class

========================================================================== */
/*
  01. header
========================================================================== */
.low-hd {
  min-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.low-hd a,
.low-hd img {
  display: block;
}

.low-hd .left h1 {
  margin: max(.71svw, 9.29px) 0 0 max(1.07svw, 13.93px);
  color: #333;
  font-size: max(.86svw, 11.14px);
  line-height: 1.2;
  letter-spacing: .05em;
}

.low-hd .left .logo {
  margin: max(5.07svw, 65.93px) 0 0 max(3.64svw, 47.36px);
  width: max(32.29svw, 419.71px);
}

.low-hd .left .logo p.sta {
  margin-top: max(2.29svw, 29.71px);
  text-align: center;
  color: #666;
  font-size: max(1.04svw, 13.54px);
  line-height: 1.4;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

.low-hd .right .btn {
  display: flex;
}

.low-hd .right .btn .tel {
  padding: max(.93svw, 12.07px) max(1.21svw, 15.79px) max(.86svw, 11.14px);
  color: #fff;
  line-height: 1;
  background-color: rgba(9, 87, 147, .9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.low-hd .right .btn .tel p.ttl {
  padding-bottom: max(.71svw, 9.29px);
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.low-hd .right .btn .tel p.ttl i {
  margin-right: 10px;
  width: max(1.43svw, 18.57px);
}

.low-hd .right .btn .tel p.ttl span {
  font-size: max(1.19svw, 15.48px);
  letter-spacing: .05em;
}

.low-hd .right .btn .tel p.num {
  padding-top: max(0.71svw, 9.29px);
  font-family: 'Times New Roman', 'Times New Roman', Times, serif;
  font-size: max(2.38svw, 30.95px);
  font-style: italic;
  letter-spacing: .05em;
}

.low-hd .right .btn .web {
  width: max(8.57svw, 30.95px);
}

/*
  02. gnav
========================================================================== */
#gnav {
  width: 100%;
  padding: max(2.143vw, 27px) 0 0 0;
}

#gnav ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

#gnav ul li {
  padding: max(0.714vw, 9px) max(2.5vw, 32px);
  text-align: center;
  font-size: max(1.071vw, 13px);
  list-style: none;
  white-space: nowrap;
  border-left: 1px solid #333;
  flex: 1;
}

#gnav ul li:last-child {
  border-right: 1px solid #333;
}

#gnav ul li a {
  color: #333;
  text-decoration: none;
  font-size: max(1.071vw, 13px);
  line-height: 1;
  display: block;
}

#gnav ul li span {
  padding: max(0.714vw, 9px) 0 0 0;
  font-family: 'Jost', sans-serif;
  display: block;
}

#gnav ul li a span {
  color: #ccc;
}

/*
  03. footer
========================================================================== */
#gloval_footer {
  width: 100%;
  background: url(../images/common/bg_footer.jpg) no-repeat;
  background-size: cover;
}

#gloval_footer .inner {
  width: max(85.714vw, 1114px);
  margin: 0 auto;
  padding: max(6.071vw, 78px) 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
	position: relative;
}

#gloval_footer .guidance {
  width: max(32.143vw, 417px);
}

#gloval_footer .guidance h3 {
  width: max(28.571vw, 371px);
  margin: 0 0 max(1.786vw, 23px) 0;
}

#gloval_footer .guidance h3 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.267;
}

#gloval_footer .guidance .bt_reserve a {
  width: max(21.429vw, 278px);
  margin: 0 0 max(2.5vw, 32px) 0;
  padding: max(1.429vw, 18px) 0;
  background: rgba(0, 132, 207, 0.8);
  font-weight: 300;
  font-size: max(1.488vw, 19px);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}

#gloval_footer .guidance .bt_reserve a::before {
  content: '';
  display: block;
  width: max(1.61svw, 20.89px);
  height: max(2.86svw, 37.14px);
  background-image: url(../images/common/ic_footer_phone.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: max(1.429vw, 18px);
  transform: translateY(-50%);
}

#gloval_footer .guidance .about {
  display: flex;
}

#gloval_footer .guidance .about dt {
  width: max(3.571vw, 46px);
}

#gloval_footer .guidance .about dt img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

#gloval_footer .guidance .about dd {
  width: calc(100% - 3.571vw);
  margin: 0;
}

#gloval_footer .guidance .about dd ul {
  margin: 0;
  padding: 0 0 0 max(1.429vw, 18px);
}

#gloval_footer .guidance .about dd ul li {
  margin: 0 0 max(1.071vw, 13px) 0;
  font-weight: 300;
  font-size: max(1.191vw, 15px);
  list-style-type: none;
}

#gloval_footer .guidance table {
  width: 100%;
  margin: 0 0 max(1.071vw, 13px) 0;
  font-weight: 300;
  border-collapse: collapse;
  text-align: center;
  line-height: 1;
}

#gloval_footer .guidance table td {
  width: calc((100% - 30%)/8);
}

#gloval_footer .guidance table thead {
  color: #fff;
  font-size: max(1.296vw, 16px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#gloval_footer .guidance table thead th {
  padding: max(0.714vw, 9px) 0;
  font-weight: normal;
  text-align: center;
}

#gloval_footer .guidance table thead td {
  padding: max(0.714vw, 9px) 0;
}

#gloval_footer .guidance table tbody {
  font-size: max(1.254vw, 16px);
  border-bottom: 1px solid #fff;
}

#gloval_footer .guidance table tbody th {
  padding: max(0.714vw, 9px) 0;
  font-weight: normal;
  text-align: center;
}

#gloval_footer .guidance table tbody td {
  padding: max(0.714vw, 9px) 0;
}

#gloval_footer .guidance .time_notes {
  margin: 0;
  padding: 0;
}

#gloval_footer .guidance .time_notes li {
  font-weight: 300;
  font-size: max(1.191vw, 15px);
  list-style-type: none;
}

#gloval_footer .guidance .time_notes li + li {
  margin-top: max(0.714vw, 9px);
}

#gloval_footer .navarea {
  width: max(48.929vw, 636px);
}

#gloval_footer .navarea .top {
  padding: 0 0 max(3.571vw, 46px) 0;
  display: flex;
  justify-content: space-between;
}

#gloval_footer .navarea .top dl {
  width: max(21.429vw, 278px);
  text-align: center;
}

#gloval_footer .navarea .top dl dt {
  padding: 0 0 max(0.714vw, 9px) 0;
  font-weight: 300;
  font-size: max(1.191vw, 15px);
}

#gloval_footer .navarea .top dl dd {
  margin: 0;
  padding: max(1.429vw, 18px) 0 max(1.429vw, 18px) max(2.143vw, 27px);
  font-weight: 300;
  font-size: max(2.679vw, 34px);
  line-height: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

#gloval_footer .navarea .top dl dd::before {
  content: '';
  display: block;
  width: max(1.64svw, 21.36px);
  height: max(1.86svw, 24.14px);
  background-image: url(../images/common/ic_foote_tel.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: max(0.357vw, 4px);
  transform: translateY(-50%);
}

#gloval_footer .navarea .top ul {
  width: max(12.143vw, 157px);
  margin: 0;
  padding: 0;
  text-align: right;
}

#gloval_footer .navarea .top ul li {
  width: max(4.286vw, 55px);
  margin: 0 0 0 max(0.714vw, 9px);
  list-style-type: none;
  display: inline-block;
}

#gloval_footer .navarea .top ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

#gloval_footer .navarea #footernav {
  display: flex;
}

#gloval_footer .navarea #footernav .list h4 {
  margin: 0 0 max(1.071vw, 13px) 0;
  padding: 0 0 0 1.2em;
  font-weight: 300;
  font-size: max(0.951vw, 12px);
  font-weight: normal;
  position: relative;
}

#gloval_footer .navarea #footernav .list h4::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

#gloval_footer .navarea #footernav .list ul {
  margin: 0 0 max(2.857vw, 37px) 0;
  padding: 0 max(3.571vw, 46px) 0 0;
}

#gloval_footer .navarea #footernav .list ul li {
  margin: 0 0 max(0.714vw, 9px) 0;
  padding: 0 0 0 max(1.071vw, 13px);
  font-weight: 300;
  font-size: max(0.951vw, 12px);
  list-style-type: none;
  white-space: nowrap;
  position: relative;
}

#gloval_footer .navarea #footernav .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: .6em;
  aspect-ratio: 1/1;
  left: 0;
  top: max(0.357vw, 4px);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#gloval_footer .navarea #footernav .list ul li a {
  color: #fff;
  text-decoration: underline;
  transition: .3s;
}

#gloval_footer .navarea #footernav .list ul li a:hover {
  opacity: .5;
}

#gloval_footer .bn_kayaba{
	width:100%;
	margin: max(1.429vw, 18px) 0 0;
}

#gloval_footer .humanity{
	position: absolute;
	right: max(1.429vw, 18px);
	bottom: max(2.143vw, 27px);
	width: max(4.8929vw, 64px);
}

#gloval_footer .copy {
  margin: 0;
  padding: max(0.714vw, 9px) 0;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: max(1.041vw, 13px);
  color: #fff;
  text-align: center;
}

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

/*
  04. low-common-design(low only)
========================================================================== */
.pc-contents {
  margin: 60px auto 180px;
  width: 1200px;
}

.left-contents {
  width: 300px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

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

/*
  05. menu
========================================================================== */
.sidemenu img {
  display: block;
}

.sidemenu h2 {
  margin: 0 auto;
  width: 235px;
}

.sidemenu h3 {
  margin-top: 26px;
  padding: 16px 19px 15px;
  color: #fff;
  font-size: 16.67px;
  line-height: 1;
  background-color: #82c3e8;
  display: flex;
  align-items: center;
}

.sidemenu h3::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #fff;
}

.sidemenu ul {
  margin-top: 5px;
}

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

.sidemenu ul li a {
  display: block;
  margin: 0 10px;
  padding: 16px 10px 13px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  background-image: url('../images/common/smn_ar.png');
  background-position: right center;
  background-size: 6px 10px;
  background-repeat: no-repeat;
}

.sidemenu ul li a span {
  font-size: 14.58px;
}

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

.sidebanner ul li:nth-child(2) {
  margin-top: 30px;
}

.sidebanner ul li:nth-child(3) {
  margin-top: 36px;
}

.sidebanner ul li:nth-child(4) {
  margin-top: 33px;
}

/*
  06. counseling (low only)
========================================================================== */
.counseling {
  margin-top: 80px;
}

.lowinfo {
  /* margin-topは固定値 */
  margin-top: 20px;
  padding: 29px 0 27px 32px;
  background-image: url('../images/common/lowinfo_bg.jpg');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #0084cf;
}

.lowinfo img {
  display: block;
}

.lowinfo .logo {
  width: 388px;
}

.lowinfo .web {
  display: block;
  margin-top: 28px;
  margin-left: 35px;
  width: 350px;
  height: 75px;
  color: #fff;
  line-height: 1;
  background-color: #0084cf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowinfo .web i {
  margin-right: 25px;
  width: 42px;
}

.lowinfo .web span {
  font-size: 20.83px;
  letter-spacing: .05em;
}

.lowinfo .tel {
  margin-top: 25px;
  width: 420px;
  line-height: 1;
}

.lowinfo .tel p.ttl {
  text-align: center;
  color: #333;
  font-size: 16.67px;
  letter-spacing: .1em;
}

.lowinfo .tel p.num {
  margin-top: 5px;
  padding: 12px 0 11px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowinfo .tel p.num i {
  margin-right: 13px;
  width: 23px;
}

.lowinfo .tel p.num span {
  font-family: 'Times News Roman', 'Times New Roman', Times, serif;
  font-size: 37.5px;
  letter-spacing: .07em;
}

.lowinfo .address {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.lowinfo .address i {
  margin-right: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lowinfo .address i img {
  width: 22px;
}

.lowinfo .address p {
  color: #333;
  font-size: 16.65px;
  line-height: 1.5;
  letter-spacing: .05em;
}

/*
  09. multi-class
========================================================================== */
/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
  transition: 0.3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
}

/* font */
.gothic {
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
  font-family: 'Times New Roman', Times, 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

i.fa,
i.fas,
i.far {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 3px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

/* object-fit */
.object-fit-img {
  object-fit: contain;
}

.obf-cover {
  object-fit: cover;
}

/* flex */
.flex {
  display: flex;
}

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

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

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

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispFr {
  display: flow-root;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 非表示 */
.pc-none {
  display: none !important;
}
