@charset "utf-8";

/* @reset
----------------------------------------------------------*/
*, *:before, *:after { box-sizing:border-box; }

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
figure, figcaption, form, textarea, fieldset, legend, blockquote { margin:0; padding:0; border:none; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:inherit; }

footer, header, hgroup, main, menu, nav, section,
article, aside, details, summary, figcaption, figure { display: block; }

table { border-collapse:collapse; border-spacing:0; }
ul, ol { padding:0; list-style:none; }

img { max-width:100%; height:auto; font-size:0; line-height:0; vertical-align:bottom; border-width:0; }

input, button, select, textarea { font:inherit; }
button { margin:0; padding:0; border:none; border-radius:0; background:none; -webkit-appearance:none; cursor:pointer; }
button:focus { outline:none; }
input[type="submit"],input[type="button"],input[type="reset"] { cursor: pointer; }

/* @base
----------------------------------------------------------*/
html, body { height: 100%;}

html {
  font-size: min(93.75%, 20px);
  background: #fff;
}
body {
  font-family:
  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
  "游ゴシック", "Yu Gothic", YuGothic,
  "メイリオ", "Meiryo", Osaka, sans-serif;
  color: #000;
  letter-spacing: .07em;
  font-weight: 500;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-animation: loading 1.5s;
  animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}

#wrapper {
  background: #fff;
}

.font-sans {
  
}

a { color:#252F32; text-decoration:none; }
a:not([class]) { text-decoration:underline; }
a:not(.fade), .anime { -webkit-transition:all .5s; transition:all .5s; }
a:not([class]):hover, a:not([class]):focus { text-decoration:none; }
a:focus { outline:none; }

.clearfix::after { content:""; display:block; clear:both; }

.wide   { width: 100%; }

.pos-r { position:relative; }

.iblock { display:inline-block; }
.block  { display:block; }
.hide   { display:none; }

.fl-left { float:left; }
.fl-right { float:right; }

.ta-left { text-align:left; }
.ta-center { text-align:center; }
.ta-right { text-align:right; }
.ta-justify { text-align:justify; }

.va-top  { vertical-align:top; }
.va-mid  { vertical-align:middle; }
.va-btm  { vertical-align:bottom; }
.va-base { vertical-align:baseline; }

.fw-mid { font-weight:500; }
.fw-bold { font-weight:bolder; }

.fz-small { font-size:.85em; }
.fz-big { font-size:1.5em; }
.fz-big2 { font-size:2.5em; }

.fs-italic { font-style:italic; }
.ws-nowrap { white-space: nowrap; }

.is-fixed { position:fixed; top:0; right:0; bottom:0; left:0; }

.link-disabled { cursor:default; pointer-events:none; opacity:0.6; }

.marker { background:linear-gradient(transparent 45%, #fcf5bb 0%); }
.indent { padding-left:1em; text-indent:-1em; }

.li-disc, .li-decimal { padding-left:1.5em; }
.li-disc { list-style:disc; }
.li-decimal { list-style:decimal; }

.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
/*.flex {display: flex; justify-content: center; align-items: center;}*/
.flex-between { -webkit-justify-content:space-between;  justify-content:space-between;  }
.flex-center  { -webkit-justify-content:center; justify-content:center; }
.flex-align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; }

.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }


.txt-underline { text-decoration:underline; }
.link-txt { font-weight:bold; text-decoration:underline; }
.link-txt:hover { text-decoration: none; }

.bg-common { background-color:#2e3346; }


.color-red { color:#BC1A1A; }
.color-hilite { color:#D8C481; }
.color-wht { color:#fff; }

.fz-en { font-size:.875rem; }

.hv-fade { -webkit-transition:all .8s ease-out; transition:all .8s ease-out; }
.hv-fade:hover { opacity:.7; }

/* 1025px 以上  */
@media screen and (min-width: 1025px) {
  /* hover scale */
  a .hv-scale { -webkit-transition:transform .5s ease-out; transition:transform .5s ease-out; }
  a:hover .hv-scale  { -webkit-transform: scale(1.05); transform: scale(1.05); }
}
@media screen and (min-width: 600px) {
  .txt-v {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}


/* layout ------ */
#wrapper { position:relative; z-index:2; overflow:hidden; min-height:100%; }

.wide-inner { padding-left:3%; padding-right:3%; }
.inner { max-width: 1400px; width:100%; margin-left:auto; margin-right:auto; padding-left:60px; padding-right:60px; }
.narrow-inner { max-width:920px; width:100%; margin-left:auto; margin-right:auto; padding-left:60px; padding-right:60px; }
.inner .narrow-inner { padding-left:0; padding-right:0; }

#main { display:block; }

[id] { scroll-margin-top: 90px; }

/* recaptcha */
.grecaptcha-badge {
  display: none;
}

/* 960px 以上 (PC) */
@media screen and (min-width: 1025px) {
  .pc-none { display: none; }
    
}
/* 600px 以上 (PC・タブレット) */
@media screen and (min-width: 600px) {
  .sp-only { display: none; }
  a[href^="tel:"] {
    pointer-events: none;
}
}

/* 1024px 以下 (タブレット横以下) 
@media screen and (max-width: 1024px) {
  .wide-inner { padding-left:8%; padding-right:8%; }
  .inner { width:96%; padding-left:40px; padding-right:40px; }

}*/

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 960px) {
  .wide-inner { padding-left:40px; padding-right:40px; }
  .inner { width:auto; }
  .pc-only { display:none; }
}

/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  html { font-size:87.5%; }
  .wide-inner { padding-left:20px; padding-right:20px; }
  .inner, .narrow-inner { padding-top:20px; padding-left:20px; padding-right:20px; }
  .inner .narrow-inner { padding-left:0; padding-right:0; }

  .sp-none { display:none; }
  .sp-only { display:block; }
}


/* @component
----------------------------------------------------------*/
/* @title ------ */
/* @secttl */
.secttl {
  margin-bottom: 1.75em;
  text-align: center;
  font-size: 2.2667rem;
  line-height: 1.2;
  letter-spacing: .1em;
}
.secttl > span {
  display: block;
  margin-top: .95em;
  line-height: 1;
  font-size: .9333rem;
  font-weight: 500;
  letter-spacing: .075em;
  font-family: 'Outfit', 'Jost', sans-serif;
}
.secttl > em {
  font-style: normal;
}

.secttl.st-left {
  text-align: left;
}
.secttl.st-left > span {
  display: inline-block;
  margin-right: .25em;
}

/* @subttl */
.subttl {
  margin-bottom: 1em;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .16em
}
.subttl > span {
  display: inline-block;
  min-width: 426px;
  padding: .3em 1em .5em;
  border-bottom: 1px solid #2e3346;
}
.subttl > span.en {
  padding-bottom: .2em;
  color: #2e3346;
  font-size: 1.2em;
}

.subttl.col-wht > span,
.subttl.col-wht > span.en {
  color: #fff;
  border-bottom-color: #fff;
}

/* @subttl2 */
.subttl2 {
  margin-bottom: 1.5em;
  font-size: 2.1333rem;
  line-height: 1.4;
  text-align: center;
}
.subttl2::after {
  content: "";
  display: block;
  width: 1.3333rem;
  height: 1px;
  margin: .75em auto 0;
  background: #787878;
}
.subttl2 > span {
  font-weight: lighter;
  line-height: 1;
  letter-spacing: .05em;
}
.subttl2 > span.font-en {
  font-size: 2.8rem;
}

/* @subttl3 */
.subttl3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 0.4em 0.5em 0.45em 0.65em;
  font-size: 1.5rem;
  line-height: 1.4;
  border-left: 3px solid #9a9ea9;
  background: #F5F6F9;
}

.subttl:first-child,
.subttl3:first-child {
  margin-top: 0;
}

/* @lead-ttl */
.lead-ttl {
  font-size: 2rem;
  line-height: 1.75;
}
.left-border {
        width: 150px;
        border: solid 1px #6E839D;
        display: inline-block;
        margin-right: 40px;
        vertical-align: middle;
    }
.cp_title{
	position: relative;
	overflow: hidden;
}
.cp_title::before,
.cp_title::after{
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
}
.cp_title:before{
	border-bottom: 4px solid #0553dd;
}
.cp_title:after{
	border-bottom: 4px solid #6E839D;
}

/* @button ---------- */
.btn{
  margin: 50px auto 0; 
  text-align: center;
  }
.c-btn {
  min-width: 264px;
  position:relative;
  color:#333;
  border:1px solid #6E839D;
  padding: 10px 30px; 
  display:inline-block;
  text-decoration: none;
  outline: none;
  transition:all 0.3s ease-in-out;
}
.c-btn:hover{
  background:rgba(110, 131, 157, .6);
  color: #fff;
  border-color:transparent;
}



/* @box -------- */
.c-box {
  margin-bottom: 120px;
}
.c-box-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.c-box-inner-top {
  padding-top: 90px;
}

/* @list --------- */
.c-list li,
.is-style-disc-list li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.c-list li::before,
.is-style-disc-list li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: .3em;
  width: .5em;
  height: .5em;
  border: 2px solid #666;
  border-radius: 50%;
}

/* @dl,tbl --------- */
.dl-tbl .row > * {
  padding: 1.2em 1em 1.2em 2em;
}
.dl-tbl .row {
  margin-bottom: .75em;
}
.dl-tbl .row dt {
  width: 240px;
  letter-spacing: .12em;
  border-bottom: 1px solid #666;
}
.dl-tbl .row dd {
  -webkit-box-flex: 1;
  flex: 1;
  border-bottom: 1px solid #eee;
}

/* @tel -------- */
.g-tel {
  font-size: 1.375rem;
}
.g-tel::before {
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .35em;
  vertical-align: -.05em;
  background: url(../img/common/icon-tel-blk.svg) no-repeat center top / 100%;
}
.g-tel a {
  text-decoration: none;
}

/* @hero img ------ */
.c-hero {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 35.19%;

}
.c-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.wide-inner .c-hero {
  padding-bottom: 25%;
}


/* @header
----------------------------------------------------------*/
.g-header {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 1.07rem 2.4rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: padding .5s ease-out;
    transition: padding .5s ease-out;
    background: rgb(255 255 255 / .6);
}

.g-header-logo {
  /*width: 11.4375rem;*/
  width: 12%;
  -webkit-transition:width .5s ease-out; transition:width .5s ease-out;
}
.g-header-logo img{
    -webkit-box-align: center;
  align-items: center;
  height:100%;
}
.g-header-wrap {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
}

/* @gnav */
.g-nav {
  -webkit-box-align: center;
  align-items: center;
}
.g-nav-list a {
  position: relative;
  display: block;
  padding: 0 1.65em;
  color: #333;
  font-size: .85rem;
  line-height: 1.715;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition-duration: .35s;
  transition-timing-function: ease-out;
}

.g-nav-list a:hover {
  color: #727375;
}
.g-nav-list .contact {
    margin-left: 1.8rem;
}
.g-nav-list .contact a{
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
    background: #0553dd;
    color:#fff;
    text-align: center;
}


/* @menu-btn */
.menu-btn {
  display: none;
}

/* @footer
----------------------------------------------------------*/
.g-footer {
  padding: 50px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 1.1333rem;
  font-weight: 600;
  background: #252F32;
}
.g-footer a {
  color: #fff;
}
.g-footer > .inner {
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.g-footer-logo {
    width: 20%;
    margin: 0 auto;
  }
.g-footer-cache {
	margin: 0.5em 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
}
 .kana {
  margin: 0;
  color: #fff;
  font-size: 1.1333rem;
  font-weight: 600;
  line-height: 1.4;
}
.g-footer-info {
  margin: 2em 0 0 ;
}

.g-footer-info .address{
  font-size: 1rem;
  margin: .2em 0;
}
.g-footer-info .name,.g-footer-info .tel{
  margin: .2em 0;
  line-height: 1.2;
}
.g-footer-info .tel a {
  text-decoration: none;
}

/* g-footer-nav */
.g-footer-nav_sp{display: none;}
ul.g-footer-nav {
  text-align: left;
  column-count: 3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -50%);
}

.g-footer-nav a:hover {
  opacity: .7;
}

.g-footer-nav>li {
    padding-bottom: .6em;
    break-inside: avoid;
}
.g-footer-nav>li>a {
    padding-left: 15px;
    font-size: 1.1333rem;
    position: relative;
    text-decoration: none;
}
.g-footer-nav>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #fff;
}
.g-footer-nav_s {
    margin-top: .5em;
}
.g-footer-nav_s>li>a {
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center; 
}

.g-footer-nav_s>li>a::before  {
    border-top: 2px solid;
    content: "";
    width: 0.8em; 
    margin-right: 0.8em;
}
.g-copyright {
    margin: 0;
    padding-block: 3em 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-color: #252F32;
}
/* @pagetop */
.floating-btn {
  width: 110px;
}
.floating-btn li + li {
  margin-top: 10px;
}
.floating-btn a {
  display: block;
  color: #2e3346;
  text-align: center;
  text-decoration: none;
}
.floating-btn a:hover {
  opacity: .7;
}
#floating {
  position: fixed;
  right: 30px;
  bottom: -300px;
  z-index: 99;
}


.floating-line a {
  /*padding: 14px 12px 12px;*/
	padding: 10px 5px 2px;
}
.floating-line .ttl {
  margin: 0 -.5em;
  line-height: 1;
  font-size: .8667rem;
  font-weight: bold;
}




/* @layout
----------------------------------------------------------*/

/* @page-head */
.page-head {
  position: relative;
  z-index: 2;
  height: 288px;
}
.page-head img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.title {
        padding-top: 110px;
    }
.title .title-con{
        background-color: #fff;
        height: 22.9vw;
        overflow: hidden;
        position: relative;
    }
.title .title-con_left {
        border-right: 9vw solid transparent;
        border-top: 11vw solid #2e3346;
        height: 11vw;
        position: absolute;
        width: 55vw;
        z-index: 1;
    }
.title .title-con_right {
        display: inline-block;
        height: 20vw;
        left: 25vw;
        margin-top: 3vw;
        overflow: hidden;
        position: absolute;
        transform: skew(-40deg);
        transform-origin: 0 100%;
        width: 75.1vw;
        z-index: 0;
    }
.title .title-con_right img {
        display: inline-block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        transform: skew(40deg);
        transform-origin: 0 100%;
        width: 100%;
    }
.title .title-con .con-wrapper {
        margin: auto;
        max-width: 1280px;
        position: relative;
        width: 90vw;
        z-index: 2;
    }
.title .title-con_title {
        color: #fff;
        font-size: 3.6rem;
        font-weight: 600;
        letter-spacing: 2.8px;
        line-height: 17.7vw;
        text-align: left;
        padding-left: 8%;
    }
.title .title-con_j {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1.6px;
        line-height: 1.5;
        margin-left: 30px;
        text-align: left;
    }

/* @page-title */
.page-title {
  margin-bottom: 1.1em;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.page-title::after {
  content: attr(data-en);
  display: block;
  margin-top: .15em;
  font-size: .4em;
}

/* @breadcrumb ------- */
.breadcrumb {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 2rem;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li, .breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb li:not(:last-child):after {
  content: "＞";
  padding: 0 .75em;
}

/* @pagination */
.pagination {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.pagination .pager {
  display: inline-block;
  margin: 0 4px;
  padding: 0.4em 1em;
  color: #fff;
  border: 1px solid #302D31;
}
.pagination .pager.current {
  border-color: #9D1B2A;
  background-color: #9D1B2A;
}
.pagination .prev,
.pagination .next {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  padding: 0.4em 1em;
}
.pagination .prev.is-disable,
.pagination .next.is-disable {
  opacity: .3;
  cursor: default;
  pointer-events: none;
}

/* @effect */
[class*="effect-"],
[class*="effect-cover"]::before {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

/* fadeInUp */
.effect-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.effect-fadeInUp.on-effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

/* fadeInRight / fadeInLeft */
.effect-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.effect-fadeInLeft.on-effect,
.effect-fadeInRight.on-effect {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

 
/* @entry-list */
.entry-list {
  margin-bottom: 20px;
}
.entry-list > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.entry-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 1.5em 0;
  text-decoration: none;
  color: #000;
}
.entry-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #252F32;
  -webkit-transition:all 1s; transition:all 1s;
}
.entry-list a:hover::after {
  right: 0;
}

.list-thumb {
  position: relative;
  width: 26%;
  padding-bottom: 20%;
  margin-right: 2rem;
  overflow: hidden;
}
.list-thumb > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.list-summary {
  -webkit-box-flex: 1;
  flex: 1;
}
.list-summary .info-date {
  margin: 0 1.5em .5em 0;
  color: #666;
}
.list-summary .info-cat {
  margin: .2em 0 0 ;
  font-size: .85rem;
}
.list-summary .cat-item {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: .1em 1em 0;
  color: #000;
  border: 1px solid #ccc;
  line-height: 1.6;
}
.list-summary .cat-item + .cat-item {
  margin-left: .5em;
}
.list-summary .ttl {
  margin: .25em 0 1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
.list-summary .excerpt {
  margin: 0;
}

/* @404 */
.notfound-content .btn {
  margin-top: 3em;
}


/* レスポンシブ
----------------------------------------------------------*/
/* 1460px 以上 */
@media screen and (min-width: 1460px) {
  /* @layout
  ----------------------------------------------------------*/
  /* @header
  ----------------------------------------------------------*/
  
 /* .g-header-logo {
    width: auto;
  }*/

  
  /* @g-reserve */
  .g-reserve {
    font-size: 1rem;
  }

}


/* 960px 以上 */
@media screen and (min-width: 1025px) {
  /* @gnav */
  .g-nav-list a {
    padding: 1em 1.85em;
    font-size: .9333rem;
  }
    
}


@media screen and (max-width: 1280px) {
 
 
}

/* 959px 以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {
  

  /* @dl,tbl --------- */
  .dl-tbl .row dt {
    width: 200px;
  }

  /* @g-contact_box */
  .g-contact_box-list li {
    width: 100%;
  }
  .g-contact_box-list li + li {
    margin-top: 15px;
  }
  .g-contact_box-list .st-tel .num {
    line-height: 1;
  }

  /* @header
  ----------------------------------------------------------*/
  
  .g-header-logo {
    position: relative;
    width: 170px;
    z-index: 9999;
    padding: 0;
  }
  
  /* @menu-btn */
  .menu-btn {
    position: relative;
    display: block;
    width: 42px;
    height: 28px;
    margin-top: 5px;
    cursor: pointer;
    z-index: 99999;
  }
  .menu-btn:focus {
    background:none;
  }
  .menu-btn,
  .menu-btn span {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-btn:before,
  .menu-btn:after,
  .menu-btn > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #333;
  }

  .menu-btn::before {
    top: 0;
  }
  .menu-btn > span {
    top: 13px;
  }
  .menu-btn::after {
    bottom: 0;
  }

  .menu-btn.is-open::before {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .menu-btn.is-open span {
    opacity: 0;
  }
  .menu-btn.is-open::after {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
    

  /* @gnav */
  .g-nav {
    font-size: 1rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    z-index: 999;
    margin: 0;
    padding: 80px 20px 70px;
    background: #6E839D;
    background-size: 54px;
    color: #fff;
  }
  .g-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .1;
    z-index: -1;
  }

  .g-nav-wrap {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: none;
    padding-bottom: 80px;
  }
  .g-nav-list {
    display: block;
    width:80%;
    margin: 0 auto;
  }
  .g-nav-list li,
  .g-nav-list li:not(:last-child) {
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #eaebef;
  }
  .g-nav-list a {
    display: block;
    padding: .95em .5em .85em;
    font-size: 1.3571rem;
    text-align: left;
  }
  
  /*.g-nav-list li:after {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 0;
    width: 1.1429rem;
    height: 1.1429rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(100%);
    transform: rotate(45deg) translateY(100%);
    transform-origin: top right;
    z-index: 99;
  }*/
  
    
.main_menu {
        display: block;
        padding: .95em .5em .85em;
        font-size: 1.3571rem;
        text-align: left;
        position: relative;
        border-right: none;
        color: #333;
        font-weight: bold;
    } 
   
.main_menu::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -6px;
    } 
 .sub_menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
        text-indent: 40px;
        background: rgb(255 255 255 / .2);
        display: block;
        position: relative;
        border-top-width: 1px;
        color: #2e3346;
   }
.sub_menu li a::before {
        content: '';
        width: 0;
        height: 0;
        border: solid 4px transparent;
        border-left: solid 6px #2e3346;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        margin-left: 25px;
    }
 .open {
        background-color: #fff;
        color: #333;
    }   
 .open::before {
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        margin-top: -3px;
    }  
   
    
    
  .g-nav-list .contact{
      margin-left: 0;
      border-bottom: none;
  }
  .g-nav-list .contact a {
    margin: 50px auto;
  }

  .top_contact {
        margin: 60px auto 0px;
        width: 100%;
        text-align: center !important;
    }
  .top_contact .telBox {
        margin: 10px auto;
    }
　.top_contact .telBox a{
        font-size: 1.8286rem;
        color: #fff;
        line-height: 26px;
        margin: 10px auto;
        font-weight: bold;
        text-decoration: none;
    }
  /* @footer
  ----------------------------------------------------------*/
  .g-footer-nav{display: none;}
  .g-footer-nav_sp{display: block;}
  .g-footer > .inner { 
    width:100%;
    margin: 0 auto;
    display:block;
    
  }
  .g-footer-logo {
    width: 28%;
    margin: 0 auto;
  }
  .g-footer-cache {
    font-size: 1.1429rem;
  }
  .kana {
    font-size: .8571rem;
  }
  .g-footer-info {
    margin: 1.8em 0;
  }
  .g-footer-info .name, .g-footer-info .tel{
    font-size: 1.3571rem;
  }
  
  .g-footer-info .address{
    font-size: .8571rem;
  }
  ul.g-footer-nav_sp {
     width:100%;
     padding-top: 1.5em;
     border-top: 1px solid #dcccc2;
     text-align: left;
     column-count: 3;
     font-size: .8571rem; 
     
    }
  .g-footer-nav_sp>li {
    padding-bottom: .1em;
    break-inside: avoid;
   }
  .g-footer-nav_sp>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #fff;
   }
    .g-footer-nav_sp>li>a {
    padding-left: 15px;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
  }
  .g-footer-nav_s>li>a {
    font-size: 0.9rem;
  }

  
  #floating {
    bottom: 10px;
    right: 5px;
    z-index: 999;
  }
  /*#pagetop {
    display: none;
  }*/
  .floating-btn {
    width: auto;
  }
  .floating-line .qr {
    /*display: none;*/
    font-size: .9286rem;
  }
  .floating-line .ttl {
    margin: 0;
	font-size: .7667rem;
  }
  .floating-line a {
    padding: 0.5em 0.1em 0.1em
  }
  

  /* @layout
  ----------------------------------------------------------*/
  
  
  /* @page-head */
  .page-title {
    font-size: 1.9rem;
    margin-bottom: 1.2em;
  }
  .page-head {
    height: 144px;
  }
  .title {
    padding-top: 100px;
  }
  .title .title-con {
    height: 36vw;
   }
  .title .title-con_left{
    border-right: 9vw solid transparent;
    border-top: 15vw solid #2e3346;
    height: 15vw;
    width: 70vw;
    }
  .title .title-con_right {
    height: 150px;
    right: 0;
    margin-top: 60px;
    
    }
  .title .title-con_title {
    font-size: 2.2rem;
    padding-left: 1%;
 }
}


/* 599x 以下 (スマホ)  */
@media screen and (max-width: 599px) {

  /* @header
  ----------------------------------------------------------*/
  /* @gnav */


  /* @footer
  ----------------------------------------------------------*/
  ul.g-footer-nav_sp {
    column-count: 2;
    }
  
 .g-footer-logo {
    width: 54%;
    margin: 0 auto;
  }
  
  .g-copyright {
    font-size: .7857rem;
  }

  /*#pagetop a {
    display: none;
  }*/


  /* @Component
  ----------------------------------------------------------*/
  /* @title ----- */
  .title {
    padding-top: 85px;
    }
  .title .title-con_right {
    margin-top: 20px;
    }
  /* @secttl */
  
  .secttl > span {
    font-size: .8667rem;
  }

  /* @subttl */
  .subttl {
    font-size: 1.6429rem;
  }
  .subttl > span {
    min-width: 0;
    display: block;
  }
  .subttl > span.en {
    padding-bottom: .4em;
    font-size: 1em;
  }

  /* @subttl2 */
  .subttl2 {
    font-size: 1.6rem;
  }
  .subttl2 > span {
    font-size: 1.8rem;
  }

  /* @lead-ttl */
  .lead-ttl {
    font-size: 1.55rem;
  }

  /* @button ---------- */
  .c-btn {
    font-size: 1.0714rem;
    min-width: 0;
  }

  /* @box -------- */
  .c-box {
    margin-bottom: 60px;
  }
  .c-box-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-box-inner-top {
    padding-top: 60px;
  }

  /* @dl,tbl --------- */
  .dl-tbl .row > * {
    padding: 1.2em .5em;
  }

  /* @layout
  ----------------------------------------------------------*/

  /* @page-head */
  

  /* @breadcrumb ------- */
  .breadcrumb {
    font-size: 10px;
    margin-bottom: .5rem;
  }

  /* @entry-list */
  .entry-list a {
    display: block;
    padding: 2em 0;
  }
  .entry-list .list-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    padding-bottom: 67%;
  }

}
