@charset "utf-8";


/*リセットCSS*/
@import url("reset.css");

/*slick.css*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesome*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");


/*--ベース設定--*/
html,body {
	margin: 0;padding: 0;
	overflow-x: hidden;
	font-size: 14px;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background-color: #fffdf3;
	color: #000;
	line-height: 2;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table*/
table {border-collapse:collapse;}

/*画像*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}

/*sectionタグ*/
section + section,
section + p + section{
	margin-top: 0;
}
.sec_mt0 {
  margin-top: 0;
}
section {
  position: relative;
  display: block;
  width: 100%;
	max-width: 1100px;
  margin: auto;
  padding: 1em;
}
.sec_flat {
	max-width: none;
  padding: 1em 1em;
  background-color: #eee;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(-45deg, #fffae6 0, #fffae6 2px, #eee 0, #eee 50%);
  background-repeat: repeat;
}
.sec_flat02 {
	max-width: none;
  padding: 0;
  background-color:rgba(242,233,194,0.6);
}
.sec_flat02.top_flat {
	width: 100%;
  height: auto;
	background: url(../img/top_flat.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

.flat_inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 1em;
}
.flat_inner.mar {
  margin: auto auto 4em;
}
.wave_t01 {
  padding-top: 13vw;
}
.wave_t02 {
  padding-top: 16vw;
}
.wave_t01::before {
	background-image: url("../img/wave_t.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	top: -0.1vw;
	content: '';
	height: 12vw;
	position: absolute;
	width: 100%;
}
.wave_t02::before {
	background-image: url("../img/wave_t02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	top: -0.2vw;
	content: '';
	height: 12vw;
	position: absolute;
	width: 100%;
}
.wave_b01 {
  padding-bottom: 18vw;
}
.wave_b02 {
  padding-bottom: 10vw;
}
.wave_last{
  padding-bottom: 1em;
}
.wave_b01::after {
	background-image: url("../img/wave_b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	bottom: -0.25vw;
	content: '';
	height: 12vw;
	position: absolute;
	width: 100%;
}
.wave_b02::after {
	background-image: url("../img/wave_b02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	bottom: -0.25vw;
	content: '';
	height: 12vw;
	position: absolute;
	width: 100%;
}

/*リンク*/
a {
	color: #333;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}


/*container*/
#container {
	width: 100%;
}


/*header*/
header {
  display: block;
  width: 100%;
	background-color:rgba(115,115,115,0.7);
  z-index: 10;
}

header #logo_wrap {
	line-height: 1;
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
  padding: 0.8em 0.2em;
}

header #logo {
	margin: 0 auto 10px 0;
	width: 260px;
	height: auto;
}

/*menubar*/
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubar {
	display: none;
}
/*開閉*/
#menubar.db {display: block;}
#menubar.dn {display: none;}

#mainmenu {
  width: 100%;
}
#menubar ul {
	max-width: 1100px;
	margin: 0 auto;
}
#menubar ul li {
  width: auto;
  flex-grow: 1;
  position: relative;
}
#menubar a {
	display: block;
	text-decoration: none;
	text-align: center;	
	color: #fff;
	padding: 1em 0;
}

#menubar a.english {
  margin: auto 0 auto 0.5em;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #330500;
  border: #330500 1px solid;
	border-radius: 10vh;
}
#menubar a.english:hover {
	color: #330500;
	background-color: #fff;
}


/*小さな端末用の開閉ブロック設定
---------------------------------------------------------------------------*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	animation: animation1 0.2s both;
	background: #F3F2EC;
	padding: 5%;
}
.s #menubar.db #mainmenu {
	margin-top: 50px;
}

.s #menubar.db a {
	display: block;
	padding: 1em;
	text-align: left;
	background: #661b14;
  color: #fff;
}
.s #menubar.db a.english {
	margin-top: 1em;
  text-align: center;
}


/*開閉ブロック内のsubmenu
---------------------------------------------------------------------------*/
.sh ul.submenu li {
	background: transparent !important;
}
.sh ul.submenu li a {
	color: #555 !important;
}

/*ドロップダウン*/
#menubar .ddmenu_parent ul {
	display: none;
	border-top: 1px solid #ddd;
}
#menubar .ddmenu_parent_s ul {
	display: none;
}

#menubar a.ddmenu::after,
#menubar a.ddmenu_s::after{
  position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: bold;
	margin-left: 0.8em;
  font-size: 0.9em;
}
#menubar a.english.ddmenu::after {
  display: none;
}

#menubar .ddmenu_parent ul a {
	padding: 0.8em 1em;
	background-color:rgba(115,115,115,0.7)!important;
	color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	text-align: left;
}
#menubar .ddmenu_parent ul a:hover {
	background: #F3F2EC !important;
  color: #737373;
  opacity: 1;
}
#menubar .ddmenu_parent_s ul a {
	background-color:rgba(135,106,106,0.7)!important;
}


/*ハンバーガー*/
#menubar_hdr {
	display: block;
	position: fixed;
  z-index: 100;
	top: 10px;
	right: 3%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #330500  url("../img/ham_menu.png") no-repeat center top/50px;
	transition: 0.2s;
}
#menubar_hdr:hover {
	filter: brightness(1.1);
}
#menubar_hdr.ham {
	background: #330500  url("../img/ham_menu.png") no-repeat center bottom/50px;
}

/*サブメイン画像*/
.sub_mainimg {
	position: relative;
  display: block;
	width: 100%;
  height: 45vw;
	margin: 0 auto 2em;
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 100%;
}
#intro_marketing.sub_mainimg {
  background-image:  url("../img/mv_intro_marketing.jpg");
}
#intro_marketing02.sub_mainimg {
  background-image:  url("../img/mv_intro_marketing02.jpg");
}
#intro_marketing03.sub_mainimg {
  background-image:  url("../img/mv_intro_marketing03.jpg");
}
#intro_eai.sub_mainimg {
  background-image:  url("../img/mv_intro_eai.jpg");
}
#intro_eai02.sub_mainimg {
  background-image:  url("../img/mv_intro_eai02.jpg");
}
#intro_eai03.sub_mainimg {
  background-image:  url("../img/mv_intro_eai03.jpg");
}
#intro_management.sub_mainimg {
  background-image:  url("../img/mv_intro_management.jpg");
  background-position-x: right;
}
#intro_management02.sub_mainimg {
  background-image:  url("../img/mv_intro_management02.jpg");
}
#intro_management03.sub_mainimg {
  background-image:  url("../img/mv_intro_management03.jpg");
}
#intro_accounting.sub_mainimg {
  background-image:  url("../img/mv_intro_accounting.jpg");
}
#intro_accounting02.sub_mainimg {
  background-image:  url("../img/mv_intro_accounting02.jpg");
}
#intro_accounting03.sub_mainimg {
  background-image:  url("../img/mv_intro_accounting03.jpg");
}
/*スライダー*/
.mainimg {
	position: relative;
	width: 100%;
	margin: 0 auto 5em;
}
.mainimg::after,
.sub_mainimg::after {
	background-image: url("../img/wave_main_b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	bottom: -2px;
	content: '';
	height: 6vw;
	position: absolute;
	width: 100%;
}
.slider-2 {
  margin: auto;
  padding: 0;
}
.slider-2 .slick-slide {
  width: 1050px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 50vw;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 30px;
  height: 60px;
  background-color: #737373;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  opacity: 0.7;
}
.slider-2 .slick-arrow:hover {
  opacity: 1;
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;

  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 10px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 10px;
}
.dots-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dots-2 .slick-dots {
  margin-bottom: 3vw;
  padding: 0;
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: #f1c400 1px solid;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 10vh;
}
.dots-2 .slick-dots .slick-active button {
  background: #f1c400;
}

.sub_mainimg > h2,
.mainimg > h2{
  position: absolute;
  width: 100%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.6;
  color: #fff;
  text-shadow:
	  1px 1px 4px rgb(0 0 0 / 42%),
	  -1px 1px 4px rgb(0 0 0 / 42%),
	  1px -1px 4px rgb(0 0 0 / 42%),
	  -1px -1px 4px rgb(0 0 0 / 42%),
	  1px 0px 4px rgb(0 0 0 / 42%),
	  0px 1px 4px rgb(0 0 0 / 42%),
	  -1px 0px 4px rgb(0 0 0 / 42%),
	  0px -1px 4px rgb(0 0 0 / 42%);   
  letter-spacing: 0.1em;
  z-index: 2;
}
.sub_mainimg > h2 span,
.mainimg > h2 span {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color:rgba(0,0,0,0.5);
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}
.sub_mainimg > h2 span b,
.mainimg > h2 span b {
  display: block;
  font-size: 60%;
  font-weight: normal;
}
.sub_mainimg > h2 span em,
.mainimg > h2 span em {
  display: block;
  font-size: 60%;
  font-family: Century , "Book Antiqua";
	font-style: normal;
  letter-spacing: 0;
}

/*contents*/
#contents {
	display: block;
	margin: 2em auto 6em;
}
#contents.mb0 {
	margin-bottom: 0;
  border-bottom: rgba(242,233,194,0.6) 6em solid;
}

/*main*/
main {
	order: 0;
}

main h2 {
	position: relative;
  display: block;
  max-width: 1100px;
	margin: auto auto 2.5em;
  padding: 0.25em 1em;
  border-bottom: solid 2px #661b14;
  font-family: 'Noto Serif JP', sans-serif;
	font-size: clamp(18px, 3vw, 26px);
    color: #661b14;
  text-align: center;
}
main h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: #A28280;
}

main .sec_flat02 h2 {
  width: 96%;
  color: #fff;
  border-bottom: solid 2px #ddd;
  text-shadow: 
       2px  2px 1px #661b14,
      -2px  2px 1px #661b14,
       2px -2px 1px #661b14,
      -2px -2px 1px #661b14,
       2px  0px 1px #661b14,
       0px  2px 1px #661b14,
      -2px  0px 1px #661b14,
       0px -2px 1px #661b14;
}
main .sec_flat02 h2::after {
  background-color: #bbb;
}

main h3 {
	position: relative;
  max-width: 1100px;
	font-size: clamp(16px, 3vw, 22px);
	padding: 0 0.8em 0.5em 0.5em;
	margin: 0 auto 1em;
  border-bottom: solid 5px #ccc;
  font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.4;
}
main h3::before {
  position: absolute;
  content: '';
  left: 2.5em;
  bottom: -5px;
  width: 2.5em;
  height: 5px;
  background-color: #cc8f7a;
}
main h3::after {
  position: absolute;
  content: '';
  left: 7.5em;
  bottom: -5px;
  width: 2.5em;
  height: 5px;
  background-color: #cca497;
}
main h3:first-letter {
  font-size: 130%;
  color: #c63527;
}
main .sec_flat02 h3 {
  width: 96%;
}
main h4 {
	position: relative;
  max-width: 1100px;
	font-size: clamp(14px, 3vw, 20px);
	padding: 0 0 0.1em;
	margin: 0 auto 0.5em;
  border-bottom: solid 2px #cc8f7a;
	line-height: 1.4;
}
main h4.h4_li {
	padding-left: 1em;
  border: none;
}
main h4.h4_li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #b3b3b3;
  border-radius: 50%;
}

main p {
	margin: 0 0 0.8em;
}
cite {
  font-size: 0.9em;
}


/*フッター*/
footer {
  display: block;
	background-color: #330500;
}
footer #footermenu {
  display: block;
  width: 100%;
	background-color: #f4f4f4;
  margin: auto;
	padding: 1em 0;
}
footer #footermenu .title {
  position: relative;
  display: block;
  margin: auto;
	padding: 1em 0;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #001e62;
}
footer #footermenu .title::before,
footer #footermenu .title::after {
  content: "";
  position: absolute;
  background: #001e62;
  width: 2em;
  height: 2px;
  top: 50%;
}
footer #footermenu .title::before {
  margin-left: -2.5em;
}
footer #footermenu .title::after {
  margin-left: 0.5em;
}
footer .copy_wrap {
	display: block;
  width: 100%;
  max-width: 1100px;
  margin: auto;
	padding: 1em 0;
	color: #fff;
}
footer .copy_wrap small {
	display: inline-block;
  margin: 0 auto 0 0;
	font-size: 0.6em;
}
footer .copy_wrap ul {
	display: flex;
	justify-content: flex-start;
  margin: 0 auto 0 0;
  padding: 0;
	list-style: none;
}
footer .copy_wrap ul li {
	margin-left: 1em;
}
footer .copy_wrap ul li .txt_link03 {
	color: #fff
}

/*list-field*/
.list-field {
	display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
	width: 100%;
	margin: 3em auto 1em;
	padding: 0;
  list-style: none;
}
.list-field li {
	width: 48%;
  margin: 0.5em auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.list-field figure {
	display: block;
  height: 100%;
  min-height: 150px;
  padding: 0.5em;
  background-color: #fff;
  overflow: hidden;
}
.list-field figure div {
	display: inline-block;
  width: 100%;
  overflow: hidden;
}
.list-field figure img {
  display: block;
  transition-duration: .5s;
	width: 100%;
  height: auto;
}
.list-field figcaption{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
	margin: 0 0 0.2em;
  color: #737373;
  font-weight: 700;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
}
.list-field figcaption span{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 0.9em;
  font-weight: normal;
}
.list-field li:hover figure img {
  transform: scale(1.2);
}
.list-field li:hover figure {
  background-color: #737373;
}
.list-field li a:hover {
  opacity: 1;
}
.list-field li:hover figcaption {
  color: #fff;
}
.list-field.txt a{
  display: block;
  padding: 0.8em 0.1em;
  border: #dedede 1px solid;
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  overflow: hidden;
}
.list-field.txt a:hover {
  background-color: #737373;
  color: #fff;
  transform: scale(1.2);
}

#footermenu .list-field li {
	width: 30%;
}
#footermenu .list-field figure div {
  border: #b3b3b3 3px solid;
  border-radius: 50%;
}
#footermenu .list-field figcaption {
  line-height: 1.4;
}
/*list-box*/
.list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-box > dl {
  display: block;
	width: 98%;
  background-color: #fff;
	border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.list-box > dl dt {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.list-box > dl dt.btn a {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.list-box > dl dd {
  width: 100%;
  padding: 1em;
}
.list-box > figure {
  width: 48%;
  text-align: center;
  margin-bottom: 1.5em;
}
.list-box > figure img {
  width: 100%;
  height: auto;
}

/*list-box02*/
.list-box02 {
	display: block;
	width: 100%;
	margin: 2em 0 3em;
	padding: 0;
}
.list-box02 dl {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1em;
  background-color: #fff;
	border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.list-box02 dl dt {
  position: relative;
  width: 100%;
	padding: 0.8em 0.5em;
  line-height: 1.4;
	background: #001e62;
  color: #fff;
  text-align: center;
}
.list-box02 dl dt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1em;
  margin-left: -26px;
  border-top: 26px solid #001e62;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
}
.list-box02 dl dd {
  width: 100%;
	padding: 1.8em 0.5em 0.8em;
  line-height: 1.6;
}
.list-box02 dl dd p:last-child {
  margin-bottom: 0;
}
.sec_flat .list-box02 {
	margin-bottom: 1em;
}

/*list-box03*/
.list-box03 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.list-box03 > dl {
  display: block;
	width: 98%;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
.list-box03 > dl dt {
  width: 100%;
  line-height: 1.4;
}
.list-box03 > dl dt span {
  font-size: 0.8em;
}
.list-box03 > dl dt figure {
  width: 100%;
  text-align: center;
}
.list-box03 > dl dt figure div {
  display: none;
  width: 250px;
  height: 250px;
  margin: 0 auto 1em;
}
.list-box03 > dl dt figure div img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.list-box03 > dl dt figure figcaption {
  display: inline-block;
  padding-bottom: 0.2em;
  font-size: 1.3em;
  font-weight: 700;
  border-bottom: #b3c9ff 3px solid;
}
.list-box03 > dl dd {
  width: 100%;
  padding: 1em;
  line-height: 1.6;
}
.list-box03 > dl dd .tl {
  text-align: left;
}

.fle_box {
  display: flex;
  width: 100%;
  margin: auto 0 2em;
}
.fle_box figure {
  display: block;
  width: 20%;
  height: auto;
  margin: 0 1em 1em 0;
}
.fle_box figure img {
  width: 100%;
  height: auto;
}
.fle_box div {
  display: block;
  width: 80%;
  height: auto;
}
.fle_box.bg {
  position: relative;
  padding: 1em;
  background-color: #fff;
  border: #eee 8px solid;
}
.fle_box.bg::before {
background-color:#cca497;
content: '';
display: block;
position: absolute;
top: -8px;
left: -8px;
width: 8px;
height: 8px;
z-index: 1;
}
.fle_box.bg p {
  font-size: 0.9em;
}
.fle_box02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto 0 2em;
}
.fle_box02 figure {
  display: block;
  width: 28%;
  height: auto;
  margin: 0;
}
.fle_box02 figure img {
  width: 100%;
  height: auto;
}
.fle_box02 div {
  display: block;
  width: 70%;
  height: auto;
}
.fle_box03 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 2em 0 0;
}
.fle_box03 figure {
  display: block;
  width: 45%;
  height: auto;
  margin: 0;
}

ul.li_disc {
  margin: auto 0 2em 1em;
  padding: 0;
  list-style: none;
}
ul.li_disc li {
  position:relative;
  padding: 0 0 0 1em;
  margin: 0.5em 0;
}
ul.li_disc li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -10px;
  width: 15px;
  height: 15px;
  background: #001e62;
  border-radius: 50%;
}
ol.li_deci {
  counter-reset:list;
  list-style-type: none;
  margin: 1em 0 1em 1em;
  padding:0;
}
ol.li_deci li{
  position:relative;
  padding: 0 0 0 2em;
  margin: 0.5em 0;
}
ol.li_deci li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0.1em;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height:30px;
  background: #001e62;
  border-radius: 50%;
}

/*ボタン*/
.btn {
	text-align: center;
}
.btn a,
.btn input {
	display: inline-block;
	text-decoration: none;
	border: none;
	color: #fff;
	border-radius: 3px;
  margin: 0.5em ;
	padding: 1em;
	font-size: 1em;
	background: #001e62;
	letter-spacing: 0.1em;
}

.btn a:hover,
.btn input:hover {
	cursor: pointer;
	filter: brightness(1.1);
}

/*矢印*/
.btn.arrow a {
	padding-right: 1.3em;
}
.btn.arrow a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-left: 1em;
	transform: scale(1.4);
	transition: 0.3s;
}
.btn.arrow a:hover::after {
	transform: scale(1.6);
}

/*テキストリンク*/
.txt_link {
	display: inline-block;
	position: relative;
	padding: 0.2em 1.2em 0.2em 0.1em;
  color: #1f4399;
	text-decoration: none;
}
.txt_link::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	position: absolute;
	right: 0;
}
.txt_link02 {
	position: relative;
  margin-right: 0.3em;
	padding: 0.2em 1.5em 0.2em 0.1em;
  color: #c63527;
	text-decoration: none;
}
.txt_link02::after {
	font-family: "Font Awesome 5 Free";
	content: "\f360";
	font-weight: bold;
	position: absolute;
	right: 0;
}
.txt_link03 {
	position: relative;
  margin-right: 0.3em;
	padding: 0.2em 1.5em 0.2em 0.1em;
	text-decoration: none;
}
.txt_link03::after {
	font-family: "Font Awesome 5 Free";
	content: "\f360";
	font-weight: bold;
	position: absolute;
	right: 0;
}

ul.txt_link_li {
	line-height: 1;
	display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
	margin: 0 0 3em;
  padding: 0;
}
ul.txt_link_li li {
	display: inline-block;
	margin: auto 0.5em 1em;
	padding-right: 1em;
	border-right: #1f4399 1px solid;
}
ul.txt_link_li li a {
  position: relative;
  padding-right: 1.5em;
	color: #1f4399;
	text-decoration: none;
}
ul.txt_link_li li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: bold;
	position: absolute;
	right: 0;
}
ul.txt_link_li li:last-child {
	border-right: none;
}
ul.txt_link_li li.b_none {
	border-right: none;
}
/*テキスト*/
.f_style01 {
  color: #001e62;
  font-size: 1.2em;
  font-weight: 700;
}
.f_style02 {
  color: #003dcc;
  font-weight: 700;
}
.f_style03 {
  color: #ff4433;
  font-weight: 700;
}
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.txt_s {
  font-size: 90%;
  line-height: 1.4;
}
.mt_3 {
  margin-top: 3em;
}
.flo_r {
  float: right;
  margin: auto 0 1em 1em;
}
.flo_l {
  float: left;
  margin: auto 1em 1em 0;
}
.img_20 {
  width: 20%;
}
.img_30 {
  width: 30%;
}
figure.fig_c {
	display: block;
  margin: 1.5em 0;
  text-align: center;
}
figure.fig_c img {
  width: 100%;
	max-width: 820px;
  height: auto;
}
figure.fig_c.wid02 img {
	max-width: 620px;
}
figure.fig_c figcaption {
	margin: 0 0 0.2em;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
}

/*テーブル*/
table {
  background-color: #fff;
}
table caption {
	font-weight: bold;
	padding: 10px 5px;
  color: #000f33;
}
table {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 2em;
}
table th, table td {
	padding: 0.8em;
	word-break: break-all;
	border: #b3b3b3 1px solid;
	vertical-align: top;
}
table th {
	width: auto;
	background-color: #737373;
  color: #fff;
}
table.td_1 td:nth-child(1) {
	background-color: #e6e6e6;
  color: #000;
  text-align: center;
  font-weight: 700;
}
table td.sub_th {
	background-color: #e6e6e6;
  color: #000;
  text-align: center;
  font-weight: 700;
}
table.w_40 td:nth-child(1) {
	width: 40%;
}
table td.w_22 {
	width: 220px;
}
table .w_5 {
	width: 5em;
}
table.no_fix {
	table-layout: inherit;
}
table.last_cell tr>*:last-child {
	text-align: center;
}
table.first_cell tr>*:first-child {
	width: 5em;
}


/*FAQ*/
.faq {
  margin-top: 3em;
	padding: 0;
}
.faq dt {
	position: relative;
	margin: 2em 0 1em;
	padding: 0 0.8em 0 3.2em;
	font-size: 1.3em;
  font-weight: 700;
  color: #001e62;
	line-height: 1.4;
}
.faq dt::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(0,30,98,0.3);
	font-size: 2em;
}
.faq dt::after {
	content: '';
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(0,30,98,0.6);
}
.faq dd {
  margin: 0 0 1.5em;
	padding: 0 0 1.5em;
  border-bottom: #ddd 1px solid;
	line-height: 1.8;
}
.faq dd em {
  display: inline-block;
  position: relative;
  margin: 0 1em 0 0;
  padding: 0 0.3em;
  font-style: normal;
	font-size: 1.5em;
  font-weight: 700;
	color: #f1c400;
  line-height: 1.2;
}
.faq dd em::after {
	content: '';
	position: absolute;
	top: 0.2em;
  margin-left: 0.3em;
	border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #f2e091;
}
.faq dd:last-child {
  border-bottom: none;
}


/*PAGE TOP*/
.pagetop-show {display: block;}

.pagetop a {
	display: block;
  text-decoration: none;
  text-align: center;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
	background: rgba(0,0,0,0.3);
  border-radius: 50%;
	width: 60px;
	line-height: 60px;
}
.pagetop a:hover {
	background: rgba(0,0,0,0.5);
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #66abf9 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #666; color: #fff; border-radius: 3px;margin: 5px 0;}
.look .color-check {color: #ffcc00 !important;}
.small {font-size: 0.6em;}
.sn {display: none;}



@media screen and (max-width:480px) {
#mainmenu {
  margin-top: 50px;
}
#footermenu ul {
  margin: 0;
  padding: 0;  
  text-align: center;
  list-style: none;
  }
.btn a,
.btn input {
	display: block;
}
table.first_cell tr>*:first-child {
	display: none;
}

.fle_box02,
.fle_box03 {
  display: block;
}
.fle_box02 figure,
.fle_box03 figure {
  width: 85%;
  height: auto;
  margin: 1em auto;
}
.fle_box02 div {
  width: 100%;
}
.flo_r,
.flo_l {
  float: none;
  margin: auto auto 1em;
}
.img_20 {
  width: auto;
  max-width: 60%;
}
.img_30 {
  width: auto;
  max-width: 80%;
}
}


@media screen and (min-width:700px) {
.list-field li {
	width: 31%;
  margin: 0.5em 1.1%;
}
.list-field.txt li {
	width: 47.5%;
}

/*フッターメニュー*/
#footermenu {
	display: block;
	width: 100%;
	font-size: 0.8em;
  padding: 0 2%;
}
#footermenu .list-field {
  flex-wrap: nowrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
#footermenu .list-field li {
	width: 11%;
  margin: 0.5em 0.7%;
}
#footermenu .list-field figure div {
  border: #b3b3b3 3px solid;
}
.list-box > dl {
	width: 49%;
}
.list-box02 {
	display: flex;
	justify-content: space-between;
}
.list-box02.col2 dl {
	width: 49%;
}
.list-box02.col3 dl {
	width: 32%;
}
.list-box03 > dl {
	width: 33%;
}
.list-box03.col1 > dl {
	width: 70%;
  margin: auto;
}
.list-box03 > dl dt figure div {
  width: 28vw;
  max-width: 250px;
}
footer .copy_wrap {
	display: flex;
	justify-content: space-between;
}
footer .copy_wrap ul {
	justify-content: flex-end;
  margin: 0;
}

.sh {display: none;}

}



@media screen and (min-width:1000px) {

html, body {
	font-size: 16px;
}


/*header*/
header {
  position: fixed;
}
header #logo_wrap {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header #logo {
	margin: 0;
  width: 370px;
}
header #logo.en {
  width: 430px;
}
header #menubar.db {
  width: auto;
}
#intro_marketing.sub_mainimg,
#intro_eai.sub_mainimg,
#intro_management.sub_mainimg,
#intro_accounting.sub_mainimg {
  margin-bottom: 4em;
}

.sec_flat02.top_flat {
}
.dots-2 .slick-dots {
  margin-bottom: 2vw;
}

/*menubar*/
#menubar ul {
	display: flex;
	justify-content: space-around;
  align-items: center;
	line-height: 1.6;
}

#menubar ul li a {
	padding: 1em 1.5em;
  font-size: 0.85em;
}

/*ドロップダウン*/
#menubar .ddmenu_parent{
	position: relative;	
}
#menubar .ddmenu_parent ul {
	position: absolute;
	z-index: 100;
	width: 180px;
}
#menubar .ddmenu_parent ul ul {
	position: absolute;
  top: 0;
  right: -180px;
}
#menubar a.ddmenu_s::after{
  transform: rotate(-0.25turn);
  right: 1em;
}
/*ハンバーガー*/
#menubar_hdr {display: none;}

.wave_b01::after,
.wave_b02::after {
	bottom: -0.25vw;
  }

/*main*/
main {
	flex: 1;
	order: 1;
	margin: 0;
}

.p_w80 {
	width: 80%;
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.sn {display: block;}
.sh {display: none;}
}
