@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* ZenOldMincho */
@font-face {
    font-family: ' ZenOldMincho ';
    src: url('../fonts/ZenOldMincho-SemiBold.woff2') format('woff2'),
             url('../fonts/ZenOldMincho-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/* ZenOldMincho */
@font-face {
    font-family: ' ZenOldMincho ';
    src: url('../fonts/ZenOldMincho-Regular.woff2') format('woff2'),
             url('../fonts/ZenOldMincho-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: ' CormorantGaramond ';
    src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'),
             url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



body {
color: #0a0a0a;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' ZenOldMincho ';
letter-spacing: 0.05rem;
padding-top:60px;
position: relative;
margin: 0 auto;
overflow: hidden;
background:#fff;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top: 0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}


}

@media (min-width: 1680px) {


}


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

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 2em;line-height: 1.4;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.4;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.4;}
ol.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;font-size: .9em;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb100mb50{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}
.mb100mb50{margin-bottom: 70px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb10-md{margin-bottom: 10px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb100mb50{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs2{margin-bottom: 10px;}

}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.indent .call{color: #2f2b28;}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */





/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}





@media (min-width: 667px) {


}

@media (min-width: 1199px) {




}

@media (min-width: 1200px) {

}

@media (min-width: 1440px) {



}


.txt-justify{text-align:justify;}

[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: 12px; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 600;}

.white { color: #ffffff; }
.red { color:#FF0328; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.murasaki { color: #cec2f3!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
#wrapper{}
#wrapper article{}
#wrapper header{display: none;}



.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background: white;
	}
.sc .logo{padding-left: 15px;}
.sc .logo img{width: 200px;height: auto; transition: .4s;}
.sc .logo a:hover img{opacity: .5;}
header{display: none;}

@media (min-width: 768px) {
.sc .logo img{width: 244px;}

}


/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {
.cb-header2 {display: none;}
#wrapper{display: flex;}
#wrapper article{width: 75%;}
#wrapper header{display: flex;flex-direction: column;justify-content: center;position:fixed;right:0;top:0;width: 25%;height: 100vh;border-left: 1px solid #dedede;}
#wrapper article .container{max-width: 95%;}


#wrapper header .wrap{display: flex;justify-content: center;padding-bottom: 40px; position: relative;margin-bottom: 30px;}
#wrapper header .wrap::after{
	content: '';
	position: absolute;
	bottom:0;
	left:10%;
	background-color:#dedede;
	height: 1px;
	width: 80%;
}
#wrapper header .logo {position: relative;margin-left: 20px;width: 42px;}
#wrapper header .logo a img{transition: .4s;}
#wrapper header .logo:hover a img{opacity: .5;}
#wrapper header .navi{display: flex;align-items: center;justify-content: center;margin-top: 90px;}
#wrapper header .telbox{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 15px;}
#wrapper header .telbox .tel{font-weight: 600;color: #2a416c;}
#wrapper header .telbox .tel .call{font-size: 20px;color: #2a416c;}
#wrapper header .address{width: 80%;margin: 0 auto;}
#wrapper header .address p{text-align: justify;font-size: 12px;letter-spacing: 0;line-height: 1.3;}



/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
   flex-direction: row-reverse;
  justify-content: space-around;
}
.menu-item {position: relative;line-height: 1;display:flex;align-items: flex-start; justify-content: center;width: 25px;}

/* メニューアイテムのホバースタイル */
.menu-item a {
letter-spacing: .08rem;
padding: 0;
padding-top: 18px;
  text-align: center;
  color: #0a0a0a;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  display: block;
  writing-mode: vertical-rl;
  transition: .4s;line-height: 1;
}
.menu-item a::before{
	content: '';
	position: absolute;
	top:0;
	left:50%;
	background-color:#9a9213;
	height: 10px;
	width: 1px;
}
.menu-item a:hover {color: #9a9213;}


/* カレント表示の指定 */
.is-current{color: #9a9213;}


}

@media (min-width: 1200px){
.header .logo {position: relative;}
#wrapper header .navi{margin-top: 100px;}

.menu-item {width: 30px;}

#wrapper header .telbox{margin-bottom:20px;}
#wrapper header .telbox .tel .call{font-size: 24px;color: #2a416c;}

}


@media (min-width: 1680px){

.header .logo {position: relative;}

#wrapper header .logo {position: relative;margin-left: 30px;width: 54px;}
#wrapper header .wrap{display: flex;justify-content: center;padding-bottom: 60px;position: relative;margin-bottom: 25px;}
#wrapper header .navi{margin-top: 150px;}


.menu-item {width: 35px;}

.menu-item a {letter-spacing: .2rem;
padding-top: 25px;
  text-align: center;
  color: #0a0a0a;
  font-weight: 400;
  position: relative;
  font-size: 17px;
  line-height: 1.5;
}
.menu-item a::before{
	content: '';
	position: absolute;
	top:0;
	left:50%;
	background-color:#9a9213;
	height: 15px;
	width: 1px;}
	
#wrapper header .telbox{margin-bottom:20px;font-size: 18px;}
#wrapper header .telbox .tel .call{font-size: 24px;color: #2a416c;}
#wrapper header .address{width: 70%;margin: 0 auto;}
#wrapper header .address p{text-align: justify;line-height: 1.5;}




}



@media (min-width: 1920px){
#wrapper article{width: 82%;}
#wrapper header{position: fixed;right:0;top:0;width: 18%;height: 100vh;border-left: 1px solid #dedede;}
#wrapper article .container{max-width: 85%;}

}

@media (min-width: 1921px){
#wrapper header .wrap{display: flex;justify-content: center;padding-bottom: 60px;position: relative;margin-bottom: 40px;}

#wrapper header .navi{margin-top: 175px;}

}






/*　swiper
------------------------------------------------------------------*/


.mv {position: relative;z-index: 10;width: 100%;height: 95vh;background: url("../images/main.jpg");background-position: center;background-size: cover;}
.mv h1{color: rgba(0,0,0,0);}







@media only screen and (max-width: 991px) {
.mv {height:680px;background: url("../images/main.jpg");background-position: center;background-size: cover;}



}

@media only screen and (max-width: 767px) {
.mv {height:550px;}


}


@media only screen and (max-width: 666px) {




}

@media only screen and (max-width: 450px) {
.mv {height:calc(90vh - 60px);}

}






/* index.html 
---------------------------------------------------- */

.home #section1{position: relative;padding: 50px 0 70px;}
.home #section1 .txtbox{}
.home #section1 h2{position: relative;z-index: 50;font-weight: 600;font-size: 20px;margin-bottom: 20px;text-align: justify;}
.home #section1 .txt{position: relative;z-index: 20;  font-weight: 400;text-align: justify;margin-bottom: 20px;}
.home #section1 .pic1{position: relative;width: 250px;margin-bottom: 15px;filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.07));}
.home #section1 .pic2{position: relative;width: 70%;margin-left: 30%;}

.home #section2{position: relative;padding: 50px 0 50px;background: url("../images/bg-perple.jpg");background-repeat: repeat;}
.home #section2 h3{position:relative;z-index: 50;font-weight: 600;font-size: 22px;color: #2a416c;margin-bottom: 20px;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section2 .box{}
.home #section2 .box p{text-align: justify;margin-bottom: 20px;}
.home #section2 .forbusiness{margin-top: 50px;border-top:1px solid #c7c7c7;padding-top: 50px;margin-bottom: 30px;}
.home #section2 .forbusiness:last-child{margin-bottom: 0px;}

.home #section2 .forbusiness .txt{margin-bottom: 20px;text-align: justify;}
.home #section2 .forbusiness .txt:last-child{margin-bottom: 0;}
.home #section2 .koho{background: white;padding: 1.8em; outline: 1px solid #f6f6f6;outline-offset: -10px;}
.home #section2 .koho h4{font-size: 18px;font-weight: 600;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.home #section2 .koho p{text-align: justify;margin-bottom: 20px;}
.home #section2 .koho .pic{width: 250px;margin: 0 auto;}


.home #section3{position: relative;padding:50px 0;}
.home #section3 h3{position:relative;z-index: 50;font-weight: 600;font-size: 22px;color: #2a416c;margin-bottom: 20px;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section3 .box{margin-bottom: 30px;}
.home #section3 .box .thumb{width: 250px;margin: 0 auto; margin-bottom: 15px;}
.home #section3 .box .txtbox{}
.home #section3 .box .txtbox .name{font-weight: 600;font-size: 18px; text-align: center;padding-bottom: 1em;border-bottom: 1px solid #ddd;margin-bottom: 0;}
.home #section3 .box .txtbox .name span.sign{font-size: 23px;margin-left: 10px;}

.accordion-1 {
  max-width: 100%;
  margin: 0 auto 15px;
  border-bottom: 1px solid #ddd;
}
.accordion-1 summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 15px 10px;
  color: #9a9213;
  font-weight: 600;
  cursor: pointer;
}
.accordion-1 summary::-webkit-details-marker {display: none;}
.accordion-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 1px solid #9a9213;
  border-right: 1px solid #9a9213;
  content: '';
  transition: transform .3s;
}
.accordion-1[open] summary::after {transform: rotate(225deg);}
.accordion-1 .inbox {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 0;
  color: #0a0a0a;
  transition: transform .8s, opacity .5s;
}
.accordion-1[open] .inbox {transform: none; opacity: 1;}
.accordion-1 .inbox h4{font-weight: 600;margin-bottom: 10px;font-size: 18px; color: #9a9213;border-bottom: 1px solid #ddd;padding-bottom: 8px;}
.accordion-1 .inbox dl{display: flex;flex-wrap: wrap;width: 100%;}
.accordion-1 .inbox dl dt{width: 170px;line-height: 1.4;}
.accordion-1 .inbox dl dd{width: calc(100% - 170px);line-height: 1.4;margin-bottom: 10px;}



.home #section4{position: relative;padding:50px 0 50px;background: url("../images/bg-perple.jpg");background-repeat: repeat;}
.home #section4 h3{position:relative;z-index: 50;font-weight: 600;font-size: 22px;color: #2a416c;margin-bottom: 20px;}
.home #section4 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section4 .box{margin-bottom: 50px;}
.home #section4 .box p{text-align: justify;margin-top: 20px;}
.home #section4 .box p:last-child{margin-top: 10px;}
.home #section4 h4{display: block;color: #2a416c;font-weight: 600; font-size: 20px;margin-bottom: 15px;padding-bottom: 8px;border-bottom: 1px solid #c5c7d3;}

.home #section5{position: relative;padding:60px 0 60px;}
.home #section5 h3{position:relative;z-index: 50;font-weight: 600;font-size: 24px;color: #2a416c;margin-bottom: 30px;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section5 h4{position:relative;font-weight: 600;font-size: 20px;margin-bottom: 15px;}
.home #section5 h4 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 10px;}
.home #section5 .address{line-height: 1.4;margin-bottom: 20px;}
.home #section5 .tel{line-height: 1.4;}
.home #section5 .tel .call{font-size: 25px;color: #0a0a0a!important;}
.home #section5 .box{background: #f4f4f4;padding: 1.5em;display: flex;margin-bottom: 40px;}
.home #section5 .box .ico{width: 40px;}
.home #section5 .box .ico .mark{background: #9a9213;width: 30px;height: 30px;font-weight: 600; text-align: center;border-radius: 50%;color: white;display: flex;align-items: center;justify-content: center;}
.home #section5 .box p{text-align: justify;width: calc(100% - 40px);}
.home #section5 h5{position:relative;font-weight: 600;font-size: 16px;margin-bottom: 10px;}
.home #section5 h5 .fas{color: #9a9213;}
.text-palt{font-feature-settings: "palt";}


.gmap{margin-bottom: 40px;}
.gmap:last-child{margin-bottom: 0px;}

.gmap iframe{width: 100%;height: 220px;border-radius:0;vertical-align: bottom;}




@media (min-width: 667px) {
.home #section1 .container{max-width: 100%;padding: 0;}
.home #section1 .txtbox{width: 65%;margin-left: 35%;padding: 0 15px;}
.home #section1 h2{position: relative;z-index: 50;font-weight: 600;font-size: 20px;margin-bottom: 20px;text-align: justify;letter-spacing: .05rem;line-height: 1.6;}
.home #section1 .txt{position: relative;z-index: 20;  font-weight: 400;text-align: justify;margin-bottom: 20px;}
.home #section1 .pic1{position: absolute;left:0;top:50px;width: 33%;margin-bottom: 0;}
.home #section1 .pic2{position: relative;width: 50%;margin-left: 50%;}

.home #section2 .koho .pic{width: 350px;margin: 0 auto;}

}




@media (min-width: 768px) {

.home #section1{padding: 70px 0;}
.home #section1 .pic1{position: absolute;left:0;top:70px;width: 40%;margin-bottom: 0;}
.home #section1 .txtbox{width: 58%;margin-left: 42%;padding: 0 15px;}
.home #section1 .pic2{position: relative;width: 40%;margin-left: 60%;}


.home #section2{padding: 70px 0 70px;}
.home #section2 h3{font-weight: 600;font-size: 24px;color: #2a416c;margin-bottom: 30px;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section2 .koho{background: white;padding: 35px; outline: 1px solid #f6f6f6;outline-offset: -15px;}
.home #section2 .koho h4{font-size: 22px;font-weight: 600;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.home #section2 .koho p{text-align: justify;margin-bottom: 20px;}


.home #section3 {padding: 70px 0;}
.home #section3 h3{font-weight: 600;font-size: 24px;color: #2a416c;margin-bottom: 30px;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section3 .box .txtbox .name{font-size: 20px;padding-bottom: 1em;border-bottom: 1px solid #ddd;}
.home #section3 .box .txtbox .name span.sign{font-size: 26px;margin-left: 10px;}


.home #section4 {padding: 70px 0;}
.home #section4 h3{font-weight: 600;font-size: 24px;color: #2a416c;margin-bottom: 35px;}
.home #section4 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section4 h4{font-size: 22px;margin-bottom: 25px;padding-bottom: 10px;}

.home #section5{position: relative;padding:70px 0 70px;}
.home #section5 h3{font-weight: 600;font-size: 24px;color: #2a416c;margin-bottom: 30px;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 5px;}
.home #section5 h4{font-size: 22px;margin-bottom: 15px;}
.home #section5 h4 span{font-size: 14px;margin-bottom: 10px;}

.home #section5 .telbox{width: 85%;}
.home #section5 .tel{line-height: 1.4;text-align: right;}
.home #section5 .address{line-height: 1.5;margin-bottom: 0px;}
.home #section5 .box{width: 80%;}
.home #section5 h5{font-size: 18px;margin-bottom: 15px;}



.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.home #section2{margin-top: 100px;}
.home #section2 .container{max-width: 95%;}
.home #section2 h3{position: absolute;left:0;top:-150px;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section2 .box{width: 90%;margin-left: 10%;}
.home #section2 .box p{margin-bottom: 40px;}

.home #section2 .forbusiness{margin-top: 50px;border-top:1px solid #c7c7c7;padding-top: 50px;margin-bottom: 50px;}
.home #section2 .forbusiness h3{position: relative;left:auto;top:auto;font-size: 30px;color: #2a416c;margin-bottom: 30px;writing-mode:horizontal-tb;white-space: wrap;}
.home #section2 .forbusiness h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 10px;margin-left: 0px;margin-top: auto;}
.home #section2 .forbusiness .txt{margin-bottom: 20px;}
.home #section2 .forbusiness .txt:last-child{margin-bottom: 0;}

.home #section3 .container{max-width: 95%;}
.home #section3 .title{display: flex;justify-content: flex-end;}
.home #section3 h3{position: relative;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section3 .box{margin-bottom: 30px;display: flex; justify-content: space-between;}
.home #section3 .box .thumb{width: 200px;margin-left: 0; margin-bottom:0px;}
.home #section3 .box .txtbox{width: calc(100% - 235px);padding-top: 160px;}
.accordion-1 summary {padding: 18px 10px;}
.accordion-1 .inbox h4{margin-bottom: 10px;font-size: 20px; }
.home #section3 .box .txtbox .name{text-align: left;}
.home #section3 h3.yoko{margin-bottom: 30px;writing-mode:horizontal-tb;white-space: nowrap;}
.home #section3 h3.yoko span{display: block;color: #9a9213;margin-bottom:5px;margin-left: 2px;margin-top: 0px;}

.home #section4 .container{max-width: 95%;}
.home #section4 h3{position: absolute;left:0;top:0;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section4 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section4 .box{width: 90%;margin-left: 10%;margin-bottom: 70px;}
.home #section4 .box p{margin-top: 50px;}
.home #section4 .box p:last-child{margin-top: 20px;}
.home #section4 h4{font-size: 26px;margin-bottom: 30px;padding-bottom: 10px;}

.home #section5 .title{display: flex;justify-content: flex-end;}
.home #section5 h3{position: relative;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section5 h4{font-size: 26px;margin-bottom: 25px;}
.home #section5 h4 span{font-size: 14px;margin-bottom: 10px;}
.home #section5 .telbox{width: 100%;}
.home #section5 .tel{line-height: 1.4;text-align: right;}
.home #section5 .tel .call{font-size: 22px;color: #0a0a0a!important;}
.home #section5 .address{line-height: 1.5;margin-bottom: 0px;}
.home #section5 .box{width: calc(100% - 30px);}
.home #section5 h5{font-size: 22px;margin-bottom: 15px;}


.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}

.gmap{margin-bottom: 70px;}
.gmap iframe{width: 100%;height: 400px;}

}




@media (min-width: 1200px) {

.home #section1{padding: 100px 0;}
.home #section1 .pic1{position: absolute;left:0;top:100px;width: 40%;margin-bottom: 0;}
.home #section1 .txtbox{width: 58%;margin-left: 42%;padding: 0 15px;}
.home #section1 h2{font-size: 24px;margin-bottom: 30px;text-align: justify;}
.home #section1 .txt{position: relative;z-index: 20;  font-weight: 400;text-align: justify;margin-bottom: 50px;}

.home #section1 .pic2{position: relative;width: 40%;margin-left: 60%;}


.home #section2{padding: 100px 0;}
.home #section2 h3{position: absolute;left:0;top:-170px;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;}
.home #section2 .forbusiness{margin-top: 80px;padding-top: 80px;}
.home #section2 .forbusiness h3{position: relative;left:auto;top:auto;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode:horizontal-tb;white-space: wrap;}
.home #section2 .forbusiness h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 10px;}

.home #section2 .koho h4{font-size:22px;font-weight: 600;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.home #section2 .koho p{text-align: justify;margin-bottom: 0px;}
.home #section2 .koho .pic{width: 95%;margin-left: 5%;}


.home #section3 {padding: 100px 0 100px;}
.home #section3 h3{font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;}


.home #section4{padding: 100px 0px;}
.home #section4 h3{font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section4 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;}


.home #section5{position: relative;padding:100px 0 100px;}
.home #section5 h3{font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;}

.home #section5 .telbox{width: 90%;}
.home #section5 .tel{line-height: 1.4;text-align: right;}
.home #section5 .tel .call{font-size: 22px;color: #0a0a0a!important;}
.home #section5 .address{line-height: 1.5;margin-bottom: 0px;}
.home #section5 .box{width: calc(90% - 30px);}




}





@media (min-width: 1440px) {

.home #section1 h2{font-size: 26px;margin-bottom: 60px;text-align: justify;line-height: 1.7;}
.home #section1 .txt{position: relative;z-index: 20;  font-weight: 400;text-align: justify;margin-bottom: 50px;line-height: 2;font-size: 1.1em;}
.home #section1 .pic2{position: relative;width: auto;margin-left: 0;display: flex;justify-content: flex-end;}
.home #section2 .container{max-width: 900px;}

.home #section2 .box{width: 90%;margin-left: 10%;}
.home #section2 .box p{margin-bottom: 40px;font-size: 1.05em;}
.home #section2 .koho{padding: 60px 73px 60px 78px; outline: 1px solid #f6f6f6;outline-offset: -15px;}
.home #section2 .koho p{line-height: 2;}

.home #section3 .container{max-width: 900px;}
.home #section3 .box{margin-bottom: 50px;display: flex; justify-content: space-between;}
.home #section3 .box .thumb{width: 280px;margin-left: 0; margin-bottom:0px;}
.home #section3 .box .txtbox{width: calc(100% - 320px);padding-top: 260px;}
.home #section3 .box .txtbox .name{font-size: 20px;padding-bottom: .8em;border-bottom: 1px solid #ddd;}
.home #section3 .box .txtbox .name span.sign{font-size: 32px;margin-left: 15px;}
.accordion-1 .inbox h4{margin-bottom: 14px;font-size: 21px; }

.home #section4 .container{max-width: 900px;}
.home #section4 .box{width: 90%;margin-left: 10%;margin-bottom: 80px;}
.home #section4 .box p{margin-top: 60px;font-size: 1.05em;}

.home #section5 .container{max-width: 900px;}
.home #section5 .telbox{width: 90%;}
.home #section5 .tel{line-height: 1.4;text-align: right;}
.home #section5 .tel .call{font-size: 22px;}
.home #section5 .address{line-height: 1.5;margin-bottom: 0px;}
.home #section5 .box{width: calc(90% - 30px);}


}

@media (min-width: 1680px) {
.home #section1{padding: 150px 0;}

.home #section2{padding: 150px 0;}
.home #section2 .container{max-width:1080px;}
.home #section2 h3{position: absolute;left:0;top:-300px;font-size: 48px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 15px;margin-bottom: 0px;}
.home #section2 .box{width: 85%;margin-left: 15%;}
.home #section2 .box p{margin-bottom: 50px;}
.home #section2 .forbusiness h3{font-size: 34px;color: #2a416c;margin-bottom: 0px;}
.home #section2 .forbusiness h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 25px;}

.home #section3 {padding: 150px 0;}
.home #section3 .container{max-width:1080px;}
.home #section3 h3{font-size: 48px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 15px;margin-bottom: 0px;}
.home #section3 .box{margin-bottom: 50px;display: flex;justify-content: flex-start;}
.home #section3 .box .thumb{width: 300px;margin-left: 0; margin-bottom:0px;}
.home #section3 .box .txtbox{width: calc(90% - 300px);margin-left: 10%;padding-top: 280px;}
.accordion-1 summary {padding: 20px 10px;}


.home #section4 {padding: 150px 0;}
.home #section4 .container{max-width:1080px;}
.home #section4 h3{font-size: 48px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section4 h3 span{display: block;color: #9a9213;font-size: 15px;margin-bottom: 0px;}
.home #section4 .box{width: 85%;margin-left: 15%;margin-bottom: 100px;}
.home #section4 .box p{margin-top: 80px;}
.home #section4 h4{font-size: 30px;margin-bottom: 40px;padding-bottom: 15px;}


.home #section5{position: relative;padding:150px 0;}
.home #section5 .container{max-width:1080px;}
.home #section5 h3{font-size: 48px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;letter-spacing: .2rem;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 15px;margin-bottom: 0px;}
.home #section5 h4{font-size: 30px;margin-bottom: 35px;}
.home #section5 h4 span{font-size: 14px;margin-bottom: 15px;}
.home #section5 .container{max-width: 1080px;}
.home #section5 .telbox{width: 80%;}
.home #section5 .tel{line-height: 1.4;text-align: right;}
.home #section5 .tel .call{font-size: 24px;}
.home #section5 .address{line-height: 1.5;margin-bottom: 0px;}
.home #section5 .box{width: calc(80% - 30px);}


.gmap{margin-bottom: 100px;}




}

@media (min-width: 1920px) {

}



.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}


.btn-center{display: flex;justify-content: center;position: relative;z-index: 50;}
.btn-right{display: flex;justify-content:flex-end;position: relative;z-index: 50;}

.btn-more{background: rgba(238,232,255,0);color: #2f2b28;font-family: ' Garamond ';padding: 1em 1.5em;border:1px solid #2f2b28;border-radius: 30px;transition: .4s;}
.btn-more.ja{font-family: ' Garamond ';font-family: ' ZenOldMincho ';}
.btn-more:hover{background: #2f2b28;color: #fff;}
.btn-more .fas{margin-left: .5em;}

.circle-arrow-btn a {
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  cursor: pointer;
}






@media (max-width: 768px) {
  .btn-more{padding: 1em 2.5em;}
}




a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.btn-more{padding: 1em 3em;}



a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
	transition: .5s;
}
#pagetop a{color: #9a9213;display: flex;align-items: center;line-height: 1;transition: .4s;}
#pagetop a img{margin-left: 8px;}
#pagetop a:hover {color: #0a0a0a;}


@media (max-width: 1280px) {
#pagetop {
}



}

@media (max-width: 1199px) {
#pagetop {
}

}

@media (max-width: 991px) {
#pagetop {
}

}

@media (max-width: 767px) {
#pagetop {
}

}

@media (max-width: 568px) {
#pagetop {
    bottom: 10px;
    right: 10px;
}

}




.copy{background: rgba(35,66,111,0);padding: .6em; text-align: center;color: #555;letter-spacing: 0;font-weight: 400;font-size: .9em;border-top:1px solid #ddd;}




.marker {background: linear-gradient(transparent 60%, #feebab 60%);}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(184,161,236,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}




/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}















.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}







#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}


@media (min-width: 992px) {
#target1{position: absolute;left:0;top:0px;}
#target2{position: absolute;left:0;top:0px;}
#target3{position: absolute;left:0;top:0px;}
#target4{position: absolute;left:0;top:0px;}
#target5{position: absolute;left:0;top:0px;}

}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form-post{width: 8.5em;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid #21B687!important;}
.auto{background: #eee;padding: .4em .5em;border-radius: .3em;font-size: .9em;margin-left: .5em;font-weight: 400;letter-spacing: .05rem;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

input::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:60px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {position: absolute;}


#wrapper{display: flex;justify-content: space-between;}
#wrapper article{width: 100%!important;}
#wrapper header{display: none;}
#wrapper article .container{max-width: 95%;}

.mv {height:680px;background: url("../images/main.jpg");background-position: center;background-size: cover;}

.home #section1 .container{max-width: 100%!important;padding: 0;}
.home #section1 .pic1{position: absolute;left:0;top:70px;width: 40%;margin-bottom: 0;}
.home #section1 .txtbox{width: 45%;margin-left: 45%;padding: 0 15px;}
.home #section1 .pic2{position: relative;width: 40%;margin-left: 60%;}

.home #section2 .container{max-width: 95%;}
.home #section2 h3{position: absolute;left:0;top:-150px;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section2 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section2 .box{width: 60%;margin-left: 10%;}
.home #section2 .box p{margin-bottom: 40px;}

.home #section2 .forbusiness{margin-top: 50px;border-top:1px solid #c7c7c7;padding-top: 50px;margin-bottom: 50px;}
.home #section2 .forbusiness h3{position: relative;left:auto;top:auto;font-size: 30px;color: #2a416c;margin-bottom: 30px;writing-mode:horizontal-tb;white-space: wrap;}
.home #section2 .forbusiness h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 10px;margin-left: 0px;margin-top: auto;}
.home #section2 .forbusiness .txt{margin-bottom: 20px;}
.home #section2 .forbusiness .txt:last-child{margin-bottom: 0;}

.home #section3 .title{display: flex;justify-content: flex-end;}
.home #section3 h3{position: relative;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section3 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}
.home #section3 .box .txtbox .name{text-align: left;}
.home #section3 h3.yoko{margin-bottom: 30px;writing-mode:horizontal-tb;white-space: nowrap;}
.home #section3 h3.yoko span{display: block;color: #9a9213;margin-bottom:5px;margin-left: 2px;margin-top: 0px;}

.home #section5 .title{display: flex;justify-content: flex-end;}
.home #section5 h3{position: relative;font-size: 30px;color: #2a416c;margin-bottom: 0px;writing-mode: vertical-rl;white-space: nowrap;}
.home #section5 h3 span{display: block;color: #9a9213;font-size: 14px;margin-bottom: 0px;margin-left: 5px;margin-top: 2px;}



.copy{font-size: 12px;text-align:center;}
.page-top{display: none;}


.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
