@charset "UTF-8";

:root {
  --main-color: #f3981e;
  --sub-color: #cbaf50;
  --link-color: #ac880d;
}

html {
  font-size: max(0.72svw, 9.26px);
}

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 {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

.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
========================================================================== */
header.lowhd {
  padding: 1.5rem 1.6rem 1.2rem 1.6rem;
}

.lowhd img {
  display: block;
}

.lowhd .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* logo */
.lowhd .inner .logo {
  margin-right: auto;
  margin-left: 0;
  width: 39.9rem;
}

.lowhd .inner .logo h1 {
  margin-bottom: 1.5rem;
  color: #434343;
  font-size: 0.94rem;
  line-height: 1;
  padding-left: 0.5em;
}

/* timetable */
.lowhd .inner .timetable {
  width: 34.5rem;
}

.lowhd .inner .timetable table {
  width: 100%;
  table-layout: fixed;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table thead tr td,
.lowhd .inner .timetable table tbody tr th,
.lowhd .inner .timetable table tbody tr td {
  text-align: center;
  color: #333;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table tbody tr th {
  width: 32.75%;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table thead tr td {
  padding-bottom: .5rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #4b443b;
}

.lowhd .inner .timetable table tbody tr th,
.lowhd .inner .timetable table tbody tr td {
  font-size: 1.3rem;
}

.lowhd .inner .timetable table tbody tr:nth-child(1) th,
.lowhd .inner .timetable table tbody tr:nth-child(1) td {
  padding: .9rem 0 .3rem 0;
}

.lowhd .inner .timetable table tbody tr:nth-child(2) th,
.lowhd .inner .timetable table tbody tr:nth-child(2) td {
  padding: .3rem 0 .9rem 0;
  border-bottom: 1px solid #4b443b;
}

.lowhd .inner .timetable ul.hosoku {
  margin-top: .9rem;
  display: flex;
  justify-content: flex-end;
}

.lowhd .inner .timetable ul.hosoku li {
  margin-left: 1em;
  color: #333;
  font-size: 1.2rem;
}

/* telbox */
.lowhd .inner .telbox {
  box-sizing: border-box;
  margin-left: 2rem;
  padding: 0 1.8rem;
  width: 37.35rem;
  height: 12.1rem;
  background-color: #fffae1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lowhd .inner .telbox .tel {
  padding-bottom: .7rem;
  padding-left: .5rem;
}

.lowhd .inner .telbox .tel .ttl {
  margin-bottom: .5rem;
}

.lowhd .inner .telbox .tel .ttl span {
  padding: 3px 8px 1px 8px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fdde66;
  border-radius: 2px;
}

.lowhd .inner .telbox .tel .num {
  display: flex;
  align-items: center;
}

.lowhd .inner .telbox .tel .num i {
  margin-top: 9px;
  margin-right: 1rem;
  width: 1.8rem;
  vertical-align: -4px;
}

.lowhd .inner .telbox .tel .num span {
  color: #4b443b;
  font-size: 4.171rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
}

.lowhd .inner .telbox .address {
  border-top: 1px dashed #47463f;
  padding-top: .6rem;
  text-align: center;
  color: #4b443b;
  font-size: 1.3rem;
}

/* btn */
.lowhd .inner .btn {
  margin-left: 2rem;
  width: 12.1rem;
}

/*
  02. gnav
========================================================================== */
.gnav {
	width: max(91.286vw, 1186.714px);
	margin: auto;
}

.gnav > ul{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;	
	position: relative;
}
.gnav > ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.gnav > ul > li > a,
.gnav > ul > li > span  {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: max(1.071vw, 13.929px);
  line-height: 1;
  padding: max(0.714vw, 9.286px) 0;
  width: 100%;
  border-right: 1px solid #2e2e2e;
  position: relative;
  cursor: pointer;
}

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

.gnav .submenu > div{
	display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
	transform: translate(-50%,100%);
	padding-top: 15px;
  z-index: 9999;
}
.gnav .sidemenu {
    background: #fff;
    padding-top:30px;
	font-size: 16px;
}

.gnav .sidemenu ul{
    display:flex;
    flex-wrap:wrap;
    gap: 0 1.2em;
    width: 60em;
}
.gnav .sidemenu ul li{
    white-space:nowrap;
    width: 14em;
    margin-top:0;
}
.gnav .sidemenu ul li:nth-of-type(n+5){
    margin-top:1.2em;
}
/*
  03. footer
========================================================================== */
/* footer */
footer {
  margin-top: 6.8rem;
  background-image: url(../images/common/f_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: max(12.143vw, 157.857px) 0 0;
  position: relative;
}

.f_left {
  width: max(30.000vw, 390.000px);
  margin-right: max(2.143vw, 27.857px);
}

.f_info {
  width: max(22.857vw, 297.143px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: max(1.500rem, 19.500px);
}

.f_info h2 {
  border-bottom: 1px solid #fff;
  padding: 0 max(1.071vw, 13.929px) max(1.000vw, 13.000px);
  margin-bottom: max(1.071vw, 13.929px);
}

.f_tel {
  width: max(20.000vw, 260px);
  margin: 0 auto max(1.400vw, 18.200px);
}

.f_web {
  width: max(20.714vw, 269.286px);
  margin: 0 auto max(1.429vw, 18.571px)
}

.f_addr {
  font-size: max(1.189vw, 15.461px);
}
.f_addr a{
  color: #fff;
  border-bottom: 1px solid;
}

.f_timetable {
  margin-top: 2.4rem;
  width: max(26.571vw, 345.429px);
}

.f_timetable th,
.f_timetable td {
  text-align: center;
}

.f_timetable td:last-of-type {
  padding-right: 0.8em;
}

.f_timetable thead {
  font-size: max(1.071vw, 13.929px);
}

.f_timetable thead tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.f_timetable thead td {
  width: 2.333em;
}

.f_timetable thead th,
.f_timetable thead td {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

.f_timetable thead th,
.f_timetable tbody th {
  white-space: nowrap;
}

.f_timetable tbody {
  font-size: max(1.043vw, 13.557px);
}

.f_timetable tbody tr:last-of-type {
  border-bottom: 1px solid #fff;
}

.f_timetable tbody tr:first-of-type th,
.f_timetable tbody tr:first-of-type td {
  padding-top: 0.6em;
}

.f_timetable tbody tr:last-of-type th,
.f_timetable tbody tr:last-of-type td {
  padding-bottom: 0.5em;
}

.f_timetable tbody th,
.f_timetable tbody td {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.f_timetable + .hosoku {
  margin-top: 1.6em;
  font-size: max(1.043vw, 13.557px);
}

.f_timetable + .hosoku li {
  display: inline-block;
}

.f_timetable + .hosoku li:not(:last-of-type) {
  margin-right: 2em;
}

.f_sns {
  width: max(26.571vw, 345.429px);
  display: flex;
  justify-content: center;
  margin-top: max(1.714vw, 22.286px);
}

.f_sns li {
  width: max(5.714vw, 74.286px);
  margin-right: max(1.286vw, 16.714px);
}

.f_right {
  width: max(55.000vw, 715.000px);
}

.f_nav {
  display: flex;
  justify-content: space-between;
  font-size: max(0.951vw, 12.369px);
}

.f_nav li + li {
  margin-top: 1em;
}

.f_nav a {
  color: #fff;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 0.2em;
  transition: 0.5s;
}

.f_nav a:hover {
  opacity: 0.5;
}

.f_nav a::before {
  content: "";
  border-left: max(0.571vw, 7.429px) solid #fff;
  border-top: max(0.286vw, 3.714px) solid rgba(0, 0, 0, 0);
  border-bottom: max(0.286vw, 3.714px) solid rgba(0, 0, 0, 0);
  border-right: none;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.humanity {
  width: 87px;
  position: absolute;
  right: 137px;
  bottom: 13px;
}

.f_copy {
  margin-top: max(18.214vw, 236.786px);
  display: block;
  width: 100%;
  font-size: max(0.893vw, 11.607px);
  line-height: 1;
  padding: max(0.786vw, 10.214px);
  text-align: center;
  background-color: rgba(86, 58, 37, 0.7);
}

/* link */
section.cmn_link {
  background-color: #f5f7f7;
  background-image: url(../images/common/link_bg.png);
  background-size: 98% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: max(3.571vw, 46.429px) 0 max(2.500vw, 32.500px)
}

section.cmn_link h2 {
  width: max(22.714vw, 295.286px);
  margin: 0 auto max(2.143vw, 27.857px);
}

section.cmn_link ul {
  width: max(92.143vw, 1197.857px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: max(1.786vw, 23.214px) max(1.071vw, 13.929px);
}

section.cmn_link ul li {
  width: max(45.286vw, 588.714px);
  box-shadow: 0px 2px 1px 0px rgba(175, 175, 175, 0.35);
}

section.cmn_link ul li img{
	width: 100%;
}
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: 79px;
}

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

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

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

.mainPhoto {
  box-sizing: border-box;
  margin: 0 auto 2.9rem auto;
  width: 97.71%;
  border: 1px solid #f0f0f0;
}

/*
  05. menu
========================================================================== */
nav.sidemenu {
  padding: 40px 38px 36px 34px;
  border-left: 4px solid #fcc800;
  border-radius: 0 16px 16px 0;
  box-shadow: 0px 4px 12px 0px rgba(126, 87, 62, 0.13);
}

.sidemenu h2 {
  margin-right: auto;
  margin-left: auto;
  width: 109px;
}

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

.sidemenu ul li {
  padding-bottom: 3px;
  border-bottom: 1px dashed #2f2f2f;
}

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

.sidemenu ul li a {
  display: inline-block;
  padding-left: 26px;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  position: relative;
}

.sidemenu ul li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  background-color: #a06c26;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 6px;
  left: 9px;
}

.sidebanner {
  margin-top: 48px;
}

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

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

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

.counseling .lowinfo {
  margin-top: 20px;
  background-image: url('../images/common/lowinfo_bg.jpg');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fdddb3;
  overflow: hidden;
}

.counseling .lowinfo img {
  display: block;
}

.counseling .lowinfo .box {
  box-sizing: border-box;
  padding: 52px 30px 44px 30px;
  width: 300px;
  background-color: rgba(255, 255, 255, .49);
  box-shadow: 0px 0px 8px 0px rgba(75, 72, 69, 0.19);
}

.counseling .lowinfo .box .logo {
  padding-bottom: 19px;
  border-bottom: 1px dashed #4c4948;
}

.counseling .lowinfo .box .tel {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counseling .lowinfo .box .tel i {
  margin-top: 5px;
  margin-right: 7px;
  width: 17px;
}

.counseling .lowinfo .box .tel span {
  color: #4b443b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32.31px;
  line-height: 1;
  letter-spacing: .025em;
}

.counseling .lowinfo .box .btn {
  margin-top: 17px;
  display: block;
}

.counseling .lowinfo .box .timetable {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
}

.counseling .lowinfo .box .timetable .ttl {
  margin-right: 14px;
  padding: 5px 10px 4px 10px;
  color: #333333;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fdde66;
  border-radius: 2px;
}

.counseling .lowinfo .box .timetable .time {
  text-align: right;
  color: #4d4a49;
  font-size: 15px;
  line-height: 1.5;
}

.counseling .lowinfo .box .timetable .time .hosoku {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}

.roop .supervised{
	margin-left: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.supervised{
}

.supervised_wrap {
    width:fit-content;
    margin:auto;
    font-size:15px;
    line-height:1.6;
}

.supervised dl {
    display:flex;
}

.supervised dl + dl{
	margin-top: 0.5em;
}
.supervised dl dt{
    width:7em;
    flex-shrink:0;
    text-align: right;
}
.supervised dl dd{
    width:100%;
    padding-right:2em;
}

.idx .supervised .colunm{
	width: fit-content;
	padding: 30px;
	padding: 30px 50px 20px;
  background: #fffdf2;
  border: 1px solid #ffd532;
	margin: 60px auto 0;
}

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

.clear {
  clear: both;
}

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

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
  transition: opacity .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', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 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;
  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;
}
