/*common_css*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard .article-archive-itemClark - http://richclarkdesign.com 
Twitter: @rich_clark
*/



nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*===追加記述===*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

li {
	list-style: none;
}

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}



a {
	color: inherit;
	display: inherit;
	font-weight: inherit;
	transition: all ease-in-out .3s;
}
a:hover {
    opacity: .75;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.65;
    }
    
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
}


/*=============== 共通 ===============*/
/* グラデーションテキストボックス */
.common__gradu__message__box {
    width: 1100px;
    padding: 35px 40px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(41,171,226,0.3) 0%, rgba(237,28,36,0.3) 100%);
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .common__gradu__message__box {
        width: 90%;
        padding: 20px;
        border-radius: 5px;
    }
}



/*=============== Recruit 共通 ===============*/
.recruit_common_link_banner {
    background-color: #fff;
    color: #1B1464;
    width: 330px;
    padding: 6px 48px 10px 0;
    position: relative;
}

.recruit_common_link_banner::after {
    background-color: #1B1464;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}

.recruit_common_link_banner_title {
    font-size: 26px;
    font-weight: bold;
    padding-left: 17px;
}

.recruit_common_link_banner_more {
    font-size: 22px;
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.recruit_common_link_banner_more::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-left: 7px;
    height: 10px;
    width: 50px;
}

.recruit_page_sub_head {
    color: #1B1464;
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 0.08em;
    max-width: 1100px;
    margin: 0 auto 30px;
    position: relative;
}

.recruit_page_sub_head::before {
    background: linear-gradient(45deg, rgba(62,86,163,1) 0%, rgba(41,171,226,1) 100%);
    content: "";
    display: inline-block;
    width: 10px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 7px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .recruit_common_link_banner {
        width: 100%;
    }
    
    .recruit_common_link_banner_title {
        font-size: 22px;
    }
    
    .recruit_common_link_banner_more {
        font-size: 17px;
    }
    
    .recruit_page_sub_head {
        font-size: 22px;
        width: 90%;
    }
    .recruit_page_sub_head::before {
        width: 7px;
        height: 20px;
        margin-right: 15px;
        margin-bottom: 3px;
    }

}


.red {
    color: red!important;
}

/* PAGETOP */
.pagetop {
    position: fixed;
	bottom: 80px;
	right: -50px;
	z-index: 15;
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .pagetop {
        display: none;
    }
}[data-instance="22"] .grobal__header__inner{display: none;}[data-instance="22"] .hamb__menu-wrapper{background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;}[data-instance="22"] .sp__header__logo__wrapper{position: absolute;
	left: 20px;
	top: 20px;}[data-instance="22"] .sp__header__logo__link{width: 177px;}[data-instance="22"] .hamb__checkbox{display: none;}[data-instance="22"] .hamb__icon{cursor: pointer;
	display: block;
	height: 80px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 80px;
	transition: all .4s ease-in-out;
	z-index: 100;}[data-instance="22"] .hamb__icon-parts:before,[data-instance="22"] 
.hamb__icon-parts:after{background-color: #3E56A3;
	display: block;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	width: 40px;}[data-instance="22"] .hamb__icon-parts:before{top: 8px;}[data-instance="22"] .hamb__icon-parts:after{top: -8px;}[data-instance="22"] .hamb__menu{background: #fff;
	height: 100%;
	max-width: 650px;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 10;
	font-size: 15px;
	padding: 80px 60px 60px;
	z-index: 10;}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts{background: transparent;}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:before,[data-instance="22"] 
.hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:after{top: 0;
	background-color: #fff;}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:before{transform: rotate(-45deg);}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:after{transform: rotate(45deg);}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__icon{background-color: #3E56A3;}[data-instance="22"] .hamb__checkbox:checked ~ .hamb__menu{right: 0;}[data-instance="22"] .hamb__icon-parts:after,[data-instance="22"] 
.hamb__icon-parts:before,[data-instance="22"] 
.hamb__menu{-webkit-transition: all 0.7s;
	transition: all 0.7s;}[data-instance="22"] .hamb__menu-item{font-weight: bold;
	margin-bottom: 25px;}[data-instance="22"] .sub__menu-title{display: inline-block;
	font-weight: bold;}[data-instance="22"] .sub__checkbox{display: none;}[data-instance="22"] .sub__menu{height: 0;
	margin-top: 0;
	opacity: 0;
	overflow-y: hidden;
	font-size: 15px;}[data-instance="22"] .sub__menu-item:not(:last-child){margin-bottom: 10px;}[data-instance="22"] .sub__checkbox:checked + label + .sub__menu{height: auto;
	opacity: 1;
	padding-top: 15px;}[data-instance="22"] .sub__icon{cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 30px;
	height: 30px;}[data-instance="22"] .sub__icon-parts:before,[data-instance="22"] 
.sub__icon-parts:after{content: "";
	background-color: #3E56A3;
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 10px;}[data-instance="22"] .sub__icon-parts:after{transform: rotate(90deg);}[data-instance="22"] .sub__menu-inner-text{display: inline-block;}[data-instance="22"] .sub__menu-link,[data-instance="22"] 
.sub__menu-inner-text{padding-left: 10px;
	color: #464D55;
	font-size: 14px;
	font-weight: bold;}[data-instance="22"] .sub__menu-link::before,[data-instance="22"] 
.sub__menu-inner-text::before{content: "- ";
	color: #3E56A3;}[data-instance="22"] .sub__menu-item ul{padding-left: 10px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="22"] .hamb__menu-wrapper{height: 60px;}[data-instance="22"] .sp__header__logo__link{width: 80px;}[data-instance="22"] .hamb__icon{height: 60px;
	width: 60px;}[data-instance="22"] .hamb__menu{max-width: 100%;}[data-instance="22"] .hamb__icon-parts:before,[data-instance="22"] 
.hamb__icon-parts:after{content: "";
	width: 20px;}}[data-instance="43"] .common__fix__banner__box{position: fixed;
	right: -220px;
	bottom: 40%;
	z-index: 10;}[data-instance="43"] .common__fix__banner__burner{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
	display: none;}[data-instance="43"] .burner__close__button,[data-instance="43"] 
.burner__contact,[data-instance="43"] 
.common__fix__banner__action{box-shadow: 0 0 10px rgba(27,20,100,0.4);}[data-instance="43"] .burner__close__button__link{background-color: #3E56A3;
	width: 20px;
	height: 20px;
	border-radius: 2px 0 0 2px;
	position: relative;}[data-instance="43"] .burner__close__button__link::after{content: "";
	display: block;
	width: 12.5px;
	height: 12.5px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/96/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 4px;
	top: 4px;}[data-instance="43"] .close__action{display: none;}[data-instance="43"] .burner__contact__link{background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 12.7px;
	line-height: 1.45;
	padding: 6px 10px;}[data-instance="43"] .burner__contact__link::after{content: "";
	display: inline-block;
	width: 27px;
	height: 5.4px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/97/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: contain;}[data-instance="43"] .common__fix__banner__action{width: 150px;
	margin-right: 0;
	margin-left: auto;
	padding: 10px 10px 10px 20px;
	background-color: #fff;
	position: relative;}[data-instance="43"] .common__fix__banner__action::before{content: "";
	display: block;
	width: 10px;
	height: 100%;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	top: 0;
	left: 0;}[data-instance="43"] .banner__tel__button{margin-top: 8px;}[data-instance="43"] .banner__form__button__link,[data-instance="43"] 
.banner__tel__button__link{color: #3E56A3;
	font-size: 12px;
	position: relative;
	padding-left: 22px;}[data-instance="43"] .banner__form__button__link::before{content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/98/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: contain;}[data-instance="43"] .banner__tel__button__link::before{content: "";
	display: block;
	width: 16px;
	height: 17.6px;
	position: absolute;
	left: 0;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/99/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: contain;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="43"] .common__fix__banner__box{display: none;}}@media only screen and (max-width: 767px){}[data-instance="23"] .footer__contact__wrapper{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height: 350px;}[data-instance="23"] .footer__contact__banner,[data-instance="23"] 
.footer__contact__contents{width: 50%;}[data-instance="23"] .footer__contact__banner{color: #fff;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/72/image/_/index.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 110px;
	text-align: center;}[data-instance="23"] .footer__contact__banner__text__en{font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	font-style: italic;}[data-instance="23"] .footer__contact__banner__text__jp{font-weight: bold;
	font-size: 36px;}[data-instance="23"] .footer__contact__contents{padding: 25px 0 0;}[data-instance="23"] .footer__contact__contents__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 26px;
	margin-left: 80px;}[data-instance="23"] .footer__contact__contents__en::before{content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 8px;}[data-instance="23"] .footer__contact__links{text-align: center;
	margin-top: 60px;}[data-instance="23"] .footer__contact__links a{font-size: 36px;
	color: #3E56A3;
	display: inline-block;}[data-instance="23"] .footer__contact__tel{margin-bottom: 20px;}[data-instance="23"] .footer__contact__tel_link{letter-spacing: 0.08em;
	position: relative;
	padding-left: 38px;}[data-instance="23"] .footer__contact__tel_link::before{content: "";
	display: block;
	width: 29px;
	height: 31px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/75/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 18px;
	left: 0;}[data-instance="23"] .footer__contact__mail__link{position: relative;
	padding-left: 38px;}[data-instance="23"] .footer__contact__mail__link::before{content: "";
	display: block;
	width: 29px;
	height: 29px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/74/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 18px;
	left: 0;}[data-instance="23"] .footer__menu__wrapper{background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	padding: 70px 90px;}[data-instance="23"] .footer__menu__address__block{margin-bottom: 62px;}[data-instance="23"] .footer__menu__address_logo__link{width: 145px;}[data-instance="23"] .footer__menu__address_text{font-size: 14px;
	color: #fff;
	margin-top: 25px;}[data-instance="23"] .footer__menu__inner{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;}[data-instance="23"] .footer__menu__inner__list{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;}[data-instance="23"] .footer__menu__inner__item{margin-right: 30px;
	margin-top: 15px;}[data-instance="23"] .footer__menu__inner__item__link{color: #fff;
	font-weight: bold;
	font-size: 16px;}[data-instance="23"] .copyright{color: #fff;
	font-size: 14px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="23"] .footer__contact__wrapper{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;}[data-instance="23"] .footer__contact__banner,[data-instance="23"] 
.footer__contact__contents{width: 100%;}[data-instance="23"] .footer__contact__banner{padding: 75px 0;}[data-instance="23"] .footer__contact__banner__text__en{font-size: 18px;}[data-instance="23"] .footer__contact__banner__text__jp{font-size: 24px;}[data-instance="23"] .footer__contact__contents{padding: 50px 5%;}[data-instance="23"] .footer__contact__links{margin-top: 45px;}[data-instance="23"] .footer__contact__links a{font-size: 26px;}[data-instance="23"] .footer__contact__contents__en{font-size: 18px;
	margin-left: 5%;}[data-instance="23"] .footer__contact__tel_link::before,[data-instance="23"] 
.footer__contact__mail__link::before{top: 9px;}[data-instance="23"] .footer__menu__wrapper{padding: 50px 5%;}[data-instance="23"] .footer__menu__address__block{margin-bottom: 40px;}[data-instance="23"] .footer__menu__address_logo__link{width: 120px;}[data-instance="23"] .footer__menu__address_text{margin-top: 20px;}[data-instance="23"] .footer__menu__inner{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}[data-instance="23"] .footer__menu__inner__list{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;}[data-instance="23"] .footer__menu__inner__item{margin-right: 30px;
	margin-top: 15px;}[data-instance="23"] .footer__menu__inner__item__link{font-size: 15px;}[data-instance="23"] .copyright{font-size: 12px;
	margin-top: 50px;
	text-align: center;
	width: 100%;}}[data-instance="163"] .page__info__box{width: 1100px;
	margin: 0 auto 70px;
	text-align: center;}[data-instance="163"] .page__info__heading__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 25px;}[data-instance="163"] .page__info__heading__en::before{content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 10px;}[data-instance="163"] .page__info__heading__jp{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;}[data-instance="163"] .page__info__text{display: inline-block;
	max-width: 526px;
	margin: 0 auto;
	text-align: left;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="163"] .page__info__box{width: 90%;
	margin: 0 auto 45px;}[data-instance="163"] .page__info__heading__en{font-size: 20px;
	padding-left: 30px;
	margin-bottom: 20px;}[data-instance="163"] .page__info__heading__en::before{top: 4px;}[data-instance="163"] .page__info__heading__jp{font-size: 24px;
	margin-bottom: 30px;}[data-instance="163"] .page__info__text{text-align: left;
	width: 100%;}[data-instance="163"] .page__info__text br{display: none;}}[data-instance="156"] .page__info__box{width: 1100px;
	margin: 0 auto 70px;
	text-align: center;}[data-instance="156"] .page__info__heading__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 25px;}[data-instance="156"] .page__info__heading__en::before{content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 10px;}[data-instance="156"] .page__info__heading__jp{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;}[data-instance="156"] .page__info__text{display: inline-block;
	max-width: 526px;
	margin: 0 auto;
	text-align: left;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="156"] .page__info__box{width: 90%;
	margin: 0 auto 45px;}[data-instance="156"] .page__info__heading__en{font-size: 20px;
	padding-left: 30px;
	margin-bottom: 20px;}[data-instance="156"] .page__info__heading__en::before{top: 4px;}[data-instance="156"] .page__info__heading__jp{font-size: 24px;
	margin-bottom: 30px;}[data-instance="156"] .page__info__text{text-align: left;
	width: 100%;}[data-instance="156"] .page__info__text br{display: none;}}[data-instance="148"] .page__info__box{width: 1100px;
	margin: 0 auto 70px;
	text-align: center;}[data-instance="148"] .page__info__heading__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 25px;}[data-instance="148"] .page__info__heading__en::before{content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 10px;}[data-instance="148"] .page__info__heading__jp{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;}[data-instance="148"] .page__info__text{display: inline-block;
	max-width: 526px;
	margin: 0 auto;
	text-align: left;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="148"] .page__info__box{width: 90%;
	margin: 0 auto 45px;}[data-instance="148"] .page__info__heading__en{font-size: 20px;
	padding-left: 30px;
	margin-bottom: 20px;}[data-instance="148"] .page__info__heading__en::before{top: 4px;}[data-instance="148"] .page__info__heading__jp{font-size: 24px;
	margin-bottom: 30px;}[data-instance="148"] .page__info__text{text-align: left;
	width: 100%;}[data-instance="148"] .page__info__text br{display: none;}}[data-instance="141"] .common__service__type__list{width: 1100px;
	margin: 0 auto;}[data-instance="141"] .common__service__type__list__item{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(27,20,100,0.4);
	background-color: #fff;
	position: relative;
	width: 1000px;}[data-instance="141"] .common__service__type__list__item:not(:last-child){margin-bottom: 60px;}[data-instance="141"] .common__service__type__list__item:nth-child(odd){margin-left: auto;
	margin-right: 0;}[data-instance="141"] .common__service__type__list__item:nth-child(even){-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-right: auto;
	margin-left: 0;}[data-instance="141"] .common__service__type__list__item__pict{width: 38%;
	height: 380px;
	line-height: 0;
	position: relative;
	overflow: hidden;}[data-instance="141"] .common__service__type__list__item__pict img{position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;}[data-instance="141"] .common__service__type__list__item__text{width: 62%;
	padding: 10px 80px 0;}[data-instance="141"] .common__service__type__list__item__performance{background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px 40px 7px;
	position: absolute;
	top: 0;}[data-instance="141"] .common__service__type__list__item:nth-child(odd) .common__service__type__list__item__performance{right: 0;}[data-instance="141"] .common__service__type__list__item:nth-child(even) .common__service__type__list__item__performance{left: 0;}[data-instance="141"] .common__service__type__list__item__type{font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;}[data-instance="141"] .common__service__type__list__item__type__en{font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	color: #7B8AAD;
	margin-bottom: 24px;}[data-instance="141"] .common__service__type__list__item__type__detail{font-size: 16px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="141"] .common__service__type__list{width: 90%;
	margin: 0 auto;}[data-instance="141"] .common__service__type__list__item,[data-instance="141"] 
.common__service__type__list__item:nth-child(even){width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-instance="141"] .common__service__type__list__item:not(:last-child){margin-bottom: 35px;}[data-instance="141"] .common__service__type__list__item:nth-child(odd){margin-left: auto;
	margin-right: auto;}[data-instance="141"] .common__service__type__list__item:nth-child(even){margin-right: auto;
	margin-left: auto;}[data-instance="141"] .common__service__type__list__item__pict{width: 100%;
	height: 0;
	padding-bottom: 52%;}[data-instance="141"] .common__service__type__list__item__text{width: 100%;
	padding: 30px 20px 35px;}[data-instance="141"] .common__service__type__list__item__performance{font-size: 15px;
	padding: 4px 20px 5px;
	position: static;
	margin-bottom: 20px;
	width: 100%;}[data-instance="141"] .common__service__type__list__item__type{font-size: 22px;
	margin-bottom: 5px;}[data-instance="141"] .common__service__type__list__item__type__en{font-size: 14px;
	margin-bottom: 24px;}[data-instance="141"] .common__service__type__list__item__type__detail{font-size: 15px;}}[data-instance="138"] .page__info__box{width: 1100px;
	margin: 0 auto 70px;
	text-align: center;}[data-instance="138"] .page__info__heading__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 25px;}[data-instance="138"] .page__info__heading__en::before{content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 10px;}[data-instance="138"] .page__info__heading__jp{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;}[data-instance="138"] .page__info__text{display: inline-block;
	max-width: 526px;
	margin: 0 auto;
	text-align: left;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="138"] .page__info__box{width: 90%;
	margin: 0 auto 45px;}[data-instance="138"] .page__info__heading__en{font-size: 20px;
	padding-left: 30px;
	margin-bottom: 20px;}[data-instance="138"] .page__info__heading__en::before{top: 4px;}[data-instance="138"] .page__info__heading__jp{font-size: 24px;
	margin-bottom: 30px;}[data-instance="138"] .page__info__text{text-align: left;
	width: 100%;}[data-instance="138"] .page__info__text br{display: none;}}[data-instance="136"] .page__info__box{width: 1100px;
	margin: 0 auto 70px;
	text-align: center;}[data-instance="136"] .page__info__heading__en{display: inline-block;
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	position: relative;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 25px;}[data-instance="136"] .page__info__heading__en::before{content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	left: 0;
	top: 10px;}[data-instance="136"] .page__info__heading__jp{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;}[data-instance="136"] .page__info__text{display: inline-block;
	max-width: 526px;
	margin: 0 auto;
	text-align: left;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="136"] .page__info__box{width: 90%;
	margin: 0 auto 45px;}[data-instance="136"] .page__info__heading__en{font-size: 20px;
	padding-left: 30px;
	margin-bottom: 20px;}[data-instance="136"] .page__info__heading__en::before{top: 4px;}[data-instance="136"] .page__info__heading__jp{font-size: 24px;
	margin-bottom: 30px;}[data-instance="136"] .page__info__text{text-align: left;
	width: 100%;}[data-instance="136"] .page__info__text br{display: none;}}[data-instance="61"] .under__fv__area{position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 27.3%;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;}[data-instance="61"] .under__fv__title{position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
	width: 100%;}[data-instance="61"] .under__fv__title__en{font-family: 'Josefin Sans';
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	display: block;}[data-instance="61"] .under__fv__title__jp{font-size: 42px;
	font-weight: bold;}[data-instance="61"] .under__fv__area__main{object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: -1;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="61"] .under__fv__area{position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 52%;
	margin-bottom: 45px;}[data-instance="61"] .under__fv__title{width: 80%;}[data-instance="61"] .under__fv__title__en{font-size: 18px;}[data-instance="61"] .under__fv__title__jp{font-size: 24px;}[data-instance="61"] .under__fv__area__main{position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: -1;}[data-instance="61"] .under__fv__area__main__img{position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;}}[data-instance="165"] .service__common__works__list{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;}[data-instance="165"] .service__common__works__list__item{width: calc((100% - 120px) / 4);}[data-instance="165"] .service__common__works__list__item__pict{width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	border-radius: 10px;
	position: relative;
	margin-bottom: 10px;}[data-instance="165"] .service__common__works__list__item__pict__img{width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);}[data-instance="165"] .service__common__works__list__item__pict::after{content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(41,171,226,0.7) 0%, rgba(237,28,36,0.7) 100%);
	mix-blend-mode: screen;
	transition: opacity .3s ease-in-out;
	opacity: 1;
	border-radius: 10px;}[data-instance="165"] .service__common__works__list__item__link:hover{opacity: 1;}[data-instance="165"] .service__common__works__list__item__link:hover .service__common__works__list__item__pict::after{opacity: 0;}[data-instance="165"] .service__common__works__list__item__pict__title{font-size: 15px;
	line-height: 1.65;
	height: 45px;
	overflow: hidden;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="165"] .service__common__works__list{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90%;}[data-instance="165"] .service__common__works__list__item{width: 100%;}[data-instance="165"] .service__common__works__list__item:not(:last-child){margin-bottom: 35px;}[data-instance="165"] .service__common__works__list__item__pict::after{opacity: 0.3;
	border-radius: 10px;}[data-instance="165"] .service__common__works__list__item__link:hover .service__common__works__list__item__pict::after{opacity: 0.3;}[data-instance="165"] .service__common__works__list__item__pict__title{font-size: 15px;
	line-height: 1.65;
	height: auto;
	overflow: visible;}}[data-instance="139"] .common__feature__list{width: 1100px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-instance="139"] .common__feature__list__item{width: calc((100% - 80px) / 3);
	background-color: #fff;
	box-shadow: 0 0 10px rgba(27,20,100,0.4);
	position: relative;
	padding: 53px 30px 47px;}[data-instance="139"] .common__feature__list__item::before{content: "";
	display: block;
	width: 100%;
	height: 14px;
	background: linear-gradient(45deg, rgba(41,171,226,1) 0%, rgba(237,28,36,1) 100%);
	position: absolute;
	top: 0;
	left: 0;}[data-instance="139"] .common__feature__list__item__number{text-align: center;
	color: #7B8AAD;
	font-size: 18px;
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 300;
	margin-bottom: 16px;}[data-instance="139"] .common__feature__list__item__number span{font-size: 28px;
	font-weight: 300;}[data-instance="139"] .common__feature__list__item__head{color: #21449B;
	font-size: 26px;
	text-align: center;
	margin-bottom: 26px;}[data-instance="139"] .common__feature__list__item__text{color: #464D55;
	font-size: 16px;
	line-height: 1.7;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="139"] .common__feature__list{width: 90%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}[data-instance="139"] .common__feature__list__item{width: 100%;
	padding: 40px 20px 35px;}[data-instance="139"] .common__feature__list__item:not(:last-child){margin-bottom: 35px;}[data-instance="139"] .common__feature__list__item::before{height: 10px;}[data-instance="139"] .common__feature__list__item__number{font-size: 14px;
	margin-bottom: 16px;}[data-instance="139"] .common__feature__list__item__number span{font-size: 22px;}[data-instance="139"] .common__feature__list__item__head{font-size: 22px;
	margin-bottom: 26px;}[data-instance="139"] .common__feature__list__item__text{font-size: 15px;
	line-height: 1.65;}}[data-instance="149"] .service__burner__compare__list{width: 1100px;
	margin: 0px 0px 30px 0px ;}[data-instance="149"] .service__burner__compare__list__item{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.7;}[data-instance="149"] .service__burner__compare__list__item:not(:last-child){margin-bottom: 10px;}[data-instance="149"] .service__burner__compare__list__item__topics{width: 26%;
	text-align: center;
	background-color: #3E56A3;
	color: #fff;
	font-weight: bold;
	-ms-flex-item-align: center;
	align-self: center;
	line-height: 150px;}[data-instance="149"] .service__burner__compare__list__item__yes,[data-instance="149"] 
.service__burner__compare__list__item__no{width: 36%;
	background-color: #F2F2F2;
	padding: 20px 24px;
	height: 150px;}[data-instance="149"] .head__topics,[data-instance="149"] 
.head__yes,[data-instance="149"] 
.head__no{line-height: 50px;
	font-weight: bold;
	text-align: center;}[data-instance="149"] .head__topics{background-color: #7B8AAD;
	color: #fff;
	width: 26%;}[data-instance="149"] .head__yes{background-color: #F2AFAF;
	width: 36%;}[data-instance="149"] .head__no{background-color: #B2C1E3;
	width: 36%;}[data-instance="149"] .service__burner__compare__text{font-weight: bold;
	width: 1100px;
	margin: 0 auto;
	line-height: 2;}/*instance mediea*/
@media only screen and (max-width: 767px){[data-instance="149"] .service__burner__compare__list{width: 90%;}[data-instance="149"] .service__burner__compare__list__item{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 30px;
	background-color: #F2F2F2;}[data-instance="149"] .service__burner__compare__list__item:first-child{display: none;}[data-instance="149"] .service__burner__compare__list__item:not(:last-child){margin-bottom: 15px;}[data-instance="149"] .service__burner__compare__list__item__topics{width: 100%;
	line-height: 2.2;}[data-instance="149"] .service__burner__compare__list__item__yes,[data-instance="149"] 
.service__burner__compare__list__item__no{width: 100%;
	padding: 20px 20px 0;
	height: auto;}[data-instance="149"] .service__burner__compare__text{width: 90%;
	line-height: 1.65;}[data-instance="149"] .sp__head__yes,[data-instance="149"] 
.sp__head__no{font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	margin-bottom: 15px;}[data-instance="149"] .sp__head__yes{background-color: #F2AFAF;}[data-instance="149"] .sp__head__no{background-color: #B2C1E3;}}[data-instance="157"] .service__customer_list{margin: 0 auto;
	text-align: center;}[data-instance="157"] .service__customer_block__item:not(:last-child){margin-bottom: 60px;}[data-instance="157"] .service__customer_block__head{font-size: 22px;
	font-weight: bold;
	color: #1B1464;
	display: inline-block;
	margin-bottom: 45px;
	border-bottom: solid 1px #1B1464;}[data-instance="157"] .service__customer__text,[data-instance="157"] 
.service__customer__text__memo{text-align: left;}[data-instance="157"] .service__customer__text{font-weight: bold;
	margin-bottom: 15px;
	line-height: 2;}[data-instance="157"] .service__customer__text__memo{font-size: 16px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="157"] .service__customer_block__item:not(:last-child){margin-bottom: 35px;}[data-instance="157"] .service__customer_block__head{font-size: 18px;
	margin-bottom: 25px;}[data-instance="157"] .service__customer__text{margin-bottom: 15px;
	line-height: 1.8;}[data-instance="157"] .service__customer__text__memo{font-size: 14px;}}[data-instance="47"] .pankuzu{font-size: 14px;
	width: 1100px;
	margin: 16px auto 120px;}[data-instance="47"] .pankuzu ol{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-instance="47"] .pankuzu a span{text-decoration: underline;}[data-instance="47"] .pankuzu a,[data-instance="47"] 
.pankuzu span{color: #666666;}[data-instance="47"] .pankuzu ol li a::after{content: "＞";
	margin: 0 10px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="47"] .pankuzu{display: none;}}[data-instance="164"] .common__show__all{width: 1100px;
	margin: 0 auto;}[data-instance="164"] .common__show__all__link{font-family: 'Josefin Sans';
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	color: #3E56A3;
	box-shadow: 0 0 10px rgba(27,20,100,0.4);
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin: 80px auto 0;}[data-instance="164"] .common__show__all__link::after{content: "すべて見る";
	font-size: 12px;
	color: #7B8AAD;
	position: absolute;
	right: 50px;
	top: 0px;
	font-style: normal;}[data-instance="164"] .common__show__all__link__inner{position: relative;}[data-instance="164"] .common__show__all__link__inner::after{content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/134/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: -50px;
	top: -11px;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="164"] .common__show__all{width: 90%;
	margin: 0 auto;}[data-instance="164"] .common__show__all__link{font-size: 18px;
	height: 56px;
	line-height: 56px;
	width: 100%;
	margin: 35px auto 0;
	text-align: left;
	padding: 0 25px;}[data-instance="164"] .common__show__all__link::after{content: "すべて見る";
	font-size: 10px;
	right: 20px;
	top: 0;}[data-instance="164"] .common__show__all__link__inner::after{content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../../../../../../../../_img/ja/cms_parts_library/134/image/_/index.svg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: -36px;
	top: -8px;}}[data-instance="161"] .service__area__block{position: relative;
	margin-bottom: 260px;}[data-instance="161"] .service__area__block__head{font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;}[data-instance="161"] .service__area__block__pict{position: relative;
	height: 0;
	padding-bottom: 32%;
	overflow: hidden;}[data-instance="161"] .service__area__block__pict::after{content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(41,171,226,0.3) 0%, rgba(237,28,36,0.3) 100%);
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: screen;}[data-instance="161"] .service__area__block__pict__img{position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;}[data-instance="161"] .service__area__block__text{background-color: #fff;
	padding: 50px 120px 50px 60px;
	position: absolute;
	bottom: -140px;
	right: calc((100% - 1100px) / 2);}[data-instance="161"] .service__area__block__text__inner{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;}[data-instance="161"] .service__area__block__text__inner__head{color: #3E56A3;
	font-size: 22px;
	margin-right: 40px;}[data-instance="161"] .service__area__block__text__inner__contents{font-size: 36px;
	font-weight: bold;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="161"] .service__area__block{margin-bottom: 0;}[data-instance="161"] .service__area__block__head{font-size: 20px;
	width: 90%;
	margin: 0 auto 30px;}[data-instance="161"] .service__area__block__pict{padding-bottom: 52%;}[data-instance="161"] .service__area__block__text{padding: 30px 20px 65px;
	position: static;
	width: 100%;}[data-instance="161"] .service__area__block__text__inner__head{font-size: 16px;
	margin-right: 20px;}[data-instance="161"] .service__area__block__text__inner__contents{font-size: 19px;}}/*PAGE*/.service__common__wrapper {
    margin-bottom: 160px;
}

.service__common__main__thum__wrapper {
    width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .service__common__wrapper {
        margin-bottom: 65px;
    }
    
    .service__common__main__thum__wrapper {
        width: 90%;
    }
}

.common__fix__banner__burner {
    display: flex !important;
}