@charset "utf-8";

/*
Theme Name: manefac2025
Description: Y&H Management Factory Co.,Ltd.
Theme URI: https://manefac.com
Author: Y&H Management Factory Co.,Ltd.
Author URI: https://manefac.com
Version: 1
DATE: 2025.3.31
*/

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

##　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: "Fira Sans", sans-serif;
	--font-go: "Zen Kaku Gothic New" , "游ゴシック" , "Yu Gothic" ,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	--font-jp: "Zen Kaku Gothic New" , "游ゴシック" , "Yu Gothic" ,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	--font-color-base: #001b5b;
	--font-color-link: #0475a3;
	--font-color-hover: #059dc3;
}


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

　##　base layout

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

/*body*/
body {
	margin: 0;
	color: #222;
	font-size: 1.4em;
	font-family: "Noto Sans JP" , "游ゴシック" , "Yu Gothic" ,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	background: linear-gradient(to right , #eee , #d6e7f3);
}

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: 80px;
}
.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: 90px;
  }
  .globalheader .headerwrap .h-logo {
    width: 130px;
    position: absolute;
    top: 18px;
    left: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .globalheader {
    height: 120px;
  }
  .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: 130px;
    position: absolute;
    top: 32px;
    left: 35px;
  }
  .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: 50px;
	height: 55px;
	padding: 18px 0 0;
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 10000;
  -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: #001b5b;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.hamburger__icon {
  width: 50px;
  margin: 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: 50px;
  height: 1px;
	content: "";
  background-color: #001b5b;
  transition-property: background-color, transform, width;
  transition-duration: 0.4s;
}
.hamburger__icon:before {
  width: 50px;
}

.hamburger__icon:after {
  width: 50px;
}
.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(0, 27, 91, 1);
}
.fat-nav__wrapper {
	width: 100%;
  height: 100%;
	padding: 70px 0 100px;
  display: block;
  table-layout: fixed;
  text-align: center;
  background: rgba(0, 27, 91 ,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: 35px 20px 20px;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
	font-size: 16px;
	font-family: var(--font-jp);
  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.3s ease;
}
.fat-nav ul li a span {
  font-weight: 700;
}
.fat-nav ul li a:hover {
  color: #059dc3;
}
.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: 20px 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: #4b73b5;
	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 0 0;
	padding: 0 30px 0 40px;
	text-align: left;
}
.fat-nav .fat-nav__wrapper .col-info .logo {
	width: 150px;
}
.fat-nav .fat-nav__wrapper .col-info p.add {
	margin: 15px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
}
.fat-nav .fat-nav__wrapper .col-info .tel-contact {
	margin: 25px 0 0;
}
.fat-nav .fat-nav__wrapper .col-info .tel-contact h2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.fat-nav .fat-nav__wrapper .col-info .tel-contact .telnum {
	padding: 0 0;
	text-align: left;
	font-family: var(--font-jp);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
	color: #222;
	/* display: inline-block; */
	position: relative;
}
.fat-nav .fat-nav__wrapper .col-info .tel-contact .telnum span,
.fat-nav .fat-nav__wrapper .col-info .tel-contact .telnum a span {
	font-size: 30px;
	font-family: var(--font-jp);
	font-weight: 700;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.fat-nav .fat-nav__wrapper .col-info .tel-contact p.anno {
	padding: 5px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
@media only screen and (min-width:768px) {
	.fat-nav__wrapper {
		padding: 70px 0 120px;
	}
	.fat-nav li .level--second ul.sub li a,
	.fat-nav li .level--second ul.sub02 li a{
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.hamburger {
		display: none;
	}
	/*--------------------gnavi*/
	.headerwrap .gnavi {
		padding: 20px 0 0;
		box-sizing: content-box;
		text-align: left;
		position: absolute;
		top: 0;
		right: 320px;
		display:  inline-block;
	}
	.gnavi ul {
		box-sizing: border-box;
		display:flex;
		flex-wrap:wrap;
		align-content: center;
		align-items:flex-start;
	}
	.gnavi ul li {
		display:  inline-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: 0 15px;
		display: block;
		font-size: 1.4rem;
		font-family: var(--font-go);
		font-weight: 700;
		line-height: 70px;
		letter-spacing: 0.05em;
		color: #001b5b;
		transition: all 0.2s ease;
		z-index: 1;
	}
	.gnavi ul li a span {
		font-size: 1.4rem;
		font-family: var(--font-go);
		font-weight: 700;
		line-height: 1.7;
		letter-spacing: 0.15em;
		color: #001b5b;
		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: #2081bf;
	}
	/*.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;
	}
}
@media only screen and (min-width:1180px) {
	.headerwrap .gnavi {
		right: 340px;
	}
	.gnavi ul li a {
		padding: 0 20px;
	}
}
/*------------------------------------------------------------------------------
　　footer
--------------------------------------------------------------------------------*/

/*footerArea
--------------------------------------*/
.footerArea {
	padding: 0 20px 100px;
}
.footerArea .innerwrap { 
	padding: 60px 0 25px;
	position: relative;
}
.footerArea .innerwrap .footer-info { 
	width: 100%;
	margin:  0;
	text-align: center;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .logo {
  width: 130px;
	margin: 0 auto;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .inner {
	text-align: center;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .inner .name {
  margin-top: 1.7em;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #001b5b;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .inner .add {
  margin-top: 0.5em;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #001b5b;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .inner .tel {
  margin-top: 0.5em;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #001b5b;
}
.footerArea .innerwrap .footer-info .footer-info-wrap .inner .tel a {
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #001b5b;
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	.footerArea {
		padding: 0 40px 50px;
	}
	.footerArea .innerwrap { 
		padding: 60px 0 25px;
	}
}
@media only screen and (min-width:1024px) {
	.footerArea {
		padding: 0 40px 50px;
	}
	.footerArea .innerwrap { 
		max-width: 1500px;
		margin: 0 auto;
		padding: 150px 0 50px;
	}
	.footerArea .innerwrap .footer-info { 
		text-align: left;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .logo {
		width: 240px;
		margin: 0;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .inner {
		width: calc(100% - 340px);
		margin: 0;
		text-align: left;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .inner .name {
		margin-top: 0;
		font-size: 20px;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .inner .add {
		margin-top: 0.3em;
		font-size: 14px;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .inner .tel {
		margin-top: 0.3em;
		font-size: 16px;
	}
	.footerArea .innerwrap .footer-info .footer-info-wrap .inner .tel a {
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #001b5b;
		text-decoration: none;
	}
}

/*ナビエリア*/
.footerArea .footer-nav {
	margin: 25px auto 0;
	padding: 0;
	border-top: 1px solid #668194;
}
.footerArea .footer-nav li {
	padding: 15px;
	position: relative;
}
.footerArea .footer-nav li a.level--first {
	padding: 15px 0 10px;
  font-size: 16px;
	font-family: var(--font-go);
	font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.0;
  color: #001b5b;
  text-align: left;
	text-decoration: none;
	display: block;
	position: relative;
}
.footerArea .footer-nav li a.level--first:hover {
	color: #059dc3;
}
.footerArea .footer-nav .sub-nav {
  margin: 0;
  padding: 5px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.footerArea .footer-nav .sub-nav li {
  width: 48.5%;
	margin: 0;
  padding: 0;
  box-sizing: border-box;
	border-top: none;
}
.footerArea .footer-nav .sub-nav li::after {
  display: none;
}
.footerArea .footer-nav .sub-nav li a {
  padding: 10px 0 10px 20px;
  font-size: 13px;
	font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #222;
	text-decoration: none;
  display: block;
  position: relative;
}
.footerArea .footer-nav .sub-nav li a::before {
	width: 10px;
	height: 2px;
	content: "";
	display: inline-block;
	background-color: #059dc3;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.footerArea .footer-nav .sub-nav li a:hover {
  color: #059dc3;
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
	.footerArea .footer-nav {
		margin: 60px auto 0;
		padding: 30px 0 0;
	}
	.footerArea .footer-nav .main-nav {
		display: flex;
		justify-content: space-between;
	}
	.footerArea .footer-nav li {
		width: calc(88% / 5);
		padding: 15px 0 15px 15px;
		position: relative;
		box-sizing: border-box;
	}
	 .footerArea .footer-nav li:first-child {/* ホームは少し狭める */
		width: 12%;
	}
	.footerArea .footer-nav li a.level--first {
		padding: 15px 0 10px;
		font-size: 18px;
	}
	.footerArea .footer-nav .sub-nav {
		margin: 0;
		padding: 5px 0 0 0;
		display: block;
	}
	.footerArea .footer-nav .sub-nav li {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border-top: none;
	}
	.footerArea .footer-nav .sub-nav li::after {
		display: none;
	}
	.footerArea .footer-nav .sub-nav li a {
		padding: 8px 0 8px 20px;
		font-size: 14px;
		font-weight: 700;
	}
}

/*copyright*/
.footerArea footer {
  width: calc(100% - 40px);
  margin: 15px auto 0;
  padding: 20px 0;
}
.footerArea footer .copyright {
	font-size: 12px;
  font-family: var(--font-en);
	font-weight: 500;
  line-height: 1.0;
  color: #001b5b;
  text-align: left;
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
	.footerArea footer {
		width: 100%;
		max-width: 1500px;
		margin: 15px auto 0;
		padding: 20px 0;
	}
	.footerArea footer .copyright {
		font-size: 14px;
	}
}

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

　##　共通

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

/*パンクズ
----------------------------*/
.breadcrumbs {
	padding: 0 20px;
}
.breadcrumbs .breadcrumbs-wrap {
	padding: 15px 0;
	text-align: right;
	border-bottom: 1px solid #b6cfd9;
}
.breadcrumbs .breadcrumbs-wrap ul {
	overflow: scroll;
	word-break: keep-all;
	white-space: nowrap;
}
.breadcrumbs .breadcrumbs-wrap ul li {
	display: inline-block;
	word-break: keep-all
}
.breadcrumbs .breadcrumbs-wrap ul li::after {
	padding: 0 6px;
	content: " - ";
	display: inline-block;
}
.breadcrumbs .breadcrumbs-wrap ul li:last-child::after {
	display: none;
}
.breadcrumbs .breadcrumbs-wrap ul li a {
	text-decoration: none;
}
.breadcrumbs .breadcrumbs-wrap ul li a span {
	color: #001b5b;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.breadcrumbs .breadcrumbs-wrap ul li a:hover span {
	color: #2081bf;
}
.breadcrumbs .breadcrumbs-wrap ul li span {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
@media only screen and (min-width:768px) {
	.breadcrumbs {
		padding: 0 30px;
	}
	.breadcrumbs .breadcrumbs-wrap ul {
		overflow: visible;
		word-break: inherit;
		white-space: inherit;
	}
}
@media only screen and (min-width:1024px) {
	.breadcrumbs {
		padding: 0 40px;
	}
}

/* pagetit
----------------------------*/
.pagetit-area {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}
.pagetit-area .pagetit-wrap {
	margin: 10px 0 0;
	position: relative;
  z-index: 1;
  display: inline-block;
}
.pagetit-area .pagetit-wrap .pagename {
	font-size: min(4.2666vw,18px);
	font-family: var(--font-go);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #2c4276;
}
.pagetit-area .pagetit-wrap .en {
	font-size: 60px;
	font-weight: 500;
  font-family: var(--font-en);
	letter-spacing: 0.05em;
	color: #fff;
  line-height: 1.0;
  text-align: left;
}
.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% - 60px);
		padding: 0 0 40px;
	}
	.pagetit-area .pagetit-wrap {
		margin: 15px 0 0;
		position: relative;
		z-index: 1;
		display: inline-block;
	}
	.pagetit-area .pagetit-wrap .pagename {
		font-size: min(2.3437vw,20px);
	}
	.pagetit-area .pagetit-wrap .en {
		font-size: 80px;
	}
	.pagetit-area.type01 .pagetit-wrap .catename {
		margin: 15px 0 0;
		font-size: min(2.3437vw,20px);
	}
}
@media only screen and (min-width:1024px) {
	.pagetit-area {
		width: calc(100% - 120px);
		padding: 0 0 80px;
	}
	.pagetit-area .pagetit-wrap {
		margin: 15px 0 0;
	}
	.pagetit-area .pagetit-wrap .pagename {
		font-size: min(1.9531vw,24px);
	}
	.pagetit-area .pagetit-wrap .en {
		font-size: min(7.8125vw , 150px);
	}
	.pagetit-area.type01 .pagetit-wrap .catename {
		margin: 15px 0 0;
		font-size: min(1.9531vw,24px);
	}
}


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

/*----titwrap----*/
.titwrap {
	text-align: center;
}
.titwrap h2 {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	font-family: var(--font-go);
	font-size: 16px;
	font-weight: 700;
	color: #001b5b;
	letter-spacing: 0.1em;
	line-height: 1.7;
	position: relative;
}
.titwrap h2::after {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	background: url(assets/images/common/icon_symbol.svg) no-repeat left top / cover;
	position: absolute;
	top: -20px;
}
.titwrap .en {
	font-family: var(--font-en);
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

.titwrap.left {
	text-align: center;
}
.titwrap.left h2::after {
	right: -25px;
}
.titwrap.right {
	text-align: center;
}
.titwrap.right h2 {
	margin: 0 auto;
}
.titwrap.right h2::after {
	left: -25px;
	right: inherit;
}
.titwrap.center {
	text-align: center;
}
@media only screen and (min-width:768px) {
	.titwrap h2 {
		font-size: 16px;
	}
	.titwrap .en {
		font-size: 70px;
	}
}
@media only screen and (min-width:1024px) {
	.titwrap h2 {
		margin: 0 auto;
		font-size: min(1.9531vw,26px);
	}
	.titwrap h2::after {
		width: 50px;
		height: 50px;
		position: absolute;
		top: -30px;
	}
	.titwrap .en {
		font-family: var(--font-en);
		font-size: min(12.6953vw,180px);
	}

	.titwrap.left {
		text-align: left;
	}
	.titwrap.left h2 {
		margin: 0;
	}
	.titwrap.left h2::after {
		right: -35px;
	}
	.titwrap.right {
		text-align: right;
	}
	.titwrap.right h2 {
		margin: 0 0 0 auto;
	}
	.titwrap.right h2::after {
		left: -35px;
		right: inherit;
	}
	.titwrap.center {
		text-align: center;
	}
}


/*---md01---*/
.md01 {
	text-align: center;
	position: relative;
}
.md01 h2 {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	font-family: var(--font-go);
	font-size: 16px;
	font-weight: 700;
	color: #001b5b;
	letter-spacing: 0.1em;
	line-height: 1.7;
	position: relative;
}
.md01 h2::after {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	background: url(assets/images/common/icon_symbol.svg) no-repeat left top / cover;
	position: absolute;
	top: -20px;
	left: calc(50% - 15px);
}
.md01 .en {
	font-family: var(--font-en);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #001b5b;
}
@media only screen and (min-width:768px) {
	.md01 h2 {
		font-size: 16px;
	}
	.md01 .en {
		font-size: 46px;
	}
}
@media only screen and (min-width:1024px) {
	.md01 h2 {
		margin: 0 auto;
		font-size: min(1.9531vw,26px);
	}
	.md01 h2::after {
		width: 50px;
		height: 50px;
		top: -30px;
		left: calc(50% - 25px);
	}
	.md01 .en {
		font-family: var(--font-en);
		font-size: min(4.4921vw,60px);
	}
}

/* bnr-recruit   共通
---------------------------------------*/
.bnr-recruit {
	margin: 70px 0 0;
	padding: 0 20px;
}
.bnr-recruit .innerwrap {
	max-width: 1500px;
	margin: 0 auto;
}
.bnr-recruit .innerwrap .col01 .titwrap .en {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	position: relative;
}
.bnr-recruit .innerwrap .col01 .titwrap .en img {
	width: 130px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%,-50%) rotate(-15deg);
}
.bnr-recruit .innerwrap .col01 .lead {
	margin: 15px 0 0;
	font-size: min(4.8vw , 22px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.bnr-recruit .innerwrap .col01 .lead span {
	color: #2081bf;
	font-weight: 700;
}
.bnr-recruit .innerwrap .col01 .txt {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.bnr-recruit .innerwrap .col02 {
	max-width: 600px;
	margin: 20px auto 0;
	padding: 0 20px;
}
.bnr-recruit .innerwrap .col02 .small {
	display: flex;
}
.bnr-recruit .innerwrap .col02 .small figure {
	width: 45%;
}
.bnr-recruit .innerwrap .col02 .small figure:nth-child(2) {
	width: 55%;
	margin: 20% 0 0;
}
.bnr-recruit .innerwrap .col02 figure.large {
	width: 60%;
	max-width: 480px;
	margin: -15% auto 0;
}
.bnr-recruit .innerwrap .col02 figure img {
	width: 100%;
}
@media only screen and (min-width:768px) {
	.bnr-recruit {
		margin: 90px 0 0;
		padding: 0 50px;
	}
	.bnr-recruit .innerwrap {
		max-width: 1500px;
		margin: 0 auto;
	}
	.bnr-recruit .innerwrap .col01 .titwrap .en {
		width: fit-content;
		width: -moz-fit-content;
		margin: 0 auto;
		position: relative;
	}
	.bnr-recruit .innerwrap .col01 .titwrap .en img {
		width: 150px;
		position: absolute;
		top: 50%;
		right: 0;
	}
	.bnr-recruit .innerwrap .col01 .lead {
		margin: 15px 0 0;
		font-size: min(2.8645vw , 24px);
	}
	.bnr-recruit .innerwrap .col01 .txt {
		margin: 15px 0 0;
		font-size: 14px;
		text-align: center;
	}
	.bnr-recruit .innerwrap .col02 {
		margin: 20px auto 0;
		padding: 0 50px;
	}
	.bnr-recruit .innerwrap .col02 .small {
		display: flex;
	}
	.bnr-recruit .innerwrap .col02 .small figure {
		width: 45%;
	}
	.bnr-recruit .innerwrap .col02 .small figure:nth-child(2) {
		width: 55%;
		margin: 20% 0 0;
	}
	.bnr-recruit .innerwrap .col02 figure.large {
		width: 60%;
		max-width: 480px;
		margin: -35% auto 0;
	}
}
@media only screen and (min-width:1024px) {
	.bnr-recruit {
		margin: 120px 0 0;
		padding: 0 50px;
	}
	.bnr-recruit .innerwrap {
		display: flex;
		justify-content: space-between;
	}
	.bnr-recruit .innerwrap .col01 {
		width: 68%;
		padding: 10% 0 0;
	}
	.bnr-recruit .innerwrap .col01 .titwrap .en {
		margin: 0;
		font-size: min(9.7656vw, 160px);
	}
	.bnr-recruit .innerwrap .col01 .titwrap .en img {
		width: 40%;
	}
	.bnr-recruit .innerwrap .col01 .lead {
		margin: 15px 0 0;
		font-size: min(2.1484vw , 32px);
		text-align: left;
	}
	.bnr-recruit .innerwrap .col01 .txt {
		margin: 30px 0 0;
		font-size: min(1.3671vw , 18px);
		text-align: left;
	}
	.bnr-recruit .innerwrap .col01 .btn01 {
		margin: 40px 0 0;
	}
	.bnr-recruit .innerwrap .col02 {
		width: 50%;
		margin: 0 0 0 -18%;
		padding: 0 50px;
	}
	.bnr-recruit .innerwrap .col02 .small {
		display: flex;
	}
	.bnr-recruit .innerwrap .col02 .small figure {
		width: 45%;
	}
	.bnr-recruit .innerwrap .col02 .small figure:nth-child(2) {
		width: 55%;
		margin: 20% 0 0;
	}
	.bnr-recruit .innerwrap .col02 figure.large {
		width: 60%;
		max-width: 480px;
		margin: -15% auto 0;
	}
}

/* bnr-contact   共通
---------------------------------------*/
.bnr-contact {
	padding: 15% 20px;
	background: linear-gradient(to right, #001b5b , #059dc3 130%);
}
.bnr-contact .bnr-wrap {
	max-width: 1500px;
	margin: 0 auto;
}
.bnr-contact .bnr-wrap .col01 h2 {
	font-family: var(--font-en);
	font-size: min(18.6666vw , 70px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #387ca5;
	text-align: center;
}
.bnr-contact .bnr-wrap .col01 p {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	color: #fff;
	text-align: center;
}
.bnr-contact .bnr-wrap .col02 .tel {
	margin: 30px 0 0;
	text-align: center;
}
.bnr-contact .bnr-wrap .col02 .tel h3 {
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #f7f1d0;
}
.bnr-contact .bnr-wrap .col02 .tel .telnum a {
	display: block;
	font-family: var(--font-en);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
}
.bnr-contact .bnr-wrap .col02 .tel .telnum a span {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
}
.bnr-contact .bnr-wrap .col02 .tel .time {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #fff;
}
.bnr-contact .bnr-wrap .col02 .mail {
	width: fit-content;
	width: -moz-fit-content;
	margin: 20px auto 0;
	text-align: center;
}
.bnr-contact .bnr-wrap .col02 .mail a {
	padding: 20px 60px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	color: #fff;
	display: block;
	text-decoration: none;
}
.bnr-contact .bnr-wrap .col02 .mail a span.txt {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.bnr-contact .bnr-wrap .col02 .mail a span.arr {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 9999px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 20px);
	right: 12px;
}
.bnr-contact .bnr-wrap .col02 .mail a span.arr img {
	width: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
}
@media only screen and (min-width:768px) {
	.bnr-contact {
		padding: 12% 40px;
		background: linear-gradient(to right, #001b5b , #059dc3 100%);
	}
	.bnr-contact .bnr-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bnr-contact .bnr-wrap .col01 {
		width: 58%;
	}
	.bnr-contact .bnr-wrap .col01 h2 {
		font-size: min(9.1145vw , 90px);
		text-align: left;
	}
	.bnr-contact .bnr-wrap .col01 p {
		margin: 5px 0 0;
		font-size: 14px;
		text-align: left;
	}
	.bnr-contact .bnr-wrap .col02 {
		width: 40%;
	}
	.bnr-contact .bnr-wrap .col02 .tel {
		text-align: left;
	}
	.bnr-contact .bnr-wrap .col02 .tel h3 {
		padding: 0 0 5px;
		font-size: 14px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .telnum a {
		font-size: 24px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .telnum a span {
		font-size: 34px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .time {
		margin: 5px 0 0;
		font-size: 12px;
	}
	.bnr-contact .bnr-wrap .col02 .mail {
		margin: 20px 0 0;
	}
	.bnr-contact .bnr-wrap .col02 .mail a {
		padding: 20px 60px;
	}
	.bnr-contact .bnr-wrap .col02 .mail a span.txt {
		font-size: 14px;
	}
	.bnr-contact .bnr-wrap .col02 .mail a span.arr {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		right: 12px;
	}
	.bnr-contact .bnr-wrap .col02 .mail a span.arr img {
		width: 30px;
		top: 5px;
		left: 5px;
	}
}
@media only screen and (min-width:1024px) {
	.bnr-contact {
		padding: min(12%,170px) 60px;
	}
	.bnr-contact .bnr-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bnr-contact .bnr-wrap .col01 {
		width: 58%;
	}
	.bnr-contact .bnr-wrap .col01 h2 {
		font-size: min(8.7890vw , 180px);
		text-align: left;
	}
	.bnr-contact .bnr-wrap .col01 p {
		margin: 5px 0 0;
		font-size: min(1.3671vw , 18px);
		text-align: left;
	}
	.bnr-contact .bnr-wrap .col02 {
		width: 40%;
	}
	.bnr-contact .bnr-wrap .col02 .tel h3 {
		padding: 0 0 5px;
		font-size: 20px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .telnum a {
		font-size: 36px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .telnum a span {
		font-size: 46px;
	}
	.bnr-contact .bnr-wrap .col02 .tel .time {
		margin: 5px 0 0;
		font-size: 14px;
	}
	.bnr-contact .bnr-wrap .col02 .mail {
		margin: 30px 0 0;
	}
	.bnr-contact .bnr-wrap .col02 .mail a {
		padding: 30px 80px;
		transition: 0.2s;
	}
	.bnr-contact .bnr-wrap .col02 .mail a::before {
		width: 0;
		height: 100%;
		margin: 0 auto;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #2081bf;
		transition: 0.3s cubic-bezier(1,0,0,1);
		z-index: 0;
	}
	.bnr-contact .bnr-wrap .col02 .mail a:hover::before {
		width: 100%;
	}
	.bnr-contact .bnr-wrap .col02 .mail a span.txt {
		font-size: 14px;
		position: relative;
	}
	.bnr-contact .bnr-wrap .col02 .mail a:hover img {
		animation: mail-arr 1s ease 0s forwards;
	}
}

/*---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;
	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 #264f83;
	}
}
	
@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);
  }
}

/*------dots design*/
.mv .slick-dots {
	display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width:768px) {
.mv .slick-dots {
	width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
	right: 25px;
  bottom: 20px;
  display: block;
  list-style: none;
  text-align: right;
	box-sizing: border-box;
	z-index: 2;
}
.mv .slick-dots li {
  width: 12px;
  height: 12px;
  background: #fff;
	transition: all 0.3s ease;
	pointer-events: auto;
	border-radius: 50%;
}
.mv .slick-dots li button {
  width: 12px;
  height: 12px;
}
.mv .slick-dots li.slick-active,
.mv .slick-dots li:hover {
  background: #257690;
	transition: all 0.3s ease;
}
.mv .slick-dots li button, 
.mv .slick-dots li button:before {
  color: transparent;
  opacity: 0;
}
}
@media only screen and (min-width:1024px) {
	
}

/*------next prev design*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
	top: -5px;
  bottom: inherit !important;
  display: block;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
	border-radius: 9999px;
	border: 1px solid #222;
  outline: none;
  /*background: #000 !important;*/
	box-sizing: border-box;
	z-index: 2;
	transition: 0.3s;
}
.slick-prev {
  left: -5px !important;
}
.slick-next{
  right: -5px !important;
}
.slick-prev::before {
	width: 30px;
	height: 30px;
	display: inline-block;
	content: " " !important;
  background: url("assets/images/common/arr_nextprev.svg") no-repeat left top / cover;
	/* top: -10px;
	right: 5px; */
	transform: scale(-1, 1);
}
.slick-next::before {
	width: 30px;
	height: 30px;
	display: inline-block;
	content: " " !important;
  background: url("assets/images/common/arr_nextprev.svg") no-repeat left top / cover;
	/* position: absolute;
	top: -10px;
	right: 5px; */
}
.slick-prev:hover {
  background: #fff !important;
	/* opacity: 0.6; */
}
.slick-next:hover {
  background: #fff !important;
	/* opacity: 0.6; */
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	background: #c5c5c5 !important;
	opacity: 1;
	border: none;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  filter: brightness(100%) invert(100%);
	opacity: 1;
}
@media only screen and (min-width:768px) {
	.slick-prev, 
	.slick-next {
		width: 60px !important;
		height: 60px !important;
		top: -7px;
	}
}
@media only screen and (min-width:1024px) {
	.slick-prev, 
	.slick-next {
		width: 100px !important;
		height: 100px !important;
		top: -10px;
	}
	.slick-prev::before {
		width: 40px;
		height: 40px;
	}
	.slick-next::before {
		width: 40px;
		height: 40px;
	}
}

/*------news slide   next prev design*/
.topics-slide .slick-prev,.topics-slide .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50% !important;
	right: 0 !important;
  display: block;
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
	border-radius: 20px;
  outline: none;
  background: var(--font-color-hover) !important;
	box-sizing: border-box;
}
.topics-slide .slick-prev {
  display: none !important;
}
/*.news__area .slick-next{
  right: -25px !important;
}*/
.topics-slide .slick-prev::before {
	display: inline-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: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.topics-slide .slick-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: calc(50% - 6px);
  /*border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;*/
	background: url("assets/images/common/arr_wh.svg") no-repeat left top / cover;
}
/*.news__area .slick-prev:hover {
  background: #797aae !important;
}*/
.topics-slide .slick-next:hover {
  background: #70a327 !important;
}
.topics-slide .slick-prev.slick-disabled, .topics-slide .slick-next.slick-disabled {
  background: #70a327 !important;
}

/*------prop-archives-slide   next prev design*/
.prop-archives-slide .slick-prev,.prop-archives-slide .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50% !important;
  display: block;
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
	border-radius: 20px;
  outline: none;
  background: #201c05 !important;
	box-sizing: border-box;
}
.prop-archives-slide .slick-prev {
	left: -12px !important;
}
.prop-archives-slide .slick-next{
  right: -12px !important;
}
.prop-archives-slide .slick-prev::before {
	width: 24px;
	height: 24px;
	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% - 12px);
  left: 0;
	background: url("images/common/arr_next.png") no-repeat left top / cover;
	transform: scale(-1, 1);
}
.prop-archives-slide .slick-next::before {
	width: 24px;
	height: 24px;
	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% - 12px);
  right: 0;
	background: url("images/common/arr_next.png") no-repeat left top / cover;
}
.prop-archives-slide .slick-prev:hover,
.prop-archives-slide .slick-next:hover {
  background: #af1e23 !important;
}
.prop-archives-slide .slick-prev.slick-disabled, .prop-archives-slide .slick-next.slick-disabled {
  background: #c3c3c3 !important;
}

/*------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: #257690 !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_wh.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_wh.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 0 2.7777%;
	position: relative;
}
.mv .innerwrap::after {
	width: 100%;
	height: 80%;
	content: "";
	display: inline-block;
	background-color: #b7c5d1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mv .innerwrap .mv-lead {
	position: absolute;
	bottom: 10%;
	left: 5.3333vw;
	z-index: 2;
	display: inline-block;
}
.mv .innerwrap .mv-lead .jp {
  font-family: var(--font-go);
	font-size: min(6.4vw , 40px);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.mv .innerwrap .mv-lead .en {
	margin: 1.3333% 0 0;
  font-family: var(--font-en);
	font-size: min(2.6666vw , 14px);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.mv .innerwrap .mv-slide {
	width: 100%;
	margin: 0;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.mv .innerwrap .mv-slide .mv-slide-wrap {
	display: flex;
  list-style: none;
  padding: 0;
	animation: infinity-mvscroll-left 30s infinite linear 0.5s both;
}
.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item {
	width: 80%;
	width: calc(100vw / 1.2);
}
.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item picture {
	margin: 0 0 0 10px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}
.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item:nth-child(2n) picture {
	margin: 10px 0 0 10px;
}
.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item picture img {
	width: 100%;
}
@keyframes infinity-mvscroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}
@media screen and (max-width:767px) and (orientation: landscape) {

}
@media only screen and (min-width:768px) {
  .mv .innerwrap .mv-lead {
    bottom: 15%;
    left: 5.2083vw;
  }
	.mv .innerwrap .mv-lead .jp {
		font-size: min(5.2083vw , 50px);
	}
	.mv .innerwrap .mv-lead .en {
		margin: 1.5% 0 0;
		font-size: min(2.0833vw , 16px);
		letter-spacing: 0.05em;
	}
	.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item {
		width: 80%;
		width: calc(100vw / 1.5);
	}
}
@media only screen and (min-width:1024px) {
  .mv .innerwrap .mv-lead {
    bottom: min(15% , 150px);
    left: min(4vw , 100px);
  }
	.mv .innerwrap .mv-lead .jp {
		font-size: min(5.2083vw , 90px);
	}
	.mv .innerwrap .mv-lead .en {
		font-size: min(1.5625vw , 18px);
		letter-spacing: 0.12em;
	}
	.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item {
		width: 80%;
		width: calc(100vw / 2.5);
	}
	.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item picture {
		margin: 0 0 0 20px;
	}
	.mv .innerwrap .mv-slide .mv-slide-wrap .mv-item:nth-child(2n) picture {
		margin: 20px 0 0 20px;
	}
}

/* sec__abooutus
---------------------------------------*/
.top .sec__aboutus {
	margin: 30px 0 0;
	padding: 40px 0 15%;
	position: relative;
}
.top .sec__aboutus .secwrap {
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.top .sec__aboutus .secwrap .innerwrap {
	max-width: 1500px;
	margin: 0 auto;
}
.top .sec__aboutus .secwrap .innerwrap .lead {
	margin: 15px 0 0;
	font-size: min(4.8vw , 24px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.top .sec__aboutus .secwrap .innerwrap .txt {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
.top .sec__aboutus .secwrap .innerwrap figure {
	margin: 20px 0 0;
	overflow: hidden;
	border-radius: 6px;
}
.top .sec__aboutus .secwrap .innerwrap figure img {
	width: 100%;
}
.top .sec__aboutus .aboutus-slide {
	margin: -12% 0 0 -10%;
	display: flex;
	overflow: hidden;
	transform: rotate(-15deg);
	width: 120%;
}
.top .sec__aboutus .aboutus-slide .slide-wrap {
	display: flex;
  list-style: none;
  padding: 0;
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.top .sec__aboutus .aboutus-slide .slide-wrap li {
	width: calc(100vw / 2);
	margin-left: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
}
.top .sec__aboutus .aboutus-slide .slide-wrap li img {
	width: 100%;
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}
@media only screen and (min-width:768px) {
	.top .sec__aboutus {
		margin: 30px 0 0;
		padding: 40px 0 15%;
		position: relative;
	}
	.top .sec__aboutus .secwrap {
		padding: 0 40px;
		text-align: center;
		position: relative;
	}
	.top .sec__aboutus .secwrap .innerwrap {
		max-width: 1500px;
	}
	.top .sec__aboutus .secwrap .innerwrap .lead {
		margin: 25px 0 0;
		font-size: min(3.125vw , 34px);
	}
	.top .sec__aboutus .secwrap .innerwrap .txt {
		margin: 25px 0 0;
		font-size: 14px;
	}
	.top .sec__aboutus .aboutus-slide {
		margin: -11% 0 0 -10%;
	}
	.top .sec__aboutus .aboutus-slide .slide-wrap li {
		width: calc(100vw / 3);
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__aboutus {
		margin: 30px 0 0;
		padding: 100px 0 15%;
		position: relative;
	}
	.top .sec__aboutus .secwrap {
		padding: 0 40px;
		text-align: left;
		position: relative;
	}
	.top .sec__aboutus .secwrap .innerwrap {
		display: flex;
		justify-content: space-between;
	}
	.top .sec__aboutus .secwrap .innerwrap .col {
		width: 70%;
		padding: 5% 0 0;
		position: relative;
		position: relative;
		z-index: 1;
	}
	.top .sec__aboutus .secwrap .innerwrap .lead {
		margin: 5% 0 0;
		font-size: min(3.3203vw , 60px);
	}
	.top .sec__aboutus .secwrap .innerwrap .txt {
		width: 70%;
		margin: 5% 0 0;
		font-size: 16px;
	}
	.top .sec__aboutus .secwrap .innerwrap .btn01 {
		margin: 5% 0 0;
	}
	.top .sec__aboutus .aboutus-slide {
		margin: 0 0 0 -10%;
	}
	.top .sec__aboutus .secwrap .innerwrap figure {
		width: 47%;
		margin: 0 0 0 -17%;
		border-radius: 8px;
	}
	.top .sec__aboutus .aboutus-slide .slide-wrap li {
		width: calc(100vw / 3.5);
		margin-left: 10px;
		border-radius: 8px;
	}
}

/* sec__services
---------------------------------------*/
.top .sec__services {
	margin: 50px 0 0;
}
.top .sec__services .secwrap {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}
.top .sec__services .secwrap .col .lead {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.top .sec__services .secwrap figure {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (min-width:768px) {
	.top .sec__services {
		margin: 50px 0 0;
	}
	.top .sec__services .secwrap {
		padding: 0 40px;
	}
	.top .sec__services .secwrap .col .lead {
		margin: 20px 0 0;
		font-size: 14px;
		text-align: center;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__services {
		margin: 50px 0 0;
	}
	.top .sec__services .secwrap {
		padding: 0 60px;
		display: flex;
		justify-content: space-between;
	}
	.top .sec__services .secwrap .col {
		width: 70%;
		order: 2;
	}
	.top .sec__services .secwrap .col .lead {
		margin: 20px 0 0;
		font-size: min(1.3671vw , 24px);
		text-align: right;
	}
	.top .sec__services .secwrap figure {
		width: 22.6666%;
		margin: 0 0 0 2%;
		padding: 0;
		order: 1;
	}
}

/* サービス内容 */
.services-area{
  overflow: hidden;
}
.services-wrap{
  display: flex;
}
.services-item {
  height: 100vh;
}
.top .sec__services .services-item {
	height: 100vh;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.top .sec__services .services-item.consulting {
	background: url(assets/images/top/services_bg_consulting_@1.25x.jpg) no-repeat center center / cover;
}
.top .sec__services .services-item.support{
	background: url(assets/images/top/services_bg_support@1.25x.jpg) no-repeat center center / cover;
}
.top .sec__services .services-item.tax{
	background: url(assets/images/top/services_bg_tax@1.25x.jpg) no-repeat center center / cover;
}
.top .sec__services .services-item .tit {
	text-align: center;
}
.top .sec__services .services-item .tit .num {
	padding: 0 0 5px;
	font-size: 12px;
	font-family: var(--font-en);
	font-weight: 500;
	color: #f7f1d0;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.top .sec__services .services-item .tit .num span {
	font-size: 16px;
	font-weight: 500;
}
.top .sec__services .services-item .tit h3 {
	padding: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #f7f1d0;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-top: 1px solid #f7f1d0;
}
.top .sec__services .services-item .innerwrap {
	margin: 15px 0 0;
}
.top .sec__services .services-item .innerwrap figure {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
}
.top .sec__services .services-item .innerwrap figure img {
	width: 100%;
}
.top .sec__services .services-item .innerwrap .col {
	margin: 15px 0 0;
}
.top .sec__services .services-item .innerwrap .col .lead {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
.top .sec__services .services-item .innerwrap .col .txt {
	margin: 10px 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.top .sec__services .services-item .innerwrap .col .btn01 {
	margin: 15px auto 0;
}
@media screen and (max-width:767px) and (orientation: landscape) {
	.services-area{
		overflow: inherit;
	}
	.services-wrap{
		display: block;
	}
	.services-item {
		height: inherit;
	}
	.top .sec__services .services-item {
		height: inherit;
		padding: 20px 20px 50px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
}
@media only screen and (min-width:768px) {
	.top .sec__services .services-item {
		height: 100vh;
		padding: 20px 40px 50px;
	}
	.top .sec__services .services-item .services-outer {
		max-width: 1440px;
		margin: 0 auto;
	}
	.top .sec__services .services-item .tit {
		text-align: right;
	}
	.top .sec__services .services-item .tit .num {
		padding: 0 0 5px;
		font-size: 12px;
	}
	.top .sec__services .services-item .tit .num span {
		font-size: 16px;
		font-weight: 500;
	}
	.top .sec__services .services-item .tit h3 {
		padding: 5px 0 0;
		font-size: 24px;
		line-height: 1.7;
	}
	.top .sec__services .services-item .innerwrap {
		margin: 25px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top .sec__services .services-item .innerwrap figure {
		width: 48.6111%;
		margin: 0;
		border-radius: 6px;
		order: 2;
	}
	.top .sec__services .services-item .innerwrap .col {
		width: 46.5277%;
		margin: 0;
		order: 1;
	}
	.top .sec__services .services-item .innerwrap .col .lead {
		font-size: min(2.8645vw, 28px);
		line-height: 1.5;
		text-align: left;
	}
	.top .sec__services .services-item .innerwrap .col .txt {
		margin: 15px 0 0;
		font-size: 14px;
		line-height:  2.2;
		text-align: left;
	}
	.top .sec__services .services-item .innerwrap .col .btn01 {
		margin: 15px 0 0;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__services .services-item {
		height: 100vh;
		padding: 20px 60px 50px;
	}
	.top .sec__services .services-item .services-outer {
		max-width: 1440px;
		margin: 0 auto;
	}
	.top .sec__services .services-item .tit {
		text-align: right;
	}
	.top .sec__services .services-item .tit .num {
		padding: 0 0 5px;
		font-size: 12px;
	}
	.top .sec__services .services-item .tit .num span {
		font-size: 16px;
		font-weight: 500;
	}
	.top .sec__services .services-item .tit h3 {
		padding: 5px 0 0;
		font-size: min(2.3437vw , 36px);
		line-height: 1.7;
	}
	.top .sec__services .services-item .innerwrap {
		margin: 25px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top .sec__services .services-item .innerwrap figure {
		width: 48.6111%;
		margin: 0;
		border-radius: 6px;
		order: 2;
	}
	.top .sec__services .services-item .innerwrap .col {
		width: 46.5277%;
		margin: 0;
		order: 1;
	}
	.top .sec__services .services-item .innerwrap .col .lead {
		font-size: min(2.3437vw , 36px);
		line-height: 1.5;
		text-align: left;
	}
	.top .sec__services .services-item .innerwrap .col .txt {
		margin: 20px 0 0;
		font-size: min(1.3671vw , 16px);
	}
	.top .sec__services .services-item .innerwrap .col .btn01 {
		margin: 25px 0 0;
	}
}

/* sec__voices
---------------------------------------*/
.top .sec__voices {
	margin: 50px 20px 0;
}
.top .sec__voices .secwrap {
	max-width: 1440px;
	margin: 0 auto;
}
.top .sec__voices .secwrap .voices-slide {
	margin: 20px 0 0;
}
.top .sec__voices .secwrap .voices-slide li {
	padding: 0 10px;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap {
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap .tit {
	padding: 0 0 10px;
	border-bottom: 1px solid #001b5b;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap .tit h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #001b5b;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .name {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .industry {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.top .sec__voices .secwrap .voices-slide li .innerwrap .txt {
	margin: 10px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.top .sec__voices .secwrap .voices-slide li .txt p {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.top .sec__voices .secwrap .voices-slide li .txt p:nth-child(n+2) {
	margin-top: 2em;
}
.top .sec__voices .secwrap .no-article {
	padding: 100px 0;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
@media only screen and (min-width:768px) {
	.top .sec__voices {
		margin: 80px 40px 0;
	}
	.top .sec__voices .secwrap .voices-slide {
		margin: 30px 0 0;
	}
	.top .sec__voices .secwrap .voices-slide li {
		padding: 0 10px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap {
		padding: 45px;
		border-radius: 4px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit {
		padding: 0 0 10px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit h3 {
		font-size: 20px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .name {
		margin: 20px 0 0;
		font-size: 14px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .industry {
		margin: 5px 0 0;
		font-size: 12px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .txt {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.top .sec__voices .secwrap .voices-slide li .txt p {
		font-size: 14px;
		line-height: 2.0;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__voices {
		margin: 140px 40px 0;
	}
	.top .sec__voices .secwrap .voices-slide {
		margin: 30px 0 0;
	}
	.top .sec__voices .secwrap .voices-slide li {
		padding: 0 20px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap {
		padding: 40px;
		border-radius: 6px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit {
		padding: 0 0 15px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit h3 {
		font-size: 26px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .name {
		margin: 20px 0 0;
		font-size: 18px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .tit .industry {
		margin: 5px 0 0;
		font-size: 14px;
	}
	.top .sec__voices .secwrap .voices-slide li .innerwrap .txt {
		margin: 15px 0 0;
		font-size: 14px;
	}
	.top .sec__voices .secwrap .voices-slide li .txt p {
		font-size: 14px;
		line-height: 2.2;
	}
	.top .sec__voices .secwrap .no-article {
		padding: 150px 0;
		text-align: center;
		font-weight: 700;
		font-size: 14px;
	}
}

/* sec__news
---------------------------------------*/
.top .sec__news {
	margin: 40px 0 0;
	padding: 0 10px; 
}
.top .sec__news .secwrap {
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
	background: url(assets/images/top/news_bg.jpg) no-repeat left center / cover;
}
.top .sec__news .secwrap .innerwrap {
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top .sec__news .secwrap .innerwrap .titwrap h2 {
	color: #fff;
}
.top .sec__news .secwrap .innerwrap .titwrap h2::after {
	background: url(assets/images/common/icon_symbol_wh.svg) no-repeat left top / cover;
}
.top .sec__news .secwrap .innerwrap .titwrap .en {
	color: #c9ced2;
}
.top .sec__news .secwrap .innerwrap .news-wrap {
	width: 100%;
	margin: 15px 0 0;
	text-align: left;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a {
	padding: 20px 15px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	display: block;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a::after {
	width: 14px;
	height: 14px;
  content: "";
  display: inline-block;
  background: url("assets/images/common/arr_wh.svg") no-repeat left top / cover;
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .date {
	font-size: 12px;
	font-family: var(--font-en);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .cate {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
}
.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col p  {
	padding: 10px 40px 0 0;
	font-size: 14px;
	font-family: var(--font-go);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
	text-align: left;
	display: block;
	text-decoration: none;
	position: relative;
}
.top .sec__news .secwrap .innerwrap .news-wrap .btn01 {
	margin: 35px auto 0;
}
.top .sec__news .secwrap .innerwrap .news-wrap .btn01 a {
	min-width: 220px;
}
.top .sec__news .secwrap .innerwrap .news-wrap .no-article {
	padding: 50px 0;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
@media only screen and (min-width:768px) {
	.top .sec__news {
		margin: 60px 0 0;
		padding: 0 20px; 
	}
	.top .sec__news .secwrap {
		padding: 50px 40px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap {
		margin: 20px 0 0;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .date {
		font-size: 12px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .cate {
		margin: 0 0 0 10px;
		font-size: 12px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col p  {
		padding: 10px 40px 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__news {
		margin: 60px 0 0;
		padding: 0 20px; 
	}
	.top .sec__news .secwrap {
		padding: 12% 6%;
	}
	.top .sec__news .secwrap .innerwrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top .sec__news .secwrap .innerwrap .titwrap {
		width: 50%;
	}
	.top .sec__news .secwrap .innerwrap .titwrap .en {
		font-size: min(9.7656vw, 160px);
	}
	.top .sec__news .secwrap .innerwrap .news-wrap {
		width: 48.6111%;
		margin: 0;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a {
		padding: 35px 20px;
		text-decoration: none;
		transition: 0.2s;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a:hover {
		transform: translateX(10px);
		background-color: #0475a3;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .date {
		font-size: 14px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col .entry-meta .cate {
		margin: 0 0 0 10px;
		font-size: 14px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .news-article a .col p  {
		padding: 10px 40px 0 0;
		font-size: 16px;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .btn01 {
		margin: 55px 0 0;
	}
	.top .sec__news .secwrap .innerwrap .news-wrap .no-article {
		padding: 50px 0;
		text-align: left;
		font-weight: 700;
		font-size: 14px;
		color: #fff;
	}
}

/* sec__company
---------------------------------------*/
.top .sec__company{
	margin: 50px 0 0;
	padding: 14% 20px;
	background: url(assets/images/top/company_bg.jpg) no-repeat left center / cover;
}
.top .sec__company .secwrap {
	max-width: 1440px;
	margin: 0 auto;
}
.top .sec__company .secwrap .col h2 {
	padding: 0 0 15px;
	font-size: min(4.8vw , 22px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.top .sec__company .secwrap .col figure {
	width: 130px;
	margin: 15px auto 0;
}
.top .sec__company .secwrap .btn01 a {
	background: transparent;
	border: 1px solid #fff;
}
@media only screen and (min-width:768px) {
	.top .sec__company{
		margin: 50px 0 0;
		padding: 14% 40px;
	}
	.top .sec__company .secwrap {
		max-width: 1440px;
		margin: 0 auto;
	}
	.top .sec__company .secwrap .col h2 {
		padding: 0 0 15px;
		font-size: min(2.8645vw , 26px);
	}
	.top .sec__company .secwrap .col figure {
		width: 150px;
		margin: 20px auto 0;
	}
}
@media only screen and (min-width:1024px) {
	.top .sec__company{
		margin: 20px 0 0;
		padding: 14% 60px;
	}
	.top .sec__company .secwrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top .sec__company .secwrap .col {
		width: 60%;
	}
	.top .sec__company .secwrap .col h2 {
		padding: 0 0 15px;
		font-size: min(2.5390vw , 42px);
		text-align: left;
	}
	.top .sec__company .secwrap .col figure {
		width: min(10.4166vw , 316px);
		margin: 20px 0 0;
	}
	.top .sec__company .secwrap .btn01 a:hover {
		color: #001b5b;
		background: #fff;
		border: 1px solid #fff;
	}
	.top .sec__company .secwrap .btn01 a:hover span.arrow::before {
    filter: brightness(0);
	}
}

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

　##　ABOUT US 

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

/* sec__lead
------------------------------------------------*/
.aboutus .sec__lead {
	margin: 30px 0 0;
	position: relative;
}
.aboutus .sec__lead .secwrap {
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.aboutus .sec__lead .secwrap .innerwrap {
	padding: 0 20px;
}
.aboutus .sec__lead .secwrap .innerwrap .col h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.aboutus .sec__lead .secwrap .innerwrap .col p {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.aboutus .sec__lead .secwrap .innerwrap figure{
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	border-radius: 4px;
}
.aboutus .sec__lead .secwrap .innerwrap figure img {
	width: 100%;
}
.aboutus .sec__lead .secwrap p.en {
	margin: -5% 0 0;
	font-family: var(--font-en);
	font-size: 8vw;
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	position: relative;
}
@media only screen and (min-width:768px) {
	.aboutus .sec__lead {
		margin:50px 0 0;
		position: relative;
	}
	.aboutus .sec__lead .secwrap {
		max-width: 2000px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.aboutus .sec__lead .secwrap .innerwrap {
		padding: 0 60px;
	}
	.aboutus .sec__lead .secwrap .innerwrap .col h2 {
		font-size: 26px;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.7;
		text-align: center;
	}
	.aboutus .sec__lead .secwrap .innerwrap .col p {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 2.2;
	}
	.aboutus .sec__lead .secwrap .innerwrap figure{
		margin: 30px 0 0;
		border-radius: 4px;
	}
	.aboutus .sec__lead .secwrap p.en {
		margin: -5% 0 0;
		font-family: var(--font-en);
		font-size: 8vw;
	}
}
@media only screen and (min-width:1024px) {
	.aboutus .sec__lead {
		margin: 80px 0 0;
	}
	.aboutus .sec__lead .secwrap .innerwrap {
		padding: 0 0 0 8.3333%;
		display: flex;
		align-items: center;
	}
	.aboutus .sec__lead .secwrap .innerwrap .col {
		width: 43%;
		position: relative;
	}
	.aboutus .sec__lead .secwrap .innerwrap .col h2 {
		font-size: min(2.5390vw,46px);
		text-align: left;
	}
	.aboutus .sec__lead .secwrap .innerwrap .col p {
		margin: 30px 0 0;
		font-size: min(1.3671vw,16px);
		line-height: 2.2;
	}
	.aboutus .sec__lead .secwrap .innerwrap figure{
		width: 90%;
		margin: 0 0 0 -33%;
		border-radius: 6px 0 0 6px;
	}
	.aboutus .sec__lead .secwrap p.en {
		margin: -8% 0 0 8.3333%;
		font-family: var(--font-en);
		font-size: min(8vw,170px);
		text-align: left;
	}
}

/* sec__identity
------------------------------------------------*/
.aboutus .sec__identity {
	margin: 50px 0 0;
	position: relative;
}
.aboutus .sec__identity .secwrap ul li#purpose {
	background: url(assets/images/aboutus/purpose_bg_sp.jpg) no-repeat center bottom /cover;
}
.aboutus .sec__identity .secwrap ul li#vision {
	background: url(assets/images/aboutus/vision_bg_sp.jpg) no-repeat center bottom /cover;
}
.aboutus .sec__identity .secwrap ul li#mission {
	background: url(assets/images/aboutus/mission_bg_sp.jpg) no-repeat right bottom /cover;
}
.aboutus .sec__identity .secwrap ul li#value {
	background: url(assets/images/aboutus/value_bg_sp.jpg) no-repeat center bottom /cover;
}
.aboutus .sec__identity .secwrap ul li .innerwrap {
	max-width: 1500px;
	/* min-height: 100vh; */
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .en {
	width: fit-content;
	width: -moz-fit-content;
	height: 40px;
	margin: 0 auto;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .en img {
	height: 100%;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit {
	margin: 10px 0 0;
	text-align: center;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit h3 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit p {
	width: fit-content;
	width: -moz-fit-content;
	margin: 5px auto 0;
	padding: 5px 0 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	border-top: 1px solid #969fb6;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .lead {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	color: #001b5b;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .txt {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner {
	margin: 35px 0 0;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4 {
	padding: 0 0 0 60px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: left;
	color: #001b5b;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4::before {
	width: 50px;
	height: 39px;
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 19px);
	left: 0;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner:nth-child(1) h4::before {
	background: url(assets/images/aboutus/num01@2x.png) no-repeat left top / cover;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner:nth-child(2) h4::before {
	background: url(assets/images/aboutus/num02@2x.png) no-repeat left top / cover;
}
.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner:nth-child(3) h4::before {
	background: url(assets/images/aboutus/num03@2x.png) no-repeat left top / cover;
}
@media only screen and (min-width:768px) {
	.aboutus .sec__identity {
		margin: 80px 0 0;
	}
	.aboutus .sec__identity .secwrap ul li#purpose {
		background: url(assets/images/aboutus/purpose_bg.jpg) no-repeat right bottom /cover;
	}
	.aboutus .sec__identity .secwrap ul li#vision {
		background: url(assets/images/aboutus/vision_bg.jpg) no-repeat left bottom /cover;
	}
	.aboutus .sec__identity .secwrap ul li#mission {
		background: url(assets/images/aboutus/mission_bg.jpg) no-repeat right bottom /cover;
	}
	.aboutus .sec__identity .secwrap ul li#value {
		background: url(assets/images/aboutus/value_bg.jpg) no-repeat center bottom /cover;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap {
		padding: 100px 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit  {
		width: 27%;
		display: flex;
		align-items: center;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .en {
		width: 60%;
		height: inherit;
		margin: 0;
		text-align: center;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .en img {
		width: 50%;
		max-width: 110px;
		height: inherit;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit {
		width: 40%;
		margin: 0;
		text-align: left;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit h3 {
		font-size: 16px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit p {
		width: fit-content;
		width: -moz-fit-content;
		margin: 10px 0 0;
		padding: 10px 0 0;
		font-size: 16px;
		border-top: 1px solid #969fb6;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col {
		width: 66%;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .lead {
		margin: 0;
		font-size: 26px;
		text-align: left;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .txt {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 2.0;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner {
		margin: 35px 0 0;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4 {
		padding: 0 0 0 60px;
		position: relative;
		font-size: 26px;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4::before {
		width: 50px;
		height: 39px;
		content: "";
		display: inline-block;
		position: absolute;
		top: calc(50% - 19px);
		left: 0;
	}
}
@media only screen and (min-width:1024px) {
	.aboutus .sec__identity {
		margin: 120px 0 0;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap {
		padding: 12% 40px;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit h3 {
		font-size: min(1.7578vw,26px);
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col-tit .tit p {
		margin: 15px 0 0;
		padding: 15px 0 0;
		font-size: min(1.7578vw,26px);
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .lead {
		margin: 0;
		font-size: min(2.5392vw,44px);
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .txt {
		margin: 30px 0 0;
		font-size: min(1.3671vw,16px);
		line-height: 2.2;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner {
		margin: 50px 0 0;
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4 {
		padding: 0 0 0 80px;
		position: relative;
		font-size: min(2.5392vw,44px);
	}
	.aboutus .sec__identity .secwrap ul li .innerwrap .col .inner h4::before {
		width: 70px;
		height: 55px;
		content: "";
		display: inline-block;
		position: absolute;
		top: calc(50% - 27px);
		left: 0;
	}
}

/* sec__message
------------------------------------------------*/
.aboutus .sec__message {
	margin: 50px 0 0;
	position: relative;
}
.aboutus .sec__message .secwrap {
	max-width: 1600px;
	margin: 50px auto 0;
	position: relative;
}
.aboutus .sec__message .secwrap .innerwrap {
	margin: 15px 0o 0;
	padding: 20px 0 0;
	position: relative;
}
.aboutus .sec__message .secwrap .innerwrap::before {
	width: 100%;
	height: 100%;
	content: "";
	background: #ebf5fa;
	position: absolute;
	top: 0;
	left: 0;
}
.aboutus .sec__message .secwrap .innerwrap figure {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.aboutus .sec__message .secwrap .innerwrap figure img {
	width: 80%;
	position: relative;
}
.aboutus .sec__message .secwrap .innerwrap figure::before {
	width: 90%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, #93c5d2, #c7dce3);
	position: absolute;
	top: 0;
	left: 5%;
}
.aboutus .sec__message .secwrap .innerwrap .col {
	padding: 25px 30px;
	position: relative;
}
.aboutus .sec__message .secwrap .innerwrap .col .lead {
	padding: 0 0 15px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.aboutus .sec__message .secwrap .innerwrap .col .txt {
	margin: 20px 0 0;
	padding: 0 0 15px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
@media only screen and (min-width:768px) {
	.aboutus .sec__message {
		margin: 80px 0 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap {
		margin: 50px auto 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap .innerwrap {
		margin: 15px 0 0;
		padding: 30px 30px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.aboutus .sec__message .secwrap .innerwrap::before {
		width: 80%;
		height: 100%;
		content: "";
		background: linear-gradient(to right, #93c5d2, #c7dce3);
		position: absolute;
		top: 0;
		left: 0;
	}
	.aboutus .sec__message .secwrap .innerwrap figure {
		width: 42%;
		margin: auto 0 0;
	}
	.aboutus .sec__message .secwrap .innerwrap figure img {
		width: 100%;
	}
	.aboutus .sec__message .secwrap .innerwrap figure::before {
		display: none;
	}
	.aboutus .sec__message .secwrap .innerwrap .col {
		width: 52%;
		padding: 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap .innerwrap .col .lead {
		font-size: 24px;
		text-align: left;
	}
	.aboutus .sec__message .secwrap .innerwrap .col .txt {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 2.6;
	}
}
@media only screen and (min-width:1024px) {
	.aboutus .sec__message {
		margin: 150px 0 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap {
		margin: 50px auto 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap .innerwrap {
		margin: 30px 0 0;
		padding: 50px 50px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.aboutus .sec__message .secwrap .innerwrap::before {
		width: 80%;
		height: 100%;
		content: "";
		background: linear-gradient(to right, #93c5d2, #c7dce3);
		position: absolute;
		top: 0;
		left: 0;
	}
	.aboutus .sec__message .secwrap .innerwrap figure {
		width: 42%;
		margin: auto 0 0;
	}
	.aboutus .sec__message .secwrap .innerwrap figure img {
		width: 100%;
	}
	.aboutus .sec__message .secwrap .innerwrap figure::before {
		display: none;
	}
	.aboutus .sec__message .secwrap .innerwrap .col {
		width: 52%;
		padding: 0;
		position: relative;
	}
	.aboutus .sec__message .secwrap .innerwrap .col .lead {
		font-size: min(3.125vw,40px);
		font-weight: 700;
	}
	.aboutus .sec__message .secwrap .innerwrap .col .txt {
		margin: 20px 0 0;
		font-size: min(1.3671vw,16px);
		line-height: 2.4;
	}
}



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

　##　SERVICES  事業内容

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

/* sec__lead
---------------------------------------*/
.services .sec__lead {
	margin: 30px 0 0;
	padding: 0 10px;
	position: relative;
}
.services .sec__lead figure {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.services .sec__lead figure img {
	width: 100%;
} 
.services .sec__lead .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 10px 40px;
	text-align: center;
}
.services .sec__lead .secwrap h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.services .sec__lead .secwrap p {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}
@media only screen and (min-width:768px) {
	.services .sec__lead {
		margin: 50px 0 0;
		padding: 0 20px;
	}
	.services .sec__lead figure {
		border-radius: 4px;
	}
	.services .sec__lead .secwrap {
		padding: 30px 30px;
	}
	.services .sec__lead .secwrap h2 {
		font-size: 26px;
	}
	.services .sec__lead .secwrap p {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 2.0;
		text-align: left;
	}
}
@media only screen and (min-width:1024px) {
	.services .sec__lead {
		margin: 80px 0 0;
		padding: 0 30px;
	}
	.services .sec__lead figure {
		border-radius: 6px;
	}
	.services .sec__lead .secwrap {
		padding: 50px 40px;
		text-align: center;
	}
	.services .sec__lead .secwrap h2 {
		font-size: min(2.5390vw,46px);
	}
	.services .sec__lead .secwrap p {
		margin: 30px 0 0;
		font-size: min(1.3671vw,16px);
		line-height: 2.0;
		text-align: center;
	}
}

/* sec__services
---------------------------------------*/
.services .sec__services {
	margin: 0;
	padding: 0 20px;
	position: relative;
}
.services .sec__services .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.services .sec__services .secwrap .ttl-area .tit {
	text-align: center;
}
.services .sec__services .secwrap .ttl-area .tit .num {
	padding: 0 0 5px;
	font-size: 12px;
	font-family: var(--font-en);
	font-weight: 500;
	color: #f7f1d0;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.services .sec__services .secwrap .ttl-area .tit .num span {
	font-size: 16px;
	font-weight: 500;
}
.services .sec__services .secwrap .ttl-area .tit h2 {
	padding: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #f7f1d0;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-top: 1px solid #ddd;
}
.services .sec__services .secwrap .ttl-area .services-txt {
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}
@media only screen and (min-width:768px) {
	.services .sec__services {
		margin: 0;
		padding: 0 40px;
		position: relative;
	}
	.services .sec__services .secwrap {
		padding: 80px 0;
		text-align: center;
	}
	.services .sec__services .secwrap .ttl-area .tit {
		text-align: center;
	}
	.services .sec__services .secwrap .ttl-area .tit .num {
		padding: 0 0 5px;
		font-size: 12px;
	}
	.services .sec__services .secwrap .ttl-area .tit .num span {
		font-size: 16px;
	}
	.services .sec__services .secwrap .ttl-area .tit h2 {
		padding: 5px 0 0;
		font-size: 24px;
	}
	.services .sec__services .secwrap .ttl-area .services-txt {
		padding: 25px 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.services .sec__services {
		margin: 0;
		padding: 0 60px;
		position: relative;
	}
	.services .sec__services .secwrap {
		padding: 10.4166% 0;
		text-align: left;
	}
	.services .sec__services .secwrap .ttl-area {
		display: flex;
		justify-content: space-between;
	}
	.services .sec__services .secwrap .ttl-area .tit {
		width: 48%;
		padding: 10px 0 0;
		text-align: left;
	}
	.services .sec__services .secwrap .ttl-area .tit .num {
		padding: 0 0 5px;
		font-size: 12px;
	}
	.services .sec__services .secwrap .ttl-area .tit .num span {
		font-size: 16px;
	}
	.services .sec__services .secwrap .ttl-area .tit h2 {
		padding: 5px 0 0;
		font-size: min(2.3437vw, 36px);
	}
	.services .sec__services .secwrap .ttl-area .services-txt {
		width: 48%;
		padding: 0;
		font-size: 14px;
		line-height: 2.2;
	}
}

/*---------- area-consulting */
.services .sec__services.area-consulting{
	background: #668194 url(assets/images/services/consulting_bg.jpg) no-repeat center top / 100% auto;
}
.services .sec__services.area-consulting .secwrap .c-item {
	margin: 30px 0 0;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 4px;
}
.services .sec__services .secwrap .c-item .innerwrap .md {
	text-align: center;
}
.services .sec__services .secwrap .c-item .innerwrap .md h3 {
	padding: 3px 15px;
	color: #f7f1d0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background-color: #668194;
}
.services .sec__services .secwrap .c-item .innerwrap .md .en {
	margin: 5px 0 0;
	color: #668194;
	font-size: 12px;
	font-family: var(--font-en);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.services .sec__services .secwrap .c-item .innerwrap .lead {
	margin: 20px 0 0;
	font-size: min(4.5333vw,20px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.7;
}
.services .sec__services .secwrap .c-item .innerwrap .txt {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
.services .sec__services .secwrap .c-item .innerwrap ul {
	margin: 15px 0 0;
}
.services .sec__services .secwrap .c-item .innerwrap ul li {
	margin: 2% 0 0;
	padding: 15px 10px;
	font-size: min(3.7333vw , 16px);
	font-weight: 700;
	color: #001b5b;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	background-color: #ebf2f6;
	box-sizing: border-box;
}
.services .sec__services .secwrap .c-item .innerwrap ul li h4 {
	font-size: min(3.7333vw , 15px);
	font-weight: 700;
}
.services .sec__services .secwrap .c-item .innerwrap ul li p {
	margin: 5px 0 0;
	font-size: min(2.9333vw , 12px);
	font-weight: 500;
	color: #555;
	letter-spacing: 0.02em;
}

@media only screen and (min-width:768px) {
	.services .sec__services.area-consulting .secwrap .c-item {
		margin: 40px 0 0;
		padding: 50px 40px;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md {
		text-align: center;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md h3 {
		padding: 3px 15px;
		color: #f7f1d0;
		font-size: 22px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md .en {
		margin: 5px 0 0;
		font-size: 12px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .lead {
		margin: 30px 0 0;
		font-size: min(2.6041vw,30px);
		text-align: left;
	}
	.services .sec__services .secwrap .c-item .innerwrap .txt {
		margin: 15px 0 0;
		font-size: 14px;
	}
	.services .sec__services .secwrap .c-item .innerwrap ul {
		margin: 20px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li {
		width: 49%;
		margin: 2% 0 0;
		padding: 15px;
		font-size: min(1.9531vw , 16px);
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li h4 {
		font-size: min(1.9531vw , 16px);
	}
}
@media only screen and (min-width:1024px) {
	.services .sec__services.area-consulting .secwrap .c-item {
		margin: 90px 0 0;
		padding: 6.9444% 5.555%;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md {
		text-align: center;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md h3 {
		padding: 5px 15px;
		font-size: 30px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .md .en {
		margin: 5px 0 0;
		font-size: 14px;
	}
	.services .sec__services .secwrap .c-item .innerwrap .lead {
		margin: 40px 0 0;
		font-size: min(2.9296vw,40px);
		text-align: left;
		letter-spacing: 0.05em;
	}
	.services .sec__services .secwrap .c-item .innerwrap .txt {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.services .sec__services .secwrap .c-item .innerwrap ul {
		margin: 30px 0 0;
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li {
		padding: 25px 20px;
		font-size: min(1.5625vw , 18px);
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li h4 {
		font-size: min(1.5625vw , 18px);
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li p {
		margin: 5px 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1200px) {
	.services .sec__services .secwrap .c-item .innerwrap ul::after {
		content:"";
		display: block;
		width:33%;
	}
	.services .sec__services .secwrap .c-item .innerwrap ul li {
		width: 33%;
		margin: 0.5% 0 0;
		padding: 25px 15px;
	}
}

/*---------- area-support */
.services .sec__services.area-support {
	background: #335a82 url(assets/images/services/support_bg.jpg) no-repeat center top / 100% auto;
}
.services .sec__services.area-support .secwrap .s-item {
	margin: 30px 0 0;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 4px;
}
.services .sec__services .secwrap .s-item .innerwrap .md {
	text-align: center;
}
.services .sec__services .secwrap .s-item .innerwrap .md h3 {
	padding: 3px 15px;
	color: #f7f1d0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background-color: #335a82;
}
.services .sec__services .secwrap .s-item .innerwrap .inner {
	padding: 10px 0;
}
.services .sec__services .secwrap .s-item .innerwrap .inner .col .lead {
	margin: 20px 0 0;
	font-size: min(4.5333vw, 20px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.7;
}
.services .sec__services .secwrap .s-item .innerwrap .inner .col .txt {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
.services .sec__services .secwrap .s-item .innerwrap .inner figure {
	width: 100%;
	margin: 20px 0 0;
}
.services .sec__services .secwrap .s-item .innerwrap .inner figure img {
	width: 100%;
}
@media only screen and (min-width:768px) {
	.services .sec__services.area-support .secwrap .s-item {
		margin: 40px 0 0;
		padding: 50px 40px;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .md h3 {
		padding: 3px 15px;
		font-size: 22px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner {
		padding: 10px 0;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col .lead {
		margin: 30px 0 0;
		font-size: min(2.6041vw,28px);
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col .txt {
		margin: 15px 0 0;
		font-size: 14px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner figure {
		width: 50%;
		max-width: 400px;
		margin: 20px auto 0;
	}
}
@media only screen and (min-width:1024px) {
	.services .sec__services.area-support .secwrap .s-item {
		margin: 90px 0 0;
		padding: 6.9444% 5.555%;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .md h3 {
		padding: 5px 15px;
		font-size: 30px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner {
		padding: 40px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col {
		width: 53.125%;
		order: 1;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col .lead {
		margin: 0;
		font-size: min(2.7343vw,40px);
		text-align: left;
		letter-spacing: 0.05em;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col .txt {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner .col .btn01 {
		margin: 35px 0 0;
	}
	.services .sec__services .secwrap .s-item .innerwrap .inner figure {
		width: 39.0625%;
		max-width: inherit;
		margin: 0;
		order: 2;
	}
}

/*---------- area-group */
.services .sec__services.area-group {
	background: #335a82 url(assets/images/services/tax_bg.jpg) no-repeat center top / 100% auto;
}
.services .sec__services.area-group .secwrap .a-item {
	margin: 30px 0 0;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 4px;
}
.services .sec__services .secwrap .a-item .innerwrap .md {
	text-align: center;
}
.services .sec__services .secwrap .a-item .innerwrap .md h3 {
	padding: 3px 15px;
	color: #f7f1d0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background-color: #668194;
}
.services .sec__services .secwrap .a-item .innerwrap .inner {
	padding: 10px 0;
}
.services .sec__services .secwrap .a-item .innerwrap .inner .col .lead {
	margin: 20px 0 0;
	font-size: min(4.5333vw, 20px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.7;
}
.services .sec__services .secwrap .a-item .innerwrap .inner .col .txt {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
.services .sec__services .secwrap .a-item .innerwrap .inner figure {
	width: 100%;
	margin: 20px 0 0;
}
.services .sec__services .secwrap .a-item .innerwrap .inner figure img {
	width: 100%;
}
@media only screen and (min-width:768px) {
	.services .sec__services.area-group .secwrap .a-item {
		margin: 40px 0 0;
		padding: 50px 40px;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .md h3 {
		padding: 3px 15px;
		font-size: 22px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner {
		padding: 10px 0;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col .lead {
		margin: 30px 0 0;
		font-size: min(2.6041vw,28px);
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col .txt {
		margin: 15px 0 0;
		font-size: 14px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner figure {
		width: 50%;
		max-width: 400px;
		margin: 20px auto 0;
	}
}
@media only screen and (min-width:1024px) {
	.services .sec__services.area-group .secwrap .a-item {
		margin: 90px 0 0;
		padding: 6.9444% 5.555%;
		border-radius: 6px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .md h3 {
		padding: 5px 15px;
		font-size: 30px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner {
		padding: 40px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col {
		width: 53.125%;
		order: 1;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col .lead {
		margin: 0;
		font-size: min(2.7343vw,40px);
		text-align: left;
		letter-spacing: 0.05em;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col .txt {
		margin: 35px 0 0 0;
		font-size: 16px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner .col .btn01 {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.services .sec__services .secwrap .a-item .innerwrap .inner figure {
		width: 39.0625%;
		max-width: inherit;
		margin: 0;
		order: 2;
	}
}


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

　##　COMPANY  企業情報

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

/* sec__profile
---------------------------------------*/
.company .sec__profile {
	margin: 30px 0 0;
	position: relative;
}
.company .sec__profile .profile_pic {
	width: 100%;
}
.company .sec__profile .profile_pic picture {
  height: 55vw;
  overflow: hidden;
  width: 100%;
	display: block;
} 
.company .sec__profile .profile_pic picture img {
  height: auto;
  width: 100%;
} 
.company .sec__profile .secwrap {
	max-width: 1440px;
	margin: -36px auto 0;
	padding: 0 20px 40px;
	text-align: center;
	position: relative;
}
.company .sec__profile .secwrap .outline {
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}
.company .sec__profile .secwrap .outline dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.company .sec__profile .secwrap .outline dl dt {
	width: 30%;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #001b5b;
	box-sizing: border-box;
}
.company .sec__profile .secwrap .outline dl dd {
	width: 70%;
	padding: 15px 0 15px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #b2c9da;
	box-sizing: border-box;
}
.company .sec__profile .secwrap .outline dl dd a {
	color: #222;
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	.company .sec__profile {
		margin: 50px 0 0;
		position: relative;
	}
	.company .sec__profile .profile_pic {
		width: 100%;
	}
	.company .sec__profile .profile_pic picture {
		height: 25vw;
	} 
	.company .sec__profile .profile_pic picture img {
		height: auto;
		width: 100%;
	} 
	.company .sec__profile .secwrap {
		max-width: 1440px;
		margin: -40px auto 0;
		padding: 0 40px 50px;
	}
	.company .sec__profile .secwrap .outline {
		padding: 30px 0;
	}
	.company .sec__profile .secwrap .outline dl dt {
		padding: 25px 0;
		font-size: 14px;
	}
	.company .sec__profile .secwrap .outline dl dd {
		width: 70%;
		padding: 25px 0 25px 15px;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.company .sec__profile {
		margin: 80px 0 0;
		position: relative;
	}
	.company .sec__profile .secwrap {
		margin: -60px auto 0;
		padding: 0 50px 60px;
	}
	.company .sec__profile .secwrap .outline {
		padding: 30px 0;
	}
	.company .sec__profile .secwrap .outline dl dt {
		padding: 35px 0;
		font-size: 16px;
	}
	.company .sec__profile .secwrap .outline dl dd {
		width: 70%;
		padding: 35px 0 35px 15px;
		font-size: 16px;
	}
}

/* sec__access
---------------------------------------*/
.company .sec__access {
  margin: 30px 0 0;
	padding: 50px 20px;
	background: url(assets/images/company/access_bg.jpg) no-repeat center center / cover;
}
.company .sec__access .secwrap {
  max-width: 1440px;
	margin: 0 auto;
}
.company .sec__access .secwrap #map_canvas {
  width: 100%;
	margin: 20px 0 0;
	height: auto;
	background-color: #555;
	overflow: hidden;
	padding-bottom: 100%;
  position: relative;
}
.company .sec__access .secwrap #map_canvas iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.company .sec__access .secwrap .add {
  margin: 10px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
@media only screen and (min-width:768px) {
	.company .sec__access {
		margin: 30px 0 0;
		padding: 80px 40px;
	}
	.company .sec__access .secwrap #map_canvas {
		margin: 30px 0 0;
		padding-bottom: 50%;
	}
}
@media only screen and (min-width:1024px) {
	.company .sec__access {
		margin: 50px 0 0;
		padding: 120px 40px;
	}
}

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

　##　RECRUIT  採用情報

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

/* sec__message
---------------------------------------*/
.recruit .sec__message {
	margin: 30px 0 0;
	padding: 0 20px;
	position: relative;
}
.recruit .sec__message .secwrap {
	max-width: 1800px;
	margin: 0 auto;
}
.recruit .sec__message .secwrap .innerwrap figure {
  width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	border-radius: 4px;
} 
.recruit .sec__message .profile_pic picture img {
  width: 100%;
} 
.recruit .sec__message .secwrap .innerwrap .col {
	margin: 15px 0 0;
	text-align: center;
} 
.recruit .sec__message .secwrap .innerwrap .col .lead {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
} 
.recruit .sec__message .secwrap .innerwrap .col .txt {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	text-align: left;
} 
@media only screen and (min-width:768px) {
	.recruit .sec__message {
		margin: 50px 0 0;
		padding: 0 40px;
	}
	.recruit .sec__message .secwrap .innerwrap figure {
		width: 100%;
		margin: 30px 0 0;
		border-radius: 6px;
	} 
	.recruit .sec__message .secwrap .innerwrap .col {
		margin: 20px 0 0;
	} 
	.recruit .sec__message .secwrap .innerwrap .col .lead {
		font-size: 26px;
	} 
	.recruit .sec__message .secwrap .innerwrap .col .txt {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 2.2;
	} 
}
@media only screen and (min-width:1024px) {
	.recruit .sec__message {
		margin: 60px 0 0;
		padding: 0 40px;
	}
	.recruit .sec__message .secwrap .innerwrap {
		margin: 40px 0 0;
		padding: 0 0 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.recruit .sec__message .secwrap .innerwrap figure {
		width: 55.5555%;
		margin: 0;
		order: 2;
	} 
	.recruit .sec__message .secwrap .innerwrap .col {
		width: 40%;
		margin: 0;
		text-align: left;
		order: 1;
	} 
	.recruit .sec__message .secwrap .innerwrap .col .lead {
		font-size: min(2.5390vw, 46px);
		text-align: left;
	} 
	.recruit .sec__message .secwrap .innerwrap .col .txt {
		margin: 30px 0 0;
		font-size: min(1.3671vw, 16px);
		line-height: 2.2;
	} 
}

/* sec__category
---------------------------------------*/
.recruit .sec__category {
	margin: 50px 10px 0;
	background: url(assets/images/recruit/jobcategory_bg.jpg) no-repeat center center /cover;
							
}
.recruit .sec__category .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 20px 110%;
	background: url(assets/images/common/bnr_recruit_pic_01@2x.png) no-repeat center bottom / 50% auto;
}
.recruit .sec__category .secwrap .lead {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.recruit .sec__category .secwrap ul {
	padding: 10px 0 0;
}
.recruit .sec__category .secwrap ul li {
	margin: 20px 0 0;
	padding: 20px;
	background-color: #5398bc;
	border-radius: 4px;
	box-sizing: border-box;
}
.recruit .sec__category .secwrap ul li h3 {
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	position: relative;
	text-align: center;
}
.recruit .sec__category .secwrap ul li h3::before {
	width: 20px;
	height: 3px;
	content: "";
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: calc(50% - 10px);
}
.recruit .sec__category .secwrap ul li p {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	color: #fff;
}
@media only screen and (min-width:768px) {
	.recruit .sec__category {
		margin: 80px 10px 0;
		background: url(assets/images/recruit/jobcategory_bg.jpg) no-repeat center center /cover;
								
	}
	.recruit .sec__category .secwrap {
		max-width: 1440px;
		margin: 0 auto;
		padding: 60px 30px;
		background: url(assets/images/common/bnr_recruit_pic_01@2x.png) no-repeat right -15% bottom / 40% auto;
	}
	.recruit .sec__category .secwrap .lead {
		margin: 15px 0 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 2.0;
	}
	.recruit .sec__category .secwrap ul {
		width: 82%;
		padding: 10px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recruit .sec__category .secwrap ul li {
		width: 48%;
		margin: 4% 0 0;
		padding: 30px;
		border-radius: 6px;
	}
	.recruit .sec__category .secwrap ul li h3 {
		padding: 10px 0 0;
		font-size: 18px;
		text-align: left;
	}
	.recruit .sec__category .secwrap ul li h3::before {
		width: 20px;
		height: 3px;
		top: 0;
		left: 0;
	}
	.recruit .sec__category .secwrap ul li p {
		margin: 15px 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.recruit .sec__category {
		margin: 120px 20px 0;
		background: url(assets/images/recruit/jobcategory_bg.jpg) no-repeat center center /cover;
								
	}
	.recruit .sec__category .secwrap {
		padding: 80px 40px;
		background: url(assets/images/common/bnr_recruit_pic_01@2x.png) no-repeat right 5% bottom / 28% auto;
	}
	.recruit .sec__category .secwrap .md01 {
		text-align: left;
	}
	.recruit .sec__category .secwrap .md01 h2 {
		margin: 0;
	}
	.recruit .sec__category .secwrap .md01 h2::after {
		left: inherit;
		right: -25px;
}
	.recruit .sec__category .secwrap .lead {
		margin: 20px 0 0;
		font-size: min(1.3671vw,18px);
	}
	.recruit .sec__category .secwrap ul {
		width: 75%;
		padding: 15px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recruit .sec__category .secwrap ul li {
		width: 48%;
		margin: 4% 0 0;
		padding: 50px;
		border-radius: 6px;
	}
	.recruit .sec__category .secwrap ul li h3 {
		padding: 10px 0 0;
		font-size: min(1.7578vw,26px);
		text-align: left;
	}
	.recruit .sec__category .secwrap ul li p {
		margin: 15px 0 0;
		font-size: 14px;
	}
}

/* sec__description
---------------------------------------*/
.recruit .sec__description {
	margin: 80px 0 0;
	padding: 0 20px;
							
}
.recruit .sec__description .secwrap {
	max-width: 1440px;
	margin: 0 auto;
}
.recruit .sec__description .secwrap .innerwrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.recruit .sec__description .secwrap .innerwrap .col-list {
	width: 100%;
	order: 2;
}
.recruit .sec__description .secwrap .innerwrap .col-list .no-item-txt {
	text-align: center;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item {
	margin: 40px 0 0;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item h3 {
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	background-color: #5398bc;
	border-radius: 4px;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline {
	margin: 10px 0 0;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dt {
	width: 30%;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #b2c9da;
	box-sizing: border-box;
}
.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dd {
	width: 70%;
	padding: 15px 0 15px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #b2c9da;
	box-sizing: border-box;
}
.recruit .sec__description .secwrap .innerwrap .col-side {
	width: 100%;
	margin: 30px 0 0;
	order: 1;
}
.recruit .sec__description .secwrap .innerwrap .col-side ul li a {
	padding: 25px 25px 25px 0;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #001b5b;
	text-decoration: none;
	border-bottom: 1px solid #5398bc;
	position: relative;
}
.recruit .sec__description .secwrap .innerwrap .col-side ul li:first-child a {
	border-top: 1px solid #5398bc;
}
.recruit .sec__description .secwrap .innerwrap .col-side ul li a::after {
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	background: url(assets/images/common/arr_bk.svg) no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
}
@media only screen and (min-width:768px) {
	.recruit .sec__description {
		margin: 120px 0 0;
		padding: 0 40px;
								
	}
	.recruit .sec__description .secwrap .innerwrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list {
		width: 100%;
		order: 2;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item {
		margin: 40px 0 0;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item h3 {
		padding: 8px 15px;
		font-size: 18px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline {
		margin: 10px 0 0;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dt {
		width: 30%;
		padding: 15px 0;
		font-size: 14px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dd {
		width: 70%;
		padding: 15px 0 15px 10px;
		font-size: 14px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-side {
		width: 100%;
		margin: 30px 0 0;
		order: 1;
	}
	.recruit .sec__description .secwrap .innerwrap .col-side ul li a {
		padding: 25px 25px 25px 0;
		display: block;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.recruit .sec__description {
		margin: 150px 0 0;
		padding: 0 60px;
								
	}
	.recruit .sec__description .secwrap .innerwrap {
		margin: 50px 0 0;
		justify-content: space-between;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list {
		width: 69.4444%;
		order: inherit;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .no-item-txt {
		text-align: left;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item {
		margin: 80px 0 0;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item:first-child {
		margin: 30px 0 0;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item h3 {
		padding: 15px 25px;
		font-size: 22px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline {
		margin: 10px 0 0;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dt {
		width: 30%;
		padding: 25px 0;
		font-size: 14px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-list .job-item .outline dl dd {
		width: 70%;
		padding: 25px 0 25px 10px;
		font-size: 14px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-side {
		width: 24.3055%;
		margin: 30px 0 0;
		order: inherit;
		position: relative
	}
	.recruit .sec__description .secwrap .innerwrap .col-side ul {
		position: sticky;
		top: 150px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-side ul li a {
		padding: 30px 25px 30px 0;
		font-size: 16px;
	}
	.recruit .sec__description .secwrap .innerwrap .col-side ul li a:hover {
		color: #059dc3;
	}
}

/* sec__faq
---------------------------------------*/
.recruit .sec__faq {
  margin: 70px 0 0;
	padding: 70px 20px 70px;
	background-color: #fff;
}
.recruit .sec__faq .secwrap {
  max-width: 1440px;
  margin: 0 auto;
}
.recruit .sec__faq .secwrap .faqArea {
  max-width: 1280px;
  margin: 20px auto 0;
}
.recruit .sec__faq .secwrap .faqArea dl dt {
	margin: 20px 0 0;
  padding: 20px 35px 20px 50px;
  position: relative;
  font-size: 14px;
  font-family: var(--font-go);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
	border-radius: 4px;
  background: url(assets/images/common/icon_q.svg) no-repeat left 15px center/22px 22px,
							linear-gradient(to right, #001b5b, #059dc3) ;
  cursor: pointer;
}
.recruit .sec__faq .secwrap .faqArea dl dt:hover,
.recruit .sec__faq .secwrap .faqArea dl dt.open {
  background: url(assets/images/common/icon_q.svg) no-repeat left 15px center/22px 22px,#0084af;
}
.recruit .sec__faq .secwrap .faqArea dl dt:after {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  line-height: 1;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-color: #a0e8ff;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transition: all 0.2s ease 0s;
}
.recruit .sec__faq .secwrap .faqArea dl dt.open:after {
  transform: rotate(315deg);
  transition: all 0.2s ease 0s;
}
.recruit .sec__faq .secwrap .faqArea dl dd {
  padding: 15px 0 25px 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  text-align: left;
  position: relative;
}
.recruit .sec__faq .secwrap .faqArea dl dd:before {
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  background: url(assets/images/common/icon_a.svg) no-repeat left top/cover;
  position: absolute;
  top: 15px;
  left: 15px;
}
.recruit .sec__faq .secwrap .faqArea dl dd p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.0;
}
@media only screen and (min-width:768px) {
  .recruit .sec__faq {
    margin: 80px 0 0;
		padding: 80px 20px 80px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dt {
		margin: 30px 0 0;
    padding: 25px 35px 25px 50px;
    font-size: 16px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd {
    padding: 15px 0 25px 50px;
    font-size: 14px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    background: url(assets/images/common/icon_a.svg) no-repeat left top/cover;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd p {
    font-size: 14px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd p:nth-child(n+2) {
    margin-top: 2em;
  }
}
@media only screen and (min-width:1024px) {
  .recruit .sec__faq {
    margin: 120px 0 0;
    padding: 120px 90px 120px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dt {
    padding: 25px 35px 25px 50px;
    font-size: 18px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd {
    padding: 15px 0 25px 50px;
    font-size: 14px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    background: url(assets/images/common/icon_a.svg) no-repeat left top/cover;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd p {
    font-size: 16px;
  }
  .recruit .sec__faq .secwrap .faqArea dl dd p:nth-child(n+2) {
    margin-top: 2em;
  }
}










/* sec__about
---------------------------------------*/
.dialysis .sec__about {
	margin: 50px 0 0;
	padding: 0 20px;
	position: relative;
}
.dialysis .sec__about .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.dialysis .sec__about .secwrap ul li {
	margin: 40px 0 0;
}
.dialysis .sec__about .secwrap ul li h3 {
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
	color: #6e6957; 
	border-bottom: 1px solid #6e6957;
}
.dialysis .sec__about .secwrap ul li .innerwrap figure {
	width: 100%;
	margin: 10px 0 0;
	overflow: hidden;
	border-radius: 20px;
}
.dialysis .sec__about .secwrap ul li .innerwrap figure img {
	width: 100%;
}
.dialysis .sec__about .secwrap ul li .innerwrap .col p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #222;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}
.dialysis .sec__about .secwrap ul li .innerwrap .col p.anno {
	margin: 15px 0 0;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	background-color: #a7bb92;
	border-radius: 6px;
}
@media only screen and (min-width:768px) {
	.dialysis .sec__about {
		margin: 80px 0 0;
		padding: 0 70px 0 30px;
	}
	.dialysis .sec__about .secwrap ul li {
		margin: 60px 0 0;
	}
	.dialysis .sec__about .secwrap ul li h3 {
		padding: 0 0 10px;
		font-size: 20px;
		text-align: left;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap {
		margin: 15px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap figure {
		width: 39.0625%;
		margin: 0;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap .col {
		width: 56.25%;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap .col p {
		font-size: 14px;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap .col p.anno {
		margin: 15px 0 0;
		padding: 15px;
		font-size: 14px;
	}
}
@media only screen and (min-width:1024px) {
	.dialysis .sec__about {
		margin: 100px 0 0;
		padding: 0 80px;
	}
	.dialysis .sec__about .secwrap ul li {
		margin: 80px 0 0;
	}
	.dialysis .sec__about .secwrap ul li h3 {
		padding: 0 0 15px;
		font-size: 26px;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap {
		margin: 25px 0 0;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap .col p {
		line-height: 2.2;
	}
	.dialysis .sec__about .secwrap ul li .innerwrap .col p.anno {
		margin: 20px 0 0;
		padding: 25px;
	}
}

/* sec__features
---------------------------------------*/
.dialysis .sec__features {
	margin: 50px 0 0;
	padding: 0 10px;
	position: relative;
}
.dialysis .sec__features .secwrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.dialysis .sec__features .secwrap ul li {
	margin: 40px 0 0;
}
.dialysis .sec__features .secwrap ul li h3 {
	padding: 0 0 10px;
	font-size: 16px; 
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
	color: #6e6957; 
	border-bottom: 1px solid #6e6957;
}
.dialysis .sec__features .secwrap ul li p {
	margin: 10px 0 0;
	font-size: 14px; 
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}
@media only screen and (min-width:768px) {
	.dialysis .sec__features {
		margin: 80px 0 0;
		padding: 0 30px;
	}
	.dialysis .sec__features .secwrap {
		padding: 60px 30px;
	}
	.dialysis .sec__features .secwrap ul li {
		margin: 50px 0 0;
	}
	.dialysis .sec__features .secwrap ul li h3 {
		padding: 0 0 15px;
		font-size: 18px; 
		text-align: left;
	}
	.dialysis .sec__features .secwrap ul li p {
		margin: 15px 0 0;
		font-size: 14px; 
		line-height: 2.2;
	}
}
@media only screen and (min-width:1024px) {
	dialysis .sec__features {
		margin: 120px 0 0;
		padding: 0 40px;
	}
	.dialysis .sec__features .secwrap {
		padding: 100px 80px;
	}
	.dialysis .sec__features .secwrap ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dialysis .sec__features .secwrap ul li {
		width:46.875%;
		margin: 50px 0 0;
	}
	.dialysis .sec__features .secwrap ul li h3 {
		padding: 0 0 15px;
		font-size: 22px; 
	}
	.dialysis .sec__features .secwrap ul li p {
		margin: 15px 0 0;
		font-size: 14px; 
	}
}

/* sec__flow
---------------------------------------*/
.dialysis .sec__flow {
	margin: 50px 0 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
}
.dialysis .sec__flow .secwrap {
	max-width: 1440px;
	margin: 20px auto 0;
	padding: 40px 20px;
	text-align: center;
	background-color: #f1f7f8;
	border-radius: 20px;
}
.dialysis .sec__flow .secwrap ul {
	padding: 20px 0 0;
}
.dialysis .sec__flow .secwrap ul li {
	padding: 0 0 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.dialysis .sec__flow .secwrap ul li::before {
	width: 1px;
	height: 100%;
	content: "";
	display: inline-block;
	background-color: #a6c96a;
	position: absolute;
	top: 0;
	left: 30px;
}
.dialysis .sec__flow .secwrap ul li:last-child {
	padding: 0;
}
.dialysis .sec__flow .secwrap ul li:last-child::before {
	content: inherit;
}
.dialysis .sec__flow .secwrap ul li .num {
	width: 60px;
	z-index: 1;
}
.dialysis .sec__flow .secwrap ul li .flowinner {
	width: calc(100% - 80px);
	text-align: left;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col h3 {
	font-size: 16px;
	font-family: var(--font-go);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: var(--font-color-hover);
	text-align: left;
	display: inline-block;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col p {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.0;
	text-align: left;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum {
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
	font-family: var(--font-jp);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
	color: #222;
	display: inline-block;
	position: relative;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum span,
.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum a span {
	font-size: 26px;
	font-family: var(--font-jp);
	font-weight: 700;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact p.anno {
	padding: 5px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col .bring {
	margin: 20px 0 0;
}
.dialysis .sec__flow .secwrap ul li .flowinner .col .bring h4 {
	font-weight: 700;
}
@media only screen and (min-width:768px) {
	.dialysis .sec__flow {
		margin: 80px 0 0;
		padding: 0 30px;
		position: relative;
	}
	.dialysis .sec__flow .secwrap {
		margin: 25px 0 0;
		padding: 60px 30px;
	}
	.dialysis .sec__flow .secwrap ul {
		padding: 40px 0 0;
	}
	.dialysis .sec__flow .secwrap ul li {
		padding: 0 0 70px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.dialysis .sec__flow .secwrap ul li::before {
		left: 30px;
	}
	.dialysis .sec__flow .secwrap ul li .num {
		width: 60px;
		z-index: 1;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner {
		width: calc(100% - 80px);
		text-align: left;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col h3 {
		font-size: 18px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum {
		margin: 15px 0 0;
		font-size: 20px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum span,
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum a span {
		font-size: 26px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact p.anno {
		padding: 5px 0 0;
		font-size: 12px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .bring {
		margin: 20px 0 0;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .bring h4 {
		font-weight: 700;
	}
}
@media only screen and (min-width:1024px) {
	.dialysis .sec__flow {
		margin: 120px 0 0;
		padding: 0 50px;
		position: relative;
	}
	.dialysis .sec__flow .secwrap {
		margin: 30px 0 0;
		padding: 70px 80px;
	}
	.dialysis .sec__flow .secwrap ul {
		padding: 50px 0 0;
	}
	.dialysis .sec__flow .secwrap ul li {
		padding: 0 0 90px;
	}
	.dialysis .sec__flow .secwrap ul li::before {
		left: 45px;
	}
	.dialysis .sec__flow .secwrap ul li .num {
		width: 90px;
		z-index: 1;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner {
		width: calc(100% - 110px);
		text-align: left;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col h3 {
		font-size: 22px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum {
		margin: 15px 0 0;
		font-size: 20px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum span,
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact .telnum a span {
		font-size: 30px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .tel-contact p.anno {
		padding: 5px 0 0;
		font-size: 14px;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .bring {
		margin: 20px 0 0;
	}
	.dialysis .sec__flow .secwrap ul li .flowinner .col .bring h4 {
		font-weight: 700;
	}
}

/* sec__facilities
---------------------------------------*/
.dialysis .sec__facilities {
	margin: 50px 0 0;
	padding: 0 20px;
}
.dialysis .sec__facilities .secwrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.dialysis .sec__facilities .secwrap .gallery-slide {
	margin: 20px 0 0;
}
@media only screen and (min-width:768px) {
	.dialysis .sec__facilities {
		margin: 80px 0 0;
		padding: 0 30px;
	}
}
@media only screen and (min-width:1024px) {
	.dialysis .sec__facilities {
	margin: 120px 0 0;
	padding: 0 50px;
	}
	.dialysis .sec__facilities .secwrap .gallery-slide {
		margin: 50px 0 0;
	}
}



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

　##　Introduction  医院紹介

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

/* sec__facilities
---------------------------------------*/
.intro .sec__facilities {
	margin: 50px 0 0;
	padding: 0 20px;
}
.intro .sec__facilities .secwrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.intro .sec__facilities .secwrap .gallery-slide {
	margin: 20px 0 0;
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
.intro .sec__facilities {
	margin: 100px 0 0;
}
.intro .sec__facilities .secwrap .gallery-slide {
	margin: 50px 0 0;
}
}

/* sec__epuipment
---------------------------------------*/
.intro .sec__epuipment {
	margin: 50px 0 0;
	padding: 50px 0;
	background-color: #fff;
}
.intro .sec__epuipment .secwrap {
	padding: 0 20px;
	text-align: center;
}
.intro .sec__epuipment .secwrap .epuipment {
	max-width: 1280px;
	margin: 0 auto;
}
.intro .sec__epuipment .secwrap .epuipment li.item {
	margin: 50px 0 0;
	position: relative;
	text-align: left;
}
.intro .sec__epuipment .secwrap .epuipment li.item figure {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.intro .sec__epuipment .secwrap .epuipment li.item figure img {
	width: 100%;
}
.intro .sec__epuipment .secwrap .epuipment li.item h3 {
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--font-color-link);
	border-bottom: 1px solid #ddd;
}
.intro .sec__epuipment .secwrap .epuipment li.item p.txt {
	margin: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-weight: 500;
}
@media only screen and (min-width:768px) {
.intro .sec__epuipment {
	margin: 80px 0 0;
	padding: 80px 0;
}
.intro .sec__epuipment .secwrap {
	padding: 0 60px;
}
.intro .sec__epuipment .secwrap .epuipment {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intro .sec__epuipment .secwrap .epuipment li.item {
	width: 45%;
	margin: 50px 0 0;
}
}
@media only screen and (min-width:1024px) {
.intro .sec__epuipment {
	margin: 100px 0 0;
	padding: 100px 0;
}
.intro .sec__epuipment .secwrap {
	padding: 0 60px;
}
.intro .sec__epuipment .secwrap .epuipment {
	position: relative;
}
.intro .sec__epuipment .secwrap .epuipment::after {
	content: "";
  display: block;
  width: 28.125%;
}
.intro .sec__epuipment .secwrap .epuipment li.item {
	width: 28.125%;
	margin: 70px 0 0;
	position: relative;
	text-align: left;
}
.intro .sec__epuipment .secwrap .epuipment li.item h3 {
	font-size: 18px;
  font-size: min(1.5625vw, 18px);
}
.intro .sec__epuipment .secwrap .epuipment li.item p.txt {
	margin: 15px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-weight: 500;
}
}

/* sec__info
---------------------------------------*/
.intro .sec__info {
	margin: 30px 0 0;
	padding: 0 10px;
}
.intro .sec__info .secwrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	background-color: #f9f7f1;
	border-radius: 8px;
	box-sizing: border-box;
}
.intro .sec__info .secwrap .col-map {
	margin: 30px 0 0;
}
.intro .sec__info .secwrap .col-map #map_canvas {
  width: 100%;
	height: auto;
	background-color: #555;
	overflow: hidden;
	padding-bottom: 100%;
  position: relative;
}
.intro .sec__info .secwrap .col-map #map_canvas iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.intro .sec__info .secwrap .col-contact {
	margin: 25px 0 0;
}
.intro .sec__info .secwrap .col-contact .col01 {
	padding: 15px 0 0;
	text-align: center;
}
.intro .sec__info .secwrap .col-contact .col01 .logo {
	width: 230px;
	margin: 0 auto;
}
.intro .sec__info .secwrap .col-contact .col01 p.add {
	margin: 5px 0 0;
  font-size: 12px;
	font-family: var(--font-go);
	font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #222;
  text-align: center;
}
.intro .sec__info .secwrap .col-contact .col01 .howto {
	padding: 20px 0 0;
}
.intro .sec__info .secwrap .col-contact .col01 .howto h3 {
	padding: 0 0 2px;
	font-size: 14px;
	font-family: var(--font-go);
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #222;
}
.intro .sec__info .secwrap .col-contact .col01 .howto p {
	font-size: 12px;
	font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #222;
  text-align: center;
}
.intro .sec__info .secwrap .col-contact .col01 .tel-contact {
	margin: 25px 0 0;
}
.intro .sec__info .secwrap .col-contact .col01 .tel-contact h2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum {
	padding: 0;
	text-align: left;
	font-family: var(--font-jp);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
	color: #222;
	display: inline-block;
	position: relative;
}
.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum span,
.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum a span {
	font-size: 30px;
	font-family: var(--font-jp);
	font-weight: 700;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.intro .sec__info .secwrap .col-contact .col01 .tel-contact p.anno {
	padding: 5px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.intro .sec__info .secwrap .col-contact .col01 .fever {
	margin: 30px 0 0;
	text-align: center;
}
.intro .sec__info .secwrap .col-contact .col01 .fever h3 {
	padding: 3px 15px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	list-style: 1.7;
	display: inline-block;
	background-color: var(--font-color-hover);
	color: #fff;
	border-radius: 9999px;
}
.intro .sec__info .secwrap .col-contact .col01 .fever p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 0.05em;
	text-align: left;
}
.intro .sec__info .secwrap .col-contact .col02 {
  padding: 30px 0 0;
}
@media only screen and (min-width:768px) {
	.intro .sec__info {
		margin: 30px 0 0;
		padding: 0 10px;
	}
	.intro .sec__info .secwrap {
		padding: 80px 20px;
	}
	.intro .sec__info .secwrap .col-map {
		margin: 50px 0 0;
	}
	.intro .sec__info .secwrap .col-map #map_canvas {
		padding-bottom: 54.6875%;
	}
	.intro .sec__info .secwrap .col-contact {
		margin: 35px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.intro .sec__info .secwrap .col-contact .col01 {
		width: 40%;
		padding: 0;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .logo {
		width: 230px;
		margin: 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 p.add {
		margin: 5px 0 0;
		font-size: 12px;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto {
		padding: 20px 0 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto h3 {
		padding: 0 0 2px;
		font-size: 14px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto p {
		font-size: 12px;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact {
		margin: 25px 0 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact h2 {
		font-size: 16px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum {
		font-size: 20px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum span,
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum a span {
		font-size: 30px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact p.anno {
		padding: 5px 0 0;
		font-size: 12px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever {
		margin: 30px 0 0;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever h3 {
		padding: 3px 15px;
		font-size: 14px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.intro .sec__info .secwrap .col-contact .col02 {
		width: 55%;
		padding: 0;
	}
	.intro .sec__info .secwrap .col-contact .col02 .timetable.doctor {
		margin: 20px auto 0;
	}
}
@media only screen and (min-width:1024px) {
	.intro .sec__info {
		margin: 80px 0 0;
		padding: 0 40px;
	}
	.intro .sec__info .secwrap {
		padding: 100px 60px;
	}
	.intro .sec__info .secwrap .col-map {
		margin: 50px 0 0;
	}
	.intro .sec__info .secwrap .col-map #map_canvas {
		padding-bottom: 54.6875%;
	}
	.intro .sec__info .secwrap .col-contact {
		margin: 55px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.intro .sec__info .secwrap .col-contact .col01 {
		width: 40%;
		padding: 0;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .logo {
		width: 320px;
		margin: 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 p.add {
		margin: 10px 0 0;
		font-size: 14px;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto {
		padding: 30px 0 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto h3 {
		padding: 0 0 4px;
		font-size: 16px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .howto p {
		font-size: 14px;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact {
		margin: 40px 0 0;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact h2 {
		font-size: 16px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum {
		font-size: 20px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum span,
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact .telnum a span {
		font-size: 30px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .tel-contact p.anno {
		padding: 5px 0 0;
		font-size: 12px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever {
		margin: 40px 0 0;
		text-align: left;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever h3 {
		padding: 3px 15px;
		font-size: 14px;
	}
	.intro .sec__info .secwrap .col-contact .col01 .fever p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.intro .sec__info .secwrap .col-contact .col02 {
		width: 55%;
		padding: 0;
	}
	.intro .sec__info .secwrap .col-contact .col02 .timetable.doctor {
		margin: 20px auto 0;
	}
}


/* sec__access
---------------------------------------*/
.intro .sec__access {
	margin: 50px 0 0;
	padding: 0 60px;
}
.intro .sec__access .secwrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}
.intro .sec__access .secwrap .col-map {
	margin: 25px 0 0;
	text-align: left;
}
.intro .sec__access .secwrap .col-map #map_canvas {
	width: 100%;
	height: auto;
	background-color: #555;
	overflow: hidden;
	padding-bottom: 100%;
  position: relative;
}
.intro .sec__access .secwrap .col-map .add {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222;
}
.intro .sec__access .secwrap .innerwrap {
  margin: 30px 0 0;
}
.intro .sec__access .secwrap .innerwrap figure {
  width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.intro .sec__access .secwrap .innerwrap figure img {
  width: 100%;
}
.intro .sec__access .secwrap .innerwrap .howto {
	padding: 10px 0 0;
}
.intro .sec__access .secwrap .innerwrap .howto li {
	margin: 20px 0 0;
}
.intro .sec__access .secwrap .innerwrap .howto li h3 {
	padding: 0 0 10px;
	font-size: 14px;
	font-family: var(--font-go);
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #222;
  text-align: left;
	border-bottom: 1px solid #257690;
}
.intro .sec__access .secwrap .innerwrap .howto li p {
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #222;
  text-align: left;
}
@media only screen and (min-width:768px) {
.intro .sec__access {
	margin: 30px 0 0;
	padding: 0 20px;
}
.intro .sec__access .secwrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}
.intro .sec__access .secwrap .col-map {
	margin: 25px 0 0;
	text-align: left;
}
.intro .sec__access .secwrap .col-map #map_canvas {
	padding-bottom: 56.25%;
}
.intro .sec__access .secwrap .col-map .add {
  margin-top: 15px;
  font-size: 14px;
}
.intro .sec__access .secwrap .innerwrap {
  margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro .sec__access .secwrap .innerwrap figure {
  width: 46.875%;
	overflow: hidden;
	border-radius: 16px;
}
.intro .sec__access .secwrap .innerwrap .howto {
	width: 46.875%;
	padding: 0;
}
.intro .sec__access .secwrap .innerwrap .howto li {
	margin: 25px 0 0;
}
.intro .sec__access .secwrap .innerwrap .howto li h3 {
	padding: 0 0 10px;
	font-size: 16px;
}
.intro .sec__access .secwrap .innerwrap .howto li p {
	padding: 10px 0 0;
	font-size: 14px;
}
}
@media only screen and (min-width:1024px) {
.intro .sec__access {
	margin: 50px 0 0;
	padding: 0 30px;
}
.intro .sec__access .secwrap {
	max-width: 1400px;
	padding: 80px 60px;
}
.intro .sec__access .secwrap .col-map {
	margin: 25px 0 0;
	text-align: left;
}
.intro .sec__access .secwrap .col-map #map_canvas {
	padding-bottom: 40%;
}
.intro .sec__access .secwrap .col-map .add {
  margin-top: 15px;
  font-size: 14px;
}
.intro .sec__access .secwrap .innerwrap {
  margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro .sec__access .secwrap .innerwrap .howto li {
	margin: 25px 0 0;
}
.intro .sec__access .secwrap .innerwrap .howto li h3 {
	padding: 0 0 10px;
	font-size: 16px;
}
.intro .sec__access .secwrap .innerwrap .howto li p {
	padding: 10px 0 0;
	font-size: 14px;
}
}
	


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

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

　##　Blog

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

/*一覧
----------------------------*/
.news .blog-container {
	padding: 20px 20px 0;
	background-color: #fff;
}
.news .sec__blog {
  max-width: 1500px;
  margin: 0 auto;
	/* background-color: #fff; */
}
.news .sec__blog .secwrap {
	max-width: 1280px;
	margin: 0 auto;
  padding: 20px 20px 20px;
}
.news .sec__blog .secwrap .contents {
  padding: 0 0 50px;
	text-align: center;
}
.news .sec__blog.blogtop .secwrap .contents {
  padding: 20px 0 50px;
	text-align: center;
	background-color: inherit;
}
.news .sec__blog .secwrap .contents .articlewrap {
  
}
.news .sec__blog .secwrap .contents .articlewrap article {
  width: 100%;
  margin: 20% auto 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.news .sec__blog .secwrap .contents .articlewrap article:first-child {
  margin: 0 auto 0;
}
.news .sec__blog .secwrap .contents .articlewrap article a {
	height: 100%;
  display: block;
	position: relative;
}
/*.news .sec__blog .secwrap .contents .articlewrap article a::after {
	width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: url(assets/images/common/arr_b_be.png) no-repeat left top / cover;
  position: absolute;
  bottom: 0;
  right: 0;
}*/
.news .sec__blog .secwrap .contents .articlewrap article a:hover {
  text-decoration: none;
}
.news .sec__blog .secwrap .contents .articlewrap article a figure {
  width: 100%;
	margin: 8px 0 0;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.news .sec__blog .secwrap .contents .articlewrap article a figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news .sec__blog .secwrap .contents .articlewrap article 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%;
}
.news .sec__blog .secwrap .contents .articlewrap article a:hover figure img {
  transform: scale(1.05);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner {
  padding: 0;
	text-align: center;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner .cate {
  padding: 3px 15px;
	font-family: var(--font-go);
	font-weight: 500;
	background-color: #257690;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 10px;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner .cate span {
	font-size: 12px;
	font-family: var(--font-min);
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner header {
  padding: 10px 0;
	text-align: left;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner header h2 {
  font-size: 16px;
  font-family: var(--font-go);
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
	color: #222;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner .date {
  letter-spacing: 0.05em;
  font-size: 12px;
	font-weight: 500;
	font-family: var(--font-en);
  color: #222;
  line-height: 1.7;
	text-align: left;
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner .btn {
	width: fit-content;
	width: -moz-fit-content;
	margin: 10px auto 0;
  padding: 8px 35px;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-en);
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	background: linear-gradient(to right, #001b5b 0%, #059dc3 50% ,#001b5b 100%);
	background-position: 0% 50%;
	background-size: 200% auto;
}
.news .others-btn {
  margin: 0;
}
.news .no-article {
  width: 100%;
	padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width:768px) {
.news .blog-container {
	padding: 30px 20px 0;
}
.news .sec__blog .secwrap {
  padding: 0 20px 20px;
}
.news .sec__blog .secwrap .contents {
  width: 90%;
	margin: 0 auto;
}
.news .sec__blog .secwrap .contents .articlewrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
	position: relative;
}
.news .sec__blog .secwrap .contents .articlewrap::after {
	width: 46%;
  content: "";
  display:block;
}
.news .sec__blog .secwrap .contents .articlewrap article {
  width: 46%;
  margin: 13.3333% 0 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.news .sec__blog .secwrap .contents .articlewrap article:first-child {
  margin: 13.3333% 0 0;
}
}
@media only screen and (min-width:1024px) {
.news .blog-container {
	padding: 30px 30px 0;
}
.news .sec__blog {
	padding: 0 20px;
}
.news .sec__blog .secwrap {
  padding: 0 0 60px;
	display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
.news .sec__blog .secwrap .contents {
  width: 70.3125%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.news .sec__blog.blogtop .secwrap .contents {
  padding: 20px 40px 50px 0;
}
.news .sec__blog .secwrap .contents .articlewrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
	position: relative;
}
.news .sec__blog .secwrap .contents .articlewrap::after{
  width: 30%;
	display: block;
  content: "";
  order: 1;
}
.news .sec__blog .secwrap .contents .articlewrap article {
  width: 30%;
  margin: 5.5555% 0 0;
}
.news .sec__blog .secwrap .contents .articlewrap article:first-child {
  margin: 5.5555% 0 0;
}
.news .sec__blog .secwrap .contents .articlewrap article a:hover .inner header h2 {
	color: var(--font-color-hover);
}
.news .sec__blog .secwrap .contents .articlewrap article a .inner .btn {
	transition: all 0.2s ease 0s;
}
.news .sec__blog .secwrap .contents .articlewrap article a:hover .inner .btn {
	background-position: 100% 200%;
	box-shadow: 2px 2px #264f83;
}
}

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

　##　詳細ページ　共通

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

/*-------------blogdetaile---------*/
.news .blogdetaile {
  max-width:1280px;
  margin:0 auto;
  padding: 0 0 20px;
  text-align:left;
}
.news .blogdetaile .blog-detaile {
  width:100%;
  margin:0 auto;
  padding:2% 0;
  box-sizing:border-box;
  position:relative;
  text-align:left;
}
.news .blogdetaile .blog-detaile .post-tit {
  padding: 25px 0;
  font-size: 18px;
	font-family: var(--font-go);
	font-weight: 700;
  color: var(--font-color-base);
  line-height:1.7;
  letter-spacing:.1em;
  border-bottom: 1px solid var(--font-color-base);
}
.news .blogdetaile .blog-detaile .entrymeta {
  padding:10px 0 0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  letter-spacing:-.4em;
  text-align:left;
}
.news .blogdetaile .blog-detaile .entrymeta:before,
.news .blogdetaile .blog-detaile .entrymeta:after {
  content:"";
  display:table;
}
.news .blogdetaile .blog-detaile .entrymeta:after {
  clear:both;
}
.news .blogdetaile .blog-detaile .entrymeta li {
  color: #b9b4a2;
  font-size:12px;
  line-height:1.5;
  text-decoration:none;
  letter-spacing:.05em;
}
.news .blogdetaile .blog-detaile .entrymeta li.cate {
  margin-left: 0;
  padding: 2px 10px;
  font-size: 12px;
  font-family: var(--font-go);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
	background-color: #257690;
  display:inline-block;
  vertical-align:middle;
}
.news .blogdetaile .blog-detaile .date {
	margin: 10px 0 0;
  padding: 2px 8px 2px 0;
  display:inline-block;
  letter-spacing: 0.05em;
  font-size: 12px;
 }
.news .blogdetaile .blog-detaile .entry-main {
  margin: 30px 0 0;
  line-height:2.2;
  font-size:14px;
	font-family: var(--font-go);
	color: #222;
}
.news .blogdetaile .blog-detaile .entry-main p {
 line-height:2.2;
	color: #222;
}
.news .blogdetaile .blog-detaile .entry-main a {
 color:#1c86c7;
 text-decoration:underline;
}
.news .blogdetaile .blog-detaile .entry-inner a:hover {
 text-decoration:none;
}
.pageback-area {
  margin: 30px auto 0;
  text-align: center;
}
.pageback-area a {
  padding: 5px 0 5px 25px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.05em;
  line-height: 2.0;
  text-align: left;
  color: #333;
}
.pageback-area a::before {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  background: url("images/common/arr.png") no-repeat left top / cover;
	transform: scale(-1, 1);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}
@media only screen and (min-width:768px) {
.news .blogdetaile {
  max-width:1280px;
  margin:0 auto;
  padding: 50px 40px 20px;
  text-align:left;
 }
.news .blogdetaile .blog-detaile {
  width:100%;
  margin:0 auto;
  padding: 2% 0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  text-align:left;
 }
.news .blogdetaile .blog-detaile .post-tit {
  padding: 35px 0;
  font-size:20px;
  line-height:1.7;
  letter-spacing:.1em;
 }
.news .blogdetaile .blog-detaile .entrymeta {
  padding:10px 0 0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  letter-spacing:-.4em;
  text-align:left;
 }
.news .blogdetaile .blog-detaile .entrymeta:before,
.news .blogdetaile .blog-detaile .entrymeta:after {
  content:"";
  display:table;
 }
.news .blogdetaile .blog-detaile .entrymeta:after {
  clear:both;
 }
.news .blogdetaile .blog-detaile .entrymeta li {
  font-size:12px;
  line-height:1.5;
  text-decoration:none;
  letter-spacing:.05em;
 }
.news .blogdetaile .blog-detaile .entrymeta li.cate {
  margin-left:0;
  display:inline-block;
  vertical-align:middle;
  font-size: 12px;
	font-weight: 500;
  letter-spacing:.05em;
 }
}
@media only screen and (min-width:1024px) {
.news .blogdetaile .blog-detaile {
  padding: 2% 50px 2% 0;
 }
.pageback-area {
  margin: 30px auto 0;
  text-align: center;
}
.pageback-area a {
  padding: 5px 0 5px 25px;
  font-size: 16px;
}
.pageback-area a:hover {
  color: var(--font-color-hover);
}
}

/*-------------entry-main  共通---------*/
.single .sec__postwrap .secwrap .contents .entry-main {
	margin: 20px 0 0;
}
.single .entry-main p{
  margin-top: 1em;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.single .entry-main h1{
  font-size: 160%;
  line-height: 2.2;
	font-family: var(font-min);
  font-weight: inherit;
}
.single .entry-main h2{
  font-size: 160%;
	font-family: var(font-min);
  line-height: 2.2;
  font-weight: inherit;
}
.single .entry-main h3{
  font-size: 150%;
	font-family: var(font-min);
  line-height: 2.2;
  font-weight: inherit;
}
.single .entry-main h4{
  font-size: 140%;
	font-family: var(font-min);
  line-height: 2.2;
  font-weight: inherit;
}
.single .entry-main h5{
  font-size: 120%;
	font-family: var(font-min);
  line-height: 2.2;
  font-weight: inherit;
}
.single .entry-main h6{
  font-size: 110%;
	font-family: var(font-min);
  line-height: 2.2;
  font-weight: inherit;
}
.single .entry-main strong{
  font-weight: 700;
}
.single .entry-main em {
  font-style: italic;
  font-weight: 700;
}

/* 画像配置 左 */
.single.entry-main img.alignleft {
  text-align: left;
}

/* 画像配置 中央 */
.single .entry-main img.aligncenter {
    display: block;
    margin: 1px auto;
}

/* 画像配置 右 */
.single .entry-main img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}
.single .entry-main ul {
  padding-left: 1em;
  list-style: disc;
}

.single .no-article {
  width: 100%;
	padding: 80px 0;
  text-align: center;
}

@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {
	
}

/*-------------like share btn  共通---------*/
.likebtn {
  margin: 20px 0 0;
  text-align:center
}
.sharebtn {
  clear:both;
  padding: 40px 20px 15px;
  letter-spacing:-.4em;
  text-align:center;
}
.sharebtn h2 {
	padding: 0 5px;
  vertical-align:middle;
  font-size:14px;
	font-family: var(--font-en-serif);
	font-weight: 500;
  line-height: 1.0;
  color:#333;
  letter-spacing:.1em;
	display: inline-block;
}
.sharebtn ul {
	margin: 12px 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;
	border: 1px solid #001b5b;
  box-sizing: border-box;
}
.sharebtn ul li span#urlshare_btn {
 cursor:pointer;
}
.sharebtn ul li a:hover {
  text-decoration:none;
}
.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:url(assets/images/common/icon_sns_fb.png) no-repeat left bottom/cover;
  background-color: var(--font-color-hover);
}
.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:url(assets/images/common/icon_sns_x.png) no-repeat left bottom/cover;
 background-color: var(--font-color-hover);
}
/*.sharebtn ul li.line a {
 background:url(images/common/icon_sns_line.png) no-repeat left bottom/cover;
}
.sharebtn ul li.line a:hover {
 opacity: 0.8;
}*/
/*.sharebtn ul li.url {
  width: 133px;
  height: 40px;
}
.sharebtn ul li.url a {
  width: 133px;
  height: 40px;
  background:url(images/common/icon_sns_url.png) no-repeat left bottom/cover;
}
.sharebtn ul li.url a:hover {
	opacity: 0.8;
}*/
/*.sharebtn ul li.fb {
 margin-left:15px;
}*/
.sharebtn ul li.tw,
.sharebtn ul li.line,
.sharebtn ul li.url {
 margin-left:5px;
}
@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 {
	padding: 15px 0;
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
  align-items: flex-start;
	position: relative;
	background-color: #001b5b;
}
.prevnext ul li {
	width: 50%;
}
.prevnext ul li a {
	padding: 40px 0;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
}
.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: 15px;
	content: "";
	display: inline-block;
	background: url("assets/images/common/arr_wh.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 8px);
}
.prevnext ul li.is-prev a::before {
	left: 14px;
	transform: scale(-1, 1);
}
.prevnext ul li.is-next a::before {
	right: 14px;
}
.prevnext ul li.is-back {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}
.prevnext ul li.is-back a {
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	font-family: var(--font-jp);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
}
.prevnext ul li.is-back a:hover {
	color: #fff;
	background-color: var(--font-color-hover);
	border-radius: 6px;
}
@media only screen and (min-width:768px) {
.prevnext ul {
  align-items: center;
}
.prevnext ul li.is-prev {
	width: 25%;
	order: 1;
	border-right: 1px solid #7a99bf;
	box-sizing: border-box;
}
.prevnext ul li.is-next {
	width: 25%;
	order: 3;
	border-left: 1px solid #7a99bf;
	box-sizing: border-box;
}
.prevnext ul li.is-back {
	width: 48%;
	order: 2;
}
.prevnext ul li.is-prev a {
	padding: 35px 0 35px 45px;
	text-align: left;
}
.prevnext ul li.is-next a {
	padding:35px 45px 35px 0;
	text-align: right;
}
.prevnext ul li.is-back a {
	padding: 10px 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: var(--font-color-hover);
	transition: all 0.3s ease 0s;
}
.prevnext ul li a:hover .innerwrap figure img {
	transform: scale(1.05);
  opacity: 0.9;
}
}

/*-------------widgetareaカラム---------*/
.single #widgetarea,
.blogtop #widgetarea{
  width: 100%;
  margin-top: 30px;
  padding: 10px 0 50px;
  float: none;
  box-sizing: border-box;
}
.blogtop #widgetarea{
  width: 90%;
	margin: 30px auto 0;
}
.single .widget,
.blogtop .widget{
	width: 100%;
	margin: 0;
	text-align: center;
}
.single .widget:nth-of-type(2n),
.blogtop .widget:nth-of-type(2n){
  margin: 25px 0 0 0;
}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {
.single #widgetarea,
.blogtop #widgetarea {
  width: 23.4375%;
  margin-top: 0;
  float: none;
  box-sizing: border-box;
}
.blogtop #widgetarea {
  padding: 50px 0 10px;
}
.single #widgetarea {
  padding: 0 0 10px;
}
}

/*-------------widgetarea カテゴリー・アーカイブ---------*/
.widget h2 {
	padding: 20px 0 10px;
	font-size: 20px; 
	font-family: var(--font-en);
	font-weight: 500;
  letter-spacing: normal;
  line-height: 1.0;
  color: #000;
  border-bottom: 1px solid #c7c7c7;
	position: relative;
}
.widget .wp-block-archives-dropdown label {
	display: none;
}
ul.wp-block-categories {
	padding: 10px 0;
	text-align: left;
	vertical-align: middle;
}
ul.wp-block-categories li {
	padding: 0;
	font-size: 14px;
	font-family: var(--font-min);
	line-height: 1.7;
	letter-spacing: 0.05em;
}
ul.wp-block-categories li a {
  padding: 14px 10px 14px 0;
	color: #222;
  font-size: 14px;
  font-weight: 700;
	letter-spacing: 0.1em;
  display: block;
  position: relative;
}
ul.wp-block-categories li a:hover {
  text-decoration: none;
	color: var(--font-color-hover);
}
/*ul.wp-block-categories li a::after {
	width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
	background: url("assets/images/common/arr_002.png") no-repeat left top / cover;
	background: url("assets/images/common/arr_b_be.png") no-repeat left top / cover;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}*/
.widget_categories ul li a:hover {
	color: var(--font-color-hover);
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {
	
}

/*-------------widgetarea 月別アーカイブ---------*/
.widget 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: 16px;
	font-family: var(--font-min);
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
	background: #fff url(assets/images/common/arr_select.png) no-repeat top 50% right 10px / 16px 16px;
	cursor: pointer;
	border-radius: 4px;
	color: #111;
}
.screen-reader-text {
	display: none;
}
@media only screen and (min-width:1024px) {
.widget 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;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff url(assets/images/common/arr_select.png) no-repeat top 50% right 10px / 20px 20px;
	cursor: pointer;
}
.screen-reader-text {
	display: none;
}
}

/*-------------latest news---------*/
.widget.latestitem {
  padding:0 0 10px;
}
.widget.latestitem .latest {
  margin-top: 25px;
	padding: 0 26px 0 0;
	position: relative;
}
.widget.latestitem .latest ul {
  padding:0 0 3px;
  letter-spacing:-.4em;
	text-align: left;
}
.widget.latestitem .latest ul li {
  padding:0;
  letter-spacing:normal;
  display:inline-block;
  vertical-align:middle;
}
.widget.latestitem .latest ul li.date {
  font-size:12px;
	font-family: var(--font-en);
  letter-spacing:.05em;
  color:#333;
}
.widget.latestitem .latest ul li.cate {
  padding-left:15px;
  font-size:12px;
  color: #333;
  letter-spacing:.05em;
}
.widget.latestitem .latest p {
	margin: 3px 0 0;
  text-align:left;
}
.widget.latestitem .latest p a {
  font-size: 14px;
	font-family: var(--font-go);
	font-weight: 500;
  letter-spacing:.05em;
  line-height: 1.7;
  color:var(--font-color-base);
}
.widget.latestitem .latest p a:hover {
 color: var(--font-color-hover);
 text-decoration: none;
}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:1024px) {
	
}

/*-------------クラシックエディター　基本設定---------*/
.single .entry-main {
	font-size: 14px;
	line-height: 1.7;
}
@media only screen and (min-width:768px) {
.single .entry-main {
	font-size: 14px;
}
}

.single .entry-main p {
  margin-top: 1em;
  line-height: 2.2;
  letter-spacing: 0.05em;
	font-size: 14px;
}
@media only screen and (min-width:768px) {
.single .entry-main p {
  line-height: 2.4;
	font-size: 14px;
}
}
@media only screen and (min-width:1024px) {

}

/*-------h1-------*/
.single .entry-main h1{
  font-size: 160%;
  line-height: 2.2;
  font-weight: inherit;
}

/*-------h2-------*/
.single .entry-main h2 {
	margin: 30px 0 0;
	padding: 5px 0;
	font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	position: relative;
	color: #257690;
	/*border-bottom: 1px solid #999;*/
}
@media only screen and (min-width:768px) {
.single .entry-main h2 {
	margin: 60px 0 0;
	padding: 10px 0;
  font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
}

/*-------h3-------*/
.single .entry-main h3{
	margin: 25px 0 0;
  padding: 6px 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
	background-color: #257690;
}
@media only screen and (min-width:768px) {
.single .entry-main h3{
	margin: 50px 0 0;
  font-size: 2rem;
}
}

/*-------h4-------*/
.single .entry-main h4 {
	margin: 25px 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
.single .entry-main h4 {
	margin: 40px 0 0;
}
}

/*-------h5-------*/
.single .entry-main h5{
	margin: 25px 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
.single .entry-main h5{
	margin: 40px 0 0;
}
}

/*-------h6-------*/
.single .entry-main h6 {
	margin: 25px 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
.single .entry-main h6 {
	margin: 40px 0 0;
}
}

/*-------blockquote-------*/
.single blockquote {
	margin: 1.4em 0 0;
	padding: 30px 20px;
	background-color: #f5f1e5;
	border-radius: 4px;
	position: relative;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.single .entry-main blockquote p {
	margin: 0;
	padding: 0.5em 0;
}

/*-------リストタグ ul ol -------*/
.single .entry-main ul {
	margin: 1em 0 0;
	padding: 20px 20px 20px 2em;
	/*background-color: #fbf7ed;*/
	background: #f9f8f4;
	border-radius: 6px;
	list-style: disc;
}
.single .entry-main ul li {
	padding: 5px 0;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.single .entry-main ul li::marker {
	color: var(--font-color-link);
}

/*-------リストタグ ol -------*/
.single .entry-main ol {
	margin: 1em 0 0;
	padding: 20px;
	border-radius: 6px;
	counter-reset: item;
  list-style-type: none;
}
.single .entry-main ol li {
	padding: 5px 0;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.single .entry-main ol ol{
  padding-left: 1em;
}
.single .entry-main ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.single .entry-main ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */

  padding-right: .5em;
  font-weight: bold;
  color: var(--font-color-link);;
}

/*-------MARK 背景色-------*/
.single .entry-main mark {
	background-color: #f9f8f4;
}

.single .entry-main strong{
  font-weight: 700;
}
.single .entry-main em {
  font-style: italic;
  font-weight: 700;
}

/* 画像配置 左 */
.single .entry-main img.alignleft {
      text-align: left;
}

/* 画像配置 中央 */
.single .entry-main img.aligncenter {
      display: block;
      margin: 1px auto;
}

/* 画像配置 右 */
.single.entry-main img.alignright {
      display: block;
      margin: 1px 1px 1px auto;
}



/*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-go);
	font-weight: 500;
  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: #222;
}
.pagination .pagination-box a:hover {
  color: #fff;
	background-color: #2c4276;
	text-decoration: none;
}
.pagination .pagination-box span.current {
	margin-left: 3px;
  color: #fff;
  background-color: #2c4276;
}
@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;
}
.pagination .pagination-box a {
  display: inline-block;
  padding: 6px 10px;
  color: #333;
}
}



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

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