@charset "utf-8";

/* CSS Document */



/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
	height: 100%;
	min-height: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.05em;
}

a {color: #e00 ;text-decoration: underline;transition:all 0.2s ease;}
a:hover, a:active {color: ;text-decoration: none;}
img {width: auto;max-width: 100%;height: auto;}


/* = Selected Text
----------------------------------------------- */
::selection {background: rgba(0, 144, 202, 0.5); /* Safari */}
::-moz-selection {background: rgba(0, 144, 202, 0.5); /* Firefox */}


/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/
.relative {  position: relative !important; }
.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


@media screen and (max-width:768px) {

	.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
	.l-bottom-xsmall  {  margin-bottom: 7px !important; }
	.l-bottom-small   {  margin-bottom: 10px !important; }
	.l-bottom         {  margin-bottom: 15px !important; }
	.l-bottom-large   {  margin-bottom: 20px !important; }
	.l-bottom-xlarge  {  margin-bottom: 30px !important; }
	.l-bottom-xxlarge {  margin-bottom: 40px !important; }

	.l-top-xxsmall {  margin-top: 5px  !important; }
	.l-top-xsmall  {  margin-top: 7px !important; }
	.l-top-small   {  margin-top: 10px !important; }
	.l-top         {  margin-top: 15px !important; }
	.l-top-large   {  margin-top: 20px !important; }
	.l-top-xlarge  {  margin-top: 30px !important; }
	.l-top-xxlarge {  margin-top: 40px !important; }

	.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
	.l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
	.l-bottom-small-p   {  padding-bottom: 10px !important; }
	.l-bottom-p         {  padding-bottom: 15px !important; }
	.l-bottom-large-p   {  padding-bottom: 20px !important; }
	.l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
	.l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

	.l-top-xxsmall-p {  padding-top: 5px  !important; }
	.l-top-xsmall-p  {  padding-top: 7px !important; }
	.l-top-small-p   {  padding-top: 10px !important; }
	.l-top-p         {  padding-top: 15px !important; }
	.l-top-large-p   {  padding-top: 20px !important; }
	.l-top-xlarge-p  {  padding-top: 30px !important; }
	.l-top-xxlarge-p {  padding-top: 40px !important; }

}

/**********************************************
base
***********************************************/

.l-base {width: auto;max-width: 1060px;margin-left: auto;margin-right: auto;padding-left: 30px;padding-right: 30px;}
.l-base-wide {width: auto;max-width: 1360px;margin-left: auto;margin-right: auto;padding-left: 30px;padding-right: 30px;}
.l-base-small {width: auto;max-width: 860px;margin-left: auto;margin-right: auto;padding-left: 30px;padding-right: 30px;}
.l-block {padding-top: 60px;padding-bottom: 60px;}
.l-block-top {padding-top: 80px;}
.l-block-bottom {padding-bottom: 80px;}

@media screen and (max-width:768px) {
	.l-base {box-sizing: border-box;padding-left: 0;padding-right: 0;}
	.l-base-wide {box-sizing: border-box;padding-left: 0;padding-right: 0;}
	.l-base-small {box-sizing: border-box;padding-left: 0;padding-right: 0;}
	.l-base:not(.l-base-noOffset),.l-base-wide:not(.l-base-noOffset),.l-base-small:not(.l-base-noOffset){padding-left: 5%;padding-right: 5%;}
	.l-base-wide .l-base,.l-base-wide .l-base-small,.l-base .l-base-small {padding-left: 0;padding-right: 0;}
	.l-block {padding-top: 40px;padding-bottom: 40px;}
	.l-block-top {padding-top: 40px;}
	.l-block-bottom {padding-bottom: 40px;}
}

/**********************************************
module-btn
***********************************************/

.linkWrap{padding: 20px 0 20px;text-align: center;}
.btn {display: inline-block;width: auto;padding: 20px 20px 20px 20px;min-width: 350px;font-size: 130%;font-weight: 600;color: #fff;text-align: center;text-decoration: none !important;/*border: 2px solid #000;*/transition: all 0.2s ease;position: relative;cursor: pointer;background: #e00;}
.btn::after {font-family: 'Font Awesome 6 pro';font-size: inherit;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;content: "\f105";position: absolute;right: 10px;top: 46%;margin-top: -0.5em;line-height: normal;}
.btn:hover {background-color: #cc0001;color: #fff;}
.btn img {position: absolute;left: 15px;top: 3px;width: 42px;transition:all 0.2s ease;}
.btn:hover img {filter:invert(100%);}
.btn-small {min-width: 280px;font-size: 124%;padding: 12px 30px 12px 30px;}
.btn-large {font-size: 154%;padding: 17px 40px 17px 40px;}
.btn-block {display: block;width: 100%;min-width: 100px;padding-left: 0;padding-right: 0;text-align: center;}

@media screen and (max-width:768px) {
	.btn {width: 100%;min-width: 240px;font-size: 108%;box-sizing: border-box;padding: 12px 0px 12px 0px;text-align: center;}
	.btn img {left: 10px;top: 6px;width: 32px;}
}




/**********************************************
module-header
***********************************************/
.header {padding-bottom: 5px;}
.header-inner {position: relative;}
.header-logo {width: 285px;padding-top: 10px;}
.header-logo-lead {background-color: #fc1414;color: #fff;padding: 2px 0;margin-bottom: 5px;font-size: 100%;font-weight: bold;text-align: center;position: relative;}
.header-logo-img {}
.header-logo-img img {width: 285px;}
.header-upper {position: absolute;right: 0;top: 0;display: flex;flex-direction: row-reverse;white-space: nowrap;}
.header-cv {display: flex;}
.header-cv a {padding: 4px 15px 4px 6px;display: block;background-color: #000;color: #fff;text-decoration: none;font-weight: bold;font-size: 108%;cursor: pointer;}
.header-cv a:hover {opacity: 0.8;}
.header-cv a img {width: 32px;vertical-align: middle;margin-right: 3px;}
.header-cv-item01 a {background-color: #f19a0f;}
.header-cv-item02 a {background-color: #fc1414;}
.header-cv-item03 a {background-color: #004ea4;}
.header-link {display: flex;padding: 10px 20px 0 0;}
.header-link li {padding-left: 12px;}
.header-link a {display: block;color: #000;text-decoration: none;}
.header-link a::before {font-family: 'Font Awesome 6 Pro';font-size: inherit;font-weight: 500;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;line-height: 1;content: "\f105";line-height: normal;margin-right: 0.2em;color: #fc1414;}
.header-link a:hover {color: #fc1414;}

@media screen and (max-width:1260px) {
	.header-upper {display: block;}
	.header-cv {display: flex;justify-content: flex-end;}
}


@media screen and (max-width:768px) {
	.header-logo {width: 240px;padding-top: 5px;}
	.header-logo-lead {padding: 1px 0;margin-bottom: 2px;font-size: 77%;display: none;}
	.header-logo-lead::after {margin-left: -2px;border-width: 4px 2px 0 2px;}
	.header-logo-img {}
	.header-logo-img img {width: 285px;}
}


/**********************************************
module-navi
***********************************************/
.navi {position: absolute;right: 0;top: 44px;}
.navi-list {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.navi-list li {position: relative;}
.navi-list li:not(:last-child)::after {content: "";display: block;width: 1px;height: 70%;position: absolute;right: 0;top: 15%;background-color: rgba(0, 0, 0, 0.2);}
.navi-list a {display: block;color: #000;text-decoration: none;padding: 10px 25px;text-align: center;white-space: nowrap;position: relative;}
.navi-list a img {width: 42px;}
.navi-list a span {display: block;font-size: 93%;font-weight: 600;}
.navi-list a:hover {color: #fc1414;}

@media screen and (max-width:1260px) {
	.navi {position: static;padding: 10px 0;}
	.navi-list {display: flex;justify-content: center;}
	.navi-list li {flex: 1;}
	.navi-list li:not(:last-child)::after {content: "";display: block;width: 1px;height: 70%;position: absolute;right: 0;top: 15%;background-color: rgba(0, 0, 0, 0.2);}
	.navi-list a {display: block;color: #000;text-decoration: none;padding: 10px 5px;text-align: center;white-space: nowrap;}
	.navi-list a::after {display: none;}
	.navi-list a img {width: 42px;}
	.navi-list a span {display: block;font-size: 93%;font-weight: 600;}
	.navi-list a:hover {color: #fc1414;}
}





/**********************************************
module-mainVisual
***********************************************/
.mainVisual {position: relative;padding: 20px 0;}
.mainVisual-bnr {position: absolute;right: 0;bottom: 0;}
.mainVisual-block {max-width: 1060px;margin: 0 auto;position: relative;}
.mainVisual-inner {}
.mainVisual-title {}
.mainVisual-link {text-align: center;padding-top: 10px;}
.mainVisual-btn {display: inline-block;min-width: 280px;font-size: 154%;font-weight: bold;padding: 15px 0;position: relative;border: 2px solid #000;background-color: #fff;color: #000;text-decoration: none;z-index: 4;cursor: pointer;}
.mainVisual-btn img {position: absolute;left: 5px;top: -15px;}
.mainVisual-btn:hover {background-color: #000;border-color: #000;color: #fff;}
.mainVisual-box {text-align: center;}
.mainVisual-balloon {display: inline-block;font-size: 185%;font-weight: 600;padding: 5px 50px 15px;position: relative;line-height: 1;}
.mainVisual-balloon::before,.mainVisual-balloon::after {content: "";display: block;width: 2px;height: 50px;position: absolute;top: 0;background-color: #000;}
.mainVisual-balloon::before {transform-origin: left top;transform: rotate(-35deg);left: 0;}
.mainVisual-balloon::after {transform-origin: left top;transform: rotate(35deg);right: 0;}
.mainVisual-shop {font-size: 220%;font-weight: normal;font-family: "M PLUS 2";letter-spacing: 0.2em;line-height: 1;padding-bottom: 30px;text-align: left;white-space: nowrap;}
.mainVisual-accent {color: #fc1414;font-weight: 400;font-size: 120%;font-family: 'Roboto Mono', monospace;letter-spacing: 0.0em;}
.mainVisual-caseTitle {font-size: 200%;font-weight: normal;font-family: "M PLUS 2";text-align: left;white-space: nowrap;margin-bottom: 10px;}
.mainVisual-caseText {font-size: 300%;font-weight: bold;font-family: "M PLUS 2";line-height: 1;padding-bottom: 20px;text-align: left;white-space: nowrap;}

@media screen and (max-width:1400px) {
	.mainVisual {background-size: 105vw auto;}
	.mainVisual-block {max-width: 1200px;}
	.mainVisual-bnr {width: 25vw;}
	.mainVisual-inner {width: 50vw;margin-left: 40px;}
	.mainVisual-title {padding-right: 10vw;}
	.mainVisual-shop {font-size: 450%;text-align: center;}
	.mainVisual-accent {}
	.mainVisual-caseTitle {}
	.mainVisual-caseText {text-align: center;}
}

@media screen and (max-width:768px) {
	.mainVisual {height: 500px;background: url(../img/mainvisual_sp.jpg) no-repeat center bottom;background-size: 105vw auto;background-color: #edf2f5;}
	.mainVisual-bnr {width: 200px;}
	.mainVisual-block {width: auto;}
	.mainVisual-inner {float: none;width: auto;padding-top: 30px;text-align: center;}
	.mainVisual-title {max-width: 400px;margin: 0 auto;padding: 0;}
	.mainVisual-link {padding-top: 20px;}
	.mainVisual-btn {min-width: 250px;font-size: 131%;padding: 12px 0;}
	.mainVisual-btn img {left: 5px;top: -10px;width: 36px;}
	.mainVisual-btn:hover {}
	.mainVisual-shop {font-size: 300%;letter-spacing: 0.1em;}
	.mainVisual-accent {}
	.mainVisual-caseTitle {font-size: 154%;}
	.mainVisual-caseText {font-size: 250%;letter-spacing: 0.1em;}
}


/**********************************************
module-homeIntro
***********************************************/
.homeIntro{display: flex;justify-content: space-between;}

@media screen and (max-width:1024px) {
	.homeIntro{display: block;}
}


/**********************************************
module-homeNews
***********************************************/
.homeNews {width: 48%;}
.homeNews-block {padding-top: 10px;}
.homeNews-list li {border-bottom: 1px dashed #ccc;}
.homeNews-list a {display: block;color: #000;text-decoration: none;padding: 15px 0 10px;}
.homeNews-list-time {font-size: 100%;padding-right: 12px;color: #000;}
.homeNews-list-cat {display: inline-block;background-color: #f19a0f;padding: 2px 10px;color: #fff;font-weight: bold;}
.homeNews-list-title {font-size: 124%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.2s ease;}
a:hover .homeNews-list-title {text-decoration: underline;color: #fc1414;}


@media screen and (max-width:1024px) {
	.homeNews {width: auto;padding-bottom: 50px;}
}

@media screen and (max-width:768px) {
	.homeNews {}
	.homeNews-title {text-align: center;padding-bottom: 15px;}
	.homeNews-title span {font-size: 170%;display: block;}
	.homeNews-title small {font-size: 93%;padding-left: 5px;display: block;}
	.homeNews-trigger {padding: 0 5%;justify-content: center;margin-top: 0;}
	.homeNews-trigger li {padding: 8px 10px;font-size: 100%;flex: 1;}
	.homeNews-block {padding-top: 5px;}
	.homeNews-list {}
	.homeNews-list li {}
	.homeNews-list a {padding: 15px 5% 15px;}
	.homeNews-list-time {font-size: 85%;padding-right: 5px;}
	.homeNews-list-cat {padding: 2px 5px;font-size: 77%;}
	.homeNews-list-title {padding-top: 5px;font-size: 116%;}
	a:hover .homeNews-list-title {text-decoration: underline;color: #fc1414;}
}


/**********************************************
module-homeSlider
***********************************************/
.homeSlider {width: 48%;overflow: hidden;}
.homeSlider-list li {text-align: center;}
.homeSlider .slick-dots {width: 100%;display: flex;justify-content: center;padding-top: 15px;}
.homeSlider .slick-dots button {-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;background-color: #ccc;display: inline-block;width: 40px;height: 6px;text-indent: -99999px;overflow: hidden;margin: 0 5px;padding: 0;cursor: pointer;}
.homeSlider .slick-dots .slick-active button {background-color: #000;}

@media screen and (max-width:1024px) {
	.homeSlider {width: auto;}
}


/**********************************************
module-heading
***********************************************/
.heading {text-align: center;padding-bottom: 50px;}
.heading-balloon {display: inline-block;font-size: 147%;font-weight: 600;padding: 5px 50px 15px;position: relative;}
.heading-balloon::before,.heading-balloon::after {content: "";display: block;width: 1px;height: 50px;position: absolute;top: 0;background-color: #000;}
.heading-balloon::before {transform-origin: left top;transform: rotate(-35deg);left: 0;}
.heading-balloon::after {transform-origin: left top;transform: rotate(35deg);right: 0;}
.heading-title {font-size: 240%;font-family: "M PLUS 2";font-weight: 400;letter-spacing: 0.05em;}
.heading-title-small {font-size: 300%;letter-spacing: 0.08em;line-height: 1.3;padding-bottom: 3px;}
.heading-title-rd {color: #fc1414;}
.heading-en {font-size: 131%;font-weight: 500;font-family: 'Roboto Mono', monospace;color: #fc1414;letter-spacing: 0.1em;text-transform: uppercase;}
.heading-lead {line-height: 1.6;font-size: 124%;text-align: center;padding-top: 20px;}


@media screen and (max-width:768px) {
	.heading {padding-bottom: 30px;}
	.heading-balloon {font-size: 100%;padding: 0px 20px 5px;}
	.heading-balloon::before,.heading-balloon::after {height: 20px;}
	.heading-title {font-size: 170%;letter-spacing: 0.1em;}
	.heading-en {font-size: 85%;}
}


/**********************************************
module-homeFaq
***********************************************/
.homeFaq {background-color: #edf2f5;}
.homeFaq-block {display: flex;justify-content: space-between;padding-bottom: 40px;}
.homeFaq-box {width: 48%;}
.homeFaq-inner {background-color: #fff;padding: 15px 20px;}
.homeFaq-item {border-bottom: 1px dashed #ccc;}
.homeFaq-title {font-family: "M PLUS 2";font-size: 200%;font-weight: lighter;letter-spacing: 0.1em;padding-bottom: 15px;text-align: center;}
.homeFaq-question {padding: 15px 50px 15px 35px;font-size: 130%;font-weight: 500;position: relative;cursor: pointer;transition: all 0.2s ease;}
.homeFaq-question::before {content: "Q.";font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 24px;color: #000;position: absolute;left: 0;top: 10px;}
.homeFaq-question::after {font-family: 'Font Awesome 6 pro';font-size: inherit;font-weight: 900;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;line-height: 1;content: "\f107";line-height: normal;position: absolute;right: 15px;top: 50%;margin-top: -0.6em;transition: all 0.2s ease;color: #e00;}
.is-open.homeFaq-question::after {content: "\f107";transform: rotate(180deg);}
.homeFaq-answer {padding: 5px 0 20px 35px;position: relative;font-size: 116%;line-height: 1.6;}
.homeFaq-answer::before {content: "A.";font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 24px;color: #fc1414;position: absolute;left: 0;top: 0;}

@media screen and (max-width:1024px) {
	.homeFaq-block {display: block;padding-bottom: 0;}
	.homeFaq-box {width: auto;padding-bottom: 40px;}
}


@media screen and (max-width:768px) {
	.homeFaq-inner {padding: 5px 15px 12px;}
	.homeFaq-item {border-bottom: 1px dashed #ccc;}
	.homeFaq-title {font-size: 147%;padding-bottom: 10px;}
	.homeFaq-question {padding: 12px 30px 12px 26px;font-size: 124%;}
	.homeFaq-question::before {font-size: 18px;left: 0;top: 10px;}
	.homeFaq-question::after {right: 5px;}
	.is-open.homeFaq-question::after {content: "\f068";transform: rotate(180deg);}
	.homeFaq-answer {padding: 5px 0 12px 26px;font-size: 108%;line-height: 1.6;}
	.homeFaq-answer::before {font-size: 18px;left: 0;top: 2px;}
}


/**********************************************
module-lowerLink
***********************************************/
.lowerLink {padding: 40px 0;background: #f7f7f7;margin-top: 80px;}
.lowerLink-list {display: flex;margin-left: -2%;}
.lowerLink-list li {width: 31.33333%;margin-left: 2%;}
.lowerLink-list a {display: block;border: 1px solid #000;color: #000;text-decoration: none;padding: 24px 0;white-space: nowrap;background-color: #fff;}
.lowerLink-list a:hover {color: #fff;background-color: #fc1414;border-color: #fc1414;}
.lowerLink-list-inner {display: flex;justify-content: center;align-items: center;}
.lowerLink-list-img {margin-right: 15px;}
.lowerLink-list-img img {width: 50px;}
.lowerLink-list-title {font-size: 154%;font-weight: 600;line-height: 1.3;}
a:hover .lowerLink-list-img img {filter: brightness(2000%);}

@media screen and (max-width:1024px) {
	.lowerLink-list-img {margin-right: 15px;}
	.lowerLink-list-img img {width: 36px;}
	.lowerLink-list-title {font-size: 124%;}
}

@media screen and (max-width:768px) {
	.lowerLink {padding: 30px 0 20px;}
	.lowerLink-list {display: block;margin-left: 0;}
	.lowerLink-list li {width: auto;margin-left: 0;margin-bottom: 10px;}
	.lowerLink-list a {padding: 15px 0;}
	.lowerLink-list a:hover {}
	.lowerLink-list-img {margin-right: 15px;}
	.lowerLink-list-img img {width: 36px;}
	.lowerLink-list-title {font-size: 124%;}
	a:hover .lowerLink-list-img img {}
}


/**********************************************
module-footer
***********************************************/
.footer{border-top: 1px solid rgba(0, 0, 0, 0.1);padding: 60px 0;background: #e00;}
.copyright{display: block;padding: 10px 0;text-align: center;background-color: #fc1414;color: #fff;font-size: 93%;font-weight: normal;font-family: 'Roboto Mono', monospace;}
.footer-block {display: flex;margin-left: -3%;}
.footer-box {margin-left: 3%;width: 19%;}
.footer-title {font-size: 124%;border-bottom: 1px solid rgba(255, 255, 255, 0.7);padding-bottom: 5px;margin-bottom: 15px;color: #fff;}
.footer-area {font-size: 108%;padding-bottom: 3px;}
.footer-pref {display: flex;flex-wrap: wrap;padding-bottom: 15px;}
.footer-pref li {white-space: nowrap;}
.footer-pref li:not(:last-child)::after {content: "|";padding: 0 5px;opacity: 0.5;}
.footer-navi {padding-bottom: 30px;}
.footer-navi li {}
.footer-navi a {display: inline-block;padding: 5px 0;font-size: 108%;}
.footer-title a, .footer-navi a, .footer-pref a {color: #fff;text-decoration: none;}
.footer-title a:hover, .footer-navi a:hover, .footer-pref a:hover {color: #fff;text-decoration: underline;}
.footer-bnr {padding-top: 60px;padding-bottom: 40px;display: flex;justify-content: center;}
.footer-bnr li{padding: 0 8px;text-align: center;}
.footer-login {text-align: center;}
a.footer-login-btn {display: inline-block;width: 100%;max-width: 480px;padding: 15px 20px;background-color: #f19a0f;color: #fff;font-size: 139%;font-weight: bold;line-height: 1.3;color: #fff;text-decoration: none;position: relative;text-align: left;}
a.footer-login-btn:after {font-family: 'Font Awesome 5 Free';font-size: inherit;font-weight: 900;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;content: "\f105";position: absolute;right: 10px;top: 50%;margin-top: -0.5em;line-height: normal;}
.footer-login-btn small {display: block;font-size: 60%;}

@media screen and (max-width:1024px) {
	.footer{}
	.copyright{}
	.footer-block {display: block;margin-left: 0;}
	.footer-box {margin-left: 0;padding-bottom: 40px;}
	.footer-box:nth-child(1) {width: auto;}
	.footer-box:nth-child(2),
	.footer-box:nth-child(3) {width: auto;}
	.footer-box a {}
	.footer-box a:hover {}
}


@media screen and (max-width:768px) {
	.footer-bnr {padding-top: 0px;padding-bottom: 0;display: flex;flex-wrap: wrap;justify-content: flex-start;}
	.footer-bnr li{width: 50%;padding: 0 2px 10px;}
}

/**********************************************
module-jump
***********************************************/
.jumpTop{position: fixed;right: 20px;bottom: 50px;}
.jumpTop a{display: block;width: 50px;height: 50px;border: 1px solid #ce0404;border-radius: 50%;z-index: 999;position: relative;color: #ff682d;}
.jumpTop a::after{content: "";display: block;border-left: 1px solid #ce0404;border-top: 1px solid #ce0404;transform:rotate(45deg);position: absolute;left: 19px;top: 22px;width: 10px;height: 10px;transition:all 0.4s ease;}
.jumpTop a:hover{background-color: #ce0404;border-color: #ce0404;}
.jumpTop a:hover::after{border-color: #fff;}

@media screen and (max-width:768px) {
	.jumpTop{display: none !important;}
}


/**********************************************
module-accordion
***********************************************/

@media screen and (max-width:768px) {
	.mobile-menu{position: fixed;width: 100%;height: 100vh;z-index: 98;right: 0;top: 0;opacity: 0;transition:all 0.3s ease;background-color: rgba(240, 240, 240, 0.97);overflow: auto;-webkit-overflow-scrolling: touch;}
	.is-mobile-open .mobile-menu{opacity: 1;right: 0;}
	.mobile-trigger, .mobile-trigger-line {position: fixed;right: 10px;top: 10px;z-index: 99;cursor: pointer;background: none;border: none;background-color: #fc1414;transition:all 0.3s ease;}
	.mobile-trigger-line {right: 64px;top: 10px;}
	.mobile-trigger-line a {background: #06c755;width: 46px;height: 46px;display: block;text-decoration: none;display: flex;align-items: center;justify-content: center;color: #fff;}
	.is-mobile-open .mobile-trigger {}
	.mobile-btn {display: block;position: relative;width: 50px;height: 46px;padding: 10px 20px;cursor: pointer;background: none;border: none;transition: all .4s;}
	.mobile-btn span {display: inline-block;position: absolute;left: 25%;width: 50%;height: 2px;background-color: #fff;transition: all .4s;}
	.mobile-btn span:nth-of-type(1) {top: 10px;}
	.mobile-btn span:nth-of-type(2) {top: 17px;}
	.mobile-btn span:nth-of-type(3) {top: 24px;}
	.mobile-btn p {width: 100%;font-size: 9px!important;text-align: center;position: absolute;left: 0;bottom: 0;text-align: center;color: #fff;letter-spacing: 0.1em;}
	.mobile-btn.is-active span:nth-of-type(1) {-webkit-transform: translateY(7px) rotate(-45deg);transform: translateY(7px) rotate(-135deg);}
	.mobile-btn.is-active span:nth-of-type(2) {opacity: 0;}
	.mobile-btn.is-active span:nth-of-type(3) {-webkit-transform: translateY(-7px) rotate(45deg);transform: translateY(-7px) rotate(135deg);}
}


/**********************************************
module-mobile
***********************************************/
.mobile-block {height: 100vh;padding-bottom: 100px;overflow: auto;-webkit-overflow-scrolling: touch;}
.mobile-home{padding: 10px;}
.mobile-home a{display: inline-block;border: 1px solid #fc1414;color: #fff;background-color: #fc1414;text-decoration: none;font-family: "Roboto";padding: 10px 15px;font-size: 108%;}
.mobile-home a i{margin-right: 0.5em;transform:scale(1.4);}
.mobile-navi {padding: 0 10px;display: flex;flex-wrap: wrap;}
.mobile-navi li {width: 100%;/*padding: 2px 0;*/border-bottom: solid 1px #eee;}
.mobile-navi a {display: flex;white-space: nowrap;padding: 10px 0;border-radius: 0;color: #000;background-color: #fff;text-decoration: none;text-align: center;align-items: center;}
.mobile-navi img {width: 32px;margin-right: 6px;margin-left: 1em;}
.mobile-navi span {display: block;font-weight: bold;}
.mobile-navi li ul {font-size: 100%!important}
.mobile-navi li ul li a {padding-left: 2em;}
.mobile-navi li ul li:last-child {border: none}
.mobile-navi li a .icon, .mobile-navi li ul li a i {color: #e00; font-size: 150%;margin-left: 15px;padding-right: 15px;}
.mobile-navi li ul li a i {padding-right: 10px;font-size: 140%}
.mobile-cv {padding: 10px 10px 0 10px;display: flex;justify-content: space-between;}
.mobile-cv li{padding-bottom: 5px;width: 49.5%;}
.mobile-cv a{padding: 12px 20px 12px 10px;display: block;background-color: #000;color: #fff;text-decoration: none;font-weight: bold;font-size: 110%;text-align: center;border-radius: 0;}
.mobile-cv a img{width: 32px;vertical-align: middle;margin-right: 5px;}
.mobile-cv-item01 a {background-color: #1e89b3;}
.mobile-cv-item02 a {background-color: #fc1414;}
.mobile-cv-item03 a {background-color: #06c755;}
.mobile-link {display: block;}
.mobile-link li {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.mobile-link a {display: block;color: #000;text-decoration: none;padding: 10px 20px;}
.mobile-link a::before {font-family: 'Font Awesome 6 pro';font-size: inherit;font-weight: 900;text-rendering: auto;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;content: "\f105";line-height: normal;margin-right: 0.3em;color: #fc1414;}


/**********************************************
module-pageHeading
***********************************************/
.pageHeading{padding: 80px 0 20px;}
.pageHeading-border{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

@media screen and (max-width:768px) {
	.pageHeading .heading-title{font-size: 200%;}
}


/********************************************************************************************
ステータス
********************************************************************************************/
.is-hide {display: none}
.is-out{position: absolute!important;left: -9999999px!important;}
.is-pc-hide {display: none!important;}
.is-pc-inline {display: inline!important;}
.is-sp-inline {display: none!important;}
.is-pc-noevent {pointer-events: none!important;}

@media screen and (max-width:768px) {
	.is-pc-hide {display: block!important;}
	.is-sp-hide {display: none!important}
	.is-sp-inline {display: inline!important;}
	.is-pc-inline {display: none!important;}
	.is-pc-noevent {pointer-events: auto!important;}
}