@charset "utf-8";

/*
Theme Name: otobe2026
Description: OTOBE KOMUTEN Co.,Ltd.
Theme URI: https://otobe-k.com/
Author: OTOBE KOMUTEN Co.,Ltd.
Author URI: https://otobe-k.com/
Version: 1
DATE: 2026.5.18
*/

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

##　reset

--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
  overflow-y: scroll;
  line-height: 1.15;
	font-size: 62.5%;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

p { line-height: 1.7;}

.mt10   { margin-top: 10px !important;}
.mt20   { margin-top: 20px !important;}
.mt30   { margin-top: 30px !important;}
.mt40   { margin-top: 40px !important;}
.mt1em { margin-top: 1em !important;}
.text-L { text-align: left !important;}
.text-R { text-align: right !important;}
.text-C { text-align: right !important;}

/* グローバル変数 */
:root {
	--font-en: "Manrope", sans-serif;
	--font-go: "Zen Kaku Gothic New" , "游ゴシック" , "Yu Gothic" ,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	--font-min: "Zen Old Mincho" , "游ゴシック" , "Yu Gothic" ,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	--font-color-base: #222222;
	--font-color-tit: #05466f;
	--font-color-link: #dc000c;
	--font-color-hover: #dc000c;
}


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

　##　base layout

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

/*body*/
body {
	margin: 0;
	color: #222;
	font-size: 1.4em;
	font-family: var(--font-go);
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	background-color: #f2f0e6;
}

a {
	color: #2081bf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.main-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: content-box;
	position: relative;
	overflow-wrap: break-word;
	z-index: 1;
}

.container {
	position: relative;
}

/*------------------------------------------------------------------------------
　　loading
--------------------------------------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 20000;
	/*display: flex;
  align-items: center;
  justify-content: center;*/
}
#loader-bg-low {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 20000;
}
#loading-txt {
  width: 100%;
	width: 100vw;
	height: 100%;
  position: relative;
	display: inline-block;
	z-index: 2;
}
#loading-txt .loading-item {
	width: 150px;
	display: inline-block;
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
/* #loading-txt .loading-item {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
#loading-txt .loading-item p {
	font-size: 18px;
	font-size: min(5.8666vw,26px);
	font-family: var(--font-go);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #222;
	text-align: center;
}
#loading-txt .loading-item p span {
	font-size: 18px;
	font-size: min(5.8666vw,26px);
	font-family: var(--font-go);
	font-weight: 700;
	color: var(--font-color-link);
	text-align: center;
} */

#loading-txt .loading-item img {
	width: 100%;
}
/* .close #loading-txt .loading-item {
	transition: all 1.5s ease 0.3s;
	animation: blurtxtanime 0.5s ease-out forwards 1.2s;
} */
@keyframes blurtxtanime {
  from {
		/*filter: blur(0);*/
		opacity: 1.0;
  }
  to {
		filter: blur(50px);
		opacity: 0;
  }
}

@media only screen and (min-width:768px) {
/*#loading-txt .loading-item {
	width: 150px;
}*/
}
@media only screen and (min-width:1024px) {
/*#loading-txt .loading-item {
	width: 180px;
}*/
}

/*#loading-txt .loading-item .loading-copy span.wrap {
  overflow: hidden;
  display: block;
}
#loading-txt .loading-item .loading-copy span.wrap span {
  position: relative;
	bottom: -1.5em;
}
#loading-txt .loading-item .loading-copy span.wrap span.move {
	animation: uptxtanime 0.5s ease-out forwards 0.1s;
}*/

/*#loading-txt .loading-item .loading-logo {
	width: 70%;
  max-width: 100px;
	max-height: 130px;
  margin: 25px auto 0;
}*/
#loader-bg .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  /*transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);*/
	z-index: 0;
	transform: scale(1, 0);
  transform-origin: 0 0;
}
#loader-bg.close .cover {
	animation: loadercover 2.6s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
#loader-bg.close .cover.right {
	animation-delay: 0.2s;
}
@keyframes loadercover {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
@media screen and (max-width:767px) and (orientation: landscape) {
    
}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {

}


/*------------------------------------------------------------------------------
　　header
--------------------------------------------------------------------------------*/
.globalheader {
	width: 100%;
  height: 90px;
}
.globalheader .headerwrap {
	width: 100%;
	position: relative;
	z-index: 9999; 
	box-sizing: border-box;
}
.globalheader .headerwrap .h-logo {
	width: 110px;
	position: absolute;
	top: 18px;
	left: 20px;
	display: inline-block;
}
.globalheader .headerwrap .h-reserve {
	display: none;
}
@media only screen and (min-width:768px) {
  .globalheader {
    height: 120px;
  }
  .globalheader .headerwrap .h-logo {
    width: 130px;
    position: absolute;
    top: 25px;
    left: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .globalheader {
    height: 150px;
  }
  .globalheader .headerwrap {
    width: 100%;
    /* height: 110%; */
    margin: 0;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
	.globalheader .headerwrap.bg-on {
		position: fixed;
}
  .globalheader .headerwrap .h-logo {
    width: 150px;
    position: absolute;
    top: 50px;
    left: 60px;
  }
  .globalheader .headerwrap .h-reserve {
		width: fit-content;
    width: -moz-fit-content;
		padding: 15px 25px 15px 18px;
    position: fixed;
    top: 20px;
    right: 0;
		display: flex;
		align-items: center;
		background: linear-gradient(to right , #001b5b , #059dc3);
		border-radius: 4px 0 0 4px;
  }
	.globalheader .headerwrap .h-reserve h2 {
		font-family: var(--font-en);
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.05em;
		list-style: 1.0;
		color: #76bfd2;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
  }
	.globalheader .headerwrap .h-reserve .tel {
		width: fit-content;
    width: -moz-fit-content;
		margin-left: 25px;
  }
	.globalheader .headerwrap .h-reserve .tel .telnum a {
		display: block;
		font-family: var(--font-en);
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1.0;
		color: #fff;
		text-decoration: none;
  }
	.globalheader .headerwrap .h-reserve .tel .telnum a span {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 0.05em;
		color: #fff;
  }
	.globalheader .headerwrap .h-reserve .tel .time {
		font-family: var(--font-go);
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.05em;
		list-style: 1.3;
		color: #fff;
  }
	.globalheader .headerwrap .h-reserve .mail {
		margin-left: 18px;
  }
	.globalheader .headerwrap .h-reserve .mail a {
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		border: 1px solid #fff;
		border-radius: 9999px;
		display: block;
		overflow: hidden;
		position: relative;
  }
	.globalheader .headerwrap .h-reserve .mail a img {
		width: 30px;
		position: absolute;
		top: 5px;
		left: 5px;
  }
	.globalheader .headerwrap .h-reserve .mail a:hover img {
		animation: mail-arr 1s ease 0s forwards;
	}
}
@media only screen and (min-width:1150px) {

}

/*------------------------------------------------------------------------------
　　globalnav
--------------------------------------------------------------------------------*/
.fat-nav {
  display: block;
}
.headerwrap .gnavi {
	display: none;
}
.headerwrap .sub-gnavi {
	display: none;
}
.fat-nav.active {
	display: block;
}

/*fatnav css*/
.hamburger {
  display: block;
	width: 120px;
	height: 50px;
	padding: 20px 0 0;
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 10000;
	background-color: #222;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
	box-sizing: border-box;
	border-radius: 9999px;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	/* background: var(--font-color-hover); */
}
.hamburger::after {
	content: "menu";
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: absolute;
	top: 17px;
	left: 15px;
}
.hamburger__icon {
  width: 40px;
  margin: 0 15px 0 auto;
  position: relative;
}
/* .hamburger:hover .hamburger__icon::before,.hamburger:hover .hamburger__icon:after {
  width: 45px;
} */
.hamburger__icon:before, .hamburger__icon:after {
  display: block;
	width: 30px;
  height: 1px;
	content: "";
  background-color: #ffffff;
  transition-property: background-color, transform, width;
  transition-duration: 0.4s;
}
.hamburger__icon:before {
  width: 30px;
}

.hamburger__icon:after {
  width: 30px;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
/*.hamburger__icon:before {
  top: -7px;
}*/
.hamburger__icon:after {
  top: 8px;
}
.hamburger__icon {
  top: 0;
	/*background: transparent;*/
}
.hamburger.active {
  visibility: visible !important;
}
.hamburger.active::after {
	content: "close";
	letter-spacing: 0.1em;
	color: #fff;
}
.hamburger.active .hamburger__icon {
	/*width: 0;*/
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
	/*width: 50px;*/
  background-color: #fff;
}
.hamburger.active .hamburger__icon::before {
  transform: translateY(4px) rotate(225deg);
}
.hamburger.active .hamburger__icon:after {
  transform: translateY(-4px) rotate(-225deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 10000;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  transform: scale(1);
	transition: transform .6s cubic-bezier(.87,0,.13,1) 0s;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
}
.fat-nav__wrapper {
	width: 100%;
  height: 100%;
	padding: 80px 0 100px;
  display: block;
  table-layout: fixed;
  text-align: center;
  background: rgba(255, 255, 255, 1); 
	/* url(assets/images/common/mark_bg.png) no-repeat center center / 120% auto; */
	transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	transform: none !important;
}
.fat-nav .fat-nav__wrapper .fat-nav__inner {
	max-width: 600px;
	margin: 0 auto;
}
.fat-nav.active {
  -moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fat-nav.active .fat-nav__wrapper {
  height: 100%;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.fat-nav ul {
  width: 100%;
  display: block;
  /* vertical-align: middle; */
  margin: 0 auto;
  /*letter-spacing: -0.4em;*/
  text-align: left;
}
/* .fat-nav .menu {
	margin: 20px 0 0;
	position: relative;
}
.fat-nav .menu::before {
	width: calc(100% - 60px);
	content: "";
  border-top: 1px solid #333;
	position: absolute;
	top: 0;
	left: 30px;
} */
.fat-nav ul li {
  width: 100%;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0 15px;
  position: relative;
	box-sizing: border-box;
}
/*.fat-nav ul li:first-child::before {
	width: calc(100% - 30px);
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #555;
	position: absolute;
	top: -1px;
	right: 15px;
}
.fat-nav ul li::after {
	width: calc(100% - 30px);
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #555;
	position: absolute;
	bottom: 0;
	right: 15px;
}*/
.fat-nav ul li a {
  width: 100%;
  padding: 30px 20px 30px;
  color: #222;
  letter-spacing: 0.1em;
  display: block;
	font-size: 16px;
	font-family: var(--font-min);
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease;
}
.fat-nav ul li a span {
  font-weight: 700;
}
.fat-nav ul li a:hover {
  color: #dc000c;
}
.fat-nav li.toggle {
  width: 100%;
  padding: 0 15px;
  color: #222;
  letter-spacing: 0.1em;
  display: block;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.fat-nav li.toggle .tit {
  padding: 0;
	font-family: var(--font-go);
	font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
.fat-nav ul li.level--first {
	padding: 0 15px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
	position: relative;
}
.fat-nav ul li.level--first::after {
  width: calc(100% - 70px);
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 35px;
}
.fat-nav ul li.level--first .firsttit a {
  padding: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
	font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  position: relative;
	transition: all 0.3s ease;
}
.fat-nav li.toggle .firsttit:hover,
.fat-nav li.toggle .firsttit a:hover,
.fat-nav li.toggle .firsttit.mainOpened {
  color: #059dc3;
}
.fat-nav li.toggle .firsttit.mainOpened::after {
 	transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
/* .fat-nav li.toggle .firsttit::after {
  width: 10px;
	height: 10px;
	content: "";
	display: inline-block;
	line-height: 1;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transition: all 0.2s ease 0s;
} */
.fat-nav li.toggle .firsttit.mainOpened::after {
  transition: all 0.2s ease 0s;
}
.fat-nav li.toggle .firsttit.mainOpened::after {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: all 0.2s ease 0s;
}

/*accordion second*/
.fat-nav li .level--second {
  padding: 0;
}
.fat-nav li.mainOpened .level--second {
  display: block;
}
.fat-nav li.level--first .level--second a:hover {
    color: #059dc3;
}
.fat-nav li .level--second .col {
  width: 100%;
  padding: 0;
}
.fat-nav li .level--second .secondtit {
  padding: 20px 15px;
  color: #fff;
	font-size: 16px;
	font-weight: 700;
  line-height: 1.5;
  position: relative;
	border-bottom: 1px dotted #999;
}
.fat-nav li .level--second .secondtit:hover,
.fat-nav li .level--second .secondtit.subOpened {
  color: #059dc3;
}
.fat-nav li .level--second .col:last-child .secondtit {
	border-bottom: none;
}
.fat-nav li .level--second .s-tit.subOpened {
  padding: 10px 15px;
  position: relative;
  color: #fff;
}
.fat-nav li .level--second ul {
  width: 100%;
  padding: 0 0 10px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fat-nav li .level--second ul li {
  width: 48.5%;
	box-sizing: border-box;
}
.fat-nav li .level--second ul li a {
  padding: 15px 0 15px 20px;
  line-height: 1.5;
	position: relative;
}

.fat-nav li .level--second ul.sub li a,
.fat-nav li .level--second ul.sub02 li a{
  padding: 10px 0 10px 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
	font-weight: 500;
  position: relative;
	border-bottom: none;
}
.fat-nav li .level--second ul.sub {
  padding: 10px 0;
}
.fat-nav li .level--second ul.sub02 li a::before {
  width: 10px;
	height: 2px;
	content: "";
	display: inline-block;
	background-color: #059dc3;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
/* .fat-nav li .level--second ul.sub02 {
  width: 100%;
  padding: 0 0 10px;
	box-sizing: border-box;
	border-left: 1px solid #257690;
} */
.fat-nav li .level--second ul.sub02 li {
  border-bottom: none;
	padding: 0;
}
.fat-nav li .level--second ul.sub li::before,
.fat-nav li .level--second ul.sub02 li::before,
.fat-nav li .level--second ul.sub li::after,
.fat-nav li .level--second ul.sub02 li::after{
  display: none;
}
.fat-nav li .level--second ul.sub02 li a {
    text-align: left
}
/* .fat-nav li .level--second ul.sub02 li:first-child {
    width: 100%
} */

/* .fat-nav li .level--second ul.sub02 li:first-child a {
    font-size: 16px;
    font-weight: 700
} */

/* .fat-nav li .level--second ul.sub02 li:nth-child(n+2) a {
    padding-left: 30px
} */
.fat-nav li .level--second ul.sub02 li a:hover {
	background-color: transparent;
	color: #059dc3;
}

/*information*/
.fat-nav .fat-nav__wrapper .col-info {
	max-width: 360px;
	margin: 40px auto 0;
	padding: 0 30px 0 40px;
	text-align: left;
}
.fat-nav .fat-nav__wrapper .col-info .logo {
	width: 120px;
	margin: 0 auto;
}
.fat-nav .fat-nav__wrapper .col-info .add {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.fat-nav .fat-nav__wrapper .col-info .contact {
	margin: 15px 0 0;
	text-align: center;
}
.fat-nav .fat-nav__wrapper .col-info .contact h2 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.fat-nav .fat-nav__wrapper .col-info .contact .telnum {
	padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
	font-family: var(--font-en);
	color: #222;
	position: relative;
}
.fat-nav .fat-nav__wrapper .col-info .contact .telnum a {
	font-size: 24px;
	font-family: var(--font-en);
	font-weight: 700;
	color: #222;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.fat-nav .fat-nav__wrapper .col-info .contact .mail {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.0;
	font-family: var(--font-en);
	color: #222;
	position: relative;
}
.fat-nav .fat-nav__wrapper .col-info .contact .mail a {
	padding: 0 0 0 0.5em;
	font-size: 14px;
	font-family: var(--font-en);
	font-weight: 700;
	color: #222;
	letter-spacing: 0.05em;
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	.hamburger {
		top: 35px;
		right: 20px;
	}
	.fat-nav .fat-nav__wrapper {
		padding: 90px 0 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fat-nav .fat-nav__wrapper ul {
		width: 50%;
		max-width: 500px;
		margin: 0;
		order: 2;
	}
	.fat-nav .fat-nav__wrapper .col-info {
		width: 45%;
		margin: 0;
		padding: 0;
		order: 1;
	}
	.fat-nav .fat-nav__wrapper .col-info .logo {
    width: 150px;
	}
	.fat-nav .fat-nav__wrapper .col-info .contact {
    margin: 35px 0 0;
    text-align: center;
}
}
@media only screen and (min-width:1024px) {
	.hamburger {
		top: 60px;
		right: 30px;
	}
	.headerwrap .gnavi {
		padding: 0;
		text-align: left;
		position: fixed;
		top: 130px;
		right: 45px;
		display:  inline-block;
	}
	.gnavi ul {
		box-sizing: border-box;
		display:block;
		flex-wrap:wrap;
		align-content: center;
		align-items:flex-start;
	}
	.gnavi ul li {
		display: block;
		letter-spacing:  normal;
		padding: 0;
		position: relative;
		/*opacity: 0;
		transform: translateY(-20px);
		transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;*/
	}
	/*.gnavi ul li:first-child {
		padding: 0;
	}
	.gnavi.move ul li:nth-child(2) {
		transition-delay: 0.1s;
	}
	.gnavi.move ul li:nth-child(3) {
		transition-delay: 0.2s;
	}
	.gnavi.move ul li:nth-child(4) {
		transition-delay: 0.3s;
	}
	.gnavi.move ul li:nth-child(5) {
		transition-delay: 0.4s;
	}
	.gnavi ul li:nth-child(n+2) {
		margin-left: 10px;
	}*/
	.gnavi ul li a {
		padding: 15px 0;
		display: block;
		font-size: 1.4rem;
		font-family: var(--font-min);
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: var(--font-color-base);
		mix-blend-mode: color-burn;
		transition: all 0.3s ease;
		z-index: 1;
	}
	.gnavi ul li a span {
		font-size: 1.4rem;
		font-family: var(--font-min);
		font-weight: 700;
		line-height: 1.7;
		letter-spacing: 0.15em;
		color: var(--font-color-base);
		position: relative;
		z-index: 2;
	}
	.h-in .gnavi ul li a,
	.h-in .gnavi ul li a span {
		color: #fff;
	}
	.gnavi ul li:hover,
	.gnavi ul li a:hover,
	.gnavi ul li a:hover span {
		text-decoration: none;
		color: var(--font-color-hover);
	}
	/*.gnavi ul li a:after,
	.gnavi ul li.level--first::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;  right: 0;
		background-color: rgba(179,150,120,1);
		width: 0;
		height: 100%;
		margin: 0 auto;
		transition: all 0.3s ease 0s;
		z-index: 0;
	}
	.gnavi ul li a:hover:after,
	.gnavi ul li.level--first:hover::after{ width: 100%; }*/
		
	/*------------level-second---*/
	.gnavi ul li.level--first ul.level--second {
		width: 250px;
		padding: 10px 20px;
		background-color: rgba(0,27,91,0.95);
		/*-moz-box-shadow: 0 0 40px -18px #ccc;
		-webkit-box-shadow: 0 0 40px -18px #ccc;
		box-shadow: 0 0 40px -18px #ccc;*/
		position: absolute;
		top: 60px;
		left: 50%;
		-webkit-transform: translateX(-50%); /* Safari用 */
		transform: translateX(-50%);
		transition: all 0.3s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		display: block;
		box-sizing: border-box;
		border-radius: 4px;
	}
	/*.gnavi ul li.gnavi03.level--first ul.level--second {
			top: 85px;
		right: 0;
		left: inherit;
	}*/
	.gnavi ul li.level--first ul.level--second li {
		height: inherit;
		margin: 0;
		padding: 0 !important;
		display: block;
		text-align: left;
		background: none;
	}
	.gnavi ul li.level--first ul.level--second li a {
		margin: 0;
		padding: 10px 5px !important;
		display: block;
		color: #fff;
		line-height: 1.7;
		position: relative;
	}
	.gnavi ul li.level--first ul.level--second li:last-child a {
		border-bottom: none;
	}
	.gnavi ul li.level--first ul.level--second li a::before {
		width: 100%;
		height: 1px;
		content: "";
		background-image : linear-gradient(to right, #375a94 0px, transparent 2px);
		background-size: 5px 2px;
		background-repeat: repeat-x;
		background-position: left bottom;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.gnavi ul li.level--first ul.level--second li:last-child a::before  {
		display: none;
	}
	.gnavi ul li.level--first ul.level--second li a:hover {
		margin: 0;
		padding: 10px 5px;
		display: block;
		color: #059dc3;
		transition: all 0.2s ease;
	}
	.gnavi ul li.level--first:hover ul.level--second {
		top: 70px;
		visibility: visible;
		opacity: 1;
	}
}

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

/*footerArea
--------------------------------------*/
.footerArea {
	padding: 0 20px 100px;
	background-color: #222;
}
.footerArea .innerwrap { 
	padding: 60px 0 25px;
	position: relative;
}
.footerArea .innerwrap .footer-info { 
	width: 100%;
	margin:  0;
	text-align: center;
}
.footerArea .innerwrap .footer-info .logo {
	width: 120px;
	margin: 0 auto;
}
.footerArea .innerwrap .footer-info .name {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	color: #fff;
}
.footerArea .innerwrap .footer-info .add {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	color: #fff;
}
.footerArea .innerwrap .footer-info .contact {
	margin: 15px 0 0;
	text-align: center;
}
.footerArea .innerwrap .footer-info .contact h2 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
}
.footerArea .innerwrap .footer-info .contact .telnum {
	padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
	font-family: var(--font-en);
	color: #fff;
	position: relative;
}
.footerArea .innerwrap .footer-info .contact .telnum a {
	font-size: 24px;
	font-family: var(--font-en);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.footerArea .innerwrap .footer-info .contact .mail {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.0;
	font-family: var(--font-en);
	color: #222;
	position: relative;
}
.footerArea .innerwrap .footer-info .contact .mail a {
	padding: 0 0 0 0.5em;
	font-size: 14px;
	font-family: var(--font-en);
	font-weight: 700;
	color: #222;
	letter-spacing: 0.05em;
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	.footerArea {
		padding: 0 40px 100px;
	}
	.footerArea .innerwrap { 
		padding: 80px 0 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footerArea .innerwrap .footer-info { 
		width: 45%;
		margin:  0;
		text-align: left;
	}
	.footerArea .innerwrap .footer-info .logo {
		width: 120px;
		margin: 0;
	}
	.footerArea .innerwrap .footer-info .name {
		margin: 5px 0 0;
		font-size: 12px;
		text-align: left;

	}
	.footerArea .innerwrap .footer-info .add {
		margin: 10px 0 0;
		font-size: 12px;
		text-align: left;
	}
	.footerArea .innerwrap .footer-info .contact {
		margin: 15px 0 0;
		text-align: left;
	}
	.footerArea .innerwrap .footer-info .contact h2 {
		font-size: 16px;
	}
	.footerArea .innerwrap .footer-info .contact .telnum {
		padding: 5px 0;
		font-size: 18px;
	}
	.footerArea .innerwrap .footer-info .contact .telnum a {
		font-size: 24px;
	}
	.footerArea .innerwrap .footer-info .contact .mail {
		padding: 5px 0;
		font-size: 14px;
	}
	.footerArea .innerwrap .footer-info .contact .mail a {
		padding: 0 0 0 0.5em;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.footerArea {
		padding: 0 80px;
	}
	.footerArea .innerwrap { 
		padding: 150px 0 150px;
	}
	.footerArea .innerwrap .footer-info .logo {
		width: 160px;
		margin: 0;
	}
	.footerArea .innerwrap .footer-info .name {
		margin: 5px 0 0;
		font-size: 16px;
	}
	.footerArea .innerwrap .footer-info .add {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.footerArea .innerwrap .footer-info .contact {
		margin: 25px 0 0;
	}
}

/*ナビエリア*/
.footerArea .footer-nav {
	margin: 25px auto 0;
	padding: 0 15px;
}
.footerArea .footer-nav ul.main-nav li {
	position: relative;
}
.footerArea .footer-nav ul.main-nav li.level--first a {
	padding: 35px 0;
  font-size: 14px;
	font-family: var(--font-min);
	font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.0;
  color: #fff;
  text-align: left;
	text-decoration: none;
	display: block;
	position: relative;
}
.footerArea .footer-nav ul.main-nav li.level--first a:hover {
	color: var(--font-color-hover);
}
.footerArea .footer-nav ul.main-nav li.level--first a::before {
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background-color: #4a4a4a;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footerArea .footer-nav ul.main-nav li.level--first:last-child a::before {
	display: none;
}
@media only screen and (min-width:768px) {
	.footerArea .footer-nav {
		width: 50%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.footerArea .footer-nav ul.main-nav {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.footerArea .footer-nav ul.main-nav li {
		width: 48%;
		position: relative;
	}
	.footerArea .footer-nav ul.main-nav li.level--first a {
		padding: 35px 0 20px;
		font-size: 14px;
		text-align: left;
	}
	.footerArea .footer-nav ul.main-nav li.level--first a:hover {
		color: var(--font-color-hover);
	}
	.footerArea .footer-nav ul.main-nav li.level--first a::before {
		width: 100%;
		height: 1px;
		content: "";
		display: block;
		background-color: #4a4a4a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.footerArea .footer-nav ul.main-nav li.level--first:last-child a::before {
		display: block;
	}
}
@media only screen and (min-width:1024px) {
	.footerArea .footer-nav ul.main-nav li.level--first a {
		transition: 0.2s;
	}
}

/*copyright*/
.footerArea footer {
  width: 100%;
  margin: 15px auto 0;
  padding: 50px 0 20px;
	border-top: 1px solid #393939;
}
.footerArea footer .copyright {
	font-size: 12px;
  font-family: var(--font-min);
	font-weight: 400;
  line-height: 1.0;
	letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:768px) {
	.footerArea footer {
		margin: 30px auto 0;
		padding: 50px 0 20px;
	}
	.footerArea footer .copyright {
		font-size: 12px;
		text-align: center;
	}
}
@media only screen and (min-width:1024px) {
	.footerArea footer {
		margin: 30px auto 0;
		padding: 60px 0;
	}
	.footerArea footer .copyright {
		font-size: 12px;
		text-align: right;
	}
}

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

　##　共通

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

/* pagetit
----------------------------*/
.pagetit-area {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}
.pagetit-area .pagetit-wrap {
	margin: 30px 0 0;
	position: relative;
}
.pagetit-area .pagetit-wrap .pagetit-title {
	width: 100%;
}
.pagetit-area .pagetit-wrap .symbol {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 1.5%
}
.pagetit-area .pagetit-wrap span {
	width: 15%;
}
.pagetit-area .pagetit-wrap .en {
	margin: -15px 0 2%;
	font-size: min(10.6666vw , 50px);
	font-weight: 500;
  font-family: var(--font-en);
	letter-spacing: 0.05em;
	color: var(--font-color-base);
  line-height: 1.0;
  text-align: center;
}
.pagetit-area .pagetit-wrap .pagetit {
	font-size: min(4.2666vw,18px);
	font-family: var(--font-min);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--font-color-base);
	text-align: center;
}
/* .pagetit-area.type01 .pagetit-wrap .catename {
	margin: 15px 0 0;
	font-size: min(4.2666vw,18px);
	font-family: var(--font-go);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #222;
} */
@media only screen and (min-width:768px) {
	.pagetit-area {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0 0 30px;
		position: relative;
	}
	.pagetit-area .pagetit-wrap {
		margin: 30px 0 0;
	}
	.pagetit-area .pagetit-wrap .symbol {
		width: 50%;
		gap: 4%
	}
	.pagetit-area .pagetit-wrap span {
		width: 15%;
	}
	.pagetit-area .pagetit-wrap .en {
		margin: -20px 0 1%;
		font-size: min(6.5104vw , 64px);
	}
	.pagetit-area .pagetit-wrap .pagetit {
		font-size: min(2.3437vw,22px);
	}
}
@media only screen and (min-width:1024px) {
	.pagetit-area {
		width: calc(100% - 40px);
		max-width: 1800px;
		margin: 0 auto;
		padding: 0 0 30px;
		position: relative;
	}
	.pagetit-area .pagetit-wrap {
		margin: 30px 0 0;
	}
	.pagetit-area .pagetit-wrap .symbol {
		width: 50%;
		gap: 4%
	}
	.pagetit-area .pagetit-wrap span {
		width: 15%;
	}
	.pagetit-area .pagetit-wrap .en {
		margin: -20px 0 1%;
		font-size: min(6.25vw , 76px);
	}
	.pagetit-area .pagetit-wrap .pagetit {
		font-size: min(2.1484vw,26px);
	}
}


/*-----------見出しタイトル共通----------*/

/*----titwrap----*/
.titwrap {
	padding: 60px 0 0;
	position: relative;
	z-index: 1;
}
.titwrap::before {
	width: 80px;
	height: 80px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
}
.sec__aboutus .titwrap::before {
	background: url(assets/images/common/symbol_003.svg) no-repeat left top / cover;
}
.sec__services .titwrap::before {
	background: url(assets/images/common/symbol_002.svg) no-repeat left top / cover;
}
.sec__strength .titwrap::before {
	background: url(assets/images/common/symbol_001.svg) no-repeat left top / cover;
}
.sec__works .titwrap::before {
	background: url(assets/images/common/symbol_004.svg) no-repeat left top / cover;
}
.sec__company .titwrap::before {
	background: url(assets/images/common/symbol_005.svg) no-repeat left top / cover;
}
.titwrap .en {
	font-family: var(--font-en);
	font-size: min(9.0666vw , 46px);
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1;
	color: #222;
	text-align: center;
	position: relative;
}
.titwrap h2 {
	width: -moz-fit-content;
	width: fit-content;
	margin: 7px auto 0;
	padding: 5px 0;
	font-family: var(--font-min);
	font-size: min(3.7333vw , 16px);
	font-weight: 700;
	color: #222;
	letter-spacing: 0.1em;
	line-height: 1.7;
	position: relative;
}
.titwrap h2::after {
	width: 100%;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #222;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width:768px) {
	.titwrap {
		padding: 80px 0 0;
		text-align: left;
		position: relative;
		display: flex;
	}
	.titwrap::before {
		width: 100px;
		height: 100px;
		content: "";
		display: block;
		left: -5px;
	}
	.titwrap .en {
		font-size: min(5.9895vw , 56px);
		line-height: 1;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		order: 2;
	}
	.titwrap h2 {
		height: -moz-fit-content;
		height: fit-content;
		margin: 0 8px 0 0;
		padding: 0 5px;
		font-size: min(2.0833vw , 20px);
		line-height: 1;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		order: 1;
	}
	.titwrap h2::after {
		width: 1px;
		height: 100%;
		content: "";
		display: inline-block;
		background-color: #222;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media only screen and (min-width:1024px) {
	.titwrap {
		padding: 110px 0 0;
	}
	.titwrap::before {
		width: 140px;
		height: 140px;
		left: -12px;
	}
	.titwrap .en {
		font-size: min(5.4687vw , 60px);
		line-height: 1;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		order: 2;
	}
	.titwrap h2 {
		margin: 0 15px 0 0;
		padding: 0 10px;
		font-size: min(1.9531vw , 24px);
	}
}


/*---SP fix btn ---*/
.fix-sp-btn {
	width: 100%;
	/*height: 60px;*/
	background: linear-gradient(to right, #001b5b, #059dc3);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.fix-sp-btn ul {
	padding: 0;
	display: flex;
	position: relative;
}
.fix-sp-btn ul::before {
	width: 1px;
	height: 40px;
	content: "";
	display: inline-block;
	background-color: #67a7ca;
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
}
.fix-sp-btn ul li {
	width: calc(100% / 2);
	position: relative;
	/* background: rgba(116,174,47,.95); */
}
/*.fix-sp-btn ul li:nth-child(2) {
	 background: rgba(94,168,33,.95); 
}*/
.fix-sp-btn ul li a {
	display: block;
	text-align: center;
}
.fix-sp-btn ul li a:hover {
	text-decoration: none;
}
.fix-sp-btn ul li a img {
	width: auto;
	max-height: 70px;
}
@media only screen and (min-width:768px) {
	.fix-sp-btn ul li a img {
		max-height: 90px;
	}
}
@media only screen and (min-width:1024px) {
	.fix-sp-btn {
		display: none;
	}
}


/*btn----01*/
.btn01 {
	width: fit-content;
	width: -moz-fit-content;
  margin: 25px auto 0;
	text-align: left;
	position: relative;
}
.btn01 a {
	min-width: 280px;
  padding: 22px 80px;
  display: inline-block;
	position: relative;
	z-index: 1;
	/* background: linear-gradient(to right, #001b5b 0%, #059dc3 50% ,#001b5b 100%);
	background-position: 0% 50%;
	background-size: 200% auto; */
	background-color: #333;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
  font-weight: 700;
	font-family: var(--font-go);
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
.btn01.en a {
  font-weight: 500;
	font-family: var(--font-en);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.btn01 a:hover {
	text-decoration: none;
}
.btn01 a span.arrow {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 9px);
	right: 18px;
	overflow: hidden;
}
.btn01 a span.arrow::before {
  width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	background: url("assets/images/common/arr_wh.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 7px);
	right: calc(50% - 6px);
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
	.btn01 {
		margin: 35px auto 0;
	}
	.btn01 a {
		font-size: 16px;
		transition: all 0.2s ease 0s;
	}
	.btn01 a:hover {
		background-position: 100% 200%;
		box-shadow: 4px 4px #919191;
	}
}
	
@keyframes arrowanim {
	0% {
    transform: translate(0, 0);
  }
	25% {
    transform: translate(18px, 0);
  }
	50% {
		opacity: 0;
  }
	75% {
   transform: translate(-18px, 0);
		opacity: 100;
  }
  100% {
   transform: translate(0, 0);
    opacity: 100;
  }
}
@keyframes downanim {
	0% {
    transform: translate(0, 0);
  }
	25% {
    transform: translate(0, 24px);
  }
	50% {
		opacity: 0;
  }
	75% {
   transform: translate(0, -24px);
		opacity: 100;
  }
  100% {
   transform: translate(0, 0);
    opacity: 100;
  }
}

@keyframes mail-arr {
	15% {
		transform: translate(-10px, -50%);
		opacity: 0;
	}
	25% {
		transform: translate(15px, 80%);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0%);
		opacity: 1;
	}
}

/*----------scroll down*/
.scrolldown {
  position: absolute;
  left: 20px;
  bottom: 20px;
	/*transform: translateY(-50%);*/
	z-index: 1;
}
.scrolldown a {
	width: 60px;
	height: 60px;
	display: inline-block;
  z-index: 2;
	position: relative;
}
.scrolldown a::before {
	width: 60px;
	height: 60px;
	content: "";
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
  z-index: 2;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
.scrolldown a span {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 10px;
	left: 22px;
	animation: scrollarranim 3s linear infinite;
}
.scrolldown a span img {
	width: 100%;
}
@media only screen and (min-width:768px) {
.scrolldown {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
}
@media only screen and (min-width:1024px) {
.scrolldown {
  position: absolute;
  left: 5.8593%;
  bottom: 30px;
}
.scrolldown a {
	width: 80px;
	height: 80px;
	transition: all 0.4s ease 0s;
}
.scrolldown a::before {
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	transition: all 0.3s ease 0s
}
.scrolldown a:hover::before {
	transform: scale(1.2);
}
.scrolldown a span {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	animation: scrollarranim 3s linear infinite;
	transition: all 0.4s ease 0s;
}
.scrolldown a:hover span {
	animation: none;
	top: 30px;
}
}

/* scroll down keyframes
---------------------------------------*/
@keyframes scrollarranim {
  0% {
		opacity: 0;
    transform: translate(0, 0);
  }
	35% {
		opacity: 0;
    transform: translate(0, 0);
  }
	50% {
    opacity: 1;
  }
	60% {
		opacity: 0;
  }
	70% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  90% {
    opacity: 0;
  }
	100% {
    opacity: 0;
  }
}


/*sp br削除*/
.br-pc {
	display: none;
}
.br-tb {
	display: inline;
}
.br-sp {
	display: inline;
}
@media only screen and (min-width:768px) {
.br-pc {
	display: inline;
}
.br-tb {
	display: inline;
}
.br-sp {
	display: none;
}
}
@media only screen and (min-width:1024px) {
.br-pc {
	display: inline;
}
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}
}

/*----scroll animation-----*/
.in-mv-left{
	opacity: 0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(40px,0);
	transition: all 0.8s ease 0s;
}
.mv-left{
	opacity: 1.0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,0);
	transition: all 0.8s ease 0.1s;
}
.in-mv-right{
	opacity: 0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(-40px,0);
	transition: all 0.8s ease 0s;
}
.mv-right{
	opacity: 1.0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,0);
	transition: all 0.8s ease 0.1s;
}

.in-mv-up{
	opacity: 0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,30px);
	transition: all 0.8s ease 0s;
}
.mv-up{
	opacity: 1.0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,0);
	transition: all 0.8s ease 0.1s;
}

.in-mv-bl{
	opacity: 0;
	transition: all 0.8s ease 0.1s;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,20px);
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.mv-bl{
	opacity: 1.0;
	-webkit-transform: rotate(0.0001deg);
	transform: translate(0,0);
	transition: all 0.8s ease 0.1s;
	-webkit-filter: none;
	filter: none;
}

.in-mv-cover {
	position: relative;
	overflow-x: hidden;
}
.in-mv-cover::before{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fdfcf8;
	z-index: 1;
  transition: 0.8s cubic-bezier(1, 0, 0, 1) 0.4s;
}
.in-mv-cover::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fdfcf8;
	z-index: 2;
  transition: 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
}
.in-mv-cover.visible::before,
.in-mv-cover.visible::after{
	right: -100%;
	left: auto;
}

.no-blind { position: relative; visibility: hidden; -webkit-transition: visibility 0s 0.4s; transition: visibility 0s 0.4s; }
.no-blind span { display: block;}
.in-blind { visibility: visible; }

.in-blind::after,
.in-blind02::after {
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	animation: blind 1.0s cubic-bezier(1, 0, 0, 1) 0s forwards;
}

.in-blind::after {
	background-color: #fff;
}
.in-blind02::after {
	background-color: #fff;
}

.in-blind-item {
	animation: blind-in 1.0s ease-in-out 0s forwards;
}

@-webkit-keyframes blind { 0% { -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  45% { -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% { -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  100% { -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
}
@keyframes blind {
  0% { -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  45% { -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% { -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  100% { -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
}

@-webkit-keyframes blind-in { 
  0% { opacity: 0; }
  50% { opacity: 0; }
  75% { opacity: 1.0;}
  100% { opacity: 1.0; }
}
@keyframes blind-in { 
  0% { opacity: 0; }
  50% { opacity: 0; }
  75% { opacity: 1.0;}
  100% { opacity: 1.0; }
}

/*----in-mv-uptxt----*/
.in-mv-uptxt span.wrap {
	overflow: hidden;
	display: block;
}
.in-mv-uptxt span.wrap span {
	bottom: -1.5em;
	position: relative;
}
.mv-uptxt span.wrap{
	overflow: hidden;
	display: block;
}
.mv-uptxt  span.wrap span {
	position: relative;
	bottom: -1.5em;
}
.mv-uptxt  span.wrap span.move {
	animation: uptxtanime 0.3s ease-out forwards 0.1s;
}
@keyframes uptxtanime {
  from {
    bottom: -1.5em;
  }
  to {
    bottom: 0em;
  }
}

/*----in-mv-bl-uptxt----*/
.in-mv-bl-uptxt {
	overflow: hidden;
	display: block;
}
.in-mv-bl-uptxt span {
	bottom: -1.5em;
	position: relative;
}
.mv-bl-uptxt {
	overflow: hidden;
	display: block;
}
.mv-bl-uptxt span {
	position: relative;
	bottom: -1.5em;
	animation: bluptxtanime 0.7s ease-out forwards 0.2s;
}
@keyframes bluptxtanime {
  from {
    bottom: -1.5em;
  }
  to {
    bottom: 0em;
  }
}

/*----in-mv-bg----*/
.in-mv-bganime.mvitem {
	transform: translateX(-100%);
	transition: all 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.mv-bganime.mvitem {
	transform: translateX(0);
}
.in-mv-bganime.mvitem.toleft {
	transform: translateX(100%);
}
.mv-bganime.mvitem.toleft {
	transform: translateX(0);
}
/*----in-mv-bg 疑似要素----*/
.in-mv-bganime::after {
	transform: translateX(-100%);
	transition: all 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.mv-bganime::after {
	transform: translateX(0);
}
.in-mv-bganime.toleft::after {
	transform: translateX(100%);
}
.mv-bganime.toleft::after {
	transform: translateX(0);
}

/*----in-mv-clip  clippathアニメーション----*/
.in-mv-clip-left {
  -webkit-clip-path: inset(0 0 100% 100%);
  clip-path: inset(0 0 0 100%);
	transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.mv-clip-left {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.in-mv-clip-right {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
	transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.mv-clip-right {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/*全てのサイズで適用-----*/
/*.in-mv-left{
	opacity: 0;
	transform: translate(40px,0);
	transition: all 0.6s ease 0s;
}
.mv-left{
	opacity: 1.0;
	transform: translate(0,0);
	transition: all 0.6s ease 0.2s;
}
.in-mv-right{
	opacity: 0;
	transform: translate(-40px,0);
	transition: all 0.6s ease 0s;
}
.mv-right{
	opacity: 1.0;
	transform: translate(0,0);
	transition: all 0.6s ease 0.2s;
}
.in-mv-up{
	opacity: 0;
	transform: translate(0,50px);
	transition: all 0.6s ease 0s;
}
.mv-up{
	opacity: 1.0;
	transform: translate(0,0);
	transition: all 0.6s ease 0.4s;
}*/

/*------------------------------
object-fit
-------------------------------*/
.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

/*------------------------------
slick slide
-------------------------------*/
.slide-animation {
    animation: fadezoom 18s 0s forwards;
}
/* @keyframes fadezoom {
  0% {
    transform: scale(1);
  }
	70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
} */

@keyframes fadezoom {
  0% {
    transform: scale(1.3);
  }
	70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}


/*------fotorama settings & next prev design*/
.fotorama__thumb-border { border-color: var(--font-color-hover) !important;}
.fotorama__nav-wrap {
	padding: 0;
}
.fotorama__stage {
	vertical-align: top !important;
	/*height: 500px !important;*/
	overflow: hidden;
	background-color: #f6f6f3;
}
.fotorama__arr--next {
  right: 5px;
}
.fotorama__arr--prev {
  left: 5px;
}
.fotorama__arr {
	width: 24px !important;
  height: 24px !important;
  background: #222 !important;
	box-sizing: border-box;
	z-index: 1;
	border-radius: 50%;
}
.fotorama__arr--prev::before {
	width: 12px;
	height: 11px;
	display: block;
	content: " " !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 1;
  opacity: 1.0;
  color: inherit;
  position: absolute;
	top: calc(50% - 5px);
  left: 6px;
	background: url("assets/images/common/arr_white.svg") no-repeat left top / cover;
	transform: scale(-1, 1);
}
.fotorama__arr--next::before {
	width: 12px;
	height: 11px;
	display: block;
	content: " " !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 1;
  opacity: 1.0;
  color: inherit;
  position: absolute;
	top: calc(50% - 5px);
  right: 6px;
	background: url("assets/images/common/arr_white.svg") no-repeat left top / cover;
}

/* サイド スケジュール  共通
------------------------------------------------*/
.side-schedule {
	display: none;
}
@media only screen and (min-width:768px) {
.side-schedule {
	width: 700px;
	position: fixed;
	bottom: 2vh;
	right: -625px;
	z-index: 10001;
	display: flex;
	align-items: flex-start;
	transition: all .6s cubic-bezier(.76,0,.24,1);
}
.side-schedule.active {
	right: -2px;
	z-index: 10001;
	display: flex;
	align-items: flex-start;
}
.side-schedule .side-schedule-btn {
	width: 75px;
	height: 150px;
	margin: 0;
	padding: 40px 0 0 0;
	cursor: pointer;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	border-radius: 100% 0 0 100% / 50%;
	background-color: var(--font-color-hover);
	position: relative;
	box-sizing: border-box;
}
.side-schedule .side-schedule-btn::before {
	content: "";
	display: inline-block;
	padding-top: 100%;
}
.side-schedule .side-schedule-btn p {
	font-size: 16px;
	font-family: var(--font-go);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
}
.side-schedule .side-schedule-wrap {
	width: calc(100% - 60px);
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0 0 0 10px;
	text-align: right;
}
.side-schedule.active .side-schedule-wrap {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.side-schedule .side-schedule-wrap .close-btn {
	margin: 0 0 20px;
	padding: 0 0 0 28px;
	font-size: 18px;
	font-family: var(--font-en);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: var(--font-color-hover);
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.side-schedule .side-schedule-wrap .close-btn::before,
.side-schedule .side-schedule-wrap .close-btn::after {
	width: 22px;
	height: 2px;
	content: "";
	display: inline-block;
	background-color: var(--font-color-hover);
	position: absolute;
	top: 15px;
	left: 0;
}
.side-schedule .side-schedule-wrap .close-btn::before {
	transform: rotate(-45deg);
}
.side-schedule .side-schedule-wrap .close-btn::after {
	transform: rotate(45deg);
}
.side-schedule .timetable.doctor {
	margin: 15px auto 0;
}
}
@media only screen and (min-width:1024px) {
.side-schedule {
	width: 900px;
	bottom: 2vh;
	right: -825px;
}
.side-schedule.active {
	right: 0;
	z-index: 10001;
	display: flex;
	align-items: flex-start;
}
.side-schedule .side-schedule-btn {
	transition: all 0.3s ease 0s;
}
.side-schedule .side-schedule-btn:hover {
	background-color: #77c2bb;
}
.side-schedule .side-schedule-wrap {
	width: calc(100% - 60px);
	padding: 20px 40px 40px;
	border-radius: 0 0 0 20px;
}
.side-schedule .timetable {
  max-width: 700px;
}
}

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

　##　toppage

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

/* main visual
---------------------------------------*/
.mv {
  width: 100%;
	box-sizing: border-box;
	position: relative;
}
.mv .innerwrap {
	height: 100%;
	padding: 0;
	position: relative;
}
.mv .innerwrap::after {
	width: 80%;
	height: 30%;
	content: "";
	display: inline-block;
	background-color: #eaeae7;
	position: absolute;
	bottom: 5vw;
	right: 10%;
}
.mv .innerwrap .mv-lead {
	width: 100%;
	margin-top: -15vw;
	padding: 35vw 0 10vw;
	/* position: absolute;
	left: 0;
	top: 0; */
	z-index: 2;
	position: relative;
}
.mv .innerwrap .mv-lead .jp {
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.mv .innerwrap .mv-lead .en {
	width: -moz-fit-content;
	width: fit-content;
	margin: 28vw auto 0;
  font-family: var(--font-en);
	font-size: 10.6666vw;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.01em;
	line-height: 1.1;
	text-align: center;
	position: relative;
	z-index: 2;
}
.mv .innerwrap .mv-lead .symbol {
	width: 100%;
	position: absolute;
	top: 0;
}
.mv .innerwrap .mv-lead .symbol span {
	width: 20%;
}
.mv .innerwrap .mv-lead .symbol .top {
	display: flex;
	justify-content: center;
}
.mv .innerwrap .mv-lead .symbol .top span:nth-of-type(1) {
	margin: 7vw 0 0;
}
.mv .innerwrap .mv-lead .symbol .top span:nth-of-type(2) {
	margin: 0 0 0 -1vw;
}
.mv .innerwrap .mv-lead .symbol .top span:nth-of-type(3) {
	margin: 7vw 0 0 -1vw;
}
.mv .innerwrap .mv-lead .symbol .bottom {
	margin: 26vw 0 0;
	display: flex;
	justify-content: center;
}
.mv .innerwrap .mv-lead .symbol .bottom span:nth-of-type(1) {
	margin: 9vw 0 0;
}
.mv .innerwrap .mv-lead .symbol .bottom span:nth-of-type(2) {
	margin: 0 0 0 -1vw;
}
.mv .innerwrap .mv-lead .symbol .bottom span:nth-of-type(3) {
	margin: 9vw 0 0 -1vw;
}

.mv .innerwrap .mv-slide {
	width: calc(100% - 30px);
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.mv .innerwrap .mv-slide .mv-item {
	width: 80%;
	width: calc(100vw / 1.2);
}
.mv .innerwrap .mv-slide .mv-item picture {
	margin: 0 0 0 10px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}
.mv .innerwrap .mv-slide .mv-item:nth-child(2n) picture {
	margin: 10px 0 0 10px;
}
.mv .innerwrap .mv-slide .mv-item picture img {
	width: 100%;
}
@media screen and (max-width:767px) and (orientation: landscape) {

}
@media only screen and (min-width:768px) {
	.mv .innerwrap::after {
		width: 90%;
		height: 50%;
		content: "";
		display: inline-block;
		background-color: #eaeae7;
		position: absolute;
		bottom: 5vw;
		right: 0;
	}
	.mv .innerwrap .mv-lead {
    width: 100%;
    margin-top: -56.65%;
    padding: 12vw 0 10vw;
	}
	.mv .innerwrap .mv-lead .jp {
		width: 8%;
		margin: 0 auto 0 16%;
	}
	.mv .innerwrap .mv-lead .en {
    margin: 10vw auto 0;
    font-size: 7.03125vw;
	}
	.mv .innerwrap .mv-lead .symbol {
    width: 100%;
    position: absolute;
    top: 0;
	}
	.mv .innerwrap .mv-lead .symbol span {
		width: 13.2%;
	}
	.mv .innerwrap .mv-lead .symbol .top {
		margin: 0;
    justify-content: flex-start;
		box-sizing: border-box;
	}
	.mv .innerwrap .mv-lead .symbol .top span:nth-of-type(1) {
	margin: 7vw 0 0 1.3888vw;
}
	.mv .innerwrap .mv-lead .symbol .bottom {
    margin: 17vw 0 0;
    justify-content: flex-start;
	}
	.mv .innerwrap .mv-lead .symbol .bottom span:nth-of-type(1) {
	margin: 9vw 0 0 9vw;
}
	.mv .innerwrap .mv-slide {
		width: 60%;
		margin: 0 20px 0 auto;
	}
}
@media only screen and (min-width:1024px) {
	.mv {
		padding: 5.5555% 0 0 0;
	}
	.mv .innerwrap .mv-lead {
    width: 100%;
    margin-top: -58.3333%;
    padding: 13.6111vw 0 10vw;
	}
	.mv .innerwrap .mv-lead .jp {
		width: 7.2222%;
		margin: 0 auto 0 12.5%;
	}
	.mv .innerwrap .mv-lead .en {
    margin: 8vw auto 0;
    font-size: 7.03125vw;
	}
	.mv .innerwrap .mv-lead .symbol {
    width: 100%;
    position: absolute;
    top: 0;
	}
	.mv .innerwrap .mv-lead .symbol span {
		width: 10.7777%;
	}
	.mv .innerwrap .mv-lead .symbol .top {
		margin: 5.2777vw 0 0 1.3888vw;
	}
	.mv .innerwrap .mv-slide {
		width: 55.5555%;
		margin: 0 180px 0 auto;
	}
}

/* sec__abooutus
---------------------------------------*/
.top .sec__aboutus {
	margin: 30px 0 0;
	padding: 40px 0 15%;
	position: relative;
}
.top .sec__aboutus .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.top .sec__aboutus .secwrap .innerwrap {
	padding: 0 0 20%;
	position: relative;
}
.top .sec__aboutus .secwrap .innerwrap::before {
	width: 100%;
	height: 80%;
	content: "";
	display: block;
	background-color: #fbfff7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top .sec__aboutus .secwrap .innerwrap .pic {
	margin: 20px 0 0;
	padding: 0 5%;
	position: relative;
}
.top .sec__aboutus .secwrap .innerwrap .pic figure {
	width: 55%;
	overflow: hidden;
	border-radius: 6px;
}
.top .sec__aboutus .secwrap .innerwrap .pic figure img {
	width: 100%;
}
.top .sec__aboutus .secwrap .innerwrap .pic figure:nth-child(2) {
	margin: -40% 0 0 auto;
	position: relative;
}
.top .sec__aboutus .secwrap .innerwrap .col {
	margin: 25px auto 0;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box;
}
.top .sec__aboutus .secwrap .innerwrap .col h3 {
	margin: 15px 0 0;
	text-align: center;
}
.top .sec__aboutus .secwrap .innerwrap .col h3 span {
	padding: 3px 0;
	font-size: min(6.9333vw , 36px);
	font-weight: 600;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	display: inline;
	border-bottom: 1px solid #222;
}
.top .sec__aboutus .secwrap .innerwrap .col .txt {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.4;
	text-align: left;
}

@media only screen and (min-width:768px) {
	.top .sec__aboutus {
		margin: 30px 0 0;
		padding: 40px 0 5%;
		position: relative;
	}
	.top .sec__aboutus .secwrap {
		padding: 0 40px;
	}
	.top .sec__aboutus .secwrap .innerwrap {
		margin: -20% auto 0;
		padding: 0 0 12%;
	}
	.top .sec__aboutus .secwrap .innerwrap::before {
		width: 100%;
		height: calc(100% - 100px);
		content: "";
		display: block;
		background-color: #fbfff7;
		position: absolute;
		bottom: 0;
	}
	.top .sec__aboutus .secwrap .innerwrap .pic {
		margin: 0;
		padding: 0 5% 0 150px;
	}
	.top .sec__aboutus .secwrap .innerwrap .col {
		margin: 40px auto 0;
		padding: 0 50px;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__aboutus .secwrap .innerwrap .col h3 {
		width: 55%;
		margin: 0;
		text-align: left;
	}
	.top .sec__aboutus .secwrap .innerwrap .col h3 span {
		padding: 3px 0;
		font-size: min(4.1666vw , 44px);
	}
	.top .sec__aboutus .secwrap .innerwrap .col .txt {
		width: 44%;
		margin: 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__aboutus .secwrap {
		padding: 0 60px;
	}
	.top .sec__aboutus .secwrap .innerwrap {
		margin: -170px auto 0;
		padding: 0 20px 8%;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__aboutus .secwrap .innerwrap::before {
		width: 100%;
		height: calc(100% - 100px);
		content: "";
		display: block;
		background-color: #fbfff7;
		position: absolute;
		bottom: 0;
	}
	.top .sec__aboutus .secwrap .innerwrap .pic {
		width: 40.2777%;
		margin: 0;
		padding: 0;
		order: 2;
	}
	.top .sec__aboutus .secwrap .innerwrap .pic figure {
		width: 89.6551%;
	}
	.top .sec__aboutus .secwrap .innerwrap .pic figure:nth-child(2) {
		margin: -6.8965% 0 0 auto;
		position: relative;
	}
	.top .sec__aboutus .secwrap .innerwrap .col {
		width: 52.0833%;
		margin: 20.8333% 0 0;
		padding: 0 0 0 13.888%;
		display: block;
		order: 1;
	}
	.top .sec__aboutus .secwrap .innerwrap .col h3 {
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.top .sec__aboutus .secwrap .innerwrap .col h3 span {
		padding: 3px 0;
		font-size: min(3.3203vw , 47px);
	}
	.top .sec__aboutus .secwrap .innerwrap .col .txt {
		width: 100%;
		margin: 10.6666% 0 0;
		font-size: 16px;
	}
}
@media only screen and (min-width:1280px) {
	.top .sec__aboutus .secwrap {
		padding: 0 180px;
	}
	.top .sec__aboutus .secwrap .innerwrap .col h3 span {
		padding: 3px 0;
		font-size: min(3vw , 48px);
	}
}

/* sec__services
---------------------------------------*/
.top .sec__services {
	margin: 50px 0 0;
	padding: 0 0 70px;
	background: url(assets/images/top/services_bg.png) no-repeat center top -100px / 1024px auto,
							url(assets/images/top/services_bg_bottom.png) no-repeat center bottom / 100% auto,
						#fff;
}
.top .sec__services .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.top .sec__services .secwrap .leadwrap .lead {
	margin: 20px 0 0;
	font-size: min(4.8vw , 24px);
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.top .sec__services .secwrap .innerwrap .services_item {
	width: 100%;
	margin: 15% 0 0;
}
.top .sec__services .secwrap .innerwrap .services_item .md01 {
	padding: 0 0 5px;
	border-bottom: 1px solid #05466f;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top .sec__services .secwrap .innerwrap .services_item .md01 h3 {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--font-color-tit);
}
.top .sec__services .secwrap .innerwrap .services_item .md01 .en {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-go);
	letter-spacing: 0.05em;
	line-height: 1.0;
	color: var(--font-color-tit);
}
.top .sec__services .secwrap .innerwrap .services_item .m-txt  {
	padding: 10px 0 20px;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.top .sec__services .secwrap figure {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.top .sec__services .secwrap figure img {
	width: 100%;
}
.top .sec__services .secwrap .innerwrap .services_item .col  {
	padding: 20px 0 0;
}
.top .sec__services .secwrap .innerwrap .services_item .col .s-lead {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.0;
}
.top .sec__services .secwrap .innerwrap .services_item .col .s-txt {
	margin: 1em 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
@media only screen and (min-width:768px) {
	.top .sec__services {
		margin: 50px 0 0;
		padding: 0 0 120px;
		background: url(assets/images/top/services_bg.png) no-repeat center top 0 / 1024px auto,
								url(assets/images/top/services_bg_bottom.png) no-repeat center bottom / 100% auto,
							#fff;
	}
	.top .sec__services .secwrap {
		padding: 0 40px;
	}
	.top .sec__services .secwrap .leadwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top .sec__services .secwrap .leadwrap .lead {
		margin: 8% 0 0 15%;
		font-size: min(3.125vw , 32px);
		text-align: left;
	}
	.top .sec__services .secwrap .innerwrap .services_item {
		width: 85%;
		margin: 15% 0 0;
	}
	.top .sec__services .secwrap .innerwrap .services_item:nth-of-type(2n) {
		margin: 15% 0 0 15%;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 {
		padding: 0 0 10px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 h3 {
		font-size: 28px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 .en {
		margin: 0 0 0 25px;
		font-size: 12px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .m-txt  {
		padding: 20px 0 6%;
		font-size: 22px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col  {
		padding: 30px 0 0;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col .s-lead {
		font-size: 16px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col .s-txt {
		margin: 1.5em 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__services {
		margin: 80px 0 0;
		padding: 0 0 200px;
		background: url(assets/images/top/services_bg.png) no-repeat center top 0 / 100% auto,
								url(assets/images/top/services_bg_bottom.png) no-repeat center bottom / 100% auto,
							#fff;
	}
	.top .sec__services .secwrap {
		padding: 0 60px;
	}
	.top .sec__services .secwrap .leadwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top .sec__services .secwrap .leadwrap .lead {
		margin: 8% 0 0 15%;
		font-size: min(3.125vw , 48px);
		text-align: left;
	}
	.top .sec__services .secwrap .innerwrap .services_item {
		margin: 15% 0 0;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 {
		padding: 0 0 15px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 h3 {
		font-size: 36px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .md01 .en {
		margin: 0 0 0 50px;
		font-size: 14px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .m-txt  {
		padding: 20px 0 6%;
		font-size: 24px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col  {
		padding: 30px 0 0;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col .s-lead {
		font-size: 18px;
	}
	.top .sec__services .secwrap .innerwrap .services_item .col .s-txt {
		margin: 1.5em 0 0;
		font-size: 16px;
	}
}
@media only screen and (min-width:1280px) {
	.top .sec__services .secwrap {
		padding: 0 180px;
	}
}


/* sec__strength
---------------------------------------*/
.top .sec__strength {
	margin: 50px 0 0;
	padding: 0 0 70px;
}
.top .sec__strength .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.top .sec__strength .secwrap .leadwrap .lead {
	margin: 20px 0 0;
	font-size: min(4.8vw , 24px);
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.top .sec__strength .secwrap ul li {
	width: 80%;
	margin: 40px auto 0;
}
.top .sec__strength .secwrap ul li figure {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.top .sec__strength .secwrap ul li figure img {
	width: 100%;
}
.top .sec__strength .secwrap ul li h3 {
	padding: 5% 0;
	font-size: min(5.3333vw , 24px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	position: relative;
	background-image: linear-gradient(to right, #79705d 3px, rgba(255,255,255,0) 3px);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.top .sec__strength .secwrap ul li p {
	margin: 5% 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
@media only screen and (min-width:768px) {
	.top .sec__strength {
		margin: 80px 0 0;
		padding: 0 0 70px;
	}
	.top .sec__strength .secwrap {
		padding: 0 40px;
	}
	.top .sec__strength .secwrap .leadwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top .sec__strength .secwrap .leadwrap .lead {
		margin: 8% 0 0 15%;
		font-size: min(3.125vw , 32px);
		text-align: left;
	}
	.top .sec__strength .secwrap ul {
		padding: 30px 20px 0;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__strength .secwrap ul li {
		width: 28.5714%;
		margin: 0;
	}
	.top .sec__strength .secwrap ul li h3 {
		padding: 6% 0;
		font-size: min(2.6041vw , 24px);
	}
	.top .sec__strength .secwrap ul li p {
		margin: 6% 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__strength {
		margin: 80px 0 0;
		padding: 0 0 70px;
	}
	.top .sec__strength .secwrap {
		padding: 0 40px;
	}
	.top .sec__strength .secwrap .leadwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top .sec__strength .secwrap .leadwrap .lead {
		margin: 8% 0 0 15%;
		font-size: min(3.125vw, 48px);
		text-align: left;
	}
	.top .sec__strength .secwrap ul {
		padding: 30px 20px 0;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__strength .secwrap ul li {
		width: 28.5714%;
		margin: 0;
	}
	.top .sec__strength .secwrap ul li h3 {
		padding: 6% 0;
		font-size: min(2.3437vw , 30px);
	}
	.top .sec__strength .secwrap ul li p {
		margin: 6% 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1280px) {
	.top .sec__strength .secwrap {
		padding: 0 180px;
	}
}


/* sec__works
---------------------------------------*/
.top .sec__works {
	margin: 50px 0 0;
	padding: 0;
}
.top .sec__works .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px 30px;
}
.top .sec__works .secwrap .leadwrap .col .lead {
	margin: 20px 0 0;
	font-size: min(4.8vw , 24px);
	font-weight: 700;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.top .sec__works .secwrap .leadwrap .col .txt {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.top .sec__works .secwrap .leadwrap .col .btn {
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
}
.top .sec__works .secwrap .leadwrap .col .btn a {
	min-width: 200px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
	background-color: #222;
	text-align: center;
	display: block;
	border-radius: 4px;
	position: relative;
}
.top .sec__works .secwrap .leadwrap .col .btn a::after {
	width: 13px;
	height: 11px;
	content: "";
	display: block;
	background: url(assets/images/common/arr.svg) no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	filter: brightness(0) invert(1);
}
.top .sec__works .works-area .works-area-container {
	width: 100%;
	align-items: center;
	display: flex;
	height: 100vh;
	margin-inline: auto;
	overflow: hidden;
	/* background-color: #fff; */
}
.top .sec__works .works-area .works-area-container .works-area-list {
	/* margin-left: 10%; */
	display: flex;
	align-items: center;
	/* gap: 10vw; */
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item {
	width: 100vw;
	padding: 0 10vw;
	box-sizing: border-box;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a {
	display: block;
	position: relative;
	text-decoration: none;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a figure {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a figure:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all .3s ease;
	object-fit: cover;
	object-position: 50% 50%;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .cate {
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	background-color: #dc000c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 4px;
	z-index: 1;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname {
	padding: 20px 30px 20px 0;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-min);
	letter-spacing: 0.01em;
	line-height: 1.7;
	color: var(--font-color-base);
	position: relative;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname span {
	width: 22px;
	height: 22px;
	display: block;
	background-color: #222;
	border-radius: 9999px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	text-decoration: none;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname span::before {
	width: 12px;
	height: 11px;
	display: block;
	content: "";
	background: url(assets/images/common/arr_white.svg) no-repeat left top / cover;
	position: absolute;
	top: 5px;
	left: 5px;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn {
	width: 100vw;
	height: 100vh;
	position: relative;
	background-color: #222;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a {
	/* width: -moz-fit-content;
	width: fit-content; */
	display: block;
	padding: 30px 25px;
	position: absolute;
	inset: 50% 0;
	transform: translateY(-50%);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-en);
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #999999;
	position: relative;
	text-decoration: none;
}
.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span::after {
	width: 13px;
	height: 11px;
	content: "";
	display: block;
	background: url(assets/images/common/arr.svg) no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	filter: brightness(0) invert(1);
}
@media only screen and (min-width:768px) {
	.top .sec__works {
		margin: 50px 0 0;
		padding: 0;
	}
	.top .sec__works .secwrap {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 40px 50px;
	}
	.top .sec__works .secwrap .leadwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top .sec__works .secwrap .leadwrap .col {
		margin: 8% 0 0 15%;
	}
	.top .sec__works .secwrap .leadwrap .col .lead {
		margin: 0;
		font-size: min(3.125vw, 32px);
		text-align: left;
	}
	.top .sec__works .secwrap .leadwrap .col .txt {
		margin: 30px 0 0;
		font-size: 14px;
	}
	.top .sec__works .secwrap .leadwrap .col .btn {
		margin: 30px 0 0;
	}
	.top .sec__works .secwrap .leadwrap .col .btn a {
		min-width: 200px;
		padding: 10px 25px;
		font-size: 14px;
	}
	.top .sec__works .secwrap .leadwrap .col .btn a::after {
		top: calc(50% - 5px);
		right: 20px;
	}
	.top .sec__works .works-area .works-area-container {
		width: 100%;
	}
	.top .sec__works .works-area .works-area-container .works-area-list {
		/* margin-left: 10%; */
		display: flex;
		/* gap: 10vw; */
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item {
		padding: 0 15vw;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a figure:before {
		padding-top: 62%;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .cate {
		padding: 5px 15px;
		font-size: 12px;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname {
		padding: 20px 30px 20px 0;
		font-size: 14px;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn {
		width: 100vw;
		position: relative;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a {
		padding: 50px 10vw;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span {
		font-size: 26px;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span::after {
		width: 16px;
		height: 14px;
		top: calc(50% - 7px);
		right: 10px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__works {
		margin: 100px 0 0;
		padding: 0;
	}
	.top .sec__works .secwrap {
		padding: 0 60px 80px;
	}
	.top .sec__works .secwrap .leadwrap .col .lead {
		font-size: min(3.125vw, 48px);
	}
	.top .sec__works .secwrap .leadwrap .col .txt {
		margin: 50px 0 0;
		font-size: 16px;
	}
	.top .sec__works .secwrap .leadwrap .col .btn {
		margin: 80px 0 0;
	}
	.top .sec__works .secwrap .leadwrap .col .btn a {
		min-width: 200px;
		padding: 15px 35px;
		font-size: 14px;
	}
	.top .sec__works .works-area .works-area-container {
		width: 100%;
	}
	.top .sec__works .works-area .works-area-container .works-area-list {
		/* margin-left: 10%; */
		display: flex;
		/* gap: 10vw; */
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item {
		padding: 0 20vw;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a {
		max-width: 1000px;
		margin: 0 auto;
		transition: 0.3s;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a figure img {
		transition: 0.3s;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a:hover figure img {
		scale: 1.05;
		filter: brightness(0.8);
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .cate {
		padding: 8px 20px;
		font-size: 14px;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname {
		padding: 40px 40px 40px 0;
		font-size: 20px;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a .postname span {
		transition: 0.3s;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item a:hover .postname span {
		background-color: var(--font-color-hover);
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn {
		width: 100vw;
		position: relative;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a {
		max-width: 1400px;
		margin: 0 auto;
		padding: 50px 10vw;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span {
		font-size: 26px;
		transition: 0.3s;
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a:hover span {
		color: var(--font-color-hover);
	}
	.top .sec__works .works-area .works-area-container .works-area-list .scroll-item.all-btn a span::after {
		width: 16px;
		height: 14px;
		top: calc(50% - 7px);
		right: 10px;
	}
}

/* sec__works 実績スライド　記事が無い場合
---------------------------------------*/
.top .sec__works .works-area .works-area-container .no-article {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}

/* sec__company
---------------------------------------*/
.top .sec__company {
	margin: 0;
	padding: 0 0 70px;
}
.top .sec__company .leadwrap {
	position: relative;
  overflow: hidden;
  height: 50vh;
}
.top .sec__company .leadwrap .titwrap {
	position: absolute;
	inset: 60px 0 0;
	margin: auto;
}
.top .sec__company .leadwrap .parallax {
	position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 115%;
}
.top .sec__company .leadwrap .parallax .parallax-bg {
	position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height:115%;
  background-image: url(assets/images/top/company_pic_01@2x.jpg);
  background-size: cover;
  background-position: center;
}
.top .sec__company .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.top .sec__company .secwrap .c-area {
	margin: 50px 0 0;
	padding: 0 0 50px;
	background-image: linear-gradient(to right, #79705d 3px, rgba(255, 255, 255, 0) 3px);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}
.top .sec__company .secwrap .c-area .tit .en {
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 500;
	color: var(--font-color-tit);
	line-height: 1.0;
	letter-spacing: 0.05em;
}
.top .sec__company .secwrap .c-area .tit h3 {
	margin: 2px 0 0;
	font-family: var(--font-min);
	font-size: 20px;
	font-weight: 600;
	color: var(--font-color-tit);
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.top .sec__company .secwrap .c-area .col {
	margin: 15px 0 0;
}
.top .sec__company .secwrap .c-greeting .col p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.top .sec__company .secwrap .c-greeting .col p:nth-child(n+2) {
	margin-top: 1.5em;
}
.top .sec__company .secwrap .c-outline .col .outline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top .sec__company .secwrap .c-outline .col .outline dt {
	width: 30%;
	padding: 15px 10px 15px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #b9b59f;
	box-sizing: border-box;
}
.top .sec__company .secwrap .c-outline .col .outline dd {
	width: 70%;
	padding: 15px 0 15px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #b9b59f;
	box-sizing: border-box;
}
.top .sec__company .secwrap .c-outline .col .outline dt.last,
.top .sec__company .secwrap .c-outline .col .outline dd.last {
	border: none
}
.top .sec__company .secwrap .c-access .map {
	position: relative;
	padding-top: 75%;
	height: 0;
}
.top .sec__company .secwrap .c-access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .sec__company .secwrap .c-access {
	background: none;
}
.top .sec__company .secwrap .c-access p {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
@media only screen and (min-width:768px) {
	.top .sec__company {
		margin: 0;
		padding: 0 0 70px;
	}
	.top .sec__company .leadwrap {
		padding: 0 40px;
		height: 80vw;
		box-sizing: border-box;
	}
	.top .sec__company .leadwrap .titwrap {
		position: absolute;
		inset: 60px 0 0 40px;
		margin: 0;
	}
	.top .sec__company .leadwrap .titwrap .en {
		text-align: left;
	}
	.top .sec__company .secwrap {
		padding: 0 40px;
	}
	.top .sec__company .secwrap .c-area {
		margin: 80px 0 0;
		padding: 0 0 80px;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__company .secwrap .c-area .tit {
		width: 32.8571%;
	}
	.top .sec__company .secwrap .c-area .tit .en {
		font-size: 12px;
	}
	.top .sec__company .secwrap .c-area .tit h3 {
		margin: 2px 0 0;
		font-size: 24px;
	}
	.top .sec__company .secwrap .c-area .col {
		width: 67.1428%;
		margin: 0;
	}
	.top .sec__company .secwrap .c-greeting .col p {
		font-size: 14px;
		line-height: 2.2;
	}
	.top .sec__company .secwrap .c-outline .col .outline {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top .sec__company .secwrap .c-outline .col .outline dt {
		padding: 15px 10px 15px 0;
		font-size: 14px;
	}
	.top .sec__company .secwrap .c-outline .col .outline dd {
		padding: 15px 0 15px 10px;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__company {
		margin: 0;
		padding: 0 0 70px;
	}
	.top .sec__company .leadwrap {
		/* max-width: 1440px;
		margin: 0 auto; */
		padding: 0 60px;
		height: 60vw;
	}
	.top .sec__company .leadwrap .titwrap {
		max-width: 1440px;
		margin: 10% auto 0;
		position: relative;
		inset: inherit;
	}
	.top .sec__company .leadwrap .titwrap .en {
		text-align: left;
	}
	.top .sec__company .secwrap {
		padding: 0 40px;
	}
	.top .sec__company .secwrap .c-area {
		margin: 100px 0 0;
		padding: 0 0 100px;
	}
	.top .sec__company .secwrap .c-area .tit .en {
		font-size: 12px;
	}
	.top .sec__company .secwrap .c-area .tit h3 {
		margin: 2px 0 0;
		font-size: 28px;
	}
	.top .sec__company .secwrap .c-greeting .col p {
		font-size: 14px;
		line-height: 2.2;
	}
	.top .sec__company .secwrap .c-outline .col .outline {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top .sec__company .secwrap .c-outline .col .outline dt {
		padding: 15px 10px 15px 0;
		font-size: 14px;
	}
	.top .sec__company .secwrap .c-outline .col .outline dd {
		padding: 15px 0 15px 10px;
		font-size: 14px;
	}
}
@media only screen and (min-width:1280px) {
	.top .sec__company .secwrap {
		padding: 0 180px;
	}
}


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

　##　WORKS　一覧

--------------------------------------------------------------------------------*/
.works-archive .sec__postwrap {
	padding: 0 30px 50px;
}
.works-archive .sec__postwrap .secwrap {
	max-width: 1400px;
	margin: 0 auto;
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
	.works-archive .sec__postwrap .secwrap {
		display:-ms-flexbox;
		display:-webkit-box;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.works-archive .sec__postwrap {
		padding: 0 60px 100px;
	}
}
@media only screen and (min-width:1280px) {
	.works-archive .sec__postwrap {
			padding: 0 180px 150px;
	}
}

/* Works Category Btn
------------------------------------------------*/
.works-cate-btn {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
.works-cate-btn select {
	-webkit-appearance: none;
  　-moz-appearance: none;
  　-ms-appearance: none;
  　appearance: none;
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
	padding: 15px 1em 15px 0.5em;
	letter-spacing: 0.05em;
	font-size: 16px;
	background-color: #3b3b3b;
	border: 1px solid #3b3b3b;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #3b3b3b url(assets/images/common/arr_select.png) no-repeat top 50% right 10px / 16px 16px;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
}
.screen-reader-text {
	display: none;
}
@media only screen and (min-width:768px) {
	.works-cate-btn {
		padding: 0 30px;
	}
}
@media only screen and (min-width:1024px) {
	.works-cate-btn {
		padding: 0 60px;
	}
	.works-cate-btn select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		width: 100%;
		margin-top: 20px;
		padding: 15px 1em 15px 0.5em;
		letter-spacing: 0.05em;
		font-size: 14px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background: #3b3b3b url(assets/images/common/arr_select.png) no-repeat top 50% right 10px / 12px 12px;
		cursor: pointer;
	}
}
@media only screen and (min-width:1280px) {
	.works-cate-btn  {
			padding: 0 180px;
	}
}

/* ariticle　一覧
------------------------------------------------*/
.works-archive .sec__postwrap .secwrap .contents{
	width: 100%;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap {
	padding: 8% 0 0;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article {
	position: relative;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article:nth-child(n+2) {
	margin: 15% 0 0;
	position: relative;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a {
	height: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a:hover {
	text-decoration: none;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .cate {
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	background-color: #dc000c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 4px;
	z-index: 1;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure {
	width: 100%;
	position: relative;
  overflow: hidden;
	border-radius: 4px;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure img {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .postname {
	padding: 20px 30px 20px 0;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-min);
	letter-spacing: 0.01em;
	line-height: 1.7;
	color: var(--font-color-base);
	position: relative;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .postname span {
	width: 22px;
	height: 22px;
	display: block;
	background-color: #222;
	border-radius: 9999px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	text-decoration: none;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .postname span::before {
	width: 12px;
	height: 11px;
	display: block;
	content: "";
	background: url(assets/images/common/arr_white.svg) no-repeat left top / cover;
	position: absolute;
	top: 5px;
	left: 5px;
}
.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .detaile .status {
	text-align: left;
}
@media only screen and (min-width:768px) {
	.works-archive .sec__postwrap .secwrap .contents .article-wrap {
		padding: 6.5104% 0 0;
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		align-items: flex-start;
		position: relative;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article {
		width: 45.7142%;
		margin: 8% 0 0;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article:nth-child(1),
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article:nth-child(2) {
		margin: 0;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article:nth-child(n+3) {
		margin: 8% 0 0;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure::before {
		padding-top: 62%;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		object-fit: cover;
		object-position: 50% 50%;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .postname {
		padding: 20px 30px 20px 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.works-archive .sec__postwrap .secwrap .contents .article-wrap {
		padding: 6.5104% 0 0;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a {
		padding: 0;
		display: block;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .cate {
		padding: 8px 20px;
		font-size: 14px;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure::before {
		padding-top: 62%;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a figure img {
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a:hover figure img {
		scale: 1.05;
		filter: brightness(0.8);
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a .postname {
		padding: 30px 40px 30px 0;
		font-size: 16px;
		transition: 0.3s;
	}
	.works-archive .sec__postwrap .secwrap .contents .article-wrap article a:hover .postname span {
		background-color: var(--font-color-hover);
	}
}





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

　##　WORKS　詳細

--------------------------------------------------------------------------------*/
.works-single .sec__postwrap {
	padding: 0 20px 40px;
	background: url(assets/images/common/bg_texture_01.jpg) repeat center top;
}
.works-single .sec__postwrap .secwrap {
  max-width: 1200px;
	margin: 0 auto;
}
.works-single .sec__postwrap .secwrap .tit-wrap {
  padding: 25px 0 10px;
	position: relative;
}
.works-single .sec__postwrap .secwrap .tit-wrap .col h1.post-tit {
  font-size: 18px;
	font-weight: 600;
	font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
	line-height: 1.7;
}
.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta {
  padding: 20px 0 10px;
}
.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta li.cate {
  width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	background-color: #dc000c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
	border-radius: 4px;
}
/* .works-single .sec__postwrap .secwrap .tit-wrap .col .date {
	font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
	text-align: right;
} */
.works-single .sec__postwrap .secwrap .tit-wrap .sharebtn {
	width: 90px;
	margin: 0 0 0 auto;
	padding: 5px 0 0;
}
.works-single .sec__postwrap .secwrap .contents {
	margin: 5px 0 0;
	padding: 20px 10px 40px;
}
.works-single .sec__postwrap .secwrap .contents .entry-main {
	padding: 20px 0;
}
.works-single .sec__postwrap .secwrap .contents .entry-main p {
	line-height: 2.2;
	letter-spacing: 0.05em;
}
.works-single .sec__postwrap .secwrap .contents .entry-main p a {
	color: var(--font-color-hover);
	text-decoration: underline;
}
.works-single .sec__postwrap .secwrap .contents .works-lead {
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: 600;
  font-family: var(--font-min);
  letter-spacing: 0.1em;
  line-height: 1.7;
	color: var(--font-color-base);
	border-bottom: 1px solid var(--font-color-tit);
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap {
	margin: 40px 0 0;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap h2 {
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: 600;
  font-family: var(--font-min);
  letter-spacing: 0.2em;
  line-height: 1.0;
	color: var(--font-color-tit);
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description {
	padding: 0 0 50px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description a,
.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description p a {
	text-decoration: underline;
	color: var(--font-color-hover);
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description p:nth-child(n+2) {
	margin-top: 1.5em;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl {
	padding: 15px 0;
	border-bottom: 1px solid #b9b59f;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl:nth-of-type(1) {
	border-top: 1px solid #b9b59f;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dt {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dd {
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.works-single .sec__postwrap .secwrap .contents .works-tag {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 30px;
	letter-spacing: -0.4em;
}
.works-single .sec__postwrap .secwrap .contents .works-tag h2 {
	width: 60px;
	font-size: 12px;
	font-weight: 700;
	color: #0054a3;
	line-height: 1.7;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: top;
}
.works-single .sec__postwrap .secwrap .contents .works-tag ul {
	width: calc(100% - 60px);
	letter-spacing: -0.4em;
	display: inline-block;
	vertical-align: top;
}
.works-single .sec__postwrap .secwrap .contents .works-tag ul li {
	margin: 0 1em 0.5em 0;
	display: inline-block;
}
.works-single .sec__postwrap .secwrap .contents .works-tag ul li a {
	color: #333;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.works-single .sec__postwrap .secwrap .contents .works-tag ul li a:hover {
	color: #0054a3;
	text-decoration: underline;
}
.works-single .sec__postwrap .secwrap .contents .sharebtn {
	padding: 40px 0 15px;
}
.works-single .sec__postwrap .secwrap .contents .prevnext {
	margin: 30px 0 0;
}
@media only screen and (min-width:768px) {
	.works-single .sec__postwrap {
		padding: 0 40px 60px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap {
		padding: 40px 0 20px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col {
		width: 100%;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col h1.post-tit {
		font-size: 22px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta {
		padding: 20px 0 10px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta li.type {
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta li.industry {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .date {
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .contents {
		margin: 10px 0 0;
		padding: 50px 20px 50px;
	}
	.works-single .sec__postwrap .secwrap .contents .entry-main {
		padding: 25px 0;
	}
	.works-single .sec__postwrap .secwrap .contents .entry-main p {
		line-height: 2.4;
		letter-spacing: 0.05em;
	}
	.works-single .sec__postwrap .secwrap .contents .works-lead {
		padding: 0 0 20px;
		font-size: 22px;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap {
		margin: 60px 0 0;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap h2 {
		padding: 0 0 25px;
		font-size: 18px;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl {
		width: 100%;
		padding: 40px 0;
		display: table;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dt {
		width: 30%;
		padding: 0 10px 0 20px;
		font-size: 14px;
		display: table-cell;
		box-sizing: border-box;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dd {
		width: 70%;
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
		display: table-cell;
		box-sizing: border-box;
	}
	.works-single .sec__postwrap .secwrap .contents .prevnext {
		margin: 70px 0 0;
	}
}
@media only screen and (min-width:1024px) {
	.works-single .sec__postwrap {
		padding: 0 60px 80px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap {
		padding: 40px 0 20px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col {
		width: 100%;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col h1.post-tit {
		font-size: 26px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta {
		padding: 20px 0 10px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta li.type {
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .entrymeta li.industry {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .tit-wrap .col .date {
		font-size: 14px;
	}
	.works-single .sec__postwrap .secwrap .contents {
		margin: 10px 0 0;
		padding: 70px 40px 70px;
	}
	.works-single .sec__postwrap .secwrap .contents .works-lead {
		padding: 0 0 20px;
		font-size: 26px;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap {
		margin: 60px 0 0;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap h2 {
		padding: 0 0 25px;
		font-size: 18px;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap .works-description {
		padding: 0 0 80px;
		font-size: 16px;
		line-height: 2.2;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl {
		width: 100%;
		padding: 40px 0;
		display: table;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dt {
		width: 30%;
		padding: 0 10px 0 20px;
		font-size: 14px;
		display: table-cell;
		box-sizing: border-box;
	}
	.works-single .sec__postwrap .secwrap .contents .detailes-wrap dl dd {
		width: 70%;
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
		display: table-cell;
		box-sizing: border-box;
	}
	.works-single .sec__postwrap .secwrap .contents .prevnext {
		margin: 70px 0 0;
	}
}
@media only screen and (min-width:1280px) {
	.works-single .sec__postwrap {
		padding: 0 180px 150px;
	}
}


/*-------------like share btn  ---------*/
.likebtn {
  margin:20px 0 0;
  text-align:center
}
.sharebtn {
  clear:both;
  padding: 20px 6.25% 15px;
  letter-spacing:-.4em;
  text-align:center;
}
.sharebtn h2 {
  vertical-align:middle;
  font-size: 12px;
	font-weight: 500;
	font-family: var(--font-en);
  color:var(--font-color-base);
  letter-spacing:.1em;
}
.sharebtn ul {
	margin: 8px 0 0;
  vertical-align:middle;
}
.sharebtn ul li {
  vertical-align:middle;
  width:40px;
  height:40px;
  display:inline-block;
  line-height:0;
  overflow:hidden;
  text-indent:101%;
  white-space:nowrap;
}
.sharebtn ul li a {
  width:40px;
  height:40px;
  display:block;
  border-radius:20px;
  background-color:#c8c8c8 !important;
  box-sizing:border-box;
}
.sharebtn ul li span#urlshare_btn {
 cursor:pointer;
}
.sharebtn ul li a:hover {
  text-decoration:none;
  background-color:#555555 !important;
}
.sharebtn ul li.fb a {
 background:url(assets/images/common/icon_sns_fb.png) no-repeat left top/cover;
}
.sharebtn ul li.fb a:hover {
 background:#151515 url(assets/images/common/icon_sns_fb.png) no-repeat left bottom/cover;
}
.sharebtn ul li.tw a {
 background:url(assets/images/common/icon_sns_x.png) no-repeat left top/cover;
}
.sharebtn ul li.tw a:hover {
 background:#151515 url(assets/images/common/icon_sns_x.png) no-repeat left bottom/cover;
}
.sharebtn ul li.url a {
 background:url(assets/images/common/icon_sns_url.png) no-repeat left top/cover;
}
.sharebtn ul li.url a:hover {
 background:#151515 url(assets/images/common/icon_sns_url.png) no-repeat left bottom/cover;
}
/*.sharebtn ul li.fb {
 margin-left:15px;
}*/
.sharebtn ul li.tw {
 margin-left:5px;
}
.sharebtn ul li.url {
 margin-left:10px;
}
@media only screen and (min-width:1024px) {
 .sharebtn {
  clear:both;
  padding:20px 0;
  letter-spacing:-.4em;
  text-align:center;
 }
}


/*-------------prev next ---------*/
.prevnext {
	margin: 0;
}
.prevnext ul {
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
  align-items: center;
	position: relative;
	background-color: #333;
}
.prevnext ul li {
	width: 50%;
}
.prevnext ul li a {
	padding: 40px 0;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
}
.prevnext ul li a:hover {
	text-decoration: none;
	color: var(--font-color-hover);
}
.prevnext ul li.is-prev a {
	padding: 25px 0 25px 43px;
	text-align: left;
}
.prevnext ul li.is-next a {
	padding: 25px 43px 25px 0;
	text-align: right;
}
.prevnext ul li.is-prev a::before,
.prevnext ul li.is-next a::before {
	width: 16px;
	height: 14px;
	content: "";
	display: inline-block;
	background: url("assets/images/common/arr_white.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 7px);
}
.prevnext ul li.is-prev a::before {
	left: 10px;
	transform: scale(-1, 1);
}
.prevnext ul li.is-next a::before {
	right: 10px;
}
.prevnext ul li.is-back {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}
.prevnext ul li.is-back a {
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
}
.prevnext ul li.is-back a:hover {
	color: var(--font-color-hover);
}
@media only screen and (min-width:768px) {
	.prevnext ul li.is-prev {
		width: 25%;
		order: 1;
	}
	.prevnext ul li.is-next {
		width: 25%;
		order: 3;
	}
	.prevnext ul li.is-back {
		width: 48%;
		order: 2;
	}
	.prevnext ul li.is-prev a {
		padding: 35px 0 35px 55px;
		text-align: left;
	}
	.prevnext ul li.is-next a {
		padding:35px 55px 35px 0;
		text-align: right;
	}
	.prevnext ul li.is-back a {
		padding: 35px 0;
	}
	.prevnext ul li.is-prev a::before {
		left: 12px;
	}
	.prevnext ul li.is-next a::before {
		right: 12px;
	}
}
@media only screen and (min-width:1024px) {
	.prevnext ul li a .link-title span::before {
		transition: all 0.3s ease 0s;
	}
	.prevnext ul li a:hover .link-title span::before {
		opacity: 0.8;
		transition: all 0.3s ease 0s;
	}
	.prevnext ul li a .innerwrap .item-title {
		transition: all 0.3s ease 0s;
	}
	.prevnext ul li a:hover .innerwrap .item-title {
		color: #3cb8d2;
		transition: all 0.3s ease 0s;
	}
	.prevnext ul li a:hover .innerwrap figure img {
		transform: scale(1.05);
		opacity: 0.9;
	}
}


/*pager
----------------------------*/
.pagination {
	width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
  clear: both;
}
.pagination .page-of {
  display: block;
  font-family: var(--font-en);
  font-size: 10px;
  font-style: normal !important;
  padding: 6px 9px 20px !important;
}
.pagination .pagination-box a,
.pagination .pagination-box span.current {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
}
.pagination .pagination-box a {
  display: inline-block;
	margin-left: 3px;
  padding: 4px 8px;
  color: var(--font-color-base);
}
.pagination .pagination-box a:hover {
  color: #fff;
	background-color: var(--font-color-hover);
	text-decoration: none;
}
.pagination .pagination-box span.current {
	margin-left: 3px;
  color: #fff;
  background-color: var(--font-color-base);
}
@media only screen and (min-width:768px) {
	.pagination {
		margin: 0 auto;
		padding: 20px 0;
		max-width: 1000px;
		text-align: center;
		clear: both;
	}
	.pagination .page-of {
		padding: 6px 10px 20px !important;
	}
	.pagination .pagination-box a,
	.pagination .pagination-box span.current {
		display: inline-block;
		padding: 6px 10px;
		font-size: 16px;
		font-family: var(--font-en);
	}
	.pagination .pagination-box a {
		display: inline-block;
		padding: 6px 10px;
		color: var(--font-color-base);
	}
}



/* no-entry 記事が無い場合の表示文
------------------------------------------------*/
.item.no-entry {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}




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

　##　404

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

/* 404
----------------------------*/
.not404 .pagetit-area.type02 .pagetit-wrap .en {
	font-size: 30px;
	text-align: center;
}
.not404 .sec__404 {
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
}
.not404 .sec__404 .secwrap {
	max-width: 1280px;
	margin: 0 auto;
    text-align: center;
}
.not404 .sec__404 .secwrap h2 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.not404 .sec__404 .secwrap p {
	padding: 25px 0 50px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.not404 .sec__404 .secwrap .btn01 {
	text-align: center;
}
@media only screen and (min-width:768px) {
.not404 .pagetit-area.type02 .pagetit-wrap {
  padding: 70px 40px 40px;
}
.not404 .sec__404 {
	width: 100%;
	padding: 80px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.not404 .sec__404 .secwrap {
	max-width: 1280px;
	margin: 0 auto;
    text-align: center;
}
.not404 .sec__404 .secwrap h2 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.not404 .sec__404 .secwrap p {
	padding: 25px 0 50px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.not404 .sec__404 .secwrap .btn01 {
	text-align: center;
}
}


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

　##　準備中

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

/* preparation
----------------------------*/
.preparation {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 20px 60px;
	text-align: center;
}
.preparation h2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-align: center;
}
.preparation p {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-align: center;
}