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


/* ZenKaku */
@font-face {
    font-family: ' ZenKaku ';
    src: url('../fonts/ZenKakuGothicNew-Light.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* ZenKaku */
@font-face {
    font-family: ' ZenKaku ';
    src: url('../fonts/ZenKakuGothicNew-Regular.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* ZenKaku */
@font-face {
    font-family: ' ZenKaku ';
    src: url('../fonts/ZenKakuGothicNew-Medium.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


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

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


body {
color: #274274;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' ZenKaku ';
letter-spacing: 0.05rem;
padding-top:60px;
position: relative;
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: 120px;}

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


}


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

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

.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.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.4;text-align: justify;}
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 forwards;
    -webkit-animation: fadeIn 3s ease 0s 1 forwards;
}

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








@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: 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;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background:none;
	background:#fff;}
.sc .logo{padding-left: 15px;width: 150px;}



header{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: 120px;
  display: flex;
  align-items: center;justify-content:space-between;
}

.header .logo {position: relative;margin-left: 15px;width:200px;}
.header .logo a img{transition: .4s;}
.header .logo a:hover img{opacity: .7;}

.header .navi{padding-right: 30px;width: auto; display: flex;align-items: center;justify-content: flex-end;}


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

/* メニューアイテムのホバースタイル */
.menu-item a {
white-space: nowrap;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #274274;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;line-height: 1;
}
.menu-item a.active {color:#ff6699;position: relative;}
.menu-item a.active::before{
  content: '';
  display: block;
  position: absolute;
  left:0;
  top:-5px;
  width: 100%;
  height: 1px;
  background: #f69;
}
.menu-item a.active::after {
content: "";
display: block;
position: absolute;
bottom:-10px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #ff6699;
}

.menu-item a:hover {color:#ff6699;}

}


/* スクロールしたらヘッダーメニューのフォントカラー変更 */

/* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;background-color: rgba(255, 255, 255, 1);height: 100px;}



@media (min-width: 1200px){
.header .logo {position: relative;margin-left: 50px;width: 230px;}

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

.header .navi{padding-right:50px;}
.nav-menu {margin-right: 3em;}

.hide .logo {position: relative;margin-left: 20px;width:250px;}

}


@media (min-width: 1680px){
.header .logo {position: relative;margin-left: 50px;width: auto;}
.hide .logo {position: relative;margin-left: 50px;}

.header .navi{padding-right:80px;}
.menu-item {position: relative;padding: 0 1.5em;}
.menu-item:first-child {padding: 0 1.5em 0 0;}
.menu-item:last-child {padding: 0 0 0 1.5em;}
.nav-menu {margin-right: 3.5em;}


}

@media (min-width: 1920px){

.nav-menu {margin-right: 4.5em;}
.menu-item {position: relative;padding: 0 1.7em;}
.menu-item:first-child {padding: 0 1.7em 0 0;}
.menu-item:last-child {padding: 0 0 0 1.7em;}

}










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

.sp-box {
margin-left: 27%;
    width: 69%;
    position: absolute;
    z-index: 2;
}
.slider__filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(111, 120, 127, .5), rgba(16, 33, 83, 1));
    opacity: .4;
	z-index: 3;
}

.mv {position: relative;height: calc(100vh - 120px);}

.swiper-container-back {
    position: relative;
    width: 100%;
	overflow: hidden;
}

.swiper-container-back .swiper-slide img {object-fit: cover;width: 100%;height:calc(100vh - 120px);}

.main-h2{position: absolute;z-index: 50;top: 50%;left: 0;transform: translateY(-50%);}
.main-h2 h2.mv-h2{color: #143269;font-size: 40px;font-weight: 400;line-height: 1.5;letter-spacing: .05rem;position: relative;padding-left: 45px;}
.main-h2 h2.mv-h2 span{font-size: .8em;}
.main-h2 h2.mv-h2::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 100%;
	background-color: #a3e3fe;
}
.main-h2 .slash{margin: 50px 0;text-align: center;}
.main-h2 svg {height: 150px;}
.main-h2 .name{color: #143269;font-size: 22px;font-weight: 400;line-height: 1.5;letter-spacing: .05rem;position: relative;padding-left: 45px;}
.main-h2 .name::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 100%;
	background-color: #a3e3fe;
}

@media (max-width: 1679px){
.sp-box {
margin-left: 29%;
width: 68%;
}

.swiper-container-back .swiper-slide img {}

.main-h2 h2.mv-h2{font-size: 36px;}



}



@media (max-width: 1440px){
.sp-box {
margin-left: 30%;
width: 66.5%;
}

.swiper-container-back .swiper-slide img {}


.main-h2 h2.mv-h2{font-size: 34px;}
.main-h2 .name{font-size: 20px;padding-left: 45px;}





}


@media (max-width: 1280px){
.sp-box {
margin-left: 33%;
width: 64%;
}

.main-h2 h2.mv-h2{font-size: 28px;padding-left: 30px;}
.main-h2 h2.mv-h2::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 100%;
	background-color: #a3e3fe;
}
.main-h2 svg {height: 100px;}

.main-h2 .name{font-size: 20px;padding-left: 30px;}
.main-h2 .name::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 100%;
	background-color: #a3e3fe;
}


}


@media (max-width: 1199px){

.main-h2 h2.mv-h2{font-size: 28px;line-height: 1.5;}
.main-h2 .name{font-size: 18px;}

}




@media only screen and (max-width: 991px) {
.sp-box {
    width: 100%;
    position: absolute;
	height:550px;
}
.sp-box {
margin-left:0;
width: 100%;
}

.mv {position: relative;height: 550px;}
.swiper-container-back .swiper-slide img {display: none;}
.swiper-container-back .swiper-slide.bg1{background: url("../images/main1.jpg");background-position: center;background-size: cover;width: 100%;height: 550px;}
.swiper-container-back .swiper-slide.bg2{background: url("../images/main2.jpg");background-position: center;background-size: cover;width: 100%;height: 550px;}
.swiper-container-back .swiper-slide.bg3{background: url("../images/main3.jpg");background-position: center;background-size: cover;width: 100%;height: 550px;}

.main-h2 h2.mv-h2{font-size:25px;line-height: 1.3;color: white;}
.main-h2 .name{font-size: 18px;color: white;}
.main-h2 svg {height: 80px;}



}

@media only screen and (max-width: 767px) {
.sp-box {
    width: 100%;
    position: absolute;
    z-index: 2;
	height: 360px;
}

.mv {position: relative;height: 360px;}
.swiper-container-back .swiper-slide.bg1{background: url("../images/main1.jpg");background-position: center;background-size: cover;width: 100%;height: 360px;}
.swiper-container-back .swiper-slide.bg2{background: url("../images/main2.jpg");background-position: center;background-size: cover;width: 100%;height: 360px;}
.swiper-container-back .swiper-slide.bg3{background: url("../images/main3.jpg");background-position: center;background-size: cover;width: 100%;height: 360px;}

.main-h2 h2.mv-h2{font-size: 26px;line-height: 1.5;}
.main-h2 .slash{margin: 20px 0;text-align: center;}
.main-h2 svg {height: 70px;}
}



@media only screen and (max-width: 430px) {
.sp-box {
    width: 100%;
    position: absolute;
    z-index: 2;
	height:65vh;
}

.mv {position: relative;height: 65vh;}
.swiper-container-back .swiper-slide.bg1{background: url("../images/main1.jpg");background-position: center;background-size: cover;width: 100%;height: 65vh;}
.swiper-container-back .swiper-slide.bg2{background: url("../images/main2.jpg");background-position: center;background-size: cover;width: 100%;height: 65vh;}
.swiper-container-back .swiper-slide.bg3{background: url("../images/main3.jpg");background-position: center;background-size: cover;width: 100%;height: 65vh;}


.main-h2 h2.mv-h2{font-size: 24px;line-height: 1.5;}
.main-h2 .slash{margin: 15px 0;text-align: center;}
.main-h2 svg {height: 50px;}

}


/* 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-right{display: flex;justify-content: flex-end;}
.btn-posi-center{display: flex;justify-content:center;}


.home #section01{position: relative;padding: 50px 0 50px;z-index: 10;}
.home #section01 .wrap{}
.home #section01 .wrap .wrap1{padding: 1.5em;background-image: linear-gradient(310deg, rgba(247, 228, 237, 1), rgba(210, 248, 248, 1));position: relative;margin-bottom: 30px;}
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:15px;bottom:30%;width: 40px;}
.home #section01 .wrap .wrap2{padding: 1.5em;background: #e2f2f4;}

.home #section01 .pic{width: 100%;text-align: center;}
.home #section01 .kato{width: 200px;margin: 0 auto;margin-bottom: 15px;}
.home #section01 .kato img{filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));}
.home #section01 .wrap .wrap1 .name-txt{}
.home #section01 .wrap .wrap1 .name-txt .name{margin-bottom: .5em;line-height: 1.3;}
.home #section01 .wrap .wrap1 .name-txt .name span{display: block;font-size: 1.2em;margin-top: 5px;}
.home #section01 .wrap .wrap1 .name-txt .toroku{margin-bottom: 1em;}
.home #section01 .txt{line-height: 1.3;text-align: justify;margin-bottom: .8em;}
.home #section01 .txt span{font-weight: 400;display: block;}
.home #section01 .txt:last-child{margin-bottom:0;}
.home #section01 .txt2{line-height: 1.6;text-align: justify;}
.deco{position: absolute;z-index: 2;left:0;top:250px;width: 25%;display: none;}

.home #section02{position: relative;padding: 50px 0;z-index: 10;background: url("../images/bg-news.jpg");}
.newsarea{position: relative;}
.newsarea .set{padding: 15px;background: rgba(255,255,255,0);display: block;border-bottom: 1px solid #ddd;transition: .4s;font-weight: 400;}
.newsarea a.set{color: #274274;}
.newsarea a.set:hover{color: #274274;background: rgba(255,255,255,1);}

.newsarea .set:first-child{border-top: 1px solid #ddd;}
.newsarea .set .date{margin-bottom:.8em;line-height: 1.4;color: #274274;}
.newsarea .set .date .day{margin-bottom: .3em;}
.newsarea .set .date .day span.new{color:#ff0000;margin-left: 10px;font-size: .9em; }
.newsarea .set .date .category{display:block;letter-spacing: 0;font-size: .8em;color: #274274;}
.newsarea .set .date .category::before {content: "#";}
.newstext{line-height: 1.4;width: 100%;}
.newstext .kiji{display: flex;justify-content: space-between;}
.newstext .txt{width:100%;text-align: justify;}
.newstext .arrow {
  position: relative;
  display: none;
  width: 30px;
  height: 1px;
  margin-top: 15px;
  border-radius: 9999px;
  background-color: #274274;
}
.newstext .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #274274;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

a.set .newstext .txt{width: calc(100% - 50px);text-align: justify;}
a.set .newstext .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 15px;
  border-radius: 9999px;
  background-color: #274274;
  transition: .4s;
}
a.set:hover .newstext .arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  border-radius: 9999px;
  background-color: #274274;
}




.home #section03{position: relative;z-index: 10; padding: 50px 0;background: url("../images/bg-city.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto;}
.home #section03 .box{position: relative;filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.08));background: white;padding: 1.5em;overflow: hidden;}
.home #section03 .box .headline{text-align: center;margin-bottom: 1.8em;}
.liquid{position: absolute;left:-5%;top:-85px;}
/*========= 流体シェイプを動かす ===============*/
.liquid1 {
  width:110%;/*横幅*/
  height: 180px;/*縦幅*/
  background:#d0e1f2;/*背景色*/
  animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid2 {
  width:110%;/*横幅*/
  height: 180px;/*縦幅*/
  background:#f9dce2;/*背景色*/
  animation: fluidrotate2 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid3 {
  width:110%;/*横幅*/
  height: 180px;/*縦幅*/
  background:#d1d1e3;/*背景色*/
  animation: fluidrotate3 30s ease 0s infinite;/*アニメーションの設定*/
}

.home #section03 .box .outlineblock {margin: 0 auto;margin-top: 25px;}
.home #section03 .outlineblock .outline_inner .outline_box .title {font-family: ' Nunito ';display: flex;align-items: center;font-size: .9em;}
.home #section03 .outlineblock .outline_inner .outline_box .title::after {
  content: '';
  margin-left: .5em;
  width: 25px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
.home #section03 .box p{text-align: justify;}

@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}

@keyframes fluidrotate2 {  
	  
0%, 100% {
    border-radius: 43% 37% 54% 56%/55% 48% 52% 45%;
}
14% {
    border-radius: 34% 46% 38% 62%/49% 60% 30% 51%;
}
28% {
    border-radius: 60% 60% 54% 40%/49% 30% 40% 51%;
}
42% {
    border-radius: 41% 39% 55% 45%/67% 38% 62% 39%;
}
56% {
    border-radius: 69% 54% 50% 50%/35% 51% 39% 35%;
}
70% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 50%;
}
84% {
    border-radius: 55% 50% 34% 58%/50% 68% 32% 44%;
}
	  
}

@keyframes fluidrotate3 {  
	  
0%, 100% {
    border-radius: 50% 30% 54% 46%/49% 40% 40% 36%;
}
14% {
    border-radius: 43% 37% 54% 46%/55% 48% 52% 65%;
}
28% {
    border-radius: 44% 46% 38% 62%/49% 70% 30% 58%;
}
42% {
    border-radius: 61% 39% 67% 33%/50% 50% 50% 30%;
}
56% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
70% {
    border-radius: 40% 50% 34% 66%/56% 68% 32% 54%;
}
84% {
    border-radius: 66% 54% 50% 50%/35% 61% 39% 45%;
}
	  
}


.home #section04{position: relative;padding: 65px 0 50px;}
.home #section04 .titlebox{background: white;padding: 0em 1em .6em;position: absolute;top:-15px;left:50%;transform: translateX(-50%);}
.home #section04 .titlebox .headline{margin-bottom: 0;text-align: center;}

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

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




@media (min-width: 667px) {


.newsarea .set .date{display: flex;align-items: center;}

.newsarea .set .date .category{display:inline;letter-spacing: 0;font-size: .8em;margin-left: 1em;}



}




@media (min-width: 768px) {

.home #section01{padding: 70px 0 70px;}
.home #section01 .wrap{display: flex;align-items: flex-start; justify-content: space-between;}
.home #section01 .wrap .wrap1{padding: 1.5em;background-image: linear-gradient(310deg, rgba(247, 228, 237, 1), rgba(210, 248, 248, 1));position: relative;margin-bottom: 0px;width: 40%;}
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:15px;bottom:30%;width: 40px;}
.home #section01 .wrap .wrap2{padding: 1.5em;width: 57%;}


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




.home #section03 {padding: 70px 0 100px;}


.home #section04{padding: 85px 0 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) {
.newsarea .set .date .category{display:inline;letter-spacing: 0;font-size: .9em;margin-left: 1em;}
.home #section03 .container{max-width: 100%;}
.home #section03 .box{position: relative;filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.08));background: white;padding: 1.8em 1.5em;overflow: hidden;display: flex;flex-direction: column;}
.home #section03 .box .headline{text-align: center;margin-bottom: 1.5em;}
.liquid{position: absolute;left:-5%;top:-70px;}
.home #section03 .box .outlineblock {margin: 0 auto;margin-top: auto;}
.home #section03 .box .dot{margin-bottom: 35px;}

.home #section03 .box p{padding: 0 1em;}
.deco{position: absolute;z-index: 2;left:0;top:450px;width: 30%;display: block;}


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

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0 100px;}
.home #section01 .wrap .wrap1{padding: 2em;width: 38%;}
.home #section01 .pic{display: flex;justify-content: space-between;margin-bottom: 20px;}
.home #section01 .kato{width:45%;margin: 0 auto;margin-bottom:0px;margin-left: 0;}
.home #section01 .wrap .wrap1 .name-txt{width: 45%;}
.home #section01 .wrap .wrap1 .name-txt .name{margin-bottom: 1.5em;text-align: left;}
.home #section01 .wrap .wrap1 .name-txt .name span{margin-left: 0px;display: block;}
.home #section01 .wrap .wrap1 .name-txt .toroku{margin-bottom: 0em;text-align: left;}
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:35px;bottom:30%;width: 50px;}
.home #section01 .wrap .wrap2{padding: 2.5em;width: 59%;}


.home #section02{padding: 100px 0;}
.newsarea .set{padding: 20px 10px;}
.newstext .arrow {
  position: relative;
  display: none;
  width: 30px;
  height: 1px;
  margin-top: 20px;
  border-radius: 9999px;
  background-color: #274274;
}
.newstext .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #274274;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

a.set .newstext .txt{width: calc(100% - 70px);text-align: justify;}
a.set .newstext .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 20px;
  border-radius: 9999px;
  background-color: #274274;
  transition: .4s;
}
a.set:hover .newstext .arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 20px;
  border-radius: 9999px;
  background-color: #274274;
}

.deco{position: absolute;z-index: 2;left:0;top:580px;width: 60%;display: block;}

.home #section03 {padding: 100px 0 180px;}
.liquid{position: absolute;left:-5%;top:-110px;}
/*========= 流体シェイプを動かす ===============*/
.liquid1 {left:-10%;
  width:120%;/*横幅*/
  height: 250px;/*縦幅*/
  background:#d0e1f2;/*背景色*/
  animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid2 {
  width:110%;/*横幅*/
  height: 250px;/*縦幅*/
  background:#f9dce2;/*背景色*/
  animation: fluidrotate2 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid3 {
  width:110%;/*横幅*/
  height: 250px;/*縦幅*/
  background:#d1d1e3;/*背景色*/
  animation: fluidrotate3 30s ease 0s infinite;/*アニメーションの設定*/
}

.home #section04{padding: 140px 0px 100px;}
.home #section04 .titlebox{background: white;padding: 0em 3em 1.5em;position: absolute;top:-40px;left:50%;transform: translateX(-50%);}
.home #section04 .titlebox .headline{margin-bottom: 0;text-align: center;}


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




}





@media (min-width: 1440px) {
.home #section01 .container{max-width: 1670px;}
.home #section01 .wrap .wrap1{padding: 3.5em;width: 35%;}
.home #section01 .pic{display: flex;justify-content: space-between;margin-bottom: 20px;}
.home #section01 .kato{width:45%;margin: 0 auto;margin-bottom:0px;margin-left: 0;}
.home #section01 .wrap .wrap1 .name-txt{width: 45%;}
.home #section01 .wrap .wrap1 .name-txt .name{margin-bottom: 1.5em;text-align: left;}
.home #section01 .wrap .wrap1 .name-txt .name span{margin-left: 0px;display: block;}
.home #section01 .wrap .wrap1 .name-txt .toroku{margin-bottom: 0em;text-align: left;}
.home #section01 .wrap .wrap2{padding: 3.5em;width: 59%;margin-top: 80px;}
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:35px;bottom:40px;width: 70px;}

.home #section03 .container{max-width: 1460px;}
.home #section03 .box{padding: 2.5em 1.8em;overflow: hidden;}
.home #section03 .box .headline{text-align: center;margin-bottom: 1.7em;}

.home #section04 .container{max-width: 1670px;}

}

@media (min-width: 1680px) {
.home #section01{padding: 150px 0 ;}
.home #section01 .wrap .wrap2{padding: 4em;width: 59%;margin-top: 80px;}

.home #section01 .txt2{line-height: 2;font-size: 1.05em;letter-spacing: .1rem;}



.home #section02{padding: 150px 0;}
.newsarea .set{padding: 24px 10px;}

.home #section03{padding: 150px 0 200px;}
.home #section03 .box .headline{text-align: center;margin-bottom: 2em;}

.liquid{position: absolute;left:-5%;top:-110px;}
/*========= 流体シェイプを動かす ===============*/
.liquid1 {left:-15%;
  width:140%;/*横幅*/
  height: 300px;/*縦幅*/
  background:#d0e1f2;/*背景色*/
  animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid2 {
  width:110%;/*横幅*/
  height: 300px;/*縦幅*/
  background:#f9dce2;/*背景色*/
  animation: fluidrotate2 30s ease 0s infinite;/*アニメーションの設定*/
}
.liquid3 {
  width:110%;/*横幅*/
  height: 300px;/*縦幅*/
  background:#d1d1e3;/*背景色*/
  animation: fluidrotate3 30s ease 0s infinite;/*アニメーションの設定*/
}

.home #section03 .box{padding: 3.5em 1.8em 3em;overflow: hidden;}

.home #section04{padding: 190px 0 150px;}
.home #section04 .titlebox{background: white;padding: 0em 3.5em 2em;position: absolute;top:-40px;left:50%;transform: translateX(-50%);}
.home #section04 .titlebox .headline{margin-bottom: 0;text-align: center;}

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

}

@media (min-width: 1920px) {
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:35px;bottom:40px;width: 110px;}
.home #section01 .wrap .wrap2{padding: 4em 4.6em;width: 59%;margin-top: 80px;}


}


/* TOP LINEUP
--------------------------------------------------------- */







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


.linkbtn{
	width: 200px;
	height: 50px;
	position: relative;
}
.linkbtn a{
    font-size: 1em;
    color: #274274;
    position: relative;
	z-index: 5;
	font-weight: 400;
    text-decoration:none;
    display: flex;
	justify-content: center;
    overflow: hidden;
	width: 200px;
	height: 50px;
    transition:.4s;
    background: #eee;
    align-items: center;
	filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.13));
}

.linkbtn .kakko1{position: absolute;z-index: 6; left:0;top:-20px!important;width: 5px;height: 5px;}
.linkbtn .kakko2{position: absolute;z-index: 6; right:0;top:-20px;width: 5px;height: 5px;transform: scale(-1, 1);}
.linkbtn .kakko3{position: absolute;z-index: 6; left:0;bottom:-20px;width: 5px;height: 5px;transform: scale(1, -1);}
.linkbtn .kakko4{position: absolute;z-index: 6; right:0;bottom:20px;width: 5px;height: 5px;}

.outlineblock {
    width: 200px;
	height: 50px;
    padding: 0px;
    position: relative;
	background: white;
	filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.13));
}
.outlineblock:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-left: solid 1px #274274;
    border-top: solid 1px #274274;
    top: 0;
    left: 0;
}
.outlineblock:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-right: solid 1px #274274;
    border-top: solid 1px #274274;
    top: 0;
    right: 0;
}
.outlineblock .outline_inner{display: flex;align-items: center;justify-content: center;height: 50px;background: white;transition: .4s;}
.outlineblock .outline_inner:hover{background:rgba(6,52,109,.07);}

.outlineblock .outline_inner:before {
    content: "";
    width: 5px;
    height:5px;
    position: absolute;
    border-left: solid 1px #274274;
    border-bottom: solid 1px #274274;
    bottom: 0;
    left: 0;
}
.outlineblock .outline_inner:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-right: solid 1px #274274;
    border-bottom: solid 1px #274274;
    bottom: 0;
    right: 0;
}
.outlineblock .outline_inner .outline_box {text-align: center;}
.outlineblock .outline_inner .outline_box .title {
    font-weight: 400;
    color: #274274;
}


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) {

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


}

@media (min-width: 1680px) {


}

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



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



}

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

}

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

}



/* -----  common / footer ------- */
.common{padding: 50px 0;position: relative;}
.common .wrap{background: url("../images/bg-contact.jpg");background-position: center;background-size: cover;padding: 1.5em;filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.09));}
.common .wrap .headline{text-align: center;}
.common .wrap .txt{text-align: center;margin-bottom: 1em;}
.common .wrap .tel{font-weight: 400;font-size: 15px;text-align: center;font-family: ' Nunito ';margin-bottom: .5em;line-height: 1;}
.common .wrap .tel:last-child{margin-bottom: 1em;}
.common .wrap .tel .call{color: #14346b;font-size: 22px;}
.common .wrap a.mailbox{display: flex;align-items: center;justify-content: center;color: #fff;background: #274274; transition: .4s;font-size: 18px;padding: .8em 0;}
.common .wrap a.mailbox .far{margin-right: .3em;margin-top: .15em;}
.common .wrap a.mailbox:hover{color: #274274;background: rgba(208,230,243,1.00);}

.wave{
position:relative;
height:100px;
margin-top: -2px;
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}

footer{ padding: 40px 0px 15px;position: relative;z-index: 10; background: #d2e9f3;}
footer .logoblock{position: relative; width: 180px;margin: 0 auto; margin-bottom: 25px;}
footer .address{text-align: center;margin: 13px;line-height: 1.4;}
footer .address a{transition: .4s;color: #1b2a34;margin-left: .2em;}
footer .address a:hover{color: #0d5282;}
footer .tel{margin-bottom: 8px;line-height: 1;display: flex;align-items: center;justify-content: center;font-family: ' CrimsonText ';font-weight: 400;}
footer .tel .call{color: #222;font-size: 20px;}
.page-top{position: absolute;right:10px;bottom:15px;width: 15px;}
.footer-menu{width: 100%;margin: 0 auto; margin-top: 1.5em;}
.footer-menu ul{display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 1em;}
.footer-menu li{width:48.6%;text-align: left;background:none;margin-bottom: 10px;}
.footer-menu li.home{width:100%;text-align: left;background:none;}
.footer-menu li a{color: #14346b;text-decoration: none; text-align: center; padding: .7em 0;display: block;transition: .3s;margin-bottom: 0;border:1px solid #fff;}

.copy{text-align: center;color: #0d295e;letter-spacing: 0;font-size: .9em;}



@media (min-width: 667px) {

.common .wrap .tel:last-child{margin-bottom: 0em;}

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

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto;margin-top: 1em;}
.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;margin-bottom: 0px;}
.footer-menu li.home{width:auto;}

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

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

}



@media (min-width: 768px) {
.common .wrap{padding:2em 1.5em;}
.common .wrap .headline{text-align: center;}
.common .wrap .txt{text-align: center;margin-bottom: 1.5em;}
.common .wrap ul{width: 600px;margin: 0 auto;}
.common .wrap .tel{font-weight: 400;font-size: 15px;text-align: center;font-family: ' Nunito ';margin-bottom: .5em;line-height: 1;}
.common .wrap .tel:last-child{margin-bottom: 0;}
.common .wrap .tel .call{color: #14346b;font-size: 22px;}
.common .wrap a.mailbox{display: flex;align-items: center;justify-content: center;color: #fff;background: #274274; transition: .4s;font-size: 18px;padding: .8em 0;}
.common .wrap a.mailbox .far{margin-right: .3em;margin-top: .15em;}



footer{ padding: 30px 0px 30px;}

footer .logoblock{position: relative; margin-left: 0;}
footer .address{text-align:left;margin: 0;margin-bottom: 0;}

.page-top{position: absolute;right:15px;bottom:25px;width: 20px;}
.footer-menu{margin-top: 0;display: flex;justify-content: flex-end;}
.footer-menu ul{}
.footer-menu li{margin-bottom: 0;}
.footer-menu li a{letter-spacing:0;border-right:none;padding: 0 .4em; text-align:left;border-bottom: none;line-height: 1.4;font-size: 14px; background: none;border:none;margin-bottom: 0;}
.footer-menu li:first-child a{padding: 0 .4em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 .4em;}

.copy{font-size: 14px;text-align: right;}
.btwn{display: flex;flex-direction: column;justify-content: space-between;}


}


@media (min-width: 992px) {
.common .wrap{padding:3em 1.5em;}
.common .wrap .headline{text-align: center;}
.common .wrap .txt{text-align: center;margin-bottom: 1.5em;}
.common .wrap ul{width: 700px;margin: 0 auto;}
.common .wrap .tel{font-weight: 400;font-size: 18px;margin-bottom: .5em;line-height: 1;}
.common .wrap .tel:last-child{margin-bottom: 0;}
.common .wrap .tel .call{color: #14346b;font-size: 24px;}
.common .wrap a.mailbox{display: flex;align-items: center;justify-content: center;color: #fff;background: #274274; transition: .4s;font-size: 18px;padding: 1em 0;}
.common .wrap a.mailbox .far{margin-right: .3em;margin-top: .15em;}


footer .logoblock{position: relative; width:auto;margin-left: 0; margin-bottom: 15px;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-right: 0;}
.footer-menu ul{justify-content: center;}
.footer-menu li {padding-bottom: 5px;text-align: left;}
.footer-menu li a{text-decoration: none;letter-spacing: .05rem;margin-bottom: 0em!important;padding: 0 .6em;}
.footer-menu li:first-child a{padding: 0 .6em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 .6em;}


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

.copy{font-size: 14px;}

}




@media (min-width: 1200px) {
.common{padding: 100px 0;}
.common .container{max-width: 1140px;padding: 0;}


footer{padding: 50px 0 100px;}

footer .logoblock{position: relative;}

.footer-menu li a{text-decoration: none;letter-spacing: .08rem;font-size: 15px;}
.copy{font-size: 14px;}

}


@media (min-width: 1440px) {
.common .wrap{padding:4em 1.5em;filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.09));}
.common .wrap .headline{text-align: center;}
.common .wrap .txt{text-align: center;margin-bottom: 1.5em;}
.common .wrap ul{width: 700px;margin: 0 auto;}
.common .wrap .tel{font-weight: 400;font-size: 20px;margin-bottom: .5em;line-height: 1;}
.common .wrap .tel:last-child{margin-bottom: 0;}
.common .wrap .tel .call{color: #14346b;font-size: 26px;}
.common .wrap a.mailbox{display: flex;align-items: center;justify-content: center;color: #fff;background: #274274; transition: .4s;font-size: 20px;padding: 1.1em 0;}
.common .wrap a.mailbox .far{margin-right: .3em;margin-top: .15em;}


.copy{font-size: 14px;}

}




@media (min-width: 1680px) {


footer .logoblock{position: relative; width:auto;margin-bottom: 25px;}
.footer-menu li a{letter-spacing: .08rem;}
.page-top{position: absolute;right:35px;bottom:100px;width: 21px;}

}


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


#h2area{
position: relative;
width:94%;
height: 380px;
margin: 0 auto;
z-index: 20;
overflow: hidden;
display: flex;align-items:center;
background-size: cover;
background-position: center;
}
#h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background-image: linear-gradient(180deg, rgba(18, 53, 107, .3) 10%, rgba(18, 53, 107, .2) 90%);
}

#h2area.h2-about{background: url("../images/h2-about.jpg");background-position: center;background-size: cover;}
#h2area.h2-service{background: url("../images/h2-service.jpg");background-position: center;background-size: cover;}
#h2area.h2-news{background: url("../images/h2-news.jpg");background-position: center;background-size: cover;}
#h2area.h2-company{background: url("../images/h2-company.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-family: ' Nunito ';font-weight: 400;font-size: 70px;letter-spacing: .5rem;color: #fff;z-index: 10;padding-left: 15%; line-height: 1;}
.h2-txt span {position: relative;display: flex;align-items: center;font-size: 22px;letter-spacing: .1rem;font-family: ' ZenKaku ';font-weight: 400;margin-bottom: .5em;}
.h2-txt span::before {
  background-color: #fff; 
  content: "";
  height: 1px; 
  width: 60px; 
}
.h2-txt span::before {margin-right: 15px;}



@media (max-width: 1440px){
#h2area{height: 350px;}
.h2-txt{padding-left: 10%;font-size: 65px;letter-spacing: .5rem;}

}


@media (max-width: 1199px){
#h2area{height: 300px;}
.h2-txt{padding-left: 7%;font-size: 60px;letter-spacing: .5rem;}

.h2-txt span::before {
  background-color: #fff; 
  content: "";
  height: 1px; 
  width: 50px; 
}




}

@media only screen and (max-width: 991px) {
#h2area{height: 200px;width:96%;}

.h2-txt{padding-left: 50px;font-size: 48px;letter-spacing: .3rem;}
.h2-txt span {font-size: 20px;letter-spacing: .1rem;}
.h2-txt span::before{
  background-color: #fff; 
  content: "";
  height: 1px; 
  width: 2em; 
}
.h2-txt span::before {margin-right: 7px;}



}


@media only screen and (max-width: 767px) {
#h2area{height: 180px;}
.h2-txt span::before{
  background-color: #fff; 
  content: "";
  height: 1px; 
  width:1.5em; 
}



}

 @media only screen and (max-width: 666px) {
#h2area{height: 130px;}

.h2-txt{font-size:32px;padding-left: 20px;letter-spacing: .1rem;}
.h2-txt span {font-size: 16px;letter-spacing: .05rem;}


}

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

.headline-h3 {
color: #222;
  position: relative;
  padding-top: 20px;
  margin-bottom: 2em;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.4;
font-weight: 500;text-align:left;}


.headline-h4 {
  font-weight: 400;
  font-size: 24px;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: #0B316F;
  border-left:6px solid #0B316F;padding-left: .4em;
}

.headline {
 position: relative;
 font-weight: 400;
 font-family: ' Nunito ';
 font-size: 27px;
  margin-bottom: 1em;
  line-height: 1;
  display: block;
  padding: 0;
}
.headline span{display:block;font-size: 13px;margin-top: .5em;font-family: ' ZenKaku ';color: #111;}



@media (min-width: 667px) {

}







@media (min-width: 768px) {

.headline-h3 {
  position: relative;
  padding-top: 30px;
  margin-bottom: 2em;
  font-size: 18px;
  letter-spacing: .1rem;
  line-height: 1.4;
}
.headline-h3 span{display: block;position: relative;font-size: 40px; letter-spacing: .2rem;}
.headline-h3::after {
 content: '';/*何も入れない*/
  position: absolute;
  left:0;
  top:0px;
  width: 87px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/hasami.png);
  background-size: contain;
  vertical-align: middle;}

.headline {margin-bottom: 1.6em;}


.headline-h4 {font-size: 26px;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: 35px;margin-bottom: 1em;}
.headline span{font-size: 13px;}




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


}


@media (min-width: 1200px) {

.headline-h3 {
  position: relative;
  margin-bottom: 2em;
  padding-top: 40px;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.4;}
.headline-h3 span{display: block;position: relative;font-size: 52px; }
.headline-h3::after {
 content: '';/*何も入れない*/
  position: absolute;
  left:0;
  top:0px;
  width: 115px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(../images/hasami.png);
  background-size: contain;
  vertical-align: middle;}


.headline{font-size: 38px;margin-bottom: 1.6em; line-height: 1;}
.headline span{font-size: 18px;margin-top: 7px;}

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



}


@media (min-width: 1440px) {

.headline{font-size: 42px;margin-bottom: 1.4em;line-height: 1;}
.headline span{}


.headline-h3 span{font-size: 58px; }


}

@media (min-width: 1680px) {
.headline{font-size: 48px;margin-bottom: 1.4em;letter-spacing: .4rem;}
.headline span{letter-spacing: .1rem;}


}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.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:#10316b;
  color: #fff;
  font-family: ' Nunito ';
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .2rem;
  transition: .3s;
}
.btn-back .fas{margin-right: 10px;}
.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;
	display: flex;
	justify-content: center;
}
.paging span.current,
.paging  span.paging-text a{
	width: 40px;
	height: 40px;
	color:#333;
	display:flex;
	align-items: center;justify-content: center;
	margin:0 .25em;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 50%;
}
.paging span.current {
	background:#001E46!important;
	color:#fff!important;
}
.paging span.paging-text a:hover {
	background:#001E46!important;
	color:#fff!important;
}



/* 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;
}
.paging span.current,
.paging  span.paging-text a{
	width: 35px;
	height: 35px;
	color:#333;
	display:flex;
	align-items: center;justify-content: center;
	margin:0 .15em;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 50%;
}

}



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

.slickwrap .slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slickwrap .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){
.slickwrap .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;}






/* detail.html
--------------------------------------------------------- */
.newsdetail #section01{padding: 50px 0px 50px;position: relative;}
.newsdetail #section01 .newsarea{position: relative;}
.newsdetail #section01 .newsarea .set{padding: 0;border-bottom:none;transition:0;}
.newsdetail #section01 .newsarea .set:first-child{border-top: none;}
.newsdetail #section01 .newsarea .newstext .title{font-weight: 400;border-bottom: 3px double #ddd;padding-bottom: .3em;line-height: 1.4;font-size: 1.2em;margin-bottom: 1.5em;}
.newsdetail #section01 .newsarea .newstext .txt{width:100%;text-align: justify;margin-bottom: 30px;}

.newsdetail #section01 .newsarea .slider-wrap{width: 100%;margin-bottom: 30px;position: relative;}
.newsdetail #section01 .newsarea .slider-wrap .slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}

.newsdetail #section01 .newsarea .slider-thumbnail{width: 100%;position: relative;}
.newsdetail #section01 .newsarea .slider-thumbnail .swiper-slide {filter: grayscale(1);
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
  box-sizing: border-box;
  border:2px solid white;
}
.newsdetail #section01 .newsarea .slider-thumbnail .swiper-slide:hover {filter: grayscale(0);cursor: pointer;}

.newsdetail #section01 .newsarea .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {opacity: 1;filter: grayscale(0);}
/* レイアウトのためのスタイル */
.newsdetail #section01 .newsarea .swiper {width: 100%;}
.newsdetail #section01 .newsarea .slider-thumbnail .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;
}
.swiper-button-next,.swiper-button-prev{position:absolute;top:41%;}

.download_file{margin-bottom: 50px;}
.download_file ul li{margin-bottom: .5em;}
.download_file ul li:last-child{margin-bottom: 0;}
.download_file a{background:#fff;border:1px solid rgba(25,25,51,.6);color:#10316b;letter-spacing: 0;display: block;line-height: 1.4;padding: .5em .5em;font-size: .9em;transition: .4s;}
.download_file a:hover{background:rgba(25,25,51,.05);color:#111;}
.fa-file-pdf{color: #E11317;font-size: 1.1em;}
.fa-file-excel{color:#22960D;font-size: 1.1em;}
.fa-file-word{color:#1945CA;font-size: 1.1em;}



@media (min-width: 667px) {
.newsdetail #section01 .newsarea .slider-wrap{width: 480px;padding: 0 25px; margin: 0 auto; margin-bottom: 30px;}
.swiper-button-next{right:0;}
.swiper-button-prev{left:0;}

}

@media (min-width: 768px) {
.newsdetail #section01{padding: 70px 0px;}

}

@media (min-width: 992px) {
.newsdetail #section01 .newsarea .newstext .title{border-bottom: 4px double #ddd;padding-bottom: .5em;line-height: 1.4;font-size: 1.3em;margin-bottom: 1.5em;}
.newsdetail #section01 .newsarea .slider-wrap{width: 600px;padding: 0 25px; margin: 0 auto; margin-bottom: 50px;}
.download_file ul li{margin-bottom:0;}

}

@media (min-width: 1200px) {
.newsdetail #section01{padding: 100px 0px;}
.newsdetail #section01 .newsarea .slider-wrap{width: 800px;padding: 0 25px; margin: 0 auto; margin-bottom: 50px;}
.newsdetail #section01 .newsarea .newstext .txt{margin-bottom: 50px;}

}



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

}



/* about.html
--------------------------------------------------------- */

.about #section01{padding: 50px 0px 50px;position: relative;}
.about .h3-sub{margin-bottom: 10px;line-height: 1;letter-spacing: 0;font-weight: 400;font-size: .85em;color: #666}
.about .h3-sub span{display: block;margin-top: 5px;letter-spacing:.12em;font-size: 36px;font-family:"Arial Black", Gadget, "sans-serif";font-weight: 600;color: #f54673;}
.about #section01 h3{font-weight: 500;font-size: 1.3em;margin-bottom: 1.2em;line-height: 1.5;}
.about #section01 h3 span{font-size: .8em;font-weight: 400;}
.about #section01 .pic{width: 300px;margin: 0 auto;}
.about #section01 .pic img{filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));}
.service1-box{margin-bottom: 30px;background: rgba(209,228,236,.4);filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));padding: 1.5em;}
.service1-box h4{font-weight: 500;text-align: center;font-size: 1.15em;line-height: 1.4;margin-bottom: 1.2em;}
.service1-box .illust{width: 170px;margin: 0 auto;margin-bottom: 20px;}
.about #section01 .txt{margin-bottom: 50px;}

.about #section02{padding: 50px 0px 50px;position: relative;background: rgba(255,89,154,.05);}

.about #section02 .flowbox{background: white;padding: 1.8em;margin-bottom: 20px;}
.about #section02 .flowbox:last-child{margin-bottom: 0px;}
.about #section02 .flowbox .icon{background: rgba(255,247,250,1.00);width: 100px;height: 100px;padding: 25px; border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;margin: 0 auto; margin-bottom: 10px;}
.about #section02 .flowbox .txtbox{}
.about #section02 .flowbox h4{font-weight: 500;margin-bottom: 1.2em;text-align: center;font-size: 1.3em;}
.about #section02 .flowbox h4 span{font-weight: 400;font-size: 1.5em;margin-right: 5px;border-bottom: 3px solid #f69;}
.about #section02 .flowbox .txtbox p{text-align: justify;}
.about #section02.bg-price{background:rgba(62,183,207,.05);}
.price-box{background: white;border:1px solid rgba(62,183,207,.5);padding: 1.5em;filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));border-radius: 4px;position: relative;overflow: hidden;margin-bottom: 30px;}
.price-box:last-child{margin-bottom:0px;}
.price-box .hanrei{display: flex;justify-content: space-between;margin-bottom: 5px;}
.price-box .hanrei2{display: flex;justify-content: flex-end;margin-bottom: 5px;}

.price-box .table{margin-bottom: 5px;}
.price-box .table th{vertical-align: middle;font-weight: 400;text-align: center;line-height: 1.2;background: #F3FCFC!important;white-space: nowrap;}
.price-box .table td{background: white!important;vertical-align: middle;text-align: center;white-space: nowrap;}

.price-box .num{position: absolute;left:-15px;top:-15px;width: 60px;height: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: 600;font-family: "Arial Black", Gadget, "sans-serif"; background: rgba(251,125,162,1.00);color: white;}
.price-box .num span{font-size: 1.5em;margin-left: 10px;margin-top: 10px;}
.price-box h4{font-weight: 500;font-size: 1.2em;margin-left: 30px; margin-bottom: 1.5em;}
.price-box .txt-price{margin-bottom: 1em;}
.price-box .txt-price span{border-bottom: 2px solid rgba(255,115,163,1.00);font-size: 1.4em;font-weight: 400;}
.price-box .txt-price span span{border-bottom: none;font-size: 15px;font-weight: 300;}
.price-box .txt{text-align: justify;}
.price-box h5{font-weight: 500;font-size: 1.1em;margin-bottom: 15px;}


@media (min-width: 667px) {

}


@media (min-width: 768px) {
.about #section01{padding: 70px 0px 70px;}
.service1-box{margin-bottom: 70px;padding: 2.5em;}
.service1-box h4{text-align: center;font-size: 1.22em;line-height: 1.4;margin-bottom: 1.2em;}
.service1-box .illust{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.service1-box ul{width: 540px;margin: 0 auto;}

.about #section02{padding: 70px 0px 70px;}
.about #section02 .wrap{display: flex;flex-wrap: wrap;justify-content: center;}
.about #section02 .flowbox{width: 31%; background: white;padding: 1.8em;margin: 0 1%; margin-bottom: 15px;}
.about #section02 .flowbox h4{margin-bottom: 1.2em;text-align: center;font-size: 1.2em;line-height: 1.8;}
.about #section02 .flowbox h4 span{margin-bottom: 10px; font-size: 1.5em;margin-right: 0;border-bottom: 3px solid #f69;}

.price-box{padding: 2.5em;}
.price-box .num{position: absolute;left:-20px;top:-20px;width: 80px;height: 80px;}
.price-box .num span{font-size: 1.5em;margin-left: 10px;margin-top: 10px;}
.price-box h4{font-size: 1.4em;margin-left: 50px; margin-bottom: 1.5em;}
.price-box .txt-price{margin-bottom: 1em;}
.price-box .txt-price span{border-bottom: 2px solid rgba(255,115,163,1.00);font-size: 1.4em;}
.price-box .txt-price span span{border-bottom: none;font-size: 15px;font-weight: 300;}

}


@media (min-width: 992px) {
.about .h3-sub{margin-bottom: 10px;line-height: 1;letter-spacing: 0;font-weight: 400;font-size: .85em;color: #666}
.about .h3-sub span{display: block;margin-top: 5px;letter-spacing:.12em;font-size: 36px;}
.about #section01 h3{font-size: 1.5em;margin-bottom: 1.2em;line-height: 1.5;}
.about #section01 .pic{width: 90%;margin-left: 0;}
.about #section01 .pic.migi{width: 90%;margin-left:10%;}
.about #section01 .txt{width: 85%;margin: 0 auto;margin-bottom: 80px;}

.about #section02 .flowbox h4 span{margin-bottom: 10px; font-size: 1.5em;margin-right: 5px;border-bottom: 3px solid #f69;}
.price-box .table th{vertical-align: middle;font-weight: 400;text-align: center;line-height: 1.2;background: #F3FCFC!important;white-space: nowrap;}

}


@media (min-width: 1200px) {
.about #section01{padding: 100px 0px;}
.about #section01 .container{max-width: 1330px;}
.service1-box{width: 1000px;margin: 0 auto; margin-bottom: 40px;padding: 3.5em;}
.service1-box h4{text-align: center;font-size: 1.4em;line-height: 1.4;margin-bottom: 1.2em;}
.service1-box .illust{width: 200px;margin: 0 auto;margin-bottom: 20px;}
.service1-box ul{width: 580px;margin: 0 auto;}
.about #section01 .txt{width: 1000px;margin: 0 auto;margin-bottom: 100px;line-height: 2;}

.about #section02{padding: 100px 0px;}
.about #section02 .container{max-width: 1330px;}

.about #section02 .flowbox{width: 19%; background: white;padding: 1.8em 1.5em;margin: 0 .5%; margin-bottom: 0px;}
.about #section02 .flowbox h4{margin-bottom: 1.2em;text-align: center;font-size: 1.1em;line-height: 1.8;}
.about #section02 .flowbox h4 span{margin-bottom: 10px; font-size: 1.4em;border-bottom: 3px solid #f69;}
.about #section02 .flowbox .icon{width: 130px;height: 130px;padding: 30px; border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;margin: 0 auto; margin-bottom: 10px;}


.price-box{padding: 3.5em 4.5em;margin-bottom: 50px;}
.price-box .num{position: absolute;left:-20px;top:-20px;width:100px;height: 100px;}
.price-box .num span{font-size: 2.5em;margin-left: 10px;margin-top: 10px;}
.price-box h4{font-size: 1.6em;margin-left: 50px; margin-bottom: 1.5em;}
.price-box .txt-price{margin-bottom: 1.5em;}
.price-box .txt-price span{border-bottom: 2px solid rgba(255,115,163,1.00);font-size: 1.6em;}
.price-box .txt-price span span{border-bottom: none;font-size: 15px;font-weight: 300;}
.price-box .table{table-layout: fixed;}

}


@media (min-width: 1680px) {
.about #section01{padding: 150px 0px;}
.about #section01 .container{max-width: 1330px;}

.about .h3-sub{margin-bottom: 10px;line-height: 1!important;letter-spacing: 0;font-weight: 400;font-size: .85em;color: #666}
.about .h3-sub span{display: block;margin-top: 5px;letter-spacing:.12em;font-size: 40px;}
.about #section01 h3{font-size: 1.8em;margin-bottom: 1.2em;line-height: 1.5;}
.about #section01 .pic{width: 92%;margin-left: 0;}
.about #section01 .pic.migi{width: 92%;margin-left: 8%;}
.about #section01 .txt{margin-bottom: 120px;line-height: 2;}
.service1-box h4{font-size: 1.6em;line-height: 1.4;margin-bottom: 1.2em;}


.about #section02{padding: 150px 0px;}
.about #section02 .container{max-width: 1330px;}
.about #section02 .flowbox h4{margin-bottom: 1.2em;text-align: center;font-size: 1.2em;line-height: 1.8;}
.about #section02 .flowbox h4 span{margin-bottom: 10px;font-size: 1.4em;border-bottom: 3px solid #f69;}


}



/* service.html
--------------------------------------------------------- */

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






/* about.html
--------------------------------------------------------- */
.company #section01{padding: 50px 0;position: relative;background:url("../images/bg-company.jpg");background-position: center top;background-size: cover;}
.company #section01 .pic{width: 180px;margin: 0 auto;margin-bottom: 25px;}
.company #section01 .pic img{filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));}
.company #section01 .index{font-weight: 400;text-align: center;margin-bottom: .7em;font-size: 1.15em;}
.company #section01 .txt{margin-bottom: 1em;text-align: justify;}
.company #section01 .name{text-align: right;}

.company #section02{padding: 50px 0;position: relative;}
.company #section02 .table{margin-bottom: 0;border-bottom: 1px solid #dee2e6;}
.company #section02 .table th{background: rgba(39,71,102,.00)!important;width: 100%;display: block;font-weight: 400;padding: 15px 10px;}
.company #section02 .table td{background:white!important;width: 100%;display: block;}
.company #section02 .table td .call{color:#102153;}

.company #section03{padding: 50px 0;position: relative;background:rgba(147,215,250,.08);}
.company #section03 h4{margin-bottom: .8em;font-weight: 400;line-height: 1.1;font-size: 17px; }
.company #section03 .gmap{margin-bottom: 0;}



@media (min-width: 667px) {

.company #section02 .table th{width: 190px;padding: 15px 5px;vertical-align: middle;display: table-cell;}
.company #section02 .table td{width: auto; padding: 15px 10px;display: table-cell;}


}


@media (min-width: 768px) {
.company #section01{padding: 70px 0;}
.company #section01 .pic{width: 90%;margin-left: 0;margin-bottom: 0;}
.company #section01 .pic img{filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.09));}
.company #section01 .index{font-weight: 400;text-align: left;margin-bottom: .7em;font-size: 1.2em;}
.company #section01 .txt{margin-bottom: 1em;text-align: justify;}
.company #section01 .name{text-align: right;}



.company #section02{padding: 70px 0;}
.company #section02 .table th{width: 200px;display: table-cell;letter-spacing: 0;}
.company #section02 .table td{width: auto;display: table-cell;}

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

}


@media (min-width: 992px) {
.company #section01 .pic{width: 80%;margin-left: 0;}


.company #section02 .table th{width: 220px;letter-spacing: 0.05rem;}

.company #section03 .gmap iframe{width: 100%;height: 300px;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0;}
.company #section01 p{font-size: 1.1em;line-height: 2;}


.company #section02{padding: 100px 0;}
.company #section02 .table th{width: 250px;letter-spacing: 0.05rem;}

.company #section03{padding: 100px 0;}
.company #section03 .gmap iframe{width: 100%;height: 400px;}

}

@media (min-width: 1680px) {

.company #section01{padding: 150px 0;}

.company #section02{padding: 150px 0;}
.company #section02 .table th{padding: 25px 10px;}
.company #section02 .table td{padding: 25px 15px;}

.company #section03{padding: 150px 0;}

}



/* contact.html
--------------------------------------------------------- */

.contact #section01{padding: 50px 0px 50px;position: relative;background: white;}
.contact #section01 .txt{padding: 1em;font-weight: 400;position: absolute;left:0;top:0;right:0;background: #004270;color: white;}
.contact #section01 .box{background: rgba(0,50,99,.07);padding: 60px 1em 1em;position: relative;}
.contact #section01 .box .tel{text-align:left;margin-bottom: .5em;line-height: 1;font-weight: 400;}
.contact #section01 .box .tel span{margin-left: 4px;color:#0C326C;font-size:30px;letter-spacing: .1rem;}



.contact #section02{padding: 50px 0px;position: relative;background:rgba(199,189,146,.08);}
.contact #section02 p{text-align: justify;color:#01336C;margin-bottom: 30px;}
.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: 8px;}
.privacybox{position: relative;color:#03316C;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: white;background:#F69; padding: 3px 5px;border-radius: 4px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;}
.contact .table th{background: rgba(225,234,241,.9)!important;vertical-align: middle;font-weight: 400;position: relative;display: block;}
.contact .table td{background: white!important;vertical-align: middle;display: block;font-weight: 400;}
.table th span.hissu{color: white;background: #F69; padding: 3px 5px;border-radius: 4px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}
.contact #section02 p.meado a{color: #0C326C;text-decoration: underline;transition: .4s;}
.contact #section02 p.meado a:hover{color: #f69;}
.contact #section02 p.meado .call{color: #0C326C;}

.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}
.tenpu{ margin: 0;font-size: 13px;}
 input.tenpu {
width: 90%!important;
 display: block;
 position: relative;
 letter-spacing: 0;
 padding: .3em 0!important;
 border-radius: 4px;
 color: #999;
 cursor: pointer!important;
 margin: 0px 0px 10px;
 font-size: 13px;
}
.tenpu input:last-child{margin: 0;}
.tenpufile{display: flex;align-items: center;padding-top: .5em;line-height: 1;}
.tenpufile .pdf{color: #b30b00;margin-right: .4em;}
.tenpufile .exl{color: #128046;}

.contact h5{font-weight: 400;color: #224E8C; border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}


@media (min-width: 667px) {
.contact #section01 ul li{margin-bottom: 0px;}
.contact #section01 .box .tel {text-align: center;}
.contact #section01 .box .tel span{font-size:28px;letter-spacing: .05rem;}


}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .txt{text-align: center;}
.contact #section01 .txt{padding: 1em;font-weight: 400;position: absolute;left:0;top:0;right:auto;bottom:0;width: 180px;height: 100%;display: flex;align-items: center;justify-content: center;}

.contact #section01 .box{padding: 1.5em 1em;display: flex;justify-content: flex-end;}
.contact #section01 .box ul{width: calc(100% - 180px);}
.contact #section01 .box .tel span{font-size:25px;letter-spacing: .05rem;}

.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 .box{}
.contact #section01 .box .tel{text-align: center;line-height: 1;}
.contact #section01 .box .tel span{font-size:30px;letter-spacing: .2rem;}

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


}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}


.contact #section01 .txt{font-size: 1.1em;}
.contact #section01 .box{padding: 1.8em 1em;}
.contact #section01 .box .tel span{font-size:35px;letter-spacing: .2rem;}


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

}

@media (min-width: 1680px) {
.contact #section01{padding: 150px 0px;}
.contact #section02{padding: 150px 0px;}

}


.doi-box{padding: 30px 15px;}
.doi-box p{line-height: 1.6;}
.doi-box span.hissu{color: white;background:#F69; padding: 2px 5px;border-radius: 2px;font-size: 12px;line-height: 1;}
.doi-box div.posi{width: 100%;margin: 0 auto;display: flex;justify-content: center;}
.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;}
.contact #section02 .btn-lg{font-size: 13px;padding: 10px 10px;}


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



}

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

.contact #section02 .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form-post{width: 8em;}
.form100{width:100%}
.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: 100%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid #F69!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:120px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}

.header {
  position: absolute;
  top: 0px;
  left:0;
  width: 100%;
  z-index: 500;
  height: 120px;
  display: flex;
  align-items: center;justify-content:space-between;
}

.header .logo {position: relative;margin-left: 15px;width:200px;}
.header .logo a img{transition: .4s;}
.header .navi{padding-right: 20px;width: auto; display: flex;align-items: center;justify-content: flex-end;}


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

/* メニューアイテムのホバースタイル */
.menu-item a {
white-space: nowrap;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #274274;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;line-height: 1;
}
.menu-item a.active {color:#ff6699;position: relative;}
.menu-item a.active::before{
  content: '';
  display: block;
  position: absolute;
  left:0;
  top:-5px;
  width: 100%;
  height: 1px;
  background: #f69;
}
.menu-item a.active::after {
content: "";
display: block;
position: absolute;
bottom:-10px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #ff6699;
}

.mv {position: relative;height: 550px;}

.swiper-container-back {
    position: relative;
    width: 100%;
	overflow: hidden;
}

.swiper-container-back .swiper-slide img {object-fit: cover;width: 100%;height:550px;}
.slider__filter {display: none;}

.sp-box {
margin-left: 33%;
width: 64%;
}

.main-h2 h2.mv-h2{font-size: 26px;padding-left: 30px;}
.main-h2 h2.mv-h2::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 100%;
	background-color: #a3e3fe;
}
.main-h2 svg {height: 80px;}
.main-h2 .name{font-size: 18px;padding-left: 30px;}
.main-h2 .name::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 100%;
	background-color: #a3e3fe;
}

.newsdetail #section01 .newsarea .slider-wrap{width: 750px!important;padding: 0!important; margin: 0 auto!important; margin-bottom: 50px!important;}
.newsdetail #section01 .newsarea .slider-wrap .slider {
border:1px solid #eee;
  width:750px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow:hidden;
  background: white;
  padding: 0;
}
.newsdetail #section01 .newsarea .slider-wrap .slider .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width:750px;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}

.newsdetail #section01 .newsarea .slider-thumbnail{width: 750px!important; margin: 0 auto;position: relative;}
.newsdetail #section01 .newsarea .slider-thumbnail .swiper-slide {
  width: calc(750px / 3);
  border:2px solid white;
}

.home #section01 .wrap{display: flex;align-items: flex-start; justify-content: space-between;}
.home #section01 .wrap .wrap1{padding: 1.5em;background-image: linear-gradient(310deg, rgba(247, 228, 237, 1), rgba(210, 248, 248, 1));position: relative;margin-bottom: 0px;width: 40%;}
.home #section01 .wrap .wrap1 .deco-logo{position: absolute;right:15px;bottom:30%;width: 40px;}
.home #section01 .wrap .wrap2{padding: 1.5em;width: 57%;}

.about #section02 .wrap{display: flex;flex-wrap: wrap;justify-content: center;}
.about #section02 .flowbox{width: 31%; background: white;padding: 1.8em;margin: 0 1%; margin-bottom: 15px;}
.about #section02 .flowbox h4{font-weight: 400;margin-bottom: 1.2em;text-align: center;font-size: 1.2em;line-height: 1.8;}
.about #section02 .flowbox h4 span{margin-bottom: 10px; font-weight: 400;font-size: 1.5em;margin-right: 0;border-bottom: 3px solid #f69;}


.contact #section01 .txt{text-align: center;}
.contact #section01 .txt{padding: 1em;font-weight: 400;position: absolute;left:0;top:0;right:auto;bottom:0;width: 180px;height: 100%;display: flex;align-items: center;justify-content: center;}
.contact #section01 .box{padding: 1.5em 1em;display: flex;justify-content: flex-end;}
.contact #section01 .box ul{width: calc(100% - 180px);}
.contact #section01 .box .tel span{font-size:25px;letter-spacing: .05rem;}
.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}


footer .logoblock{position: relative; width: 200px;margin-left: 0; margin-bottom: 15px;}
footer .address{text-align: left;margin: 0;margin-bottom:10px;line-height: 1;}
footer .address a{transition: .4s;color: #222;margin-left: .2em;}
.footer-menu ul{justify-content: flex-end;}
.footer-menu li {padding-bottom: 5px;text-align: left;}
.footer-menu li a{text-decoration: none;letter-spacing: .05rem;font-size: 14px; margin-bottom: 0em!important;padding: 0 .6em;}
.footer-menu li:first-child a{padding: 0 .6em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 .6em;}


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


.drawer_menu{display: none!important;}




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

}
