@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;}


/* NotoSansJP */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
/* NotoSansJP-Medium */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
/* NotoSansJP-Bold */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


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

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


body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' NotoSansJP ';
letter-spacing: 0.05rem;
padding-top:60px;
position: relative;
overflow: hidden;
background:white;}


@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: 90px;}

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


}


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

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


.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.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}
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;}
.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;}

}


@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;}
.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.5;
}

.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;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.linkbtn{
    font-size:1em;
    color: #fff;
    position: relative;
	letter-spacing: 0;
    text-decoration:none;width: 250px;
    display: flex;
    overflow: hidden;
    height: 55px;
    border-radius: 30px;
    transition: opacity .45s ease, background .35s ease;
    background:#008EEF;
    box-shadow: 5px 5px 12px #d8d8d8, -6px -6px 10px #fff;
    justify-content: center;
    align-items: center;
}

.linkbtn__circle{
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.linkbtn__circle::before{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    transition: width .45s cubic-bezier(.87, .24, .36, 1), height .45s cubic-bezier(.87, .24, .36, 1);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    background: #fff;
}

.linkbtn__text{
    line-height: 1;
    position: relative;
    z-index: 2;
    padding-top: .2em;
    transition: color .45s cubic-bezier(.87, .24, .36, 1);
}

.linkbtn:hover .linkbtn__circle::before{
    width: 50rem;
    height: 50rem;
	background:#FF0328;
}

.linkbtn:hover .linkbtn__text{color: #fff;}


.yoyakubtn-group{text-align: center;width: 250px;margin: 0 auto;}
.yoyakubtn{
    font-size:1em;
    color: #fff;
    position: relative;
	letter-spacing: 0;
    text-decoration:none;width: 250px;
    display: flex;
    overflow: hidden;
	padding: .5em 0;
    border-radius: 35px;
	text-align: center;
	line-height: 1.8;
    transition: opacity .45s ease, background .35s ease;
    background:#f23636;
    box-shadow: 5px 5px 12px #d8d8d8, -6px -6px 10px #fff;
    justify-content: center;
    align-items: center;
}

.yoyakubtn__text{
    line-height: 1.3;
    position: relative;
    z-index: 2;
    transition: color .45s cubic-bezier(.87, .24, .36, 1);
}

.yoyakubtn:hover{
	background:#008EEF;
}

.yoyakubtn:hover .yoyakubtn__text{color: #fff;}

.yoyakubtn-group .yoyakubtn{margin-bottom: 18px;}
.yoyakubtn-group .yoyakubtn:last-child{margin-bottom:0;}

@media (min-width: 667px) {

.yoyakubtn-group{text-align: center;width: 90%;margin: 0 auto;display: flex;justify-content: space-between;}
.yoyakubtn{
    font-size:1em;
    color: #fff;
    position: relative;
	letter-spacing: 0;
    text-decoration:none;width: 32%;
    display: flex;
    overflow: hidden;
	padding: .5em 0;
    border-radius: 35px;
	text-align: center;
	line-height: 1.8;
    transition: opacity .45s ease, background .35s ease;
    background:#f23636;
    box-shadow: 5px 5px 12px #d8d8d8, -6px -6px 10px #fff;
    justify-content: center;
    align-items: center;
}
.yoyakubtn-group .yoyakubtn{margin-bottom: 0;}

}

@media (min-width: 1199px) {

.linkbtn{
    font-size:1em;
    color: #fff;
    position: relative;
    text-decoration:none;width: 300px;
    display: flex;
    overflow: hidden;
    height: 70px;
    border-radius: 40px;
    transition: opacity .45s ease, background .35s ease;
    background:#008EEF;
    box-shadow: 5px 5px 12px #d8d8d8, -6px -6px 10px #fff;
    justify-content: center;
    align-items: center;
}



}

@media (min-width: 1200px) {
.yoyakubtn-group{text-align: center;width: 95%;margin: 0 auto;display: flex;justify-content: space-between;}
.yoyakubtn{
    font-size:1.08em;
    color: #fff;
    position: relative;
	letter-spacing: 0;
    text-decoration:none;width: 32%;
    display: flex;
    overflow: hidden;
	padding: .8em 0;
    border-radius: 40px;
	text-align: center;
	line-height: 1.8;
    transition: opacity .45s ease, background .35s ease;
    background:#f23636;
    box-shadow: 5px 5px 12px #d8d8d8, -6px -6px 10px #fff;
    justify-content: center;
    align-items: center;
}
}

@media (min-width: 1440px) {

.linkbtn{
letter-spacing: .08rem;
font-size: 1.08em;
    width: 350px;
    height: 75px;
    border-radius: 40px;
}

.yoyakubtn-group{text-align: center;width: 90%;margin: 0 auto;display: flex;justify-content: space-between;}
.yoyakubtn{
    font-size:1.2em;
    color: #fff;
    position: relative;
	letter-spacing: 0;
    text-decoration:none;width: 32%;
    display: flex;
    overflow: hidden;
	padding: 1em 0;
    border-radius: 50px;
	text-align: center;
	line-height: 1.8;
}

}


.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: 700;font-family: ' BIZUDPGothic ';}

.white { color: #ffffff; }
.red { color:#FF0328; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!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;}
.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;
justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background: white;}
.sc .logo{padding-left: 15px;width: 200px;}
.sc .tel{margin-right: 60px;}


header{display: none;}
.float-logo{display:none;}



/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}


.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 90px;
  display: flex;
  background: white;
  align-items: center;justify-content: flex-end;
}
.header.page {justify-content: space-between;}
.header .logo {position: relative;margin-left: 15px;width:225px;}
.header .logo.color {display: none;}
.float-logo{display: block;position: absolute;left:15px;top:25px;width: 230px;z-index: 550;}

.header .navi{display: flex;align-items: center;justify-content: flex-end; }


/* ナビゲーションメニュー */
.nav-menu {margin-right: 1em;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 .2em;line-height: 1;}
.menu-item:first-child {padding: 0 .2em 0 0;}
.menu-item:last-child {padding: 0 0 0 .2em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-size: 15px;
font-weight: 500;
letter-spacing: .1rem;
padding: 0;
  text-align: center;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a span{background: rgba(188,219,249,0.00);padding: .3em .7em;color: #111;border-radius: .4em;}
.menu-item a:hover span {background: rgba(188,219,249,1);color: #111;}
.menu-item a.active span {background: rgba(188,219,249,1);color: #111;}

.head-info{display: flex;flex-direction: column;justify-content: space-between;width: 330px;height: 90px;}
.head-info .telbox{background: #0f82bc;color: white;height: 44px;display: flex;align-items: center;justify-content: center; font-family: ' LexendDeca ';font-size: 16px;}
.head-info .telbox .call{color: white;margin-right: 1em;}
.head-info .telbox .call:last-child{color: white;margin-right:0;}
.head-info .telbox img{margin-right: .3em;}
.mailbox{background: #39c!important;color: white;font-weight: 500;height: 45px;display: flex;align-items: center;justify-content: center;font-size: .95em;letter-spacing: 0;transition: .4s;}
.mailbox:hover{background: #6cf!important;color: white;}
.mailbox img{margin-right: .3em;}

}


/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  transition: color 2s ease-out;
  justify-content: space-between;
}
.header.headerColorScroll .logo {display: none;}
.header.headerColorScroll .logo.color{display: block;}

.header.headerColorScroll .menu-item a:hover {color: #03a6fb;}
.header.headerColorScroll .menu-item a.active {color:#03a6fb;}




@media (min-width: 1200px){
.float-logo{display: block;position: absolute;left:15px;top:60px;width: 320px;}
.header .logo {position: relative;margin-left: 20px;width: 277px;}
.head-info{width: 340px;height: 90px;}

.menu-item {position: relative;padding: 0 .7em;}
.menu-item:first-child {padding: 0 .7em 0 0;}
.menu-item:last-child {padding: 0 0 0 .7em;}

.menu-item a {font-size: 16px;}


}

@media (min-width: 1440px){
.float-logo{top:70px;width: 350px;}
}



@media (min-width: 1680px){
.float-logo{display: block;position: absolute;left:15px;top:70px;width: 380px;}

.header .logo {position: relative;margin-left: 50px;width: auto;}
.head-info{width: 350px;}
.head-info .telbox{font-size: 17px;}
.mailbox{font-size: 1em;}

.menu-item {position: relative;padding: 0 1em;}
.menu-item:first-child {padding: 0 1em 0 0;}
.menu-item:last-child {padding: 0 0 0 1em;}
.menu-item a {font-size: 18px;}

}

@media (min-width: 1920px){
.float-logo{left:50px;top:70px;width: 400px;}

}










/*main
------------------------------------------------------------------*/

#main{position: relative;}
.mv02 .bg{position: absolute;top: 130px;width: 57%;left:0;}

.main-h2{position: absolute;z-index: 50;bottom: 18%;left: 7%;width: 610px;background: rgba(255,255,255,.9);padding: 90px 55px 55px;}
.main-h2 h2.mv-h2{color: #000;font-size: 18px;line-height: 1.2;letter-spacing: .08rem;margin-bottom: 1.2em;}
.main-h2 h2.mv-h2 span{font-size: 1.7em;margin-left: .4em;}
.main-h2 p{color: #111;font-size: 18px;letter-spacing: .1rem;line-height: 1.9;}
.main-h2 .illust{position: absolute;top:-130px;left:30px;}




@media (max-width: 1680px){
.main-h2{bottom: 12%;}
.main-h2 h2.mv-h2{}
.main-h2 .illust{top:-110px;left:30px;width: 130px;}




}



@media (max-width: 1440px){
.mv02 .bg{top: 90px;width: 57%;left:0;}

.main-h2{bottom: 80px;left: 50px;padding: 60px 40px 40px;width: 500px;}
.main-h2 h2.mv-h2{margin-bottom: .9em;}
.main-h2 p{font-size: 16px;}
.main-h2 .illust{top:-110px;left:30px;width: 120px;}





}

@media (max-width: 1365px){
.main-h2{bottom: 70px;left: 50px;padding: 60px 35px 30px;}

}


@media (max-width: 1199px){
.main-h2{bottom: 60px;left: 20px;padding: 50px 25px 20px;}
.main-h2 .illust{top:-70px;left:30px;width: 90px;}



}




@media only screen and (max-width: 991px) {
#main{position: relative;height:auto;}
.mv02 .bg{display: none;}

.main-h2{bottom: 45px;left: 20px;width: 420px;}
.main-h2 h2.mv-h2{font-size: 16px;margin-bottom: .5em;}
.main-h2 h2.mv-h2 span{font-size: 1.5em;margin-left: .4em;}
.main-h2 p{color: #111;font-size: 15px;letter-spacing: .08rem;line-height: 1.6;}
.main-h2 .illust{position: absolute;top:-75px;left:30px;}




}

@media only screen and (max-width: 767px) {
#main{position: relative;height:auto;}
.main-h2{bottom: 45px;left: 20px;width: 350px;padding: 40px 25px 20px;}
.main-h2 h2.mv-h2{font-size: 15px;margin-bottom: .6em;letter-spacing: 0;}
.main-h2 h2.mv-h2 span{font-size: 1.3em;margin-left: .4em;}
.main-h2 p{color: #111;font-size: 14px;letter-spacing: .08rem;line-height: 1.6;}
.main-h2 .illust{position: absolute;top:-50px;left:30px;width: 65px;}


}


@media only screen and (max-width: 666px) {
#main{position: relative;height:auto;}
.main-h2 h2.mv-h2{}



}

@media only screen and (max-width: 414px) {
.main-h2{bottom: 35px;left: 15px;width: 250px;padding: 40px 15px 15px;}
.main-h2 h2.mv-h2{font-size: 14px;margin-bottom: .6em;letter-spacing: 0;}
.main-h2 h2.mv-h2 span{font-size: 1.5em;margin-left: 0;display: block;margin-top: .3em;}
.main-h2 p{color: #111;font-size: 13px;letter-spacing: 0;line-height: 1.6;text-align: justify;}
.main-h2 .illust{position: absolute;top:-10px;left:170px;width: 65px;}



}


/* IMAGE BLUR EFFECT */
.thumb img {
  max-width: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.img-blur {
  animation: imageBlur 2s both;
}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}




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

.btn-posi-center{display: flex;justify-content:center;}
.btn-posi-right{display: flex;justify-content: flex-end;}


.home #section01{position: relative;padding: 50px 0;}
.home #section01 .wrap{background: #e8f0f3;padding: 45px 15px 15px;width: 95%;margin: 0 auto; position: relative;}
.home #section01 .wrap .bg-title{font-family: ' GildaDisplay '; font-weight: 400;position: absolute;z-index: 1;top:15px;left:50%;transform: translateX(-50%);margin-right: -50%;font-size: 4em;color: rgba(255,255,255,.7);line-height: 1;}
.home #section01 .wrap a.box{transition: .4s;}
.home #section01 .wrap a.box .thumb2{overflow: hidden;transition: .4s;}
.home #section01 .wrap a.box .thumb2 img{-webkit-filter: blur(15px); filter: blur(15px);}
.home #section01 .wrap a.box:hover .thumb2{filter: grayscale(100%);}
.home #section01 .wrap a.box .txtbox{background: white;padding: 1.2em;color: #222;}
.home #section01 .wrap a.box:hover .txtbox{background: rgba(255,255,255,.8);}
.home #section01 .wrap a.box .txtbox h4{position: relative;color: #09f;font-weight: 700;line-height: 1.5;font-size: 1.2em; margin-bottom: 15px;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:1em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box:hover .txtbox h4 .arrow{right:0em;}
.home #section01 .wrap a.box .txtbox p{line-height: 1.5;border-top: 1px solid #09f;padding-top: 15px;text-align: justify;}
.home #section01 .wrap a.top-will{display: block; margin-bottom: 30px;transition: .4s;}
.home #section01 .wrap a.top-will:hover{filter: hue-rotate(180deg);}
.home #section01 .wrap .other{background: white;padding: 10px;}
.home #section01 .wrap .other .inbox{padding: 10px;position: relative;}
.home #section01 .wrap .other .inbox .kakko1{position: absolute;left:0;top:0;}
.home #section01 .wrap .other .inbox .kakko2{position: absolute;right:0;top:0;}
.home #section01 .wrap .other .inbox .kakko3{position: absolute;left:0;bottom:0;}
.home #section01 .wrap .other .inbox .kakko4{position: absolute;right:0;bottom:0;}

.home #section01 .wrap .other .inbox a{color: #333;transition: .4s;}
.home #section01 .wrap .other .inbox a .pic{margin-bottom: 15px;position: relative;overflow: hidden;}
.home #section01 .wrap .other .inbox a .pic img{-webkit-filter: blur(15px); filter: blur(15px);}

.home #section01 .wrap .other .inbox a:hover .pic{filter: grayscale(100%);}
.home #section01 .wrap .other .inbox a .pic .more {line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;}
.home #section01 .wrap .other .inbox a .pic .more span{background:rgba(0,156,255,.5);color: white;padding: .2em 1.5em;border-radius: 1.5em;font-family: ' LexendDeca ';font-weight: 400;font-size: .9em;}
.home #section01 .wrap .other .inbox a .txt{}
.home #section01 .wrap .other .inbox a .txt h4{font-weight: 700;color: #09f;text-align: center;font-size: 1.2em;margin-bottom: .6em;}
.home #section01 .wrap .other .inbox a .txt p{text-align: center;line-height: 1.5;}

.home #section02{position: relative;padding: 50px 0;}


.home #section03{position: relative;padding: 0px;}

.home #section04{position: relative;padding: 50px 0px 50px;}


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

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

.img-blur {animation: imageBlur 1s both;}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}


@media (min-width: 667px) {
.home #section01 .wrap a.box{display: flex;align-items: stretch;}
.home #section01 .wrap a.box .thumb2{width: 50%;}
.home #section01 .wrap a.box .txtbox{width: 50%;}
.home #section01 .wrap a.box .txtbox h4{position: relative;color: #09f;font-weight: 700;line-height: 1.5;font-size: 1.1em; margin-bottom: 10px;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:1em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box .txtbox p{font-size: .9em;padding-top:15px;}


.home #section01 .wrap .other .inbox{padding: 25px;}
.home #section01 .wrap .other .inbox ul{width: 500px;margin: 0 auto;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0;}
.home #section01 .wrap{padding: 55px 15px 15px;width: 95%;margin: 0 auto; position: relative;}
.home #section01 .wrap .bg-title{top:20px;left:50%;transform: translateX(-50%);margin-right: -50%;font-size: 5em;color: rgba(255,255,255,.7);}
.home #section01 .wrap a.box{display: flex;}
.home #section01 .wrap a.box .thumb2{width: 45%;}
.home #section01 .wrap a.box .txtbox{width: 55%;}
.home #section01 .wrap a.box .txtbox h4{font-size: 1.15em; margin-bottom: 10px;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:1em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box .txtbox p{font-size: 1em;padding-top:15px;}
.home #section01 .wrap a.top-will{margin-bottom: 50px;}

.home #section01 .wrap .other .inbox ul{width: 100%;margin: 0 auto;}




.home #section02{padding: 70px 0;}



.home #section03 {}


.home #section04{position: relative;padding: 70px 0px 70px;}



.gmap{margin-bottom: 30px;}

.roop-wrapper.info {width:88%;margin: 0 auto; margin-bottom: 70px;}





.gmap{}
.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.home #section01 .wrap{padding: 65px 35px 35px;width: 95%;margin: 0 auto; position: relative;}
.home #section01 .wrap .bg-title{top:20px;left:50%;transform: translateX(-50%);margin-right: -50%;font-size: 7em;}

.home #section01 .wrap a.box{display:block;}
.home #section01 .wrap a.box .thumb2{width: 100%;}
.home #section01 .wrap a.box .txtbox{width: 100%;padding: 1em;}
.home #section01 .wrap a.box .txtbox h4{font-size: 1.15em; margin-bottom: 10px;height: 3em;display: flex;align-items: center;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:.5em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box .txtbox h4 .arrow img{width: 20px;height: auto;}
.home #section01 .wrap a.box .txtbox p{font-size: 1em;padding-top:15px;}
.home #section01 .wrap .other .inbox a .pic{margin-bottom: 20px;position: relative;}
.home #section01 .wrap .other .inbox a .txt h4{font-size: 1.5em;margin-bottom: .5em;}


.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0;}
.home #section01 .wrap a.box .txtbox{padding: 1.5em;}
.home #section01 .wrap a.box .txtbox h4{font-size: 1.2em; margin-bottom: 10px;height: 3em;display: flex;align-items: center;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:.5em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box .txtbox h4 .arrow img{width: 27px;height: auto;}
.home #section01 .wrap a.box .txtbox p{font-size: 1em;padding-top:15px;}

.home #section01 .wrap a.top-will{margin-bottom: 80px;}
.home #section01 .wrap .other{padding: 15px;}
.home #section01 .wrap .other .inbox{padding: 45px;}
.home #section01 .wrap .other .inbox .fluid{max-width: 1100px;} 

	
.home #section02{padding: 100px 0;}






.roop-wrapper.info {width: 85%;margin: 0 auto; margin-bottom: 100px;}




}





@media (min-width: 1440px) {

}

@media (min-width: 1680px) {
.home #section01 .wrap{padding: 130px 70px 70px;width: 1530px;margin: 0 auto;}
.home #section01 .wrap .bg-title{top:40px;left:50%;transform: translateX(-50%);margin-right: -50%;font-size: 170px;letter-spacing: .6rem;}

.home #section01 .wrap .other .inbox{padding: 55px;}


.gmap iframe{width: 100%;height: 350px;}

}

@media (min-width: 1920px) {
.home #section01 .wrap{padding: 130px 95px 95px;}

}



.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-view {position: relative;display: flex;align-items: center;height:60px;padding-left: 1.5em; border-radius: 30px; color: #222;font-size: .9em;letter-spacing: .05rem;transition: .5s;width: 230px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}
.btn-view::after{
content: "";
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
.btn-view::before {
content: "";
    width: 19px;
    height: 13px;
    position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
}
a.btn-view:hover {color: #fff;background: #00BDFF;}
a.btn-view:hover::after{background:#6cf;}


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) {
.btn-view {position: relative;display: flex;align-items: center;height:60px; border-radius: 30px; color: #222;font-size: .9em;letter-spacing: .05rem;transition: .5s;width: 250px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}

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-view {position: relative;display: flex;align-items: center;height:60px; border-radius: 30px; color: #222;font-size:1em;letter-spacing: .05rem;transition: .5s;width: 280px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}

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


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
width: 50px;
bottom: 15px;
right: 15px;
}

}

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

}



/* -----  common / footer ------- */
.sodan{background: url("../images/bg-sodan.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;padding: 40px 0;}
.sodan .wrap{background: rgba(255,255,255,.7);padding: 20px;}
.sodan .wrap h3{color: #f60;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: 600;font-size: 34px;text-align: center;letter-spacing: .4rem;margin-bottom: .3em;line-height: 1;text-shadow: 2px 2px 2px #ccc;}
.sodan .wrap h3 span{display: block;font-weight: 400;font-size: 14px;margin-bottom: .4em;letter-spacing: .08rem;}
.sodan .wrap .txt1{text-align: center;margin-bottom: 1em;}
.sodan .wrap .box{}
.sodan .wrap .box .tel{display: flex;align-items: center;justify-content: center;margin-bottom: .7em;line-height: 1;}
.sodan .wrap .box .tel img{width: 30px;height: auto;margin-right: 5px;}
.sodan .wrap .box .tel span{font-size: 30px;letter-spacing: .1rem;color: #222;}
.sodan .wrap .box .txt2{line-height: 1.4;text-align: center;padding-top: .3em;margin-bottom: 1em;}
.sodan .wrap .box .mail{}
.sodan .wrap .box .mail a{display: flex;align-items: center;justify-content: center;background: #39c;height: 56px;color: white;}
.sodan .wrap .box .mail a img{width: 30px;height: auto;margin-right: .3em;}

.area{padding: 40px 0;position: relative;}
.area .tate{font-family: ' GildaDisplay ';font-weight: 400;color: rgba(0,0,0,.08);writing-mode: vertical-rl;position: absolute;left:-.2em;bottom:90px;font-size: 65px;line-height: 1;z-index: 5;letter-spacing: .3rem;}
.area .sky{position: absolute;right:0;top:30px;width: 55%;z-index: 5;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 22%;z-index: 3;}
.area .container{max-width: 87%;margin: 0 auto;z-index: 20;}
.area .headline{text-align: left;}
.area p{text-align: justify;}
.area .txt{margin-bottom: 15px;font-weight: 700;color: #000;}
.area .pic-map{padding-top: 1em;width: 250px;margin-left: 50px;}


footer{ padding: 40px 0px 20px;position: relative;background:#fff;color:#222;}
footer .container{max-width: 100%;padding: 50px 15px 0;}
footer .logoblock{position: relative; width: 240px;margin: 0 auto; margin-bottom: 25px;}
footer .address{text-align: center;margin-bottom: .3em;}
footer .tel{text-align: center;margin-bottom: 1em;}
footer .tel span{color: #222;margin-right: 1em;}
.page-top{position: absolute;right:10px;bottom:15px;width: 50px;}
.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1em;}
.footer-menu ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.footer-menu li{width:49%;text-align: left;background:none;font-size: 14px;}
.footer-menu li:first-child{width:100%;}
.footer-menu li a{color: #222;text-decoration: none; text-align: center; padding: .7em 0;display: block;transition: .3s;margin-bottom: 8px;border:1px solid #ddd;}
.footer-menu li a:hover{color:#318de8;}



.copy{text-align: center;color: #76afe8; font-size: .8em;letter-spacing: 0;}

@media (min-width: 667px) {
.sodan .wrap{padding: 40px;}
.sodan .wrap .box .mail{width: 360px;margin: 0 auto;}

.area{padding: 60px 0;}
.area .container{max-width: 82%;}
.area .tate{left:-.2em;bottom:120px;font-size: 85px;line-height: 1;z-index: 5;letter-spacing: .3rem;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 18%;z-index: 3;}

.area .pic-map{padding-top: 1em;width: 300px;margin: 0 auto;}


footer{ padding: 40px 0px 20px;}

.footer-menu{width: 80%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto; margin-bottom:2em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li:first-child{width:auto;}

.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 1em;text-align:center;border-bottom: none;line-height: 1.4;background: none;border:none;margin-bottom: 16px;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {
.sodan{padding: 70px 0;}
.sodan .wrap{padding: 35px;}
.sodan .wrap h3{font-size: 58px;letter-spacing: .4rem;margin-bottom: .3em;}
.sodan .wrap h3 span{display: block;font-weight: 400;font-size: 14px;margin-bottom: .5em;letter-spacing: .08rem;}
.sodan .wrap .txt1{text-align: center;margin-bottom: 0;}
.sodan .wrap .box{}
.sodan .wrap .box .tel{display: flex;align-items: center;justify-content: center;margin-bottom: .7em;line-height: 1;}
.sodan .wrap .box .tel img{width: 30px;height: auto;margin-right: 8px;}
.sodan .wrap .box .tel span{font-size: 30px;letter-spacing: .15rem;color: #222;}
.sodan .wrap .box .txt2{line-height: 1.4;text-align: center;padding-top: .3em;margin-bottom: 1em;}
.sodan .wrap .box .mail{width: 100%;}
.sodan .wrap .box .mail a{display: flex;align-items: center;justify-content: center;background: #39c;height: 52px;color: white;}
.sodan .wrap .box .mail a img{width: 30px;height: auto;margin-right: .3em;}




footer{ padding: 60px 0px 25px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto;margin-bottom: 25px;}

.page-top{position: absolute;right:15px;bottom:25px;width: 20px;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {
.sodan .wrap{padding: 50px;}
.sodan .wrap h3{font-size: 65px;letter-spacing: .4rem;margin-bottom: .3em;}
.sodan .wrap h3 span{display: block;font-weight: 400;font-size: 14px;margin-bottom: 15px;letter-spacing: .08rem;}
.sodan .wrap .txt1{text-align: center;margin-bottom: 0;}
.sodan .wrap .box{}
.sodan .wrap .box .tel{display: flex;align-items: center;justify-content: center;margin-bottom: .7em;line-height: 1;}
.sodan .wrap .box .tel img{width: 35px;height: auto;margin-right: 8px;}
.sodan .wrap .box .tel span{font-size: 35px;letter-spacing: .15rem;color: #222;}
.sodan .wrap .box .txt2{line-height: 1.4;text-align: center;padding-top: .3em;margin-bottom: 1em;}
.sodan .wrap .box .mail{width: 330px;}
.sodan .wrap .box .mail a{display: flex;align-items: center;justify-content: center;background: #39c;height: 56px;color: white;}
.sodan .wrap .box .mail a img{width: 30px;height: auto;margin-right: .3em;}

.area{padding: 80px 0;}
.area .container{max-width: 780px;}
.area .headline{text-align: left;}
.area .tate{left:-.2em;bottom:120px;font-size: 95px;line-height: 1;z-index: 5;letter-spacing: .3rem;}
.area .sky{position: absolute;right:0;top:20px;width: 40%;z-index: 5;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 12%;z-index: 3;}

.area .pic-map{padding-top: 50px;width:95%;margin: 0 auto;}


footer{ padding: 80px 0px 80px;}
footer .container{max-width: 100%;padding: 70px 15px 0;}
footer .logoblock{margin-left: 0;width: auto;margin-bottom: 20px;}
footer .address{text-align: left;margin-bottom: .2em;}
footer .tel{text-align:left;margin-bottom: 0;}


.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 30px;margin-right: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .7em;letter-spacing: .05rem;margin-bottom: 0em!important;display: block;font-size: 15px;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .7em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .7em;}


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

.copy{font-size: 12px;text-align: right;}

}




@media (min-width: 1200px) {
.sodan{padding: 100px 0;}
.sodan .wrap{padding: 70px;}
.sodan .wrap h3{font-size: 95px;letter-spacing: .4rem;margin-bottom: .3em;}
.sodan .wrap h3 span{display: block;font-weight: 400;font-size: 20px;margin-bottom: 15px;letter-spacing: .08rem;}
.sodan .wrap .txt1{text-align: center;margin-bottom: 0;}
.sodan .wrap .box{}
.sodan .wrap .box .tel{display: flex;align-items: center;justify-content: center;margin-bottom: .7em;line-height: 1;}
.sodan .wrap .box .tel img{width: 45px;height: auto;margin-right: 8px;}
.sodan .wrap .box .tel span{font-size: 42px;letter-spacing: .15rem;color: #222;}
.sodan .wrap .box .txt2{line-height: 1.4;text-align: center;padding-top: .3em;margin-bottom: 1em;}
.sodan .wrap .box .mail{width: 350px;}
.sodan .wrap .box .mail a{display: flex;align-items: center;justify-content: center;background: #39c;height: 65px;}
.sodan .wrap .box .mail a img{width: 40px;height: auto;margin-right: .3em;}


.area{padding: 150px 0;}
.area .container{max-width: 930px;}
.area .headline{text-align: left;font-size: 68px;}
.area .tate{left:-.2em;bottom:200px;font-size: 110px;line-height: 1;z-index: 5;letter-spacing: .3rem;}
.area .sky{position: absolute;right:0;top:80px;width: 40%;z-index: 5;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 12%;z-index: 3;}
.area p{text-align: justify;font-size: 1.1em;}
.area .txt{margin-bottom: 15px;line-height: 2;}
.area .pic-map{padding-top: 80px;width: 90%;margin: 0 auto;}



footer{padding: 100px 0 80px;}
footer .container{max-width: 1110px;}
footer .logoblock{position: relative; }

.footer-menu li a{text-decoration: none;padding: 0 .8em; letter-spacing: .08rem;}
.footer-menu li:first-child a{padding: 0 .8em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 .8em;}

.copy{font-size: 12px;}



}

@media (min-width: 1440px) {
.area .tate{left:-.2em;bottom:160px;font-size: 160px;line-height: 1;z-index: 5;letter-spacing: .4rem;}
.area .headline{text-align: left;font-size: 72px;}

}




@media (min-width: 1680px) {
.area .container{max-width: 1100px;}
.area .tate{left:-.2em;bottom:200px;font-size: 190px;line-height: 1;z-index: 5;letter-spacing: .4rem;}

.area .sky{position: absolute;right:0;top:80px;width: 590px;z-index: 5;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 12%;z-index: 3;}
.area p{text-align: justify;font-size: 1.4em;padding-right: 3em;}
.area .txt{margin-bottom: 15px; line-height: 2;padding-right: 0;}
.area .pic-map{padding-top: 100px;width: 100%;margin: 0 auto;}

footer .logoblock{position: relative; }
.footer-menu li a{padding: 0 1em; letter-spacing: .08rem;}
.footer-menu li a span{font-size:18px;}
.footer-menu li:first-child a{padding: 0 1em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 1em;}
.page-top{position: absolute;right:35px;bottom:100px;width: 21px;}

}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 250px;
display: flex;align-items:center;
overflow: hidden;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,.5);
}
.h2area.h2-work{background: url("../images/h2-work.jpg");background-position: center;background-size: cover;}
.h2area.h2-office{background: url("../images/h2-office.jpg");background-position: center;background-size: cover;}
.h2area.h2-ogino{background: url("../images/h2-ogino.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center bottom;background-size: cover;}

.h2-txt{position:relative;font-weight: 500;font-size: 46px;letter-spacing: .3rem;color: #fff;z-index: 10;margin-top: 2em; margin-left: 15%;line-height: 1;}
.h2-txt span { position: absolute;left:-.4em;top:-.6em;font-size: 170px;letter-spacing: .5rem;font-family: ' GildaDisplay ';font-weight: 400;color: rgba(255,255,255,.3);text-transform: uppercase;}


@media (max-width: 1280px){
.h2-txt{font-size: 40px;letter-spacing: .3rem;margin-top: 2.5em; margin-left: 10%;line-height: 1;}
.h2-txt span {left:-.4em;top:-.6em;font-size: 150px;}


}


@media (max-width: 1199px){
.h2area{height: 200px;}
.h2-txt{font-size: 36px;letter-spacing: .3rem;margin-top: 2em; margin-left: 10%;line-height: 1;}
.h2-txt span {left:-.4em;top:-.6em;font-size: 130px;letter-spacing: .3rem;}




}

@media only screen and (max-width: 991px) {
.h2-txt span {left:-.3em;top:-.6em;font-size: 100px;letter-spacing: .3rem;}



}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}
.h2-txt span {left:-.3em;top:-.6em;font-size: 90px;letter-spacing: .3rem;}
.h2-txt{font-size: 34px;letter-spacing: .3rem;margin-top: 1.7em; margin-left: 10%;line-height: 1;}



}

 @media only screen and (max-width: 666px) {
.h2area{height: 150px;}
.h2-txt span {left:-.2em;top:-.6em;font-size: 65px;letter-spacing: .3rem;}
.h2-txt{font-size: 28px;letter-spacing: .3rem;margin-top: 1.7em; margin-left: 30px;}



}

/*------------------------------　　下層ページ style　　------------------------------------------*/

.headline-h3 {
color: #09f;
  position: relative;
  margin-bottom: 1.5em;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.4;font-weight: 500;text-align:center;}
.headline-h3::after {
 content: '';/*何も入れない*/
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-10px;
  width: 1.5em;
  height: 2px;
  background: #09f;
  }


.headline-h4 {
  font-weight: 700;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: black;
  border-left:6px solid #09f;padding-left: .5em;
}

.headline {
 position: relative;
 z-index: 10;
 font-family: ' GildaDisplay ';
 font-weight: 400;
 font-size: 34px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1;
  color: black;
  text-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.headline.white{color: white; }
.headline span{font-family: ' NotoSansJP ';display: block;font-size: .5em;text-shadow:none;margin-top: .2em;color: #09f;}

.h5-about{ font-family: ' BIZUDPGothic ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {
.headline { position: relative; font-size: 45px;letter-spacing: .2rem;margin-bottom: 32px;}




}



@media (min-width: 768px) {

.headline-h3 {
  position: relative;
  margin-bottom: 1.6em;
  font-size: 24px;
  letter-spacing: .1rem;
  line-height: 1.4;
}

.headline-h3::after {}



.headline-h4 {font-size: 20px;margin-bottom: 35px;}



.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.headline {
font-size: 50px;letter-spacing: .3rem;
  margin-bottom: 45px;
}
.headline span{font-size: 18px;}


 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {

.headline-h3 {
  position: relative;
  margin-bottom: 2em;
  font-size: 30px;
  letter-spacing: .1rem;
  line-height: 1.4;}
.headline-h3::after {width: 2.2em; }


.headline {
font-size: 55px;letter-spacing: .5rem;
  margin-bottom: 55px;
}
.headline span{font-size: 22px;letter-spacing: .2rem;}

.headline-h4 { font-size: 24px;letter-spacing: .1rem;margin-bottom:30px;}



}


@media (min-width: 1440px) {



}

@media (min-width: 1680px) {

.headline {font-size: 62px;  margin-bottom: 70px;}

}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #c7e8f9 60%);padding-bottom: 5px;}
.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(0,142,239,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;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 50%;
}
.paging span.current {
	background:#f23636;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#f23636;
	color:#fff;
}



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


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#999;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.3%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid darkorange;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










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









/* work.html
--------------------------------------------------------- */
.work-nav{background:rgba(180,220,252,.3);padding: 30px 0 20px;}
.work-nav .container{max-width: 1500px;}
.work-nav .wrap{}
.work-nav a{background: rgba(255,255,255,1);color: black;padding: .5em;border-radius: .4em;display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;transition: .4s;}
.work-nav a img{width: 25%;height: auto;}
.work-nav a span{width: 71%;line-height: 1.3;}
.work-nav a:hover{background:rgba(180,220,252,1.00);color: #111;}
.h3-work{font-weight: 700;color: black;margin-bottom: 1.2em;font-size: 1.3em;line-height: 1.8;}
.h3-work span{}

.work #section01{padding: 50px 0px 50px;position: relative;}
.work #section01 .wrap{padding: 0 15px 15px;}
.work #section01 .wrap p{text-align: justify;}
.work .pic-work{width: 260px;margin: 0 auto;} 

.work #section02{padding:50px 0px 50px;position: relative;}
.work #section02 .wrap{padding: 0 15px 15px;}
.work #section02 .wrap p{text-align: justify;}


.work #section03{padding: 50px 0px 50px;position: relative;}
.work #section03 .wrap{padding: 0 15px 15px;}
.work #section03 .wrap p{text-align: justify;}

.work #section04{padding:50px 0px;position: relative;}
.work #section04 .wrap{padding: 0 15px 15px;}
.work #section04 .wrap p{text-align: justify;}

.work #section05{padding:50px 0px;position: relative;}
.work #section05 .wrap{padding: 0 15px 15px;}
.work #section05 .wrap p{text-align: justify;}



#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;}
#target6{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.work-nav .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
.work-nav a{width: 49%;}
.h3-work{margin-bottom: 1.2em;}
.work .pic-work{width: 350px;margin: 0 auto;} 
.work #section01 .wrap{padding: 0 35px 15px;}

.work #section02 .wrap{padding: 0 35px 15px;}

.work #section03 .wrap{padding: 0 35px 15px;}
.work #section04 .wrap{padding: 0 35px 15px;}

.work #section05 .wrap{padding: 0 35px 15px;}


}



@media (min-width: 768px) {
.work-nav a{padding: 1em;}


.work #section01{padding: 70px 0px 70px;}

.work #section02{padding: 70px 0px 70px;}

.work #section03{padding: 70px 0px 70px;}

.work #section04{padding: 70px 0px 70px;}
.work #section05{padding: 70px 0px 70px;}

}



@media (min-width: 992px) {
.work-nav{padding: 50px 0 30px;}
.work-nav a{padding: 1em;margin-bottom: 20px;font-size: 1.1em;font-weight: 500;}
.work-nav a img{width: 30%;height: auto;}
.work-nav a span{width: 65%;line-height: 1.3;}

.work #section01{padding: 50px 0 30px;background: url("../images/work1.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section01 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}
.work .pic-work{display: none;} 

.work #section02{padding: 50px 0 30px;background: url("../images/work2.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section02 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section03{padding: 50px 0 30px;background: url("../images/work3.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section03 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section04{padding: 50px 0 30px;background: url("../images/work4.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section04 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section05{padding: 50px 0 30px;background: url("../images/work5.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;margin-bottom: 70px;}
.work #section05 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

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

}



@media (min-width: 1200px) {
.work-nav{padding: 70px 0 50px;}

.work-nav a{font-size: 1.2em;}

.h3-work{font-size: 1.35em;margin-bottom: 1.6em;}

.work #section01{padding:100px 0px 50px;background: url("../images/work1.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section01 .wrap{padding: 40px;width: 46%;margin-left: 5%;}

.work #section02{padding:100px 0px 50px;background: url("../images/work2.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section02 .wrap{padding: 40px;width: 46%;margin-left: 5%;}

.work #section03{padding:100px 0px 50px;background: url("../images/work3.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section03 .wrap{padding: 40px;width: 46%;margin-left: 5%;}

.work #section04{padding:100px 0px 50px;background: url("../images/work4.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section04 .wrap{padding: 40px;width: 46%;margin-left: 5%;}

.work #section05{padding:100px 0px 50px;background: url("../images/work5.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;margin-bottom: 100px;}
.work #section05 .wrap{padding: 40px;width: 46%;margin-left: 5%;}



}

@media (min-width: 1440px) {
.work #section01{padding: 100px 0 80px;background: url("../images/work1.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section01 .wrap{padding: 60px 70px;}
.work #section01 .wrap p{line-height: 2;}

.work #section02{padding: 100px 0 80px;background: url("../images/work2.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section02 .wrap{padding: 60px 70px;}
.work #section02 .wrap p{line-height: 2;}

.work #section03{padding: 100px 0 80px;background: url("../images/work3.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section03 .wrap{padding: 60px 70px;}
.work #section03 .wrap p{line-height: 2;}

.work #section04{padding: 100px 0 80px;background: url("../images/work4.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section04 .wrap{padding: 60px 70px;}
.work #section04 .wrap p{line-height: 2;}

.work #section05{padding: 100px 0 80px;background: url("../images/work5.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 55% auto;}
.work #section05 .wrap{padding: 60px 70px;}
.work #section05 .wrap p{line-height: 2;}

}

@media (min-width: 1680px) {
.h3-work{font-size: 1.5em;margin-bottom: 1.4em;}

.work #section01 .wrap{padding: 70px;width: 42%;margin-left: 8%;}
.work #section01 .wrap p{line-height: 2.2;font-size: 1.07em;}

.work #section02 .wrap{padding: 70px;width: 42%;margin-left: 8%;}
.work #section02 .wrap p{line-height: 2.2;font-size: 1.07em;}

.work #section03 .wrap{padding: 70px;width: 42%;margin-left: 8%;}
.work #section03 .wrap p{line-height: 2.2;font-size: 1.07em;}

.work #section04 .wrap{padding: 70px;width: 42%;margin-left: 8%;}
.work #section04 .wrap p{line-height: 2.2;font-size: 1.07em;}

.work #section05 .wrap{padding: 70px;width: 42%;margin-left: 8%;}
.work #section05 .wrap p{line-height: 2.2;font-size: 1.07em;}

}


@media (min-width: 1880px) {
.h3-work{font-size: 1.8em;margin-bottom: 1.3em;}
}


/* office.html
--------------------------------------------------------- */
.office #section01 {padding: 50px 0;position: relative;}
.rinen{display: flex;align-items: center;justify-content: space-between;margin-bottom: 1em;}
.rinen .num{width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#09f;
  color: white;
  font-size: 1.3em;font-weight: 400;font-family: ' LexendDeca ';
  display: flex;align-items: center;justify-content: center;}
.rinen p{width: calc(100% - 65px);font-weight: 700;}



.office #section02 {padding: 50px 0;position: relative;background: rgba(180,220,252,.1);}
.office #section02 .wrap{background: white;padding: 1.5em 1.2em;box-shadow: 5px 5px 5px rgba(0,0,0,.08);}
.office #section02 .table{margin-bottom: 0;border-bottom: 1px solid #dee2e6;}
.office #section02 .table th{width: 100%;display: block;font-weight: 500;color: #0099FF;padding: 15px 5px;}
.office #section02 .table td{width: 100%;display: block;line-height: 1.5;}


.office #section03 {padding: 50px 0;position: relative;}
.office #section03 .title{background: rgba(180,220,252,.5);padding: 1.4em;font-weight: 700;font-size: 1.2em;text-align: center;margin-bottom: 1em;}
.office #section03 .accessbox{}

@media (min-width: 667px) {

.rinen p{width: calc(100% - 65px);font-weight: 700;font-size: 1.2em;}
.office #section02 .table th{width: 110px;display: table-cell;}
.office #section02 .table td{width: auto;display: table-cell;}

.office #section03 .title{background: rgba(180,220,252,.5);padding: 1.4em 0;font-weight: 700;font-size: 1.2em;text-align: center;margin-bottom: 0em;display: flex;align-items: center;justify-content: center;}
.office #section03 .accessbox{}

}


@media (min-width: 768px) {
.office #section01 {padding: 70px 0;}
.rinen:last-child{;margin-bottom: 0;}
.rinen p{line-height: 1.5;}

.office #section02 {padding: 70px 0;}
.office #section02 .wrap{padding: 2.7em 1.2em;}

.office #section02 .table {width: 600px;margin: 0 auto;}
.office #section02 .table th{width: 150px;display: table-cell;}

.office #section03 {padding: 70px 0;}
.office #section03 ul{width: 500px;margin: 0 auto;margin-bottom: 30px;}
}

@media (min-width: 992px) {
.rinen .num{width: 60px;
  height: 60px;
  font-size: 1.5em;}
.rinen p{width: calc(100% - 75px);}

.office #section02 .wrap{padding: 3.5em;}
.office #section02 .table {width: 100%;margin: 0 auto;}
.office #section02 .table th{width: 150px;}
.office #section03 ul{width: 600px;margin: 0 auto;margin-bottom: 30px;}

}


@media (min-width: 1200px) {
.office #section01 {padding: 100px 0;}
.office #section02 {padding: 100px 0;}
.office #section02 .wrap{padding: 5em;}
.office #section02 .table th{width: 150px;padding: 20px 15px;}
.office #section02 .table td{padding: 20px 15px;}


.office #section03 {padding: 100px 0;}
.office #section03 ul{width: 600px;margin: 0 auto;margin-bottom: 50px;}


}




/* ogino.html
--------------------------------------------------------- */
.ogino #section01 {padding: 50px 0;position: relative;}
.ogino #section01 .pic{padding-top: 1.5em;width: 260px;margin: 0 auto;}
.ogino #section01 p{text-align: justify;}
.ogino #section01 .box{margin-bottom: 1.6em;background: rgba(180,221,252,.2);padding: 1.5em;}
.ogino #section01 .box:last-child{margin-bottom: 0;}

.ogino #section02 {padding: 50px 0;position: relative;background: rgba(0,0,0,.03);}
.ogino #section02 .index{text-align: center;font-weight: 700;color: #09f;font-size: 1.2em;margin-bottom: 30px;text-shadow: 3px 3px 3px #ddd;}
.ogino #section02 h3{background: #87724D;color: white;font-weight: 500;text-align: center;padding: .7em 0em;font-size: 1.4em;margin-bottom: 30px;}
.ogino #section02 h4{font-weight: 500;margin-bottom: 20px;font-size: 1.2em;}
.ogino #section02 .pic{padding-top: 1em;width: 260px;margin: 0 auto;}


.ogino #section03 {padding: 50px 0;position: relative;}


@media (min-width: 667px) {
.ogino #section01 .pic{padding-top: 1.5em;width: 350px;margin: 0 auto;}

.ogino #section02 .pic{padding-top: 1.5em;width: 350px;margin: 0 auto;}


}


@media (min-width: 768px) {
.ogino #section01 {padding: 70px 0;}
.ogino #section02 {padding: 70px 0;}
.ogino #section02 .index{font-size: 1.3em;margin-bottom: 30px;}
.ogino #section02 h3{font-size: 1.5em;margin-bottom: 50px;}
.ogino #section02 h4{font-weight: 500;margin-bottom: 30px;font-size: 1.4em;}

.ogino #section03 {padding: 70px 0;}



}


@media (min-width: 992px) {
.ogino #section01 .pic{padding-top: 0;width: 100%;margin: 0 auto;}
.ogino #section01 .box{margin-bottom: 45px;padding: 2em;}
.ogino #section02 .index{font-size: 1.4em;margin-bottom: 40px;}
.ogino #section02 h3{padding: .7em 0em;font-size: 1.7em;margin-bottom: 50px;}
.ogino #section02 h4{margin-bottom: 30px;font-size: 1.5em;}
.ogino #section02 .pic{padding-top: 0;width: 95%;margin: 0 auto;}


}


@media (min-width: 1200px) {
.ogino #section01 {padding: 100px 0;}
.ogino #section01 p{padding-right: 2.5em;}
.ogino #section01 .box{margin-bottom: 50px;padding: 3em;}

.ogino #section02 {padding: 100px 0;}
.ogino #section02 .index{font-size: 1.5em;margin-bottom: 60px;}
.ogino #section02 h3{padding: .9em 0em;font-size: 1.8em;margin-bottom: 70px;}

.ogino #section03 {padding: 100px 0;}



}






/* privacy.html
--------------------------------------------------------- */

.contact #section01{padding: 50px 0px 50px;position: relative;}
.contact #section01 .container{max-width: 100%;}
.contact #section01 .wrap{}
.contact #section01 .wrap ul li{margin-bottom: 10px;}
.contact #section01 .wrap ul li:last-child{margin-bottom: 0px;}

.contact #section01 .tel{font-size: 16px;font-weight: 400;padding: 1.5em;border-radius: .4em; line-height: 1;font-family: ' LexendDeca ';color: white; background:rgba(66,125,218,1.00);display: flex;align-items: center;justify-content: center;}
.contact #section01 .tel .call{font-size: 30px;letter-spacing: .1rem;color: #fff;}
.contact #section01 .time{font-size: 12px;letter-spacing: 0;display: block;line-height: 1.4;color: #fff;text-align: left;font-weight: 400;margin-top: 5px;}


.contact #section02{padding: 50px 0px;position: relative;background: rgba(3,0,0,.05);}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: white;background:darkorange; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;}
.contact .table th{background: rgba(225,234,241,.6)!important;vertical-align: middle;font-weight: 700;position: relative;display: block;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}
.table th span.hissu{color: white;background: darkorange; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}


.contact h5{font-weight: 700;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {
.contact #section01 .wrap ul li{margin-bottom: 0px;}
.contact #section01 .wrap ul li:last-child{margin-bottom: 0px;}

.contact #section01 .tel{padding: 1em;}

.contact #section01 .tel .call{font-size:24px;letter-spacing: .1rem;color: #fff;}
.contact #section01 .time{font-size: 13px;letter-spacing: 0;display: block;color: #fff;text-align: left;font-weight: 400;margin-top: 5px;}



}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .tel{padding: 1.5em;border-radius: .4em; }

.contact #section01 .tel .call{font-size:30px;letter-spacing: .1rem;color: #fff;}
.contact #section01 .time{font-size: 13px;letter-spacing: 0;text-align: left;margin-top: 5px;}


.contact #section02{padding: 70px 0px;}
.contact .table {margin-bottom: 70px;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01 .wrap{width:800px;margin: 0 auto;}
.contact #section01 .tel{padding: 1.5em;border-radius: .4em; }

.contact #section01 .tel .call{font-size:36px;letter-spacing: .1rem;color: #fff;}
.contact #section01 .time{font-size: 14px;letter-spacing: 0;display: block;margin-top: 10px;}


.contact .table th{display: table-cell;width: 240px;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .wrap{width:900px;margin: 0 auto;}

.contact #section01 .tel .call{font-size:42px;letter-spacing: .1rem;color: #fff;}
.contact #section01 .time{font-size: 14px;letter-spacing: .05rem;display: block;}



.contact #section02{padding: 100px 0px 100px;}
.contact .table {margin-bottom: 80px;}

.contact .table th{display: table-cell;width: 250px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

}




.doi-box{padding: 30px 15px;background: white;border:1px solid #ddd;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.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 darkorange!important;}
.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:80px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}
.header {
  background: #fff;
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 90px;
  display: flex;
  align-items: center;justify-content: flex-end;
}
.header.page {justify-content: space-between;}

.header .logo {position: relative;margin-left: 15px;width:200px;}
.header .logo.color {display: none;}
.header.page .logo.color {display: block;}

.float-logo{display: block;position: absolute;left:15px;top:25px;width: 230px;z-index: 550;}


.header .navi{display: flex;align-items: center;justify-content: flex-end; }
.nav-menu {margin-right: 1em;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 .2em;line-height: 1;}
.menu-item:first-child {padding: 0 .2em 0 0;}
.menu-item:last-child {padding: 0 0 0 .2em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-size: 14px;
font-weight: 500;
letter-spacing: .05rem;
padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a span{background: rgba(188,219,249,0.00);padding: .3em .5em;color: #111;border-radius: .4em;}
.menu-item a.active span {background: rgba(188,219,249,1);color: #111;}


.head-info{display: flex;flex-direction: column;justify-content: space-between;width: 330px;height: 90px;}
.head-info .telbox{background: #0f82bc;color: white;height: 44px;display: flex;align-items: center;justify-content: center; font-family: ' LexendDeca ';font-size: 16px;}
.head-info .telbox .call{color: white;margin-right: 1em;}
.head-info .telbox .call:last-child{color: white;margin-right:0;}
.head-info .telbox img{margin-right: .3em;}
.mailbox{background: #39c!important;color: white;font-weight: 500;height: 45px;display: flex;align-items: center;justify-content: center;font-size: .95em;letter-spacing: 0;transition: .4s;}
.mailbox:hover{background: #6cf!important;color: white;}
.mailbox img{margin-right: .3em;}


#main{position: relative;}
.swiper{text-align: right;width: 70%;margin-left: 30%;padding-bottom: 30px;}

.mv02 .bg{top: 90px;width: 57%;left:0;}
.main-h2{bottom: 80px;left: 50px;padding: 60px 40px 40px;width: 500px;}
.main-h2 h2.mv-h2{margin-bottom: .9em;}
.main-h2 p{font-size: 16px;}
.main-h2 .illust{top:-110px;left:30px;width: 120px;}

.home #section01 .wrap a.box{display:block;}
.home #section01 .wrap a.box .thumb2{width: 100%;}
.home #section01 .wrap a.box .txtbox{width: 100%;padding: 1em;}
.home #section01 .wrap a.box .txtbox h4{font-size: 1.15em; margin-bottom: 10px;height: 3em;display: flex;align-items: center;}
.home #section01 .wrap a.box .txtbox h4 .arrow{position: absolute;right:.5em;top:50%;transform: translateY(-50%);transition: .4s;}
.home #section01 .wrap a.box .txtbox h4 .arrow img{width: 20px;height: auto;}
.home #section01 .wrap a.box .txtbox p{font-size: 1em;padding-top:15px;}
.home #section01 .wrap .other .inbox .fluid{max-width: 100%;} 
.home #section01 .wrap .other .inbox a .pic{margin-bottom: 20px;position: relative;}
.home #section01 .wrap .other .inbox a .txt h4{font-size: 1.5em;margin-bottom: .5em;}
.home #section01 .wrap .other .inbox ul{width: 800px;margin: 0 auto;margin-left: 0;}
.home #section01 .wrap a.box .thumb2 img{-webkit-filter: blur(0); filter: blur(0px);}
.home #section01 .wrap .other .inbox a .pic img{-webkit-filter: blur(0px); filter: blur(0px);}

.area{padding: 60px 0;}
.area .container{max-width: 85%!important;margin: 0 auto!important;padding: 0 200px;}
.area .tate{left:-.2em;bottom:120px;font-size: 85px;line-height: 1;z-index: 5;letter-spacing: .3rem;}
.area .sky{position: absolute;right:0;top:20px;width: 30%;z-index: 5;}
.area .skytree{position: absolute;left:0;bottom:25px;width: 150px;z-index: 3;}
.area p{text-align: justify;}
.area .txt{margin-bottom: 15px;font-weight: 700;color: #000;}
.area .pic-map{padding-top: 80px;width: 250px;margin: 0 auto;}

.work #section01{padding: 50px 0 30px;background: url("../images/work1.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section01 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}
.work .pic-work{display: none;} 

.work #section02{padding: 50px 0 30px;background: url("../images/work2.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section02 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section03{padding: 50px 0 30px;background: url("../images/work3.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section03 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section04{padding: 50px 0 30px;background: url("../images/work4.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;}
.work #section04 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.work #section05{padding: 50px 0 30px;background: url("../images/work5.jpg");background-position: right bottom;background-repeat: no-repeat;background-size: 50% auto;margin-bottom: 70px;}
.work #section05 .wrap{padding: 40px;background: rgba(255,255,255,1);width: 57%;margin-left: 3%;}

.office #section02 .table {width: 100%;margin: 0 auto;}
.office #section02 .table th{width: 150px;background: none!important;}
.office #section02 .table td{width: auto;background: none!important;}
.office #section03 ul{width: 600px;margin: 0 auto;margin-bottom: 50px;}


footer .container{max-width: 100%;padding: 70px 15px 0;}
footer .logoblock{margin-left: 0;width: auto;margin-bottom: 20px;}
footer .address{text-align: left;margin-bottom: .2em;}
footer .tel{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%; display: flex!important;justify-content: flex-end!important;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex!important;justify-content: flex-end!important;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing:0;margin-bottom: 0em!important;display: block;font-size: 14px!important;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .5em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .5em;}

.copy{font-size: 12px;text-align:right;}


.drawer_menu{display: none!important;}

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

}
