@charset "UTF-8";
/* 230315 Mail相談非表示 */
header .h_mail,
footer .f_link li:nth-of-type(3){
	display: none!important;
}
footer .f_link{
	justify-content: flex-end;
}
.counseling .information .btn li:nth-of-type(2){
	display: none!important;
}

section.contact h3#link02,
section.contact h3#link02 + div,
section.contact h3#link02 + div + h4,
section.contact h3#link02 + div + h4 + .adress{
    display:none;
}


body {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-width: 1300px;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.roboto {
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

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

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

  09. multi-class

========================================================================== */
/*
  01. header
========================================================================== */
header {
  padding: 1% 1.071% 1% 2.286%;
}

header .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1,
header .h1 {
  font-size: max(0.893vw, 11.607px);
  line-height: 1em;
  margin-bottom: 1em;
}

header .h_logo {
  width: max(22.929vw, 298.071px);
}

header .h_logo img {
	aspect-ratio: 641/148;
}

header .h_info {
  display: flex;
}

header .h_info > div {
  border-right: 1px solid #bcbcbc;
}

header .h_time {
  display: flex;
  align-items: center;
  padding: 0 max(1.071vw, 13.929px);
}

header .h_time h2 {
  width: max(5.857vw, 76.143px);
  height: max(5.357vw, 69.643px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/h_time_bg.png)repeat top left/4px;
  font-size: max(1.077vw, 14.003px);
  line-height: 1em;
  margin-right: max(1vw, 13px);
}

header .h_time ul,
header .h_time p {
  font-size: max(1.131vw, 14.699px);
  text-align: right;
  line-height: 1.25em;
}

header .h_time p {
  margin-top: 0.25em;
}

header .h_time li span {
  display: inline-block;
}

header .h_time li span + span {
  padding-left: 0.75em;
  position: relative;
}

header .h_time li span + span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #26b0a9;
  position: absolute;
  top: 45%;
  left: 9%;
  transform: translate(0, -50%);
}

header .h_acs {
  display: flex;
  align-items: center;
  padding: 0 max(1.071vw, 13.929px);
}

header .h_acs i {
  display: block;
  width: max(1.929vw, 25.071px);
  margin-right: max(0.714vw, 9.286px);
}

header .h_acs i img {
	aspect-ratio: 27/37;
}

header .h_acs p {
  font-size: max(1.131vw, 14.699px);
  line-height: 1.05em;
}

header .h_line a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 max(1.071vw, 13.929px);
}

header .h_line p {
  font-size: max(1.191vw, 15.479px);
  line-height: 1.25em;
  font-weight: bold;
}

header .h_line p .color {
  color: #06c755;
  font-weight: bold;
}

header .h_line i {
  display: block;
  margin-left: max(0.714vw, 9.286px);
}

header .h_line i img:nth-of-type(1) {
  width: max(4.857vw, 63.143px);
	aspect-ratio: 1/1;
}

header .h_line i img:nth-of-type(2) {
  width: max(4.786vw, 62.214px);
	aspect-ratio: 133/134;
  margin-left: max(0.714vw, 9.286px);
}

header .h_web a,
header .h_mail a {
  height: 100%;
  box-sizing: border-box;
  padding: 0 max(1.071vw, 13.929px);
  font-size: max(1.071vw, 13.929px);
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .h_web a {
  line-height: 1.3;
  text-align: center;
}

header .h_web i {
  width: 30px;
  margin-bottom: 6px;
}

header .h_web i img {
	aspect-ratio: 102/72;
}

header .h_mail i {
  width: max(3.143vw, 40.857px);
  margin-bottom: 15px;
}

header .h_mail i img {
	aspect-ratio: 88/64;
}

/*
  02. gnav
========================================================================== */
.gnav {
  padding: 0 4.286%;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  position: relative;
  z-index: 100;
}

.gnav ul {
  display: flex;
  border-left: 1px solid #2e2e2e;
  height: 100%;
}

.gnav li {
  border-right: 1px solid #2e2e2e;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.gnav li a {
  color: #2e2e2e;
  font-size: max(1.143vw, 14.857px);
  line-height: 1em;
}

/*
  03. footer
========================================================================== */
footer .f_map {
  aspect-ratio: 280/89;
}

footer .f_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

footer .f_logo {
  width: max(31.214vw, 405.785px);
  margin: 0 auto;
  padding: 2.286% 0;
}

footer .f_cont {
  display: flex;
  justify-content: space-between;
  padding: 2.857% 6.857% 2.286% 7.857%;
  background: #eef8ff;
}

footer .f_tel {
  font-size: max(1.191vw, 15.489px);
  margin-bottom: 0.25em;
}

footer .f_tel .num {
  display: block;
  font-size: max(2.924vw, 38.006px);
  line-height: 1em;
  background: url(../images/common/f_tel_icon.png)no-repeat left center/max(1.429vw, 18.571px);
  padding-left: max(2.143vw, 27.857px);
}

footer .f_add {
  font-size: max(1.191vw, 15.489px);
  margin-bottom: 0.25em;
}

footer .f_acs {
  font-size: max(1.191vw, 15.489px);
  background: url(../images/common/f_acs_icon.png)no-repeat left center/max(1.071vw, 13.929px);
  padding: 0.25em 0 0.25em max(1.286vw, 16.714px);
  line-height: max(1.5vw, 19.5px);
  margin-bottom: 0.5em;
}

footer .f_tt {
  width: max(26.214vw, 340.785px);
}

footer .f_tt table {
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}

footer .f_tt table th,
footer .f_tt table td {
  font-size: max(1.041vw, 13.539px);
  padding: 0.125em 0.5em;
  text-align: center;
}

footer .f_tt table th {
  border-bottom: 1px solid;
}

footer .f_tt table th:nth-of-type(n+2) {
  font-size: max(0.952vw, 12.378px);
}

footer .f_tt table td:nth-of-type(n+2) {
  font-size: max(0.893vw, 11.607px);
}

footer .hosoku {
  font-size: max(1.033vw, 13.427px);
  line-height: 1.44em;
  padding-left: 1em;
}

footer .hosoku li + li {
  margin-top: 0.25em;
}

footer .f_right{
  position: relative;
}

footer .f_link {
  display: flex;
  margin-bottom: max(2vw, 26px);
}

footer .f_link li + li {
  margin-left: max(1.571vw, 20.429px);
}

footer .f_line {
  display: block;
  width: max(21.929vw, 285.071px);
}

footer .f_web,
footer .f_mail {
  display: block;
  width: max(14vw, 182px);
}

footer .f_nav {
  display: flex;
  justify-content: space-between;
}

footer .f_nav ul + ul {
  border-left: 1px dashed #777c7f;
  padding-left: 0.75em;
}
footer .f_nav ul:nth-of-type(-n+2) li{
	padding-right: 0.8em;
}

footer .f_nav li {
  font-size: max(1.131vw, 14.699px);
  line-height: 2.11em;
}
footer .f_nav li:before {
  content: "・";
}

footer .f_bnr{
  position: absolute;
  right:0;
  bottom:5px;
}
footer .bottom {
  padding: 32px 0 35px 0;
  text-align: center;
  color: #fff;
  background-color: #205992;
}

footer .bottom .seo {
  margin: 0 auto;
  width: 85.71428%;
  text-align: left;
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: .02em;
}

footer .bottom .f_info {
  box-sizing: border-box;
  margin: 35px auto 0 auto;
  padding: 10px 0;
  width: 55.28571%;
  border: 1px solid #fff;
}

footer .bottom .f_info .ttl {
  margin: 0 auto;
  padding: 4px 0 2px 0;
  width: 130px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .1em;
  background-color: #47c5ff;
}

footer .bottom .f_info .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.64285;
  letter-spacing: .06em;
}

footer .bottom .f_info a {
  color: #47c5ff;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.64285;
  letter-spacing: .06em;
}

footer .bottom .copy {
  margin-top: 20px;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: .06em;
}

/* pagetop */
.pagetop {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 9001;
  cursor: pointer;
}

.pagetop img {
  width: 72px;
}

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

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

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

.mainPhoto {
  margin: 0 auto 20px;
}

/*
  05. menu
========================================================================== */
.sidemenu {
  padding: 70px 0 0 10px;
  position: relative;
}

.sidemenu .h2 {
  width: 226px;
  position: absolute;
  top: 0;
  left: -18px;
}

.sidemenu ul li {
  border-bottom: 1px dashed #dadada;
}

.sidemenu ul li + li {
  margin-top: 24px;
}

.sidemenu ul li a {
  display: block;
  padding: 0 0 8px 15px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .025em;
  position: relative;
}

.sidemenu ul li a::before {
  content: '';
  display: block;
  width: 5.72px;
  height: 9px;
  clip-path: polygon(0 0, 0% 100%, 95% 50%);
  position: absolute;
  bottom: 13px;
  left: 0;
}

.sidemenu ul li:nth-child(2n+1) a::before {
  background-color: #5dace3;
}

.sidemenu ul li:nth-child(2n) a::before {
  background-color: #ea7996;
}

.sidemenu ul li a .indent {
  display: inline-block;
  margin-left: -.5em;
}

.sidebanner {
  margin-top: 40px;
}

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

.sidebanner ul li:nth-child(1) {
  margin-left: -8px;
}

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

.counseling .information {
  margin-top: 20px;
  padding: 38px 0 28px 0;
  background: url('../images/common/lowft_bg.jpg') right bottom no-repeat;
  background-size: cover;
  border: 1px solid #b4ddfa;
}

.counseling .information img {
  display: block;
}

.counseling .information .logo {
  margin-left: 33px;
  width: 321px;
}

.counseling .information .btn {
  margin: 28px 0 0 39px;
  width: 220px;
}

.counseling .information .btn li + li {
  margin-top: 10px;
}

.counseling .information .btn li a {
  height: 45px;
  padding-left: 31px;
  display: flex;
  align-items: center;
  position: relative;
}

.counseling .information .btn li:nth-child(1) a {
  background-color: #73c9d3;
}

.counseling .information .btn li:nth-child(2) a {
  background-color: #74bef1;
}

.counseling .information .btn li a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.counseling .information .btn li:nth-child(1) a i {
  margin-right: 36px;
  width: 21px;
}

.counseling .information .btn li:nth-child(2) a i {
  margin-right: 13px;
  width: 22px;
}

.counseling .information .btn li a span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
}

.counseling .information .ttl span {
  padding: 0 5px 2px 5px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  background: linear-gradient(transparent 60%, #ffecb1 60%);
  ;
}

.counseling .information .tel {
  margin: 32px 0 0 38px;
}

.counseling .information .tel .txt {
  margin: 8px 0 0 10px;
  display: flex;
  align-items: center;
}

.counseling .information .tel .txt i {
  margin-right: 9px;
  width: 27px;
}

.counseling .information .tel .txt span {
  color: #404040;
  font-family: 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .04em;
}

.counseling .information .address {
  margin: 22px 0 0 38px;
}

.counseling .information .address .txt {
  margin: 8px 0 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .05em;
}

aside.timetable .table-nocolor th {
  background: #6cc1d0;
  color: #fff;
  border: 1px solid #6cc1d0;
}

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

.clear {
  clear: both;
}

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

.fade:hover {
  opacity: .5;
}

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

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

/* font */
.gothic {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

.mincho {
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.hannari {
  font-family: 'Hannari', 'Times New Roman', 'Noto Serif JP', serif;
}

.sawarabi-go {
  font-family: 'Sawarabi Gothic', sans-serif;
}

.yu-go {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

.hira-go {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.source-sans-semiB {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* テキスト */
.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 {
  margin-right: 5px;
}

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

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 4px;
  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;
  font-family: 'object-fit: contain;';
}

/* 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;
}
