@charset "UTF-8";
.iv,.ivo{
  opacity: 0;
}

.sp_rev,
.s_nav {
	display: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.body_bk {
    width: 100%;
    background: #fff;
/*     overflow-x: clip; */
    position: absolute;
    top: 0;
    left: 0;
}

.sp_contents {
	display: none;
}

body {
	position: relative;
	line-height: 1.8em;
	font-family: "Noto Serif JP", serif;
	color: var(--themecolor01);
}
.all {
    position: relative;
    z-index: 1;
}

.h_navi {
	position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: 0rem;
    z-index: 102;
    background: #fff;
    padding: 34px 24px;
    border-radius: 0px 2px 2px 0px;
}
/* 固定ナビ */
#menuButton {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.sp_menu {
	width: 40px;
/*     position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*
    top: 50vh;
    left: 3rem;
    z-index: 102;
*/
}
.sp_menu h3 {
    text-align: center;
    line-height: 1em;
    font-size: 11px;
    color: var(--themecolor01);
    margin-top: 4px;
}
#menuButton span {
    display: block;
    background: var(--themecolor01);
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 0;
}
#menuButton.active span:first-child {
    top: 2px;
/*     background: #fff; */
}
#menuButton span:nth-child(2) {
    top: 10px;
}
#menuButton span:last-child {
    bottom: 0;
}
#menuButton.active span:last-child {
/*     bottom: 2px; */
/*     background: #fff; */
}
#menuButton.active {

}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.35s;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.globalMenuSp div {
	width: 100vw;
	margin: auto;
}

.globalMenuSp .globalMenuSp_li {
  margin: 0 auto;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  line-height: 1em;
  display: inline-block;
}

.globalMenuSp .globalMenuSp_li li {
  list-style-type: none;
  padding: 0;
}
#header ._in .nav .globalMenuSp_li li .s_txt {
	text-align: left;
}
.globalMenuSp .globalMenuSp_li li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.globalMenuSp .globalMenuSp_li li a {
  display: inline-block;
  padding: 14px 0;
  text-decoration :none;
  transition: .35s;
  color: #1a1a1a;
  text-align: left;
}
.globalMenuSp .globalMenuSp_li li a:hover {
  color: #00653a;
}
.globalMenuSp ul li a::first-letter {
  color: #00653a;
}
.globalMenuSp .globalMenuSp_li li a .s_txt {
  	font-size: 0.5em;
    line-height: 1em;
    display: block;
    margin-top: 4px;
    font-weight: 400;
    text-align: left;
}
.globalMenuSp .globalMenuSp_li li a .s_txt:before {
  	content: '− ';
  	color: #00653a;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(0%);
}


/* メニューをhoverした時のスタイル */
.pc_rev {

}
.pc_rev:hover .pc_revMenu {
  opacity: 1;
  visibility: visible;
  top: 53px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
  border-top: 4px solid #ECE9DD;
}
.pc_revMenu {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 80px;
}
.pc_revMenu-list {
    margin: 10px 18px 14px 18px;
}
.pc_revMenu-item {

}
#header ._in .nav .nav_ul li .pc_revMenu li {
	margin: 0;
}
#header ._in .nav .nav_ul li .pc_revMenu-item a {
  	font-size: 1em;
    padding: 14px;
    display: block;
    position: relative;
    padding-left: 1.5em;
}
.pc_revMenu-item a:before {
    content: '';
    width: 1em;
    height: 1px;
    background: #ECE9DD;
    position: absolute;
    left: 0;
    top: 50%;
}


.sp__menu {
	background: var(--themecolor01);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 1.45em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	z-index: 101;
	display: none;
	overflow: scroll;
}
.sp__menu .sp__menu__container {
	display: flex;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
    justify-content: flex-end;
}
.sp__menu .sp__menu__logo {
	position: fixed;
    top: 3rem;
    left: 3rem;
}
.sp__menu .sp__menu__logo a {
	padding: 0;
	margin: 0;
}
.sp__menu h5 {
    color: #fff;
    padding: 14px 0;
}
.sp__menu a {
	color: #fff;
	padding: 14px 0;
	display: block;
	position: relative;
	transition: all .3s;
}
.sp__menu a.__parent {
	padding: 0 0;
	margin-top: 24px;
}
.sp__menu a:hover {
	color: var(--themecolor02);
}
.sp__menu__nav {
    width: 90%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 1380px;
    margin: auto;
}
.sp__menu__nav .sp__menu__contact {
	width: 32%;
	margin-left: 4%;
	container-type: inline-size;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail {
	margin-left: 1em;
	margin-top: 14px;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail img {
	filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(244deg) brightness(104%) contrast(100%);
	height: 6cqw;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .sp__menu_mail {
	margin-top: 3vh;
	margin-bottom: 5vh;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .sp__menu_mail a {
    font-size: 10cqw;
	line-height: 1em;
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .sp__menu_mail a .icon {
	height: 6cqw;
	margin-right: 14px;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .sp__menu_mail p,
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .tel p {
    font-size: 16px;
    line-height: 1.5em;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .tel p.s_txt {
    font-size: 14px;
    line-height: 1.5em;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .tel a {
	font-size: 10cqw;
	line-height: 1em;
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .tel a .icon {
	height: 5cqw;
	margin-right: 14px;
}
.sp__menu__nav .sp__menu__contact .sp__menu_tel_mail .tel a img {
	height: 5cqw;
}

.sp__menu__nav .sp__menu__ul {
	width: 54%;
}
.sp__menu__nav .sp__menu__ul .parent_li {
	margin-top: 4vh;
}
.sp__menu__nav .sp__menu__ul .parent_li:first-of-type {
	margin-top: 0;
}
.sp__menu__nav .sp__menu__ul .child_li {
	width: 100%;
	margin-top: 4vh;
}
.sp__menu__nav .sp__menu__ul .child_li li a {
	border-bottom: 1px solid #fff;
	font-size: 0.8em;
	line-height: 1.5em;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li {
	width: 28%;
/* 	border-bottom: 1px solid #fff; */
	margin-left: 4%;
}
.sp__menu .child_li a:before,
.sp__menu .parent_li a:before {
    content: '';
    width: 1em;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}
.sp__menu .child_li a,
.sp__menu .parent_li a {
    padding-left: 1.5em;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li {
	margin-top: 18px;
}
.sp__menu__nav .sp__menu__ul .child_li .poppins {
	padding-bottom: 0;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_detail {
	display: flex;
	align-items: center;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_detail .icon {
	width: 40px;
	margin-right: 10px;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_detail .tt {
	width: calc( 100% - 50px );
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_btn_li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_btn_li a {
	width: calc( 48% - 2px );
	font-size: 0.6em;
	line-height: 1em;
	display: flex;
	background: transparent;
	padding: 7px 0;
	border: 1px solid #fff;
}
.sp__menu__nav .sp__menu__ul .child_li .sp__menu_child li .shop_btn_li a:hover {
	background: #D3801E;
	color: #fff;
}
.sp__menu__nav .sns_li {
	margin-top: 6vh;
	display: flex;
	justify-content: center;
}
.sp__menu__nav .sns_li img {
	filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(244deg) brightness(104%) contrast(100%);
	height: 34px;
}
.sp__menu__nav .sns_li li {
	margin: 0 1vw;
}

.pc_br {
	display: block;
}
img.w100:not(.post img) {
	width: 100%;
}

#header {
	position: relative;
	z-index: 101;
}

#header .h_logo {
	position: fixed;
	top: 3rem;
    left: 3rem;
}
#header .mail {
/*
	position: absolute;
	top: 60vh;
    left: 3rem;
*/
    font-size: 11px;
    margin-top: 34px;
}
#header .mail a {
	color: var(--themecolor01);
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    line-height: 1em;
}
#header .mail a .icon {
	width: 34px;
	margin-bottom: 4px;
}

.main_ttl {
	margin-left: 10vw;
	position: relative;
	font-size: 7vw;
	width: calc( 100% - 10vw );
    height: 100vh;
}
.main_ttl .ttl {
	font-size: 7vw;
    line-height: 11vw;
    color: var(--themecolor01);
    font-weight: normal;
    position: absolute;
    bottom: 0.5em;
}
.main_ttl .main_mov {
	margin-left: 2em;
	width: calc( 100% - 2em );
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.main_ttl .main_mov .ttl_white {
	font-size: 7vw;
    line-height: 11vw;
    text-align: left;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: -2em;
    bottom: 0.5em;
}
.main_ttl .main_mov .dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
}
.main_ttl .main_mov img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.main_ttl .main_mov .movie {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}



.contents {
	position: relative;
}
.contents .fix_txt01 {
    position: absolute;
    font-size: 6.5vw;
    line-height: 7vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    top: 2vw;
    right: 0;
    color: rgba(255, 255, 255, 0.05);
}
.contents.concept {
	background: var(--themecolor01);
	color: #fff;
	overflow: hidden;
}
.contents ._in {
	width: 90%;
	max-width: 1480px;
	margin: auto;
	padding: 80px 0;
	position: relative;
	text-align: left;
}
.contents ._in p {
	line-height: 2em;
}
.contents.concept ._in {
	width: 100%;
	max-width: 100%;
	padding: 100px 0;
}
.concept .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-right: 14%;
	margin-top: 60px;
	position: relative;
}
.concept .c2 .line01 {
	position: absolute;
	top: 4vw;
	right: -20%;
	width: 15vw;
}
.concept .c2 .line02 {
	position: absolute;
	top: 2vw;
	left: -22%;
	width: 15vw;
}
.concept .c2 .line01 img,
.concept .c2 .line02 img {
	width: 100%;
}
.concept .c2:first-of-type {
	margin-top: 0;
}
.concept .c2:nth-child(even) {
	flex-direction: row-reverse;
	margin-right: 0;
	margin-left: 14%;
}
.concept .c2 .ph {
	width: 42%;
}
.concept .c2 .ph img {
	box-shadow: 18px 18px 0px 0px rgba(0, 0, 0, 0.14);
	width: 100%;
}
.concept .c2:nth-child(even) .ph img {
	box-shadow: -18px 18px 0px 0px rgba(0, 0, 0, 0.14);
}
.concept .c2 .txt {
	width: 54%;
}
.concept .c2 .ch_txt {
	font-size: 1.8em;
	line-height: 1.8em;
	margin-bottom: 34px;
}

.contents.solution {
/*
	background: var(--themecolor01);
	color: #fff;
*/
}
.contents.solution .tab_contents {
	width: 90%;
	margin: auto;
	padding: 60px 0 40px;
}
.solution .ttl_img {
	text-align: center;
	margin: 0 auto 54px;
}
.solution .ttl_img h2 {
	text-align: center;
	margin: auto;
	display: inline-block;
}
.solution .tab_li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.solution .tab_li li {
	width: 30%;
	display: flex;
	justify-content: center;
}
.solution .tab_li li a {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.solution .tab_li li a .no {
	display: inline-block;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    color: #fff;
	background: var(--themecolor02);
	transition: .35s;
}
.solution .tab_li li a:hover .no,
.solution .tab_li li.active a .no {
	background: var(--themecolor01);
}
.solution .tab_li li.active a:after {
	content: '';
	height: 60px;
	width: 1px;
	background: var(--themecolor01);
	position: absolute;
	bottom: -70px;
	left: 50%;
}
.solution .tab_li li a .ttl {
	display: block;
    text-align: center;
    font-size: 1.8em;
    line-height: 1em;
    color: var(--themecolor01);
    margin-top: 7px;
}
.solution .solution_contents {
	background: #C7C7DA;
	background: linear-gradient(180deg,rgba(199, 199, 218, 1) 0%, rgba(219, 219, 229, 1) 100%);
	padding: 60px 0 0;
}
.solution_contents .no1_contents {
/* 	max-width: 1218px; */
	width: 80%;
	margin: auto;
}
.no1_contents .no1_contents_ttl {
	display: none;
}
.no1_contents .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.no1_contents .c2 .ph {
	width: 42%;
}
.no1_contents .c2 .ph img {
	border-radius: 2px;
}
.no1_contents .c2 .txt {
	width: 54%;
	line-height: 2.2em;
	padding-bottom: 3em;
}

/* パネル */
.panel-item {
  display: none;
}
.panel-item.active {
  display: block;
  animation: panel-show .35s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.contents.news {
	background: var(--themecolor01);
	text-align: right;
}
.contents.news ._in {
/* 	max-width: 1218px; */
	width: 90%;
	padding: 60px 0;
	text-align: left;
	margin-right: 0;
}
.news .news_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 40px 10% 40px 40px;
}
.news .news_c2 .center {
	width: 100%;
	margin-top: 34px;
}
.news_c2 .ttl {
	width: 10em;
	position: relative;
	padding: 24px 0;
}
.news_c2 .txt {
	width: calc( 100% - 14em );
	position: relative;
}
.news .dc {
	display: inline-block;
}
.news .cat_li {
	background: var(--themecolor01);
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	display: inline-block;
	padding: 5px 10px 6px;
	border-radius: 2px;
	margin-right: 0.25em;
}
.news .date {
	color: #8080b5;
	line-height: 1em;
	display: inline-block;
	margin-right: 0.5em;
}
.news .news_li {
	margin: 0 0;
}
.news .news_li li {
	border-bottom: 1px solid var(--themecolor03);
	padding: 28px 7px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	white-space: nowrap;
}
.news .news_li li:first-of-type {
	border-top: 0;
}
.news .news_li li .dc {
	margin-right: 7px;
}
.news .news_li li h3 {
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents.business {
	background: var(--themecolor01);
	color: #fff;
}
.contents.business ._in {
	width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 60px 0 100px;
}
.contents .fix_txt02 {
    font-size: 8vw;
    line-height: 10vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.05);
    z-index: 2;
    position: relative;
    margin-left: 0.5em;
}
.business .c3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .c3 .ph {
	width: 20%;
	margin-top: -90px;
}
.business .c3 .business_thumbnail {
	width: 30%;
}
.business .c3 .business_thumbnail .business_thumbnail_li {
	position: sticky;
    top: 0;
}
.business .c3 .business_thumbnail img {
    box-shadow: -18px 18px 0px 0px rgba(0, 0, 0, 0.14);
}
.business .c3 .txt {
	width: calc( 40% - 34px );
	padding-left: 34px;
	position: relative;
}
.business .c3 .txt h2 {
	font-size: 2.2em;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: 0.5em;
    margin-bottom: 24px;
}
.business .c3 .txt .ch_txt_en {
	font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25em;
    position: absolute;
    padding-left: 114px;
    transform: rotate(90deg);
    left: -8em;
    top: 100px;
}
.business .c3 .txt .ch_txt_en:before {
	content: '';
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}
.business_li li {
	border-bottom: 1px solid #fff;
	pointer-events: auto;
}
.business_li li:first-of-type {
	border-top: 1px solid #fff;
}
.business_li li .business_tab_btn {
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 24px 0;
	font-weight: normal;
	pointer-events: auto;
}
.business_li:hover li .business_tab_btn {
	color: rgba(255, 255, 255, 0.2);
}
.business_li li .business_tab_btn ._tt {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 4px;
	letter-spacing: 0.1em;
}
.business_li li .business_tab_btn::after {
    position: absolute;
    right: 1em;
    top: 45%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.5em;
    height: .5em;
    background-color: #ffff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.business_li li .business_tab_btn:hover {
	color: #fff;
}
.business_li li .business_tab_btn:hover::after {
    transform: translateY(-50%) scaleX(1.6);
}



.contents.about {
}
.contents .fix_txt03 {
    position: absolute;
    font-size: 6.25vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    top: 3vw;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(28, 26, 128, 0.05);
    text-align: center;
    width: 100%;
    z-index: 2;
}
.contents.about ._in {
	padding: 60px 0;
	max-width: 100%;
	width: 100%;
	margin: auto;
}
.about .about_c3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_c3 .ph {
	width: 30%;
	position: relative;
	container-type: inline-size;
}
.about_c3 .txt {
	width: 32%;
	padding-top: 80px;
}
.about_c3 .txt .ttl_outher01 {
	display: inline-block;
}
.about_c3 .txt .ch_txt {
	font-family: "Noto Serif JP", serif;
	font-size: 1.3em;
	line-height: 1.8em;
	margin-top: 14px;
	margin-bottom: 24px;
	text-align: center;
}
.about_c3 .txt p {
	text-align: center;
	line-height: 2.2em;
}
.about_c3 .txt .center {
    margin-top: 44px;
}

.about_c3 .ph img {
	width: 100%;
}
.about_c3 .ph .ph01 {
	width: 34cqw;
	margin: 0px 4cqw;
}
.about_c3 .ph .ph02 {
	width: 42cqw;
	margin-top: -28cqw;
    margin-left: 53cqw;
}
.about_c3 .ph .ph03 {
	width: 45cqw;
	margin-top: -4cqw;
}
.about_c3 .ph .ph04 {
	width: 32cqw;
	margin-top: -28cqw;
    margin-left: 62cqw;
}
.about_c3 .ph .ph05 {
	width: 34cqw;
	margin: 0px 10cqw;
	margin-top: 46cqw;
}
.about_c3 .ph .ph06 {
	width: 42cqw;
	margin-top: -84cqw;
    margin-left: 58cqw;
}
.about_c3 .ph .ph07 {
	width: 45cqw;
	margin-top: 46cqw;
    margin-left: 4cqw;
}
.about_c3 .ph .ph08 {
	width: 32cqw;
	margin-top: -70cqw;
    margin-left: 62cqw;
    margin-bottom: 30cqw;
}


.contents.recruit_banner {
	color: #fff;
}
.recruit_banner a {
	background-color: var(--themecolor01);
	background-image: url(../../img/rec_banner_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	display: block;
	text-align: left;
	color: #fff;
	transition: transform .3s;
}
.recruit_banner a .recruit_banner_btn {
	padding: 80px;
	padding-left: 12vw;
	display: inline-block;
}
.recruit_banner a .recruit_banner_btn p {
	line-height: 2.2em;
}
.recruit_banner .ttl_outher01 {
	text-align: left;
}
.recruit_banner .ttl_outher01 h2 {
	display: inline-block;
}
.recruit_banner a:hover .ttl_outher01 .icon {
	transform: translateY(-60%) rotate(45deg);
}

.contents.f_contact {
	border-top: 12px solid var(--themecolor01);
	border-bottom: 12px solid var(--themecolor01);
}
.f_contact ._in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.f_contact .contact_li {
	width: 48%;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}
.f_contact .contact_li p {
    font-size: 1.1em;
}
.f_contact .contact_li:first-of-type::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -1%;
	background: var(--themecolor03);
}
.f_contact .contact_li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 3.2em;
	line-height: 1em;
	font-weight: 600;
	position: relative;
}
.f_contact .contact_li.mail a {
	padding-right: 1em;
}
.f_contact .contact_li.mail a::after {
	font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: var(--themecolor01);
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.f_contact .contact_li.mail a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.f_contact .contact_li a .icon {
	margin-right: 0.25em;
	margin-top: 0.2em;
	display: flex;
    align-items: center;
}
.f_contact .contact_li .s_txt {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 4px;
	letter-spacing: 0.05em;
}
.f_contact .contact_li ._inner {
	display: inline-block;
	margin: 0 auto;
	padding: 18px 0;
}


.footer ._in {
	width: 90%;
	margin: auto;
	padding: 30px 0;
}
.footer .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.footer .c2 .nav {
	width: 62%;
}
.nav .parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav .parent .parent_li {
/* 	width: calc( 25% - 2em ); */
	margin: 14px 0;
	margin-left: 2em;
}
.nav .parent .parent_li .parent_a {
	display: block;
	margin-top: 14px;
}
.nav .parent .child_li {
	padding-left: 1em;
	position: relative;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 4px;
}
.nav .parent .child_li:before {
	content: '−';
	margin-right: 0.5em;
}
.footer .f_rec_banner {
	text-align: right;
}
.footer .f_rec_banner a {
	margin-top: 14px;
	display: inline-block;
	padding: 4px 4px 4px 14px;
	background: #00924a;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.footer .f_rec_banner a:hover {
	background: #006a35;
}
.footer .c2 .addr {
	width: 34%;
	font-size: 0.9em;
	line-height: 1.8em;
}
.footer .addr .addr_txt {
	line-height: 1.5em;
	margin: 14px 0;
}
.footer .addr .sns {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.footer .addr .sns li {
	margin: 7px;
}
.footer .addr .sns li a img {
	filter: invert(8%) sepia(84%) saturate(5158%) hue-rotate(243deg) brightness(83%) contrast(96%);
	transition: filter .3s ease-in-out; /* イージングをおとなしくかける */
}
.footer .addr .sns li a:hover img {
	filter: invert(41%) sepia(89%) saturate(4419%) hue-rotate(177deg) brightness(90%) contrast(101%);
}
.footer .addr .addr_c2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer .copyright {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 34px;
	text-align: center;
}
@keyframes parallax-txt_mov-anim {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(-40px);
  }
}
@keyframes parallax-txt_center_mov-anim {
  from {
    transform: translateY(80px) translateX(-50%);
  }
  to {
    transform: translateY(-40px) translateX(-50%);
  }
}

.txt_mov {
  animation: parallax-txt_mov-anim ease;
  animation-timeline: view();
}
.txt_mov_center {
  animation: parallax-txt_center_mov-anim ease;
  animation-timeline: view();
}

.ttl_outher01 {
	margin-bottom: 34px;
}
.ttl_outher01 h2 {
	font-size: 2.6em;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	font-weight: normal;
	position: relative;
}
.ttl_outher01 h2 .s_txt {
	font-size: 0.4em;
	line-height: 1.5em;
	letter-spacing: 0;
	display: inline-block;
}
.ttl_outher01 .icon {
	position: absolute;
	right: -44px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .2s;
}

a.btn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--btncolor01);
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	color: #ffff;
	padding: 24px 0;
	min-width: 220px;
	display: inline-block;
	letter-spacing: 0.1em;
	border-radius: 2px;
}
a.btn01.mt {
	margin-top: 34px;
}
a.btn01::after {
    position: absolute;
    right: 1em;
    top: 45%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.5em;
    height: .5em;
    background-color: #ffff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
a.btn01:hover::after {
    transform: translateY(-50%) scaleX(1.6);
}
a.btn01:hover {
    background: var(--hoverolor01);
}


/* 下層 */

.page .main_ttl {
	margin-left: 10vw;
	position: relative;
	font-size: 13vw;
	width: calc( 100% - 10vw );
    height: 75vh;
}
.page .main_ttl .ttl {
	font-size: 13vw;
    line-height: 13vw;
    color: var(--themecolor01);
    font-weight: normal;
    position: absolute;
    bottom: 0.2em;
}
.page .main_ttl .page_main_img {
	margin-left: 1em;
	width: calc( 100% - 1em );
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: #fff;
}
.page .main_ttl .page_main_img .ttl_white {
	font-size: 13vw;
    line-height: 13vw;
    text-align: left;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: -1em;
    bottom: 0.2em;
}
.page .main_ttl .page_main_img .ttl_jp {
	font-size: 0.2em;
    line-height: 1em;
    text-align: left;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 6.5em;
    top: -1em;
    letter-spacing: 0.25em;
}
.page .main_ttl .page_main_img .dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}
.page .main_ttl .page_main_img img {
    height: 75vh;
    width: 100%;
    object-fit: cover;
}

.contents.page_ch_txt ._in {
	max-width: 988px;
}
.page_ch_txt h2 {
	font-size: 2.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
.page_ch_txt p {
	font-size: 1.1em;
	line-height: 2em;
}



.contents.business_concept {
	background: var(--themecolor01);
	color: #fff;
	z-index: 2;
}
.contents.business_concept ._in {
	width: 100%;
	max-width: 100%;
	padding: 100px 0 0;
}
.business_concept .c2:before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
	margin-bottom: 60px;
}
.business_concept .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 8%;
	margin-top: 60px;
	position: relative;
}
.business_concept .c2:first-of-type {
	margin-top: 0;
}
.business_concept .c2:first-of-type:before {
	height: 0;
	margin-bottom: 0;
}
.business_concept .c2:nth-child(even) {
	flex-direction: row-reverse;
	margin-right: 0;
	margin-left: 8%;
}
.business_concept .c2 .ph {
	width: 40%;
	position: relative;
}
.business_concept .c2 .ph .cp_txt {
	font-size: 1em;
	line-height: 1em;
	padding: 10px 14px;
	background: var(--themecolor01);
	color: #fff;
	border-radius: 2px;
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.business_concept .c2 .ph img {
	box-shadow: 18px 18px 0px 0px rgba(0, 0, 0, 0.14);
}
.business_concept .c2:nth-child(even) .ph img {
	box-shadow: -18px 18px 0px 0px rgba(0, 0, 0, 0.14);
}
.business_concept .c2 .txt {
	width: 54%;
}
.business_concept .c2 .txt p {
	line-height: 2.2em;
	letter-spacing: 0.1em;
	padding-left: 1em;
}
.business_ttl_outher {
	display: flex;
	align-items: baseline;
	margin: 34px 0;
	position: relative;
	text-align: left;
}
.business_ttl_outher h5 {
	font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    position: absolute;
    top: -14px;
    left: 90px;
    color: rgba(255, 255, 255, 0.5);
}
.business_ttl_outher h2 {
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.business_ttl_outher .num {
	display: inline-block;
	position: relative;
	font-size: 3.5em;
	line-height: 1em;
	padding: 0 28px 0 28px;
}
.business_ttl_outher .num:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.yane01 {
	display: inline-block;
    color: #fff;
    line-height: 1;
    width: calc(50% - 1px);
    height: 0;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-25deg);
    position: absolute;
    top: -9px;
    left: -1px;
}
.yane02 {
    content: '';
    display: inline-block;
    color: #fff;
    line-height: 1;
    width: calc(50% - 1px);
    height: 0;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(25deg);
    position: absolute;
    top: -9px;
    left: 43%;
}
.contents.business_concept .fix_txt02 {
    font-size: 7vw;
    line-height: 9vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.05);
    z-index: 2;
    position: relative;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.page .about_c3 .txt .ch_txt {
    font-family: "Noto Serif JP", serif;
    font-size: 2.3em;
    line-height: 1.8em;
    margin-top: 14px;
    margin-bottom: 24px;
    text-align: left;
    letter-spacing: 0.1em;
}

.page .contents.about {
	z-index: 2;
}

.contents.company_concept {
	background: var(--themecolor01);
	color: #fff;
}
.contents.company_concept ._in {
	width: 100%;
	max-width: 100%;
	padding: 0 0 80px;
	overflow: hidden;
}
.company_concept p {
	font-size: 1.1em;
	line-height: 2em;
}
.company_concept .idea {
	position: relative;
	margin-right: 7%;
}
.company_concept .idea .ph img {
	width: 100%;
	max-height: 950px;
    object-fit: cover;
}
.company_concept .idea .txt {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(28, 26, 128, 0.9);
}

.company_concept .idea .txt h2 {
	font-size: 2.2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 24px;
}
.company_concept .idea .txt ._inner {
	padding: 100px;
	position: relative;
}
.company_concept .idea .ch_txt_en {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25em;
    position: absolute;
    padding-left: 94px;
    transform: rotate(90deg);
    left: 0;
    top: 160px;
}
.company_concept .idea .ch_txt_en:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.company_concept .idea .line01 {
    position: absolute;
    top: -4vw;
    right: -12vw;
    width: 15vw;
    min-width: 242px;
}
.company_concept .idea .line01 img {
    width: 100%;
}
.company_concept .company_concept_li {
    width: 86%;
    margin: 40px auto 0;
    background: #fff;
    box-shadow: 18px 18px 0px 0px rgba(0, 0, 0, 0.14);
}
.company_concept_li ._inner {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company_concept_li ._inner ._box {
    width: 46%;
    color: var(--themecolor01);
}
.company_concept_li .concept_article {
	position: relative;
	padding-left: 34px;
	margin-top: 84px;
}
.company_concept_li .concept_article:first-of-type {
	margin-top: 0;
}
.company_concept_li .concept_article h2 {
    font-size: 2em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 24px;
}
.company_concept_li .concept_article h2 .s_txt {
    font-size: 0.5em;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 0;
    font-weight: normal;
}
.company_concept_li .concept_article .ch_txt_en {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25em;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: 0;
    top: 80px;
}
.company_concept_li .concept_article .ch_txt_en:before {
    content: '';
    width: 70px;
    height: 1px;
    background: var(--themecolor01);
    position: absolute;
    left: -80px;
    top: 50%;
}
.company_concept_li .concept_article .zu {
    margin-top: 24px;
    text-align: center;
}


.contents .fix_txt04 {
    font-size: 7.5vw;
    line-height: 10vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    position: relative;
    margin-left: 0.5em;
    margin-top: -0.5em;
}

.contents.philosophy ._in {
	max-width: 1100px;
	padding-bottom: 0;
}
.philosophy .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.philosophy .c2 .txt {
	width: calc( 58% - 34px );
	padding-left: 34px;
	position: relative;
}
.philosophy .c2 .ph {
	width: 36%;
}
.philosophy .c2 .txt h2 {
    font-size: 2em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 24px;
}
.philosophy .c2 .txt .s_txt {
    font-size: 0.5em;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 0;
    font-weight: normal;
}
.philosophy .c2 .txt .ch_txt_en {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25em;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: 0;
    top: 80px;
}
.philosophy .c2 .txt .ch_txt_en:before {
    content: '';
    width: 70px;
    height: 1px;
    background: var(--themecolor01);
    position: absolute;
    left: -80px;
    top: 50%;
}

.contents .fix_txt05 {
    font-size: 6vw;
    line-height: 9vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: rgba(28, 26, 128, 0.05);
    z-index: 2;
    position: relative;
    margin-left: 0.5em;
    margin-top: -0.5em;
    text-align: left;
}

.contents.message ._in {
	width: 100%;
	max-width: 100%;
	padding: 0 0 60px;
}
.message .c2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-left: 8%;
	position: relative;
}
.message .c2 .ph {
	width: 48%;
	position: relative;
}
.message .c2 .ph .name_txt {
	margin-top: 10px;
	text-align: right;
	padding-right: 2em;
	letter-spacing: 0.1em;
}
.message .c2 .ph .name_txt .name {
	font-size: 1.2em;
	line-height: 1.5em;
	display: inline-block;
	margin-left: 0.5em;
	letter-spacing: 0.1em;
}
.message .c2 .txt {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message .c2 .txt ._inner {
	min-width: 480px;
}
.message .ttl_outher01 h2 {
	margin-bottom: 84px;
	margin-left: -1.5em;
}
.message .c2 .txt p {
	line-height: 2.2em;
	letter-spacing: 0.1em;
	padding-left: 1em;
}
.message_ttl_outher {
	display: flex;
	margin: 34px 0;
	position: relative;
	text-align: left;
}
.message_ttl_outher h5 {
	font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    position: absolute;
    top: -14px;
    left: 90px;
    color: var(--themecolor01);
}
.message_ttl_outher h2 {
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-left: -1.5em;
    padding-top: 0.75em;
}
.message_ttl_outher .num {
	display: inline-block;
    position: relative;
    font-size: 3.5em;
    line-height: 1em;
    padding: 0;
    width: 1.5em;
    height: 1em;
}
.message_ttl_outher .num:before {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--themecolor01);
	position: absolute;
	left: 0;
	top: 0;
}
.message .yane01 {
	display: inline-block;
    color: var(--themecolor01);
    line-height: 1;
    width: calc(50% - 1px);
    height: 0;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-25deg);
    position: absolute;
    top: -9px;
    left: -1px;
}
.message .yane02 {
    content: '';
    display: inline-block;
    color: var(--themecolor01);
    line-height: 1;
    width: calc(50% - 1px);
    height: 0;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(25deg);
    position: absolute;
    top: -9px;
    left: 43%;
}
.message .message_ch_txt {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 30px;
    line-height: 2.2em;
}

.contents.profile {
	background: var(--themecolor04);
	padding: 30px;
}
.contents.profile ._in {
	max-width: 1280px;
	padding: 60px 0 0;
}
.profile .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.profile .c2 .ttl {
	width: 30%;
	padding-top: 20px;
}
.profile .c2 .txt {
	width: 66%;
}
.profile .txt .data_li {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #c0c0d8;
}
.profile .txt .data_li:first-of-type {
	border-top: 0;
}
.profile .txt .data_li dt {
	width: 7em;
	padding: 18px 0;
}
.profile .txt .data_li dd {
	width: calc( 100% - 7em );
	padding: 18px 0;
}
.contents .fix_txt06 {
    font-size: 7vw;
    line-height: 10vw;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    position: relative;
    margin-left: 0.5em;
    margin-top: -2em;
    text-align: left;
}


.contents.access ._in {
	width: 100%;
	max-width: 100%;
	padding: 0 0 60px;
}
.access .c2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-right: 8%;
	position: relative;
}
.access .c2 .map {
	width: 52%;
	position: relative;
}
.access .c2 .map iframe {
	width: 100%;
	height: 500px;
}

.access .c2 .txt {
	width: 42%;
}
.access .c2 .txt p {
	line-height: 1.8em;
}
.access .txt .data_li {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
}
.access .txt .data_li dt {
	width: 5em;
}
.access .txt .data_li dd {
	width: calc( 100% - 5em );
}

.company_img_slider {
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.company_img_slider .swiper-slide img {
    border-radius: 2px;
}
.company_img_slider .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #a1a1ca;
	opacity: 0.8;
	margin: 0 4px;
}
.company_img_slider .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: var(--themecolor01);
	opacity: 1;
}
.company_img_slider .swiper-pagination {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    bottom: 0;
}

.page_ch_txt.qa_ch_txt h2 {
    text-align: center;
}

.contents.faq {
	background: var(--themecolor01);
}
.contents.faq ._in {
	max-width: 1090px;
}
.contents.faq .ttl_outher01 {
	display: inline-block;
}
.contents.faq .ttl_outher01 h2 {
	color: #fff;
}

.faq .q_a {
	font-size: 1em;
    line-height: 1.8em;
    text-align: left;
    background: #fff;
    margin: 24px auto;
    border-radius: 4px;
    padding: 34px;
}
.faq .q_a:first-of-type {
    margin: 30px auto 24px;
    border-top: 0;
}
.faq .q_a dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0 0 0 0;
    border-radius: 4px;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: var(--themecolor01);
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: .35s;
}
.faq .q_a dt.active .dli-plus::before {
	transform: rotate(0deg);
}

.faq .q_a dt.active {
}

.faq .q_a dt ._ttl {
	width: calc(100% - 44px - 2em );
    display: block;
}

.faq .q_a dd {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding: 24px 0 0 0;
	border-top: 1px solid #c1c1d9;
}
.faq .q_a dd .txt {
	width: calc(100% - 50px - 0em);
    padding-right: 0;
}
.faq .q_a dd .txt .indent_ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1em;
}
.faq .q_a dd .txt .indent_ul li:first-of-type {
	margin-top: 0;
}
.faq .q_a dd .txt .indent_ul li .tt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.faq .q_a .icon {
	width: 34px;
	display: block;
}

.qa_table {
	margin-top: 14px;
}
.qa_table table {
	border-top: 1px solid var(--themecolor01);
	border-bottom: 1px solid var(--themecolor01);
	font-size: 0.9em;
	line-height: 1.8em;
	width: 100%;
}
.qa_table th {
	padding: 12px;
	background: #f4f4f8;
	text-align: center;
}
.qa_table td {
	padding: 12px;
	border-top: 1px solid #c1c1d9;
	text-align: center;
}
.faq .q_a dd a,
.qa_table td a {
	text-decoration: underline;
}
.faq .q_a dd h5 {
	font-size: 1em;
	font-weight: 600;
	margin-top: 24px;
}
.faq .q_a dd a .i_r {
	display: inline-block;
	height: 16px;
	margin: 0 4px;
}
.faq .q_a dd a img {
	filter: invert(33%) sepia(17%) saturate(7462%) hue-rotate(176deg) brightness(93%) contrast(101%);
	height: 16px;
	display: block;
}
.faq .q_a dd a .i_pdf {
	text-decoration: none;
	line-height: 1em;
	font-size: 0.8em;
	color: #fff;
	display: inline-block;
	padding: 4px 7px;
	background: var(--hoverolor01);
	border-radius: 2px;
	margin-left: 4px;
}
.hurikomisaki {
	background: #f4f4f8;
	padding: 24px 34px;
	border-radius: 2px;
	margin: 14px 0 0 0;
	display: inline-block;
}


.contact_tel_fax {
	text-align: center;
	margin-bottom: 34px;
	font-size: 2.4em;
    line-height: 1.5em;
    font-weight: 500;
    display: inline-block;
}
.contact_tel_fax_center {
    text-align: center;
    width: 100%;
}


.contents.contact_form {
	background: var(--themecolor04);
}
.contents.contact_form ._in {
	max-width: 1100px;
	padding-top: 60px;
	padding-bottom: 100px;
}
.contents.contact_form ._inner {
	background: #fff;
	padding: 34px 34px 34px;
	border-radius: 2px;
	margin-bottom: 34px;
}
.contents.contact_form .contact_form_ttl {
	text-align: center;
	margin-bottom: 18px;
	font-size: 2.4em;
    line-height: 1.5em;
    font-weight: 500;
}
.contents.contact_form .contact_form_ch {
	text-align: center;
	margin-bottom: 34px;
	font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
}

.contact_form .form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px 0;
	font-size: 1.1em;
	line-height: 1.5em;
}
.contact_form .form .indent_p {
	font-size: 0.9em;
	line-height: 1.5em;
	text-indent: -1em;
	margin-left: 1em;
}
.contact_form .form dt {
	width: 14em;
	padding: 14px 0;
	text-align: left;
	line-height: 1.5em;
}
.contact_form .form dt.col2 {
	padding: 4px 0;
}
.contact_form .form dt.w100 {
	width: 100%;
	padding: 14px 0 7px;
}
.contact_form .form dt .s_txt {
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
}
.contact_form .form dd {
	width: calc( 100% - 14em );
}
.contact_form .form dd.w100 {
	width: 100%;
}
.contact_form .transfer_account {
	border: 1px solid #b1b1cc;
	margin: 34px 0 14px;
	border-radius: 2px;
	padding: 24px;
}
.contact_form .transfer_account h4 {
	padding-bottom: 10px;
}
.contact_form .transfer_account .__inner {
	padding: 24px 24px 24px 14px;
	height: 200px;
	overflow-y: scroll; 
	border-top: 1px solid #b1b1cc;
	border-bottom: 1px solid #b1b1cc;
	margin-bottom: 18px;
}

.contact_form .transfer_account dl {
	margin-top: 24px;
}
.contact_form .transfer_account dl:first-of-type {
	margin-top: 0;
}
.contact_form .transfer_account dt {
	padding-bottom: 14px;
	line-height: 1em;
	text-align: left;
}
.contact_form .transfer_account dt::first-letter {
	color: var(--themecolor01);
}
.contact_form .transfer_account dd .account {
	padding: 18px 24px;
	border-radius: 2px;
	background: #fff;
}
.contact_form .transfer_account .s_txt {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 7px;
	border-top: 1px solid #f1e6da;
	padding-top: 14px;
}

.form ._c01 {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 4px;
    background: var(--themecolor01);
    color: #fff;
    font-size: 0.7em;
    line-height: 1em;
    margin-left: 7px;
}
.btn_submit {
  	background: var(--btncolor01);
  	color: #fff;
  	padding: 24px 24px 24px 24px;
  	font-size: 1.1em;
  	line-height: 1em;
  	letter-spacing: 0.2em;
  	border-radius: 2px;
  	min-width: 200px;
  	display: inline-block;
  	position: relative;
  	transition: .35s;
  	cursor: pointer;
  	font-family: "Noto Serif JP", serif;
}
.btn_submit:hover {
  	background: var(--hoverolor01);
}
.selectbox {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 426px;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: var(--themecolor01);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    width: calc( 100% - 1.6em - 30px - 2px );
    height: 2em;
    padding: .8em calc(.8em + 30px) .8em .8em;
    border: 1px solid #b1b1cc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.checkbox-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
    font-size: 1.1em;
    line-height: 1em;
}
.checkbox-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.checkbox-1 label::before,
.checkbox-1 label:has(:checked)::after {
    content: '';
}
.checkbox-1 label::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #e2e2ec;
}
.checkbox-1 label:has(:checked)::before {
    background-color: var(--themecolor01);
}
.checkbox-1 label:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.checkbox-1 input {
    display: none;
}
.checkbox_center ._c01 {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 4px;
    background: var(--themecolor01);
    color: #fff;
    font-size: 0.7em;
    line-height: 1em;
    margin-left: 7px;
}
.checkbox_center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 1.1em;
    line-height: 1.5em;
    word-break: break-word;
    text-align: center;
}
.captcha_label {
	text-align: center;
	display: inline-block;
}
.captcha_label label {
	display: inline-block;
	margin: 14px auto 0;
	text-align: left;
}
.captcha_label label input {
	margin: 10px auto 0;
	display: block;
	width: calc(100% - 26px);
}
.wpcf7-spinner {
    margin: 0;
    margin-right: -24px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 4px solid #b4b4d1;
    background: #fff;
    padding: 50px;
    margin: 0 0 2em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 4px solid #6e9f50;
    background: #fff;
    padding: 50px;
    margin: 0 0 2em;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7c-conf {
	background-color: #fff !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: 4px solid #b4b4d1;
    background: #fff;
    padding: 50px;
}

.wpcf7-not-valid-tip {
    font-size: 0.9em;
    padding-top: 4px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
	display: block;
}


.q_a .scroll__inner {
  	background-color: #ffffff;
  	padding: 0 0 20px 0;
  	overflow-x: scroll;
  	-ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  
	margin-bottom: 18px;
}
.q_a .scroll__inner table {
  	white-space: nowrap;
}
.q_a .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  	display: none;
}
.q_a .simplebar-scrollbar::before {
	background: #1b1a80 !important;
	opacity: 1;
	border-radius: 2;
	height: 5px;
	margin-left: 3px;
	margin-top: 2px;
}
.q_a .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.q_a .simplebar-track {
	background: var(--themecolor04);
	height: 15px !important;
}


.transfer_account .scroll__inner {
  	background-color: #ffffff;
  	height: 200px;
  	padding: 24px 30px 24px 14px;
  	overflow-y: scroll;
  	-ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  
  	border-top: 1px solid #b1b1cc;
	border-bottom: 1px solid #b1b1cc;
	margin-bottom: 18px;
}
.transfer_account .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  	display: none;
}
.transfer_account .simplebar-scrollbar::before {
	background: #1b1a80 !important;
	opacity: 1;
	border-radius: 2px;
	width: 5px;
	margin-left: 3px;
	margin-top: 2px;
}
.transfer_account .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.transfer_account .simplebar-track {
	background: var(--themecolor04);
	width: 15px !important;
}

.news_nav .news_nav_li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_nav .news_nav_li li {
	position: relative;
}
.news_nav .news_nav_li li a {
	position: relative;
	padding: 24px 0;
	display: block;
	color: #8786bc;
	width: 6em;
	text-align: center;
}
.news_nav .news_nav_li li a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--themecolor01);
	position: absolute;
	left: 0;
	bottom: 12px;
	transform: scale(0, 1);
	transition: .35s;
}
.news_nav .news_nav_li li a.active:after,
.news_nav .news_nav_li li a:hover:after {
	transform: scale(1, 1);
}
.news_nav .news_nav_li li a:hover,
.news_nav .news_nav_li li a.active {
	color: var(--themecolor01);
}
.contents.page_ch_txt.news_nav ._in {
    max-width: 720px;
}


.news .news_c1 {
	background: #fff;
	padding: 60px 10% 60px 60px;
}
.news .news_post_ttl h2 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 14px 0 24px;
}
.news .post {
	padding: 24px 0px;
	border-top: 1px solid var(--themecolor03);
}
.news .post p {
	margin: 14px 0;
}
.page .news .news_li li:first-of-type {
    padding-top: 0;
}

.post img.alignright{
	display: block;
	margin: 5px 0px 20px 30px;
	float: right;
}
 
.post img.alignleft{
	display: block;
	margin: 5px 30px 20px 0;
	float: left;
}
 
.post img.aligncenter{
	display: block;
	margin: 20px auto;
}


.p-custom-pagenation {
    padding: 34px 0;
}

.p-custom-pagenation ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.p-custom-pagenation ul.page-numbers>li {
    padding-left: 2px;
    padding-right: 2px
}

.p-custom-pagenation ul.page-numbers>li>.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    font-size: 1.1em;
    color: #fff;
}

.p-custom-pagenation ul.page-numbers>li>.page-numbers:hover,
.p-custom-pagenation ul.page-numbers>li>.page-numbers.current {
    color: var(--themecolor01);
    background-color: #fff;
}

.p-custom-pagenation ul.page-numbers>li>.page-numbers.next {
    padding-bottom: 2px
}

.p-custom-pagenation ul.page-numbers>li>.page-numbers.prev {
    padding-bottom: 2px
}

.blog_post_btn {
	margin: 34px auto;
	margin-right: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 24px;
}
.blog_post_btn li {

}
.blog_post_btn a.btn {
    display: block;
    padding: 18px 28px 18px 28px;
    position: relative;
    font-size: 0.95em;
    letter-spacing: 0.1em;
    border-radius: 28px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}
.blog_post_btn .next a.btn:after {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.5em;
    height: .5em;
    background-color: #ffff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.blog_post_btn .prev a.btn:after {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    transform-origin: right;
    width: 1.5em;
    height: .5em;
    background-color: #ffff;
/*     clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%); */
    clip-path: polygon(40% 50%, 40% 90%, 100% 90%, 100% 100%, 0 100%);
/*     clip-path: polygon(14% 94%, 14% 99%, 100% 99%, 100% 100%, 0 100%); */
    content: '';
    transition: transform .3s;
/*     transform: scale(-1, 1); */
}
/*
.blog_post_btn .prev a.btn {
    display: block;
    position: relative;
    font-size: 0.95em;
    margin: 0 auto;
    text-align: left;
}
*/
/*

.blog_post_btn .prev a.btn:after {
	content: '';
    width:0;
	height:0;
	border-style:solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #361508 transparent transparent;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
*/



.midashi01 {
	padding: 18px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: var(--themecolor01);
	background-color: var(--themecolor04);
	background-repeat: no-repeat;
	background-position: 14px center;
	letter-spacing: 0.1em;
	margin: 20px 0 0;
	border-radius: 6px;
}
.midashi02 {
	padding: 10px 18px 18px 24px;
	font-size: 1.2em;
	line-height: 1.5em;
	position: relative;
	border-bottom: 1px solid var(--themecolor03);
	margin: 20px 0 0;
}
.midashi02:after {
	content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: -2px;
    background: var(--themecolor01);
    border-radius: 12px;
}



