@charset "utf-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('./font/NotoSansJP/NotoSansJP-Light.woff2') format('woff2'),
    url('./font/NotoSansJP/NotoSansJP-Light.woff') format('woff'),
    url('./font/NotoSansJP/NotoSansJP-Light.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('./font/NotoSansJP/NotoSansJP-Regular.woff2') format('woff2'),
    url('./font/NotoSansJP/NotoSansJP-Regular.woff') format('woff'),
    url('./font/NotoSansJP/NotoSansJP-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('./font/NotoSansJP/NotoSansJP-Medium.woff2') format('woff2'),
    url('./font/NotoSansJP/NotoSansJP-Medium.woff') format('woff'),
    url('./font/NotoSansJP/NotoSansJP-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('./font/NotoSansJP/NotoSansJP-Bold.woff2') format('woff2'),
    url('./font/NotoSansJP/NotoSansJP-Bold.woff') format('woff'),
    url('./font/NotoSansJP/NotoSansJP-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('./font/NotoSansJP/NotoSansJP-Black.woff2') format('woff2'),
    url('./font/NotoSansJP/NotoSansJP-Black.woff') format('woff'),
    url('./font/NotoSansJP/NotoSansJP-Black.otf') format('opentype');
  font-display: swap;
}

[v-cloak] {
  display: none !important;
}

.no-display {
  display: none !important;
  margin: 0;
  padding: 0;
  font-size: 0;
}

html {}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Arial", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

a {
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

a.under {
  color: #333333;
}

.under {
  text-decoration: underline;
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-flex {
  display: none !important;
}

.sp {
  display: none !important;
}

._fix {
  height: 100%;
  min-height: auto;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textLink {
  color: #707070;
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.siteColorRed {
  color: #FF0000;
}

.br {
  display: block;
}

.sp-line {
  display: none;
}

.sp-lineblock {
  display: none;
}

.pc-br {
  display: block;
}

.sp-br {
  display: inline;
}

.shadow01 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.flex_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bg-color-pink {
  background-color: #FFB3C6;
}

/* ---------------------------------
		input common
------------------------------------*/
input,
textarea,
select {
  cursor: default;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  background-color: inherit;
}

select::-ms-expand {
  display: none;
}

input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: auto;
  outline: none;
}

input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: auto;
}

/* ---------------------------------
		input common
------------------------------------*/
::placeholder {
  color: #CCCCCC;
}

/* chrome オートコンプリートカラー対応 */
input:focus:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type='submit']:hover,
button[type='submit']:hover {
  opacity: 0.7;
}

.inputText {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 7px 15px;
  line-height: 1.35;
  background-color: #fff;
}

.inputText_login {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 7px 15px;
  line-height: 1.35;
}

.inputNumber {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 7px 15px;
  line-height: 1.35;
  background-color: #FFF;
}

.inputTextArea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: calc(1.35em * 5);
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 7px 15px;
  line-height: 1.35;
  background-color: #fff;
}

.inputSelect {
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 7px 30px 7px 15px;
  line-height: 1.35;

  background-image: url("../images/triangle_down_red_select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 9px 8px;
}

.inputRadio {}

.inputRadio+label {
  position: relative;
  /* display: inline-block; */
  display: block;
  margin-top: 10px;
  padding: 0 0 0 25px;
  line-height: 1.35;
  cursor: pointer;
}

.inputRadio+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #FFF;
  box-sizing: border-box;
}

.inputRadio:checked+label {
  font-weight: 700;
  color: #FF0000;
}

.inputRadio:checked+label:after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #FF0000;
}

.inputCheckbox {}

.inputCheckbox+label {
  position: relative;
  /* display: inline-block; */
  display: block;
  margin-top: 10px;
  padding: 0 0 0 25px;
  line-height: 1.3em;
  cursor: pointer;
}

.inputCheckbox+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #FFF;
  box-sizing: border-box;
}

.inputCheckbox:checked+label {
  font-weight: 700;
  color: #FF0000;
}

.inputCheckbox:checked+label::before {
  border-color: #FF0000;
  background-color: #FF0000;
}

.inputCheckbox:checked+label:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 8px;
  left: 5px;
  top: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.inputModalBtn {
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

/* ---------------------------------
		inner
------------------------------------*/
.inner01 {
  margin: 0 auto;
  width: 1280px;
}

.inner02 {
  margin: 0 auto;
  width: 1220px;
}

.inner03 {
  margin: 0 auto;
  width: 1110px;
}

.inner04 {
  margin: 0 auto;
  width: 1000px;
}

.inner05 {
  margin: 0 auto;
  width: 830px;
}

.inner06 {
  margin: 0 auto;
  width: 744px;
}

.inner07 {
  margin: 0 auto;
  width: 714px;
}

.inner08 {
  margin: 0 auto;
  width: 400px;
}

.inner09 {
  margin: 0 auto;
  width: 566px;
}

.inner10 {
  margin: 0 auto;
  width: 1080px;
}

/* ---------------------------------
		btn
------------------------------------*/
.btnListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btnListWrap__between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btnListWrap__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnListWrap__end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn {
  text-align: center;
  display: block;
  min-width: 400px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #FF0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.btn_univercityRed {
  background-color: #fff;
  border: 2px solid #FF0000;
}

.btn__red {
  background-color: #FF0000;
}

.btn__gray {
  color: #fff !important;
  min-width: 200px;
  border-color: #707070 !important;
  background-color: #707070 !important;
}

.btn__clear {
  background-color: #EDF0F2;
  background-image: none;
}

.btn:hover {}

.btn__noLeftMargin {
  margin-left: 0 !important;
}

.btnText {
  font-weight: 700;
  line-height: 1.26;
  color: #FFF;
  text-align: center;
}

.btn_univercityRed .btnText {
  color: #FF0000;
}

.btn__gray .btnText {
  color: #fff;
}

.btn__clear .btnText {
  color: #333333;
}

/* ---------------------------------
		subFlame01
------------------------------------*/
/*
.subFlame01Area {
	width: 100%;
	background-color: #FFE9E9;
	padding: 65px 0 55px;
	margin-top: 100px;
}

.subFlamebtn {
	width: 400px;
	margin-top: 50px;
}

.subinner {
	margin: 0 auto;
	width: 1080px;
}

.subLinkArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.subContentsLink {
	display: inline-block;
	width: 320px;
	text-align: center;
	margin-right: 50px;
}

.subContentsLink:last-child {
	margin-right: 0;
}

.subContentsLinkName {
	font-size: 24px;
	font-weight: 700;
	margin-top: 25px;
}
*/

/* ---------------------------------
		link
------------------------------------*/
.linkTextNext {
  width: 100%;
  text-align: right;
}

.linkTextNextLink {
  padding-left: 16px;
  font-weight: 700;
  color: #333333;
}

/* ---------------------------------
		List
------------------------------------*/
.dotText {
  position: relative;
  padding-left: 1em;
}

.dotText:before {
  position: absolute;
  left: 0;
  content: "・";
}

.komeText {
  position: relative;
  padding-left: 1em;
}

.komeText:before {
  position: absolute;
  left: 0;
  content: "※";
}

.squareText {
  position: relative;
  padding-left: 1em;
}

.squareText:before {
  position: absolute;
  left: 0;
  content: "■";
}

.kome {
  position: relative;
  padding-left: 1em;
  color: #FF0000;
}

.kome:before {
  position: absolute;
  left: 0;
  content: "※";
}

.hyphen {
  position: relative;
  padding-left: 1.5em;
}

.hyphen:before {
  position: absolute;
  left: 0;
  content: "－";
}

.numCountList {
  counter-reset: numCount;
}

.numCountListItem {
  position: relative;
  padding-left: 2em;
}

.numCountListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: numCount;
  content: "("counter(numCount)")";
}

.numCountList02 {
  counter-reset: numCount02;
}

.numCountList02Item {
  position: relative;
  padding-left: 1.5em;
}

.numCountList02Item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: numCount02;
  content: counter(numCount02)".";
}

/* ---------------------------------
		header
------------------------------------*/
.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background-color: #fff;
  z-index: 10;
}

.globalHeader::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(0, 0, 0, 1)), color-stop(1, rgba(0, 0, 0, 0.16)));
  background: -o-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  opacity: 0.05;
  filter: alpha(opacity=3) progid:DXImageTransform.Microsoft.Alpha(opacity=3) progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

.globalHeaderInner {
  position: relative;
  padding: 0px 0px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 12;
}

.headerLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerLogo {
  width: auto;
  height: 50px;
}

.headerLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.headerLogoImg {
  width: auto;
  height: 100%;
}

.headerLogoSub {
  margin-left: 40px;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.025em;
  color: #333333;
  font-weight: 700;
}

.headerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerNavListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerNavListLinkItem {
  margin-left: 20px;
}

.headerNavListLinkItem:first-child {
  margin-left: 0;
}

.headerNavLink {
  font-weight: 700;
}

.headerNavListBtn {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerNavBtn {
  display: block;
  /* width: 175px; */
  width: 150px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  text-align: center;
}

.headerNavBtn__login {
  background-color: #818181;
}

.headerNavBtn__regist {
  background-color: #FF0000;
}

.headerNavBtnText {
  padding-left: 32px;
  font-weight: 700;
  color: #fff;

  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}

.headerNavBtn__login .headerNavBtnText {
  background-image: url("../images/icon_login.svg");
}

.headerNavBtn__regist .headerNavBtnText {
  background-image: url("../images/icon_regist.svg");
}

.headerNavSpMenu {
  display: none;
}

/* ---------------------------------
		breadcrumb
------------------------------------*/
.breadcrumb {
  width: 100%;
  padding: 70px 0 0;
  background-color: #F0F0F0;
}

.breadcrumbList {
  padding: 16.5px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  overflow-x: auto;
  overflow-y: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.breadcrumbItem {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.breadcrumbItem:nth-child(n+2) {
  padding-left: 24px;

  background-image: url("../images/bread_arrow.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 6px 14px;
}

/* ---------------------------------
		common text 
------------------------------------*/
.pageTitleWrap01 {
  text-align: center;
}

.pageTitlewrap02 {
  text-align: center;
}

.pageTitle01 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.01em;
}

.pageTitle02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pageTitle03 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pageTitle04 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.pageTitle05 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pageTitle06 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pageTitle07 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.01em;
}

.pageText01 {
  margin-top: 20px;
}

/* ---------------------------------
		common main 
------------------------------------*/
.main {
  min-height: calc(100vh - 350px);
  padding-top: 50px;
  padding-bottom: 100px;
}

.twoColumnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ---------------------------------
        common part
------------------------------------*/
._pageAnchorBase {
  position: relative;
}

._pageAnchor {
  position: absolute;
}

.pageMainWrap {}

.pageMainHeader {}

.pageMainHeaderView {
  margin-top: 15px;
  width: 100%;
  height: 400px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.webp .pageMainHeaderView__company {
  background-image: url("../images/company/pageView_pc.webp");
}

.no-webp .pageMainHeaderView__company {
  background-image: url("../images/company/pageView_pc.png");
}

.webp .pageMainHeaderView__recruit {
  background-image: url("../images/company/recruit/pageView_pc.webp");
}

.no-webp .pageMainHeaderView__recruit {
  background-image: url("../images/company/recruit/pageView_pc.png");
}

.webp .pageMainHeaderView__service {
  background-image: url("../images/service/pageView_pc.webp");
}

.no-webp .pageMainHeaderView__service {
  background-image: url("../images/service/pageView_pc.png");
}

.subVisual01 {
  margin-top: 50px;
}

.subVisual02 {
  margin-top: 100px;
}

.subVisual03 {
  margin-top: 0;
}

.subVisual04 {
  margin-top: 70px;
}

.contentsBlock01 {}

.contentsBlock01:nth-child(n+2) {
  margin-top: 50px;
}

/* ---------------------------------
		two block
------------------------------------*/
.twoBlockContentsWrap01 {
  margin-top: 80px;
}

.twoBlockContentsWrap02 {
  margin-top: 40px;
}

.twoBlockContents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twoBlockContents:nth-child(n+2) {
  margin-top: 130px;
}

.twoBlockImage {
  width: 640px;
  height: 423px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.twoBlockImage__company01 {
  height: 607px;
}

.webp .twoBlockImage__company01 {
  background-image: url("../images/company/company01.webp");
}

.no-webp .twoBlockImage__company01 {
  background-image: url("../images/company/company01.png");
}

.webp .twoBlockImage__company02 {
  background-image: url("../images/company/company02.webp");
}

.no-webp .twoBlockImage__company02 {
  background-image: url("../images/company/company02.png");
}

.webp .twoBlockImage__service01 {
  background-image: url("../images/service/service01.webp");
}

.no-webp .twoBlockImage__service01 {
  background-image: url("../images/service/service01.png");
}

.webp .twoBlockImage__service02 {
  background-image: url("../images/service/service02.webp");
}

.no-webp .twoBlockImage__service02 {
  background-image: url("../images/service/service02.png");
}

.twoBlockDescWrap {
  width: 640px;
  padding: 0 140px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_row-reverse .twoBlockDescWrap {
  padding: 0 40px 0 140px;
}

.twoBlockDesc {}

/* ---------------------------------
		flow list
------------------------------------*/
.flowArea {
  margin-top: 50px;
  width: 100%;
  padding: 85px 55px;
  background-color: #F8F8F8;
}

.flowListArea {}

.flowList {
  display: flex;
  min-height: 170px;
  color: #333333;
}

.flowContent1 {
  position: relative;
  border-right: 4px solid #333333;
  width: 128px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}

.flowList:last-child .flowContent1 {
  border-right: 4px solid #F8F8F8;
}

.step {
  display: inline-block;
}

.flowContent1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -13px;
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FF0000;
}

.flowContent2 {
  margin-left: 60px;
  width: 717px;
}

.flowTitle {
  font-size: 20px;
  font-weight: 700;
}

.floetext {
  margin-top: 10px;
  font-size: 14px;
}

/* ---------------------------------
		search link list
------------------------------------*/
.searchLinkListWrap01 {
  margin-top: 30px;
}

.searchLinkListWrap02 {
  margin-top: 0;
}

.searchLinkListBox:nth-child(n+2) {
  margin-top: 50px;
}

.searchLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchLinkListItem {
  margin-top: 15px;
  margin-right: 15px;
}

.searchLinkListItem__4column {
  width: 238px;
}

.searchLinkListItem__4column:nth-child(4n) {
  margin-right: 0;
}

.searchLinkListItem__5column {
  width: 188px;
}

.searchLinkListItem__5column:nth-child(5n) {
  margin-right: 0;
}

.searchLinkListItemLink {
  color: #333333;
  text-decoration: underline;
}

.searchLinkList2 {}

.searchLinkListItem2 {
  margin-top: 15px;
  width: 100%;
}

.searchLinkListItem2:first-child {
  margin-top: 0;
}

.searchLinkTable {
  width: 100%;
}

.searchLinkTableLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchLinkTableTitle {
  margin-top: 15px;
  width: 20%;
  padding-right: 2%;
  font-weight: 700;
}

.searchLinkTableList {
  width: 80%;
}

/* ---------------------------------
		footer
------------------------------------*/
.globalFooter {
  color: #fff;
  background-color: #333333;
}

.topBtn {
  bottom: 22%;
  position: fixed;
  right: 5%;
  display: none;
  z-index: 7;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.topBtn img {
  display: block;
  width: 100%;
}

.globalFooterInner {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  padding: 65px 30px 20px 60px;
}

.globalFooterUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.globalFooterUpLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.globalFooterLogo {
  width: 96.8px;
  height: auto;
}

.globalFooterAdress {
  margin-left: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

.globalFooterUpRight {
  width: 640px;
}

.globalFooterLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.globalFooterLink {
  margin-left: 20px;
  margin-bottom: 20px;
}

.globalFooterLinkText {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
}

.globalFooterIconList {
  text-align: right;
}

.globalFooterIconLink {
  display: inline-block;
  width: 34px;
  height: auto;
}

.globalFooterIconLink:nth-child(n+2) {
  margin-left: 20px;
}

.linkedIcon {
  width: 100%;
  height: auto;
}

.globalFooterDown {
  margin-top: 10px;
  text-align: center;
}

.copyRightText {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ---------------------------------
		infoBox
------------------------------------*/
.infoBoxWrap {
  width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;

  font-weight: 500;
  line-height: 1.45;
}

.infoBoxWrap__red {
  border-color: #FF0000;
}

.infoError {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #FF0000;
}

/* ---------------------------------
		faq
------------------------------------*/
.faqLinkWrap {
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
  background-color: #FFF;
}

.faqLink {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faqLinkItem {
  margin-right: 10px;
  margin-top: 10px;
  width: 256px;
}

.faqLinkItem:nth-child(3n) {
  margin-right: 0;
}

.faqLinkBtn {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 15px;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  background-color: #FF0000;
  color: #FFF;
}

.qandAarea {
  color: #333333;
}

.Qboxarea {}

.Qarea {
  width: 100%;
  /* border: 1px solid #707070; */
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 5%);
}

.Qarea:first-child {
  margin-top: 20px;
}

.QboxareaTitleArea {
  color: #fff;
  padding: 20px;
  background-color: #FF0000;
  border-radius: 10px;
  margin-top: 50px;
}

.QboxareaTitle {
  font-size: 20px;
  font-weight: 700;
}

.Qtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 80px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;

  background-image: url("../images/icon_plus_red.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 20px 20px;
}

.Qtitle::before {
  display: block;
  position: absolute;
  left: 30px;
  top: 25px;
  content: "";
  width: 14px;
  height: 24px;
  background-image: url("../images/icon_q.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Qtitle.openList {
  background-image: url("../images/icon_minus_red.svg");
  background-size: 20px 20px;
}

.Qanswer {
  display: none;
}

.Answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.5px 60px 30px 80px;
}

.Answer::before {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  content: "";
  width: 12px;
  height: 26px;
  background-image: url("../images/icon_a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faqBtnListWrap {
  margin-top: 100px;
}

/* ---------------------------------
        no data frame
------------------------------------*/
.contactFlame02Wrap {}

.contactFlame02Wrap__marginTop {
  margin-top: 40px;
}

.contactFlame02 {
  border-radius: 0;
  padding: 40px 60px;
  background-color: #fff;
  border: 2px solid #FF0000;
  text-align: center;
}

.contactFlame02Title01 {
  font-size: 25px;
  font-weight: 700;
  color: #FF0000;
}

.contactFlame02Text01 {
  line-height: 1.31;
  color: #FF0000;
}

.contactFlame02Title01+.contactFlame02Text01 {
  margin-top: 20px;
}

.footerJobSearchViewWrap {
  display: none;
}

.footerJobDetialsViewWrap {
  display: none;
}

.contactFlame02Button {
  margin-top: 20px;
}

.contactFlame02Btn {
  min-width: inherit;
  min-width: auto;
  width: auto;
  padding: 15px 20px;
}
.contactFlame02Btn--w400 {
  min-width: 400px;
  width: auto;
}

.contactFlame02Btn__close {
  background-color: #707070;
}

.contactFlame02Btn:nth-child(n+2) {
  margin-left: 40px;
}


/* ---------------------------------
        borderList
------------------------------------*/
.borderListArea01 {
  position: relative;
}

.borderList01 {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #707070;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.borderList01:last-child {
  padding-bottom: 0;
}

.borderListTitle01 {
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
}

.borderListContent {
  width: 750px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.borderListContent02 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 0 50px;
}

.borderSubListArea {}

.borderSubList {
  margin-top: 7px;
}

.borderSubList:first-child {
  margin-top: 0px;
}

.addressArea {
  width: 684px;
  height: 423px;
  margin-left: 15px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnListmargin {
  margin-top: 55px;
}

.companybtn {
  width: 461px;
  margin-top: 20px;
}

.borderMargin {
  margin-top: 100px;
}

/* ---------------------------------
        header popup
------------------------------------*/
.headerPopupWrap {
  display: none;
}
.is-show.headerPopupWrap {
  display: block;
}
.headerPopupBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 36;
  background-color: rgba(52, 52, 52, 0.95);
}
.headerPopupContentsWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 37;
  top: 0;
  left: 0;
}
.headerPopupContentsWrap {
  display: none;
}
.headerPopupContentsWrap.is-active {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  width: 100%;
  height: 100%;
}
.headerPopupContents {
  width: 766px;
  position: relative;
}
.headerPopupContents .btnListWrap {
  margin-top: 15px;
}

/*----------------------------------------
  画面の横幅が600pxまで
----------------------------------------*/
@media (max-width: 600px) {

  html {
    height: -webkit-fill-available;
  }

  body {
    min-width: auto;
    min-width: initial;
    font-size: 4.16vw;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  .pc-flex {
    display: none !important;
  }

  .sp-flex {
    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc-line {
    display: none;
  }

  .sp-line {
    display: inline;
  }

  .sp-lineblock {
    display: inline-block;
  }

  .pc-br {
    display: inline;
  }

  .sp-br {
    display: block;
  }

  .shadow01 {
    box-shadow: 0vw 0.5vw 1vw 0vw rgba(0, 0, 0, 0.16);
  }

  /* ---------------------------------
			input common
	------------------------------------*/
  .inputText {
    border-width: 0.16vw;
    border-radius: 0.83vw;
    padding: 2.5vw 1.25vw;
    line-height: 1.25;
    font-size: 3.5vw;
  }

  .inputNumber {
    border-width: 0.16vw;
    border-radius: 0.83vw;
    padding: 2.5vw 3.75vw;
    line-height: 1.25;
    font-size: 3.5vw;
  }

  .inputTextArea {
    height: calc(1.35em * 5);
    border-width: 0.16vw;
    border-radius: 0.83vw;
    padding: 2.5vw 3.75vw;
    line-height: 1.25;
    font-size: 3.5vw;
  }

  .inputSelect {
    border-width: 0.16vw;
    border-radius: 0.83vw;
    padding: 2.5vw 5vw 2.5vw 1.25vw;
    line-height: 1.25;
    font-size: 3.5vw;

    background-position: calc(100% - 1.25vw) center;
    background-size: 2vw 1.25vw;
  }

  .inputRadio {}

  .inputRadio+label {
    margin-top: 2.5vw;
    padding: 0 0 0 5vw;
    line-height: 1.25;
    font-size: 3.5vw;
  }

  .inputRadio+label::before {
    display: block;
    top: 0.5vw;
    height: 4vw;
    width: 4vw;
    border-width: 0.16vw;
  }

  .inputRadio:checked+label:after {
    height: 2.5vw;
    width: 2.5vw;
    left: 0.75vw;
    top: 1.25vw;
  }

  .inputCheckbox {}

  .inputCheckbox+label {
    margin-top: 2.5vw;
    padding: 0 0 0 5vw;
    line-height: 1.25;
    font-size: 3.5vw;
  }

  .inputCheckbox+label::before {
    top: 0.5vw;
    height: 4vw;
    width: 4vw;
    border-radius: 1.33vw;
    border-width: 0.16vw;
  }

  .inputCheckbox:checked+label:after {
    height: 1vw;
    width: 1.5vw;
    left: 1vw;
    top: 1.25vw;
    border-bottom: 0.75vw solid #fff;
    border-left: 0.75vw solid #fff;
  }

  /* ---------------------------------
			inner
	------------------------------------*/
  .inner01 {
    margin: 0 auto;
    width: 100%;
  }

  .inner02 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner03 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner04 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner05 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner06 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner07 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner08 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner09 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .inner10 {
    margin: 0 auto;
    width: 93.33vw;
  }

  .subPageMainVisual {
    display: none;
  }

  .subinner {
    margin: 0 auto;
    width: 93.33vw;
  }

  /* ---------------------------------
			btn
	------------------------------------*/
  .btn {
    display: block;
    min-width: 66.66vw;
    padding: 2.5vw 0;
    border-radius: 0.83vw;
    box-shadow: 0vw 0.5vw 1vw 0vw rgba(0, 0, 0, 0.16);
  }

  .btnText {
    font-size: 4.66vw;
  }

  .btn_univercityRed {
    border-width: 0.33vw;
  }

  .btn__gray {
    min-width: 66.66vw;
    color: #fff;
    background-color: #707070;
  }

  .btn__gray .btnText {
    color: #fff;
  }

  /* ---------------------------------
			header
	------------------------------------*/
  .globalHeader {
    min-width: initial;
    min-width: auto;
  }

  .globalHeader:after {
    bottom: -0.83vw;
    height: 0.83vw;
  }

  .globalHeaderInner {
    padding-left: 1.33vw;
  }

  .headerLogoImg {}

  .headerUpper {
    padding: 0vw 0vw 0vw 2vw;
  }

  .headerLogoWrap {
    padding: 1.6vw 0;
  }

  .headerLogo {
    width: auto;
    height: 8.33vw;
  }

  .headerLogoSub {
    margin-left: 1vw;
    font-size: 2.33vw;
    line-height: 1.2;
    font-weight: 400;
    width: 38vw;
  }

  .headerNavListLink {
    display: none;
  }

  .headerNavListBtn {
    margin-left: 0;
  }

  .headerNavBtn {
    width: 15vw;
    min-height: 18vw;
  }

  .headerNavBtn__sp__long {
    width: 20vw;
  }

  .headerNavBtnText {
    padding-left: 0;
    padding-top: 10.66vw;
    font-size: 2.83vw;
    line-height: 1.1;
    background-position: center 1.66vw;
    background-size: 6.66vw;
  }

  .spMenuBtn {
    display: block;
    width: 15vw;
    min-height: 18vw;
    background-color: #333333;

    background-image: url("../images/btn_menu_open.svg");
    background-repeat: no-repeat;
    background-position: center 4.16vw;
    background-size: 9vw 12vw;
  }

  .open .spMenuBtn {
    background-image: url("../images/btn_menu_close.svg");
  }

  .spMenuBtnText {
    font-size: 0;
  }

  .headerNavSp {
    position: fixed;
    right: -100vw;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 18vw;
    width: 100%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
    color: #000;
  }

  /*ハンバーガーがクリックされたら右からスライド*/
  .open+.navWrapper>.headerNavSp {
    right: 0;
  }

  .headerNavSp {
    padding: 6.66vw 3.33vw;
    background-color: rgba(51, 51, 51, 0.9);
  }

  .headerNavSpLink {
    border: 0.16vw solid #707070;
    background-color: #333333;
  }

  .headerNavSpLinkItem {
    position: relative;
    border-bottom: 0.16vw solid #fff;
    background-image: url("../images/wedge_left_white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 6.66vw) center;
    background-size: 2.33vw 4.16vw;
  }

  .headerNavSpLinkItem:last-child {
    border-bottom: none;
  }

  .headerNavSpLinkBtn {
    display: block;
    width: 100%;
    padding: 4.16vw 6.66vw;
    font-size: 4.83vw;
    font-weight: 700;
    text-align: left;
    color: #fff;
  }

  .headerNavSpSns {
    margin-top: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .headerNavSpSnsBtn {
    display: block;
    margin-right: 5vw;
    width: 13.33vw;
  }

  .headerNavSpSnsBtn:last-child {
    margin-right: 0;
  }

  .headerNavSpSnsBtn img {
    width: 100%;
  }

  /* ---------------------------------
			breadcrumb
	------------------------------------*/
  .breadcrumb {
    padding: 18vw 0 0;
  }

  .breadcrumbList {
    padding: 2.5vw 0;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumbItem {
    font-size: 2.83vw;
    font-weight: 700;
    line-height: 1.45;
  }

  .breadcrumbItem:nth-child(n+2) {
    padding-left: 4.33vw;
    background-position: 1.66vw center;
    background-size: 1vw 2.33vw;
  }

  /* ---------------------------------
			common text 
	------------------------------------*/
  .pageTitleWrap01 {
    text-align: left;
  }

  .pageTitlewrap02 {
    text-align: center;
  }

  .pageTitle01 {
    font-size: 6vw;
    line-height: 1.11;
    letter-spacing: 0.05em;
  }

  .pageTitle02 {
    font-size: 6vw;
    line-height: 1.11;
    letter-spacing: 0.05em;
  }

  .pageTitle03 {
    font-size: 5vw;
    line-height: 1.11;
    letter-spacing: 0.05em;
  }

  .pageTitle04 {
    font-size: 4.66vw;
    line-height: 1.07;
    letter-spacing: 0.05em;
  }

  .pageTitle05 {
    font-size: 6vw;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }

  .pageTitle06 {
    font-size: 5vw;
  }

  .pageTitle07 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: 0.05em;
  }

  .pageText01 {
    margin-top: 3.33vw;
    line-height: 1.2;
  }

  /* ---------------------------------
			common main 
	------------------------------------*/
  .main {
    min-height: auto;
    min-height: initial;
    padding-top: 9.16vw;
    padding-bottom: 20vw;
  }

  /* ---------------------------------
			common part
	------------------------------------*/
  .pageMainWrap {}

  .pageMainHeader {}

  .pageMainHeaderView {
    margin-top: 8.33vw;
    height: 66.66vw;
  }

  .webp .pageMainHeaderView__company {
    background-image: url("../images/company/pageView_sp.webp");
  }

  .no-webp .pageMainHeaderView__company {
    background-image: url("../images/company/pageView_sp.png");
  }

  .webp .pageMainHeaderView__recruit {
    background-image: url("../images/company/recruit/pageView_sp.webp");
  }

  .no-webp .pageMainHeaderView__recruit {
    background-image: url("../images/company/recruit/pageView_sp.png");
  }

  .webp .pageMainHeaderView__service {
    background-image: url("../images/service/pageView_sp.webp");
  }

  .no-webp .pageMainHeaderView__service {
    background-image: url("../images/service/pageView_sp.png");
  }

  .subVisual01 {
    margin-top: 8.33vw;
  }

  .subVisual02 {
    margin-top: 20vw;
  }

  .subVisual03 {
    margin-top: 0;
  }

  .subVisual04 {
    margin-top: 10vw;
  }

  .contentsBlock01 {}

  .contentsBlock01:nth-child(n+2) {
    margin-top: 8.33vw;
  }

  /* ---------------------------------
			two block
	------------------------------------*/
  .twoBlockContentsWrap01 {
    margin-top: 8.33vw;
  }

  .twoBlockContentsWrap02 {
    margin-top: 8.33vw;
  }

  .twoBlockContents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .twoBlockContents:nth-child(n+2) {
    margin-top: 10vw;
  }

  .twoBlockImage {
    margin-right: 3.33vw;
    width: 96.66vw;
    height: 66.66vw;
    border-radius: 0vw 1.66vw 1.66vw 0;
  }

  .twoBlockImage__company01 {
    height: 66.66vw;
  }

  .webp .twoBlockImage__company01 {
    background-image: url("../images/company/company01_sp.webp");
  }

  .no-webp .twoBlockImage__company01 {
    background-image: url("../images/company/company01_sp.png");
  }

  .flex_row-reverse .twoBlockImage {
    margin-right: 0;
    margin-left: 3.33vw;
    border-radius: 1.66vw 0vw 0vw 1.66vw;
  }

  .twoBlockDescWrap {
    width: 100%;
    padding: 8.33vw 2.5vw 0 2.5vw;
  }

  .flex_row-reverse .twoBlockDescWrap {
    width: 100%;
    padding: 8.33vw 2.5vw 0 2.5vw;
  }

  /* ---------------------------------
			flow list
	------------------------------------*/
  .flowArea {
    margin-top: 8.33vw;
    width: 100%;
    padding: 14.16vw 3.66vw;
  }

  .flowList {
    min-height: 40.33vw;
  }

  .flowContent1 {
    position: relative;
    width: 17.5vw;
    border-right: none;
    padding-right: 0;
    font-size: 4.16vw;
    font-weight: 700;
  }

  .flowContent1::after {
    content: "";
    position: absolute;
    top: 2vw;
    right: -0.66vw;
    display: inline-block;
    height: 100%;
    border-right: 0.66vw solid #333333;
  }

  .flowList:last-child .flowContent1 {
    border-right: none;
  }

  .flowList:last-child .flowContent1::after {
    border-right: none;
  }

  .step {
    display: inline-block;
  }

  .flowContent1::before {
    content: "";
    position: absolute;
    top: 1.33vw;
    right: -2.16vw;
    display: inline-block;
    width: 3.83vw;
    height: 3.83vw;
    border-radius: 50%;
    background-color: #FF0000;
    z-index: 2;
  }

  .flowContent2 {
    margin-left: 4.16vw;
    width: 65vw;
    padding-top: 0.66vw;
    padding-bottom: 11.66vw;
  }

  .flowTitle {
    font-size: 4.66vw;
    color: #333333;
    font-weight: 700;
  }

  .floetext {
    font-size: 3.83vw;
    margin-top: 5vw;
  }

  .flowBtnWrap {
    width: 100%;
  }

  .flowBottomText {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 6.33vw;
    font-weight: 700;
  }

  .flowBottomBtnArea {}

  .flowBottomBtn {
    margin-top: 10vw;
  }

  /* ---------------------------------
            search link list
    ------------------------------------*/
  .searchLinkListWrap01 {
    margin-top: 5vw;
  }

  .searchLinkListWrap02 {
    margin-top: 0;
  }

  .searchLinkListBox:nth-child(n+2) {
    margin-top: 8.33vw;
  }

  .searchLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .searchLinkListItem {
    margin-top: 2.5vw;
    margin-right: 2.5vw;
    line-height: 1;
  }

  .searchLinkListItem__4column {
    width: auto;
  }

  .searchLinkListItem__4column:nth-child(4n) {
    margin-right: 2.5vw;
  }

  .searchLinkListItem__5column {
    width: auto;
  }

  .searchLinkListItem__5column:nth-child(5n) {
    margin-right: 2.5vw;
  }

  .searchLinkListItemLink {
    font-size: 2.66vw;
  }

  .searchLinkListItem2 {
    margin-top: 2.5vw;
  }

  .searchLinkListItem2:first-child {
    margin-top: 0;
  }

  .searchLinkTableTitle {
    margin-top: 5vw;
    width: 100%;
    padding-right: 0;
    font-size: 2.66vw;
  }

  .searchLinkTableList {
    margin-top: -2.5vw;
    width: 100%;
  }

  /* ---------------------------------
			footer
	------------------------------------*/
  .topBtn {
    bottom: 20%;
    right: 1%;
    width: 8.33vw;
    height: 8.33vw;
  }

  .globalFooterInner {
    width: 100%;
    padding: 6.66vw 6.66vw 5vw;
  }

  .globalFooterUp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .globalFooterUpLeft {
    margin-top: 12.5vw;
  }

  .globalFooterLogo {
    width: 15.66vw;
  }

  .globalFooterAdress {
    margin-left: 0;
    margin-top: 2.33vw;
    width: 100%;
    font-size: 3.66vw;
  }

  .globalFooterUpRight {
    width: 100%;
  }

  .globalFooterLinkList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .globalFooterLink {
    margin-left: 0;
    margin-bottom: 4vw;
    width: 100%;
  }

  .globalFooterLink:last-child {
    margin-bottom: 0;
  }

  .globalFooterLinkText {
    display: inline-block;
    font-size: 4vw;
  }

  .globalFooterIconList {
    display: none;
  }

  .globalFooterDown {
    margin-top: 10vw;
  }

  .copyRightText {
    font-size: 3vw;
  }

  /* ---------------------------------
            infoBox
    ------------------------------------*/
  .infoBoxWrap {
    border-width: 0.16vw;
    border-radius: 0.83vw;
    padding: 3.33vw;

    font-size: 4vw;
  }

  .infoError {
    font-size: 3.33vw;
  }

  /* ---------------------------------
			faq
	------------------------------------*/
  .faqLinkWrap {
    margin-top: 5vw;
    border-radius: 1.66vw;
    padding: 3.33vw;
  }

  .faqLink {
    margin-top: 0;
  }

  .faqLinkItem {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .faqLinkItem:nth-child(3n) {
    margin-right: 0;
  }

  .faqLinkItem:nth-child(n+2) {
    margin-top: 3.33vw;
  }

  .faqLinkBtn {
    border-radius: 1.66vw;
    padding: 2.5vw;
    font-size: 4vw;
    text-align: left;
  }

  .Qarea {
    width: 100%;
    border-radius: 1.66vw;
    margin-top: 3.33vw;
    box-shadow: 0vw 0.33vw 0.83vw 0.5vw rgb(0 0 0 / 5%);
  }

  .Qarea:first-child {
    margin-top: 5vw;
  }

  .subtitleArea02 .subVisualTitle03 {
    font-size: 6vw;
    margin-top: 0;
  }

  .QboxareaTitleArea {
    padding: 3.33vw;
    border-radius: 2vw;
    margin-top: 8.33vw;
  }

  .QboxareaTitle {
    font-size: 4vw;
  }

  .Qtitle {
    /* padding: 4.16vw 4.16vw 4.16vw 5.83vw; */
    padding: 3.33vw 6.66vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
    background-position: calc(100% - 1.66vw) center;
    background-size: 3.33vw;
  }

  .Qtitle::before {
    left: 1.33vw;
    top: 1.66vw;
    width: 3.66vw;
    height: 6.66vw;
  }

  .Qtitle.openList {
    background-size: 3.33vw 3.33vw;
  }

  .Qanswer {}

  .Answer {
    padding: 1.33vw 9.16vw 5vw 6.66vw;
    font-size: 3.66vw;
    line-height: 1.36;
  }

  .Answer::before {
    left: 1.66vw;
    top: 0;
    content: "";
    width: 3.33vw;
    height: 6.16vw;
  }

  .faqBtnListWrap {
    margin-top: 8.33vw;
    border-radius: 2.5vw;
  }

  .faqBtnListWrap .btn {
    padding: 3.66vw 3.33vw;
    min-width: 72.33vw;
    width: 72.33vw;
  }

  .faqBtnListWrap .btnText {
    font-size: 4.66vw;
    font-weight: 700;
  }

  /* ---------------------------------
            no data frame
    ------------------------------------*/
  .contactFlame02Wrap {}

  .contactFlame02Wrap__marginTop {
    margin-top: 8.33vw;
  }

  .contactFlame02Wrap__spMarginTop {
    margin-top: 8.33vw;
  }

  .contactFlame02 {
    padding: 5vw 3.33vw;
    border: 0.33vw solid #FF0000;
  }

  .contactFlame02Title01 {
    font-size: 4.66vw;
  }

  .contactFlame02Text01 {
    font-size: 4.66vw;
    line-height: 1.4;
  }

  .contactFlame02Title01+.contactFlame02Text01 {
    margin-top: 5vw;
  }

  .contactFlame02Button {
    margin-top: 3.33vw;
  }

  .contactFlame02Btn {
    padding: 2.5vw 3.33vw;
  }

  .contactFlame02Btn--w400 {
    min-width: 72.33vw;
  }

  .contactFlame02Btn:nth-child(n+2) {
    margin-left: 6.66vw;
  }


  /* ---------------------------------
		subFlame01
	------------------------------------*/
  /* .subFlame01Area {
		width: 100%;
		background-color: #FFE9E9;
		padding: 11.66vw 0 14.16vw;
		margin-top: 20vw;
	}

	.subFlamebtn {
		min-width: 69.16vw;
		width: 69.16vw;
		margin-top: 13.33vw;
		font-size: 4.66vw;
		font-weight: 700;
		padding: 4.16vw 0;
	}



	.subLinkArea {}

	.subContentsLink {
		width: 83.33vw;
		margin-right: 0vw;
		margin-top: 8.33vw;
	}

	.subContentsLink:last-child {
		margin-right: 0;
	}

	.subContentsLinkName {
		font-size: 4.66vw;
		font-weight: 700;
		margin-top: 8.33vw;
	}

	.subContentsLink img {
		width: 100%;
	}

	.subFlamebtn .btnText {
		font-size: 4.66vw;
		font-weight: 700;
	} */

  /* ---------------------------------
			borderList
	------------------------------------*/
  .borderListArea01 {
    position: relative;
  }

  .borderList01 {
    width: 100%;
    padding: 5vw 0;
    border-top: 0.16vw solid #707070;
  }

  .borderList01:last-child {
    padding-bottom: 0;
  }

  .borderListTitle01 {
    width: 100%;
    font-size: 4.16vw;
    padding-left: 2.5vw;
  }

  .borderListContent {
    width: 100%;
    font-size: 4.16vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    margin-top: 3.33vw;
  }

  .borderListContent02 {
    width: 100%;
    font-size: 4.16vw;
    text-align: center;
    padding: 0;
  }

  .borderSubListArea {}

  .borderSubList {
    margin-top: 0.83vw;
  }

  .borderSubList:first-child {
    margin-top: 0vw;
  }

  .addressArea {
    width: 86.66vw;
    height: 53.66vw;
    margin-left: 0vw;
    margin: 0 auto;
  }

  .btnListmargin {
    margin-top: 0.83vw;
    justify-content: center;
  }

  .btnListmargin .btn {
    margin-top: 5.83vw;
    min-width: 86.66vw;
    padding: 4.16vw 0;
  }

  .btnListmargin .btn .btnText {
    display: inline-block;
    width: 100%;
    font-size: 4.66vw;
  }

  .companybtn {
    width: 86.66vw;
    margin-top: 8.33vw;
    padding: 4.16vw;
  }

  .companybtn .btnText {
    font-size: 4.66vw;
    display: inline-block;
    width: 100%;
  }

  .borderMargin {
    margin-top: 16.66vw;
  }

  /* ---------------------------------
        header popup
  ------------------------------------*/
  .headerPopupContents {
    width: 93.33vw;
  }
  .headerPopupContents .btn {
    padding: 3.33vw;
  }
  .headerPopupContents .btnListWrap {
    margin-top: 4.16vw;
  }
}