@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    font-family: font-family: "Zen Kaku Gothic New", sans-serif , "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-weight: 500;
    color:#333333;
    letter-spacing: 0.1em;
    font-size: 12px;
    position: relative;
}

body:before {
    content: '';
    z-index: -1;
    inset: 0;
    position: fixed;
    background-image: url(/system_panel/uploads/images/top_fix_bg_768);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.gjs-dashed .swiper-wrapper {
	display: block;
}

.gjs-dashed .swiper-slide {
	width: auto;
	height: auto;
}

.gjs-dashed .swiper-wrapper {
	width: auto;
	height: auto;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

a {
    transition:0.6s;  
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

.spBr br{
  display:block;
}

.pcBr br{
  display:none;
}

.objectfit{
  object-fit:cover;
  width:100%;
  height:100%;
}

.linkMsk {
    position: relative;
    transition:0.7s;
}

.linkMsk:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(85 85 85 / 70%);
    transition:0.7s;
}

.linkMsk:hover:before {
    content: "";
    display: none;
    position: absolute;
    transition:0.7s;
}

.mskNavy{
  position: relative;
}

.mskNavy:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition:0.7s;
    background-color: rgb(5 40 61 / 28%);
}

.mskWhite{
  position: relative;
}

.mskWhite:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition:0.7s;
    background: rgb(245 245 245 / 70%);
}

.fontA {
  font-family: "EB Garamond", serif;
}

.fontB {
  font-family: "Zen Old Mincho", serif;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- テキスト --------------------------------------------------------------*/

.tit01{
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height:2em;
}

.tit02{
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height:2em;
}

.enTit01{
  font-family: "EB Garamond", serif;
  font-size:30px;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  color: #02123C;
  font-weight: 400;
}

.subTit01{
  font-family: "Zen Old Mincho", serif;
  font-size:14px;
  color: #02123C;
}

.txt01{
    line-height: 1.8em;
}

/*-- 画像 --------------------------------------------------------------*/

.imgControl {
    position: relative;
    padding: 0 0 100%;
    height: 0;
}

.imgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*-- 共通パーツ --------------------------------------------------------------*/

.btn01 {
    font-family: "EB Garamond", serif;
    display: flex;
    justify-content:center;
    align-items:center;
    max-width: 225px;
    width: 100%;
    color:#111111;
    padding: 10px 5px;
    border-radius:25px;
    border:1px solid #CCCCCC;
    background-color: #D1D5D9;
    transition: .6s;
    font-size: 14px;
    line-height: 1.5em;
}

.btn01:hover {
    color:#111111;
    border:1px solid #fff;
    background-color: #fff;
}

.btn01.navy {
    border: 1px solid #02123C;
    background-color: #02123C;
    color:#fff;
}

.btn01.navy:hover {
    color:#05283D;
    border: 1px solid #05283D;
    background-color: #fff;
}

.btn01.btn01--back {
    background-image:url(/system_panel/uploads/images/btn01_back.svg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-color: #fff;
}

.btn01:hover {
    background-position: 99% 50%;
    color:#111111;
}

.btn01.btn01--back:hover {
    background-position: 1% 50%;
    color:#111111;
}

.anchorBtn {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    color:#111111;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border:1px solid #CCCCCC;
    transition: all .5s;
    background-color: #fff;
}

.anchorBtn:hover {
    color:#111111;
    box-shadow: none;
    transform: scale(.98, .98);
    transition: all .5s;
}

.anchorBtn.navy {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    color:#fff;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid #02123C;
    transition: all .5s;
    background-color: #02123C;
}

.anchorBtn.navy:hover {
    background:#fff;
    color:#05283D;
    box-shadow: none;
    transform: scale(.98, .98);
    transition: all .5s;
}

.anchorBtn.anchorTelBtn:hover {
    color:#111111;
    transform: scale(1, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    transition: all .5s;
}

.anchorBtnAr {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.flex-jc {
	justify-content: center;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

/*-- inCover -----------------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.header {
	visibility: hidden;
	opacity: 0;
	transition: .3s all;
}

.hNavLink {
	transition: .3s all;
}

.hLogoLink {
  	visibility: hidden;
}

/*--is-animation--*/

.header.is-animation {
	visibility: visible;
	opacity: 1;
	background-color: rgb(2 18 60 / 90%);
	transition: .3s all;
}

.is-animation .hNavLink {
	/* color: #333; */
	transition: .3s all;
}

.is-animation .hLogoLink {
	display: block;
	visibility: visible;
}


/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/



/*----*/



/*----kasou------------------------------------------------*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.anchorBtnAr {
    gap: 20px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.enTit01{
  font-size:56px;
}

.subTit01{
  font-size: 20px;
}
    
.tit01{
  font-size: 26px;
}
  
.tit02{
  font-size:23px;
}
  
body {
    font-size:14px;
}
  
.spBr br{
  display:none;
}

.pcBr br{
  display:block;
}

.btn01 {
    max-width: 280px;
    padding: 14px 5px 12px 5px;
    font-size: 16px;
}

.anchorBtnAr {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
  
/*-- 改行 --*/
.br768None br {
	display: none;
}
  
.px-main {
	padding-left: 16% !important;
	padding-right: 16% !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
body {
    font-size:15px;
}

body:before {
    background-image: url(/system_panel/uploads/images/top_fix_bg_1920);
    background-size: contain;
}
  
.tit02{
  font-size:25px;
}

.enTit01{
  font-size:100px;
}

.anchorBtnAr {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.anchorBtnAr {
    grid-template-columns: repeat(4,1fr);
}
  
.br1200None > br {
   display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
body {
    font-size:16px;
}
  
.hNavLink {
	font-size: 16px !important;
}
  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */