@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::before,
::after{
	background-repeat:no-repeat;
	-webkit-box-sizing:inherit;
	        box-sizing:inherit;
}
::before,
::after{
	text-decoration:inherit;
	vertical-align:inherit;
}
html{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	cursor:default;
	font-family:sans-serif;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
article,
aside,
footer,
header,
nav,
section{
	display:block;
}
body{
	margin:0;
}
h1{
	font-size:2em;
	margin:.67em 0;
}
figcaption,
figure,
main{
	display:block;
}
figure{
	margin:1em 40px;
}
hr{
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
	height:0;
	overflow:visible;
}
nav ol,
nav ul{
	list-style:none;
}
pre{
	font-family:monospace, monospace;
	font-size:1em;
}
a{
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	        text-decoration:underline dotted;
}
b,
strong{
	font-weight:inherit;
	font-weight:bolder;
}
code,
kbd,
samp{
	font-family:monospace, monospace;
	font-size:1em;
}
dfn{
	font-style:italic;
}
mark{
	background-color:#ffff00;
	color:#000000;
}
small{
	font-size:80%;
}
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub{
	bottom:-.25em;
}
sup{
	top:-.5em;
}
::-moz-selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}
::selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}
audio,
canvas,
iframe,
img,
svg,
video{
	vertical-align:middle;
}
audio,
video{
	display:inline-block;
}
audio:not([controls]){
	display:none;
	height:0;
}
img{
	border-style:none;
}
svg{
	fill:currentColor;
}
svg:not(:root){
	overflow:hidden;
}
table{
	border-collapse:collapse;
}
button,
input,
optgroup,
select,
textarea{
	margin:0;
}
button,
input,
select,
textarea{
	background-color:transparent;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
}
button,
input{
	overflow:visible;
}
button,
select{
	text-transform:none;
}
button, html [type="button"], [type="reset"], [type="submit"]{
	-webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
legend{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress{
	display:inline-block;
	vertical-align:baseline;
}
textarea{
	overflow:auto;
	resize:vertical;
}
[type="checkbox"],
[type="radio"]{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
	height:auto;
}
[type="search"]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
	-webkit-appearance:none;
}
::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
}
details, menu{
	display:block;
}
summary{
	display:list-item;
}
canvas{
	display:inline-block;
}
template{
	display:none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex]{
	-ms-touch-action:manipulation;
	touch-action:manipulation;
}
[hidden]{
	display:none;
}
[aria-busy="true"]{
	cursor:progress;
}
[aria-controls]{
	cursor:pointer;
}
[aria-hidden="false"][hidden]{
	clip:rect(0, 0, 0, 0);
	display:inherit;
	position:absolute;
}
[aria-hidden="false"][hidden]:focus{
	clip:auto;
}
[aria-disabled]{
	cursor:default;
}
/*!
* @license Copyright novita[Ryuta Uchida].
* @author novita[Ryuta Uchida].
* http://www.novita.jp/
*/
@-webkit-keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
@keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
@-webkit-keyframes purupuru{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(5deg);
            transform:translate(0px, 0px) rotateZ(5deg);
  }
}
@keyframes purupuru{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(5deg);
            transform:translate(0px, 0px) rotateZ(5deg);
  }
}
@-webkit-keyframes purupuru2{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(2deg);
            transform:translate(0px, 0px) rotateZ(2deg);
  }
}
@keyframes purupuru2{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(2deg);
            transform:translate(0px, 0px) rotateZ(2deg);
  }
}
*{
  margin:0;
}
html,
body{
  position:relative;
  width:100%;
  font-family:"Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:normal;
  font-optical-sizing:auto;
  -webkit-font-feature-settings:"palt";
          font-feature-settings:"palt";
  text-align:justify;
  text-justify:inter-ideograph;
  color:#000;
  background:#ffffff;
  word-break:break-all;
  line-height:2.15;
  letter-spacing:0.075em;
  font-size:14px;
}
@media screen and (min-width: 450px){
html,
body{
		font-size:16px
}
}
@media screen and (min-width: 769px){
html,
body{
		font-size:16px
}
}
@media screen and (min-width: 1340px){
html,
body{
		font-size:18px
}
}
h1{
  font-size:1.4rem;
}
@media screen and (min-width: 450px){
h1{
		font-size:1.6rem
}
}
@media screen and (min-width: 769px){
h1{
		font-size:1.8rem
}
}
@media screen and (min-width: 1340px){
h1{
		font-size:2.2rem
}
}
code,
kbd,
pre,
samp{
  font-family:monospace, monospace;
  font-size:1rem;
}
button,
input,
select,
textarea{
  font-size:1rem;
}
a{
  text-decoration:none;
  display:inline;
  outline:none;
  border-bottom:none;
}
a,a:visited{
  color:#7D001A;
  }
a.hover{
    color:#9A1832;
  }
a.underlined,
  .underlined a,a.underlined-hover.hover, .underlined-hover a.hover{
      text-decoration:underline;
    }
a.nohref{
    pointer-events:none;
  }
a.btn_hover{
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
  opacity:1;
}
a.btn_hover.hover,a.btn_alpha{
    opacity:0.7;
}
a.btn_alpha{
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
}
a.btn_alpha.hover{
    opacity:1;
  }
.small,h6{
  font-size:0.83em;
}
.big{
  font-size:1.5em;
}
ol,
ul{
  padding-left:2em;
}
ol.listIndent,
ul.listIndent{
  margin-left:1.5em;
}
ol.noListMark,
ul.noListMark{
  list-style:none;
  padding-left:0;
}
h1,
h2,
h3,
h4,
h5{
  font-weight:700;
}
h6{
  font-weight:normal;
}
.strong{
  color:#7D001A !important;
}
.strong,.bold{
  font-weight:700 !important;
}
.accent{
  color:#7D001A !important;
}
.roman{
  font-family:'Lora', serif !important;
  font-weight:400 !important;
  font-size:1.05em;
  margin-left:0.1em;
  margin-right:0.1em;
}
body{
  overflow-x:hidden;
}
*{
  min-height:0;
  min-width:0;
}
body.-development:before{
  position:fixed;
  right:10px;
  bottom:0;
  z-index:99999;
  font-size:40px;
  color:rgba(0,0,0,0.3);
  background:none;
  pointer-events:none;
  content:"スマホ";
}
@media screen and (min-width: 450px){
body.-development:before{
		content:"タブレット"
}
}
@media screen and (min-width: 769px){
body.-development:before{
		content:"タブレット(横)"
}
}
@media screen and (min-width: 1340px){
body.-development:before{
		content:"PC"
}
}
@media screen and (min-width: 1560px){
body.-development:before{
		content:"HD"
}
}
.development-div{
  display:none;
  width:100%;
  overflow-y:scroll;
}
.development-div pre{
    white-space:pre-wrap;
    font-size:0.75em;
  }
body.-development .development-div{
    display:block;
  }
.development-div-float{
  display:none;
  position:fixed;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.8);
  color:#fff;
  z-index:99999;
  width:40%;
  height:10rem;
  font-size:0.85rem;
  padding:1em;
  overflow-y:scroll;
}
.development-div-float pre{
    white-space:pre-wrap;
    font-size:0.75em;
  }
body.-development .development-div-float{
    display:block;
  }
.forSP{
  display:initial !important;
}
@media screen and (min-width: 1340px){
.forSP{
		display:none !important
}
}
.forPC{
  display:none !important;
}
@media screen and (min-width: 1340px){
.forPC{
		display:inline !important;
		display:initial !important
}
}
br.forSP{
  display:inline !important;
}
@media screen and (min-width: 1340px){
br.forSP{
		display:none !important
}
}
br.forPC{
  display:none !important;
}
@media screen and (min-width: 1340px){
br.forPC{
		display:inline !important
}
}
br.forTAB{
  display:none !important;
}
@media screen and (min-width: 450px){
br.forTAB{
		display:inline !important
}
}
@media screen and (min-width: 1340px){
br.forTAB{
		display:none !important
}
}
br.forTABL{
  display:none !important;
}
@media screen and (min-width: 769px){
br.forTABL{
		display:inline !important
}
}
@media screen and (min-width: 1340px){
br.forTABL{
		display:none !important
}
}
br.forTAB-{
  display:inline !important;
}
@media screen and (min-width: 450px){
br.forTAB-{
		display:none !important
}
}
@media screen and (min-width: 1340px){
br.forTAB-{
		display:inline !important
}
}
br.forPCforHome{
  display:none;
}
body.home br.forPCforHome{
  display:none !important;
}
@media screen and (min-width: 1340px){
body.home br.forPCforHome{
		display:inline !important
}
}
img.forSP{
  display:inline-block !important;
}
@media screen and (min-width: 1340px){
img.forSP{
		display:none !important
}
}
img.forPC{
  display:none !important;
}
@media screen and (min-width: 1340px){
img.forPC{
		display:inline-block !important
}
}
span.forSP{
  display:inline !important;
}
@media screen and (min-width: 1340px){
span.forSP{
		display:none !important
}
}
span.forPC{
  display:none !important;
}
@media screen and (min-width: 1340px){
span.forPC{
		display:inline !important
}
}
.mx-auto{
  margin-left:auto !important;
  margin-right:auto !important;
}
.mt--10{
    margin-top:-10rem !important;
  }
.mb--10{
    margin-bottom:-10rem !important;
  }
.ml--10{
    margin-left:-10rem !important;
  }
.mr--10{
    margin-right:-10rem !important;
  }
.pt--10{
    padding-top:-10rem !important;
  }
.pb--10{
    padding-bottom:-10rem !important;
  }
.pl--10{
    padding-left:-10rem !important;
  }
.pr--10{
    padding-right:-10rem !important;
  }
.mt--9{
    margin-top:-9rem !important;
  }
.mb--9{
    margin-bottom:-9rem !important;
  }
.ml--9{
    margin-left:-9rem !important;
  }
.mr--9{
    margin-right:-9rem !important;
  }
.pt--9{
    padding-top:-9rem !important;
  }
.pb--9{
    padding-bottom:-9rem !important;
  }
.pl--9{
    padding-left:-9rem !important;
  }
.pr--9{
    padding-right:-9rem !important;
  }
.mt--8{
    margin-top:-8rem !important;
  }
.mb--8{
    margin-bottom:-8rem !important;
  }
.ml--8{
    margin-left:-8rem !important;
  }
.mr--8{
    margin-right:-8rem !important;
  }
.pt--8{
    padding-top:-8rem !important;
  }
.pb--8{
    padding-bottom:-8rem !important;
  }
.pl--8{
    padding-left:-8rem !important;
  }
.pr--8{
    padding-right:-8rem !important;
  }
.mt--7{
    margin-top:-7rem !important;
  }
.mb--7{
    margin-bottom:-7rem !important;
  }
.ml--7{
    margin-left:-7rem !important;
  }
.mr--7{
    margin-right:-7rem !important;
  }
.pt--7{
    padding-top:-7rem !important;
  }
.pb--7{
    padding-bottom:-7rem !important;
  }
.pl--7{
    padding-left:-7rem !important;
  }
.pr--7{
    padding-right:-7rem !important;
  }
.mt--6{
    margin-top:-6rem !important;
  }
.mb--6{
    margin-bottom:-6rem !important;
  }
.ml--6{
    margin-left:-6rem !important;
  }
.mr--6{
    margin-right:-6rem !important;
  }
.pt--6{
    padding-top:-6rem !important;
  }
.pb--6{
    padding-bottom:-6rem !important;
  }
.pl--6{
    padding-left:-6rem !important;
  }
.pr--6{
    padding-right:-6rem !important;
  }
.mt--5{
    margin-top:-5rem !important;
  }
.mb--5{
    margin-bottom:-5rem !important;
  }
.ml--5{
    margin-left:-5rem !important;
  }
.mr--5{
    margin-right:-5rem !important;
  }
.pt--5{
    padding-top:-5rem !important;
  }
.pb--5{
    padding-bottom:-5rem !important;
  }
.pl--5{
    padding-left:-5rem !important;
  }
.pr--5{
    padding-right:-5rem !important;
  }
.mt--4{
    margin-top:-4rem !important;
  }
.mb--4{
    margin-bottom:-4rem !important;
  }
.ml--4{
    margin-left:-4rem !important;
  }
.mr--4{
    margin-right:-4rem !important;
  }
.pt--4{
    padding-top:-4rem !important;
  }
.pb--4{
    padding-bottom:-4rem !important;
  }
.pl--4{
    padding-left:-4rem !important;
  }
.pr--4{
    padding-right:-4rem !important;
  }
.mt--3{
    margin-top:-3rem !important;
  }
.mb--3{
    margin-bottom:-3rem !important;
  }
.ml--3{
    margin-left:-3rem !important;
  }
.mr--3{
    margin-right:-3rem !important;
  }
.pt--3{
    padding-top:-3rem !important;
  }
.pb--3{
    padding-bottom:-3rem !important;
  }
.pl--3{
    padding-left:-3rem !important;
  }
.pr--3{
    padding-right:-3rem !important;
  }
.mt--2{
    margin-top:-2rem !important;
  }
.mb--2{
    margin-bottom:-2rem !important;
  }
.ml--2{
    margin-left:-2rem !important;
  }
.mr--2{
    margin-right:-2rem !important;
  }
.pt--2{
    padding-top:-2rem !important;
  }
.pb--2{
    padding-bottom:-2rem !important;
  }
.pl--2{
    padding-left:-2rem !important;
  }
.pr--2{
    padding-right:-2rem !important;
  }
.mt--1{
    margin-top:-1rem !important;
  }
.mb--1{
    margin-bottom:-1rem !important;
  }
.ml--1{
    margin-left:-1rem !important;
  }
.mr--1{
    margin-right:-1rem !important;
  }
.pt--1{
    padding-top:-1rem !important;
  }
.pb--1{
    padding-bottom:-1rem !important;
  }
.pl--1{
    padding-left:-1rem !important;
  }
.pr--1{
    padding-right:-1rem !important;
  }
.mt-0{
    margin-top:0rem !important;
  }
.mb-0{
    margin-bottom:0rem !important;
  }
.ml-0{
    margin-left:0rem !important;
  }
.mr-0{
    margin-right:0rem !important;
  }
.pt-0{
    padding-top:0rem !important;
  }
.pb-0{
    padding-bottom:0rem !important;
  }
.pl-0{
    padding-left:0rem !important;
  }
.pr-0{
    padding-right:0rem !important;
  }
.mt-1{
    margin-top:1rem !important;
  }
.mb-1{
    margin-bottom:1rem !important;
  }
.ml-1{
    margin-left:1rem !important;
  }
.mr-1{
    margin-right:1rem !important;
  }
.pt-1{
    padding-top:1rem !important;
  }
.pb-1{
    padding-bottom:1rem !important;
  }
.pl-1{
    padding-left:1rem !important;
  }
.pr-1{
    padding-right:1rem !important;
  }
.mt-2{
    margin-top:2rem !important;
  }
.mb-2{
    margin-bottom:2rem !important;
  }
.ml-2{
    margin-left:2rem !important;
  }
.mr-2{
    margin-right:2rem !important;
  }
.pt-2{
    padding-top:2rem !important;
  }
.pb-2{
    padding-bottom:2rem !important;
  }
.pl-2{
    padding-left:2rem !important;
  }
.pr-2{
    padding-right:2rem !important;
  }
.mt-3{
    margin-top:3rem !important;
  }
.mb-3{
    margin-bottom:3rem !important;
  }
.ml-3{
    margin-left:3rem !important;
  }
.mr-3{
    margin-right:3rem !important;
  }
.pt-3{
    padding-top:3rem !important;
  }
.pb-3{
    padding-bottom:3rem !important;
  }
.pl-3{
    padding-left:3rem !important;
  }
.pr-3{
    padding-right:3rem !important;
  }
.mt-4{
    margin-top:4rem !important;
  }
.mb-4{
    margin-bottom:4rem !important;
  }
.ml-4{
    margin-left:4rem !important;
  }
.mr-4{
    margin-right:4rem !important;
  }
.pt-4{
    padding-top:4rem !important;
  }
.pb-4{
    padding-bottom:4rem !important;
  }
.pl-4{
    padding-left:4rem !important;
  }
.pr-4{
    padding-right:4rem !important;
  }
.mt-5{
    margin-top:5rem !important;
  }
.mb-5{
    margin-bottom:5rem !important;
  }
.ml-5{
    margin-left:5rem !important;
  }
.mr-5{
    margin-right:5rem !important;
  }
.pt-5{
    padding-top:5rem !important;
  }
.pb-5{
    padding-bottom:5rem !important;
  }
.pl-5{
    padding-left:5rem !important;
  }
.pr-5{
    padding-right:5rem !important;
  }
.mt-6{
    margin-top:6rem !important;
  }
.mb-6{
    margin-bottom:6rem !important;
  }
.ml-6{
    margin-left:6rem !important;
  }
.mr-6{
    margin-right:6rem !important;
  }
.pt-6{
    padding-top:6rem !important;
  }
.pb-6{
    padding-bottom:6rem !important;
  }
.pl-6{
    padding-left:6rem !important;
  }
.pr-6{
    padding-right:6rem !important;
  }
.mt-7{
    margin-top:7rem !important;
  }
.mb-7{
    margin-bottom:7rem !important;
  }
.ml-7{
    margin-left:7rem !important;
  }
.mr-7{
    margin-right:7rem !important;
  }
.pt-7{
    padding-top:7rem !important;
  }
.pb-7{
    padding-bottom:7rem !important;
  }
.pl-7{
    padding-left:7rem !important;
  }
.pr-7{
    padding-right:7rem !important;
  }
.mt-8{
    margin-top:8rem !important;
  }
.mb-8{
    margin-bottom:8rem !important;
  }
.ml-8{
    margin-left:8rem !important;
  }
.mr-8{
    margin-right:8rem !important;
  }
.pt-8{
    padding-top:8rem !important;
  }
.pb-8{
    padding-bottom:8rem !important;
  }
.pl-8{
    padding-left:8rem !important;
  }
.pr-8{
    padding-right:8rem !important;
  }
.mt-9{
    margin-top:9rem !important;
  }
.mb-9{
    margin-bottom:9rem !important;
  }
.ml-9{
    margin-left:9rem !important;
  }
.mr-9{
    margin-right:9rem !important;
  }
.pt-9{
    padding-top:9rem !important;
  }
.pb-9{
    padding-bottom:9rem !important;
  }
.pl-9{
    padding-left:9rem !important;
  }
.pr-9{
    padding-right:9rem !important;
  }
.mt-10{
    margin-top:10rem !important;
  }
.mb-10{
    margin-bottom:10rem !important;
  }
.ml-10{
    margin-left:10rem !important;
  }
.mr-10{
    margin-right:10rem !important;
  }
.pt-10{
    padding-top:10rem !important;
  }
.pb-10{
    padding-bottom:10rem !important;
  }
.pl-10{
    padding-left:10rem !important;
  }
.pr-10{
    padding-right:10rem !important;
  }
.radius-0{
    border-radius:0rem !important;
  }
.radius-1{
    border-radius:0.25rem !important;
  }
.radius-2{
    border-radius:0.5rem !important;
  }
.radius-3{
    border-radius:0.75rem !important;
  }
.radius-4{
    border-radius:1rem !important;
  }
.radius-5{
    border-radius:1.25rem !important;
  }
.radius-6{
    border-radius:1.5rem !important;
  }
.radius-7{
    border-radius:1.75rem !important;
  }
.radius-8{
    border-radius:2rem !important;
  }
.radius-9{
    border-radius:2.25rem !important;
  }
.radius-10{
    border-radius:2.5rem !important;
  }
.radius-max{
  border-radius:9999px;
}
.radius-100{
  border-radius:100%;
}
.ta-left{
  text-align:left !important;
}
.ta-right{
  text-align:right !important;
}
.ta-center{
  text-align:center !important;
}
.ta-justify,.ta-center-onlyPC{
  text-align:justify !important;
}
@media screen and (min-width: 769px){
.ta-center-onlyPC{
		text-align:center !important
}
}
.responsive-img img,
  .responsive-img svg,
  .ri img,
  .ri svg,img.responsive-img,
img.ri,
svg.responsive-img,
svg.ri{
  width:100%;
  height:auto;
}
.responsive-img-maxWidth img,
  .responsive-img-maxWidth svg,
  .ri-mw img,
  .ri-mw svg,img.responsive-img-maxWidth,
img.ri-mw,
svg.responsive-img-maxWidth,
svg.ri-mw{
    max-width:100%;
    height:auto;
}
.arrow-left{
  border-bottom:0.2em solid #000;
}
.arrow-left,.arrow-top{
  display:inline-block;
  width:1em;
  height:1em;
  margin:0 0.25em;
  border-left:0.2em solid #000;
  -webkit-transform:rotate(45deg) scale(0.7);
          transform:rotate(45deg) scale(0.7);
}
.arrow-top{
  border-top:0.2em solid #000;
}
.arrow-right{
  border-top:0.2em solid #000;
}
.arrow-right,.arrow-bottom{
  display:inline-block;
  width:1em;
  height:1em;
  margin:0 0.25em;
  border-right:0.2em solid #000;
  -webkit-transform:rotate(45deg) scale(0.7);
          transform:rotate(45deg) scale(0.7);
}
.arrow-bottom{
  border-bottom:0.2em solid #000;
}
svg .origin{
  fill:none;
}
.slideUp{
  opacity:0;
  -webkit-transform:translateY(3rem);
          transform:translateY(3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideUp.reveal{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
.slideDown{
  opacity:0;
  -webkit-transform:translateY(-3rem);
          transform:translateY(-3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideDown.reveal{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
.slideRight{
  opacity:0;
  -webkit-transform:translateX(-3rem);
          transform:translateX(-3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideRight.reveal{
    opacity:1;
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
.slideLeft{
  opacity:0;
  -webkit-transform:translateX(3rem);
          transform:translateX(3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideLeft.reveal{
    opacity:1;
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
.fadeIn{
  opacity:0;
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeIn.reveal{
    opacity:1;
  }
.fadeInScaleUp{
  opacity:0;
  -webkit-transform:scale(0.9);
          transform:scale(0.9);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeInScaleUp.reveal{
    opacity:1;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
.fadeInScaleDown{
  opacity:0;
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeInScaleDown.reveal{
    opacity:1;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
.wipeInUp{
  margin:0;
  position:relative;
}
.wipeInUp:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInUp.reveal:after{
    height:0;
  }
.wipeInDown{
  margin:0;
  position:relative;
}
.wipeInDown:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInDown.reveal:after{
    height:0;
  }
.wipeInRight{
  margin:0;
  position:relative;
}
.wipeInRight:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInRight.reveal:after{
    width:0;
  }
.wipeInLeft{
  margin:0;
  position:relative;
}
.wipeInLeft:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInLeft.reveal:after{
    width:0;
  }
._container{
  position:relative;
  container-type:inline-size;
}
._container>.-wrapper{
    position:relative;
    margin:0 20px;
  }
._container>.flex,
  ._container>.-wrapper>.flex{
    position:relative;
    container-type:inline-size;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    margin:0 auto;
    gap:0 20px;
    padding:0 40px;
    width:100%;
  }
._container>.flex.-large, ._container>.-wrapper>.flex.-large{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex.-large, ._container>.-wrapper>.flex.-large{
		width:1600px
    }
}
._container>.flex.-narrow, ._container>.-wrapper>.flex.-narrow{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex.-narrow, ._container>.-wrapper>.flex.-narrow{
		width:1180px
    }
}
._container>.flex.-thin, ._container>.-wrapper>.flex.-thin{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex.-thin, ._container>.-wrapper>.flex.-thin{
		width:750px
    }
}
._container>.flex.-extend, ._container>.-wrapper>.flex.-extend{
      margin:0 auto;
      padding:0 40px;
    }
@media screen and (min-width: 1340px){
._container>.flex.-extend, ._container>.-wrapper>.flex.-extend{
		padding:0
    }
}
._container>.flex.-extendSP, ._container>.-wrapper>.flex.-extendSP{
      margin:0 auto;
      padding:0;
    }
@media screen and (min-width: 1340px){
._container>.flex.-extendSP, ._container>.-wrapper>.flex.-extendSP{
		padding:0 50px
    }
}
._container>.flex.-extendLeft, ._container>.-wrapper>.flex.-extendLeft{
      margin:0 auto 0 0;
      padding:0 40px;
    }
@media screen and (min-width: 1340px){
._container>.flex.-extendLeft, ._container>.-wrapper>.flex.-extendLeft{
		padding:0 50px 0 0
    }
}
._container>.flex.-extendRight, ._container>.-wrapper>.flex.-extendRight{
      margin:0 0 0 auto;
      padding:0 40px;
    }
@media screen and (min-width: 1340px){
._container>.flex.-extendRight, ._container>.-wrapper>.flex.-extendRight{
		padding:0 0 0 50px
    }
}
._container>.flex > *, ._container>.-wrapper>.flex > *{
      max-width:100%;
    }
._container>.flex > .-full, ._container>.-wrapper>.flex > .-full{
      width:100%;
    }
._container>.flex > .-half, ._container>.-wrapper>.flex > .-half{
      width:calc(50% - 10px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-half, ._container>.-wrapper>.flex > .-half{
		width:calc(50% - 15px)
    }
}
._container>.flex > .-one-third, ._container>.-wrapper>.flex > .-one-third{
      width:calc(33.33333% - 13.33333px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-one-third, ._container>.-wrapper>.flex > .-one-third{
		width:calc(33.33333% - 20px)
    }
}
._container>.flex > .-quarter, ._container>.-wrapper>.flex > .-quarter{
      width:calc(25% - 15px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-quarter, ._container>.-wrapper>.flex > .-quarter{
		width:calc(25% - 22.5px)
    }
}
._container>.flex > .-pc1sp1, ._container>.-wrapper>.flex > .-pc1sp1{
      width:100%;
    }
._container>.flex > .-pc1sp2, ._container>.-wrapper>.flex > .-pc1sp2{
      width:calc(50% - 10px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc1sp2, ._container>.-wrapper>.flex > .-pc1sp2{
		width:100%
    }
}
._container>.flex > .-pc2sp1, ._container>.-wrapper>.flex > .-pc2sp1{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc2sp1, ._container>.-wrapper>.flex > .-pc2sp1{
		width:calc(50% - 15px)
    }
}
._container>.flex > .-pc3sp1, ._container>.-wrapper>.flex > .-pc3sp1{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc3sp1, ._container>.-wrapper>.flex > .-pc3sp1{
		width:calc(33.33333% - 20px)
    }
}
._container>.flex > .-pc4sp1, ._container>.-wrapper>.flex > .-pc4sp1{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc4sp1, ._container>.-wrapper>.flex > .-pc4sp1{
		width:calc(25% - 22.5px)
    }
}
._container>.flex > .-pc2sp2, ._container>.-wrapper>.flex > .-pc2sp2{
      width:calc(50% - 10px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc2sp2, ._container>.-wrapper>.flex > .-pc2sp2{
		width:calc(50% - 15px)
    }
}
._container>.flex > .-pc3sp2, ._container>.-wrapper>.flex > .-pc3sp2{
      width:calc(50% - 10px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc3sp2, ._container>.-wrapper>.flex > .-pc3sp2{
		width:calc(33.33333% - 20px)
    }
}
._container>.flex > .-pc4sp2, ._container>.-wrapper>.flex > .-pc4sp2{
      width:calc(50% - 10px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc4sp2, ._container>.-wrapper>.flex > .-pc4sp2{
		width:calc(25% - 22.5px)
    }
}
._container>.flex > .-pc2sp3, ._container>.-wrapper>.flex > .-pc2sp3{
      width:calc(33.33333% - 13.33333px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc2sp3, ._container>.-wrapper>.flex > .-pc2sp3{
		width:calc(50% - 15px)
    }
}
._container>.flex > .-pc3sp3, ._container>.-wrapper>.flex > .-pc3sp3{
      width:calc(33.33333% - 13.33333px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc3sp3, ._container>.-wrapper>.flex > .-pc3sp3{
		width:calc(33.33333% - 20px)
    }
}
._container>.flex > .-pc4sp3, ._container>.-wrapper>.flex > .-pc4sp3{
      width:calc(33.33333% - 13.33333px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc4sp3, ._container>.-wrapper>.flex > .-pc4sp3{
		width:calc(25% - 22.5px)
    }
}
._container>.flex > .-pc2sp4, ._container>.-wrapper>.flex > .-pc2sp4{
      width:calc(25% - 15px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc2sp4, ._container>.-wrapper>.flex > .-pc2sp4{
		width:calc(50% - 15px)
    }
}
._container>.flex > .-pc3sp4, ._container>.-wrapper>.flex > .-pc3sp4{
      width:calc(25% - 15px);
    }
@media screen and (min-width: 1340px){
._container>.flex > .-pc3sp4, ._container>.-wrapper>.flex > .-pc3sp4{
		width:calc(33.33333% - 20px)
    }
}
._container>.flex > .-test, ._container>.-wrapper>.flex > .-test{
      text-align:center;
      padding:2rem 0;
      background:#63bb72;
      margin:10px 0;
    }
._container>.flex.-vstack > *, ._container>.-wrapper>.flex.-vstack > *{
      width:100%;
    }
@media screen and (min-width: 1340px){
._container>.flex,
  ._container>.-wrapper>.flex{
		gap:0 30px;
		padding:0 50px;
		width:1340px
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
._container>.-wrapper>.flex{
    padding:0 20px;
  }
@media screen and (min-width: 1340px){
._container>.-wrapper>.flex{
		padding:0 50px
  }
}
.scroll-table{
  position:relative;
  container-type:inline-size;
  width:100%;
}
.scroll-table .scroll-table-wrapper{
    width:100cqw;
    overflow-x:auto;
  }
.scroll-table table.-w30rem{
    min-width:30rem;
  }
@media screen and (min-width: 769px){
.scroll-table table.-w30rem{
		min-width:unset
  }
}
.scroll-table table.-w50rem{
    min-width:50rem;
  }
@media screen and (min-width: 769px){
.scroll-table table.-w50rem{
		min-width:unset
  }
}
.scroll-table table.-w70rem{
    min-width:70rem;
  }
@media screen and (min-width: 769px){
.scroll-table table.-w70rem{
		min-width:unset
  }
}
.scroll-table table.-w90rem{
    min-width:90rem;
  }
@media screen and (min-width: 769px){
.scroll-table table.-w90rem{
		min-width:unset
  }
}
.scroll-table table.-w110rem{
    min-width:110rem;
  }
@media screen and (min-width: 769px){
.scroll-table table.-w110rem{
		min-width:unset
  }
}
.scroll-table .scroll-table-note{
    margin:1rem 0;
    color:#ff813e;
    display:block;
  }
@media screen and (min-width: 769px){
.scroll-table .scroll-table-note{
		display:none
  }
}
body.bodyfixed,
body.bodyfixedSplash{
  position:fixed;
}
._nodisplay{
  display:none !important;
}
._notevent,*[id^="anchor-"]{
  pointer-events:none;
}
*[id^="anchor-"]{
  width:100%;
  padding-top:60px !important;
  margin-top:-60px !important;
}
*[id^="anchor-"] > *{
    pointer-events:auto;
  }
@media screen and (min-width: 450px){
*[id^="anchor-"]{
		padding-top:100px !important
}
}
@media screen and (min-width: 1340px){
*[id^="anchor-"]{
		padding-top:190px !important
}
}
@media screen and (min-width: 450px){
*[id^="anchor-"]{
		margin-top:-100px !important
}
}
@media screen and (min-width: 1340px){
*[id^="anchor-"]{
		margin-top:-190px !important
}
}
h2.commonText{
  position:relative;
  display:block;
  width:100%;
  margin:2rem 0 1rem;
  text-align:center;
  line-height:1.2;
  font-size:1.2rem;
}
h2.commonText > span{
    display:inline-block;
    letter-spacing:0.1em;
    color:#3D3338;
    position:relative;
    background:#fff;
    padding:0 0.5em 0 0.8em;
    z-index:2;
  }
.privacypolicy h2.commonText > span{
      color:#405899;
    }
h2.commonText::before{
    position:absolute;
    content:"";
    display:block;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#3D3338;
  }
@media screen and (min-width: 1340px){
h2.commonText{
		font-size:1.5rem
}
}
h3.commonText{
  width:100%;
  text-align:left;
  margin:1em 0 1.5em;
  line-height:2;
  border-bottom:1px solid #707F89;
}
h3.commonText>span{
    display:inline-block;
    padding-bottom:0.25em;
    border-bottom:4px solid #707F89;
    -webkit-transform:translateY(1px);
            transform:translateY(1px);
  }
h4.commonText{
  position:relative;
  display:block;
  width:100%;
  margin:1rem 0 1rem;
  text-align:center;
}
h4.commonText > span{
    display:inline-block;
    letter-spacing:0.1em;
    color:#3D3338;
    position:relative;
    background:#fff;
    padding:0 0.5em 0 0.8em;
    z-index:2;
  }
h4.commonText::before{
    position:absolute;
    content:"";
    display:block;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#3D3338;
  }
p.commonText{
  width:100%;
  font-weight:normal;
  line-height:2;
  font-size:1rem;
  text-align:justify;
  margin:0 0 1rem 0;
}
.centered-icon{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:2.5rem 0;
}
.centered-icon>img{
    width:18%;
    min-width:120px;
    height:auto;
  }
.centered-icon+.commonText{
    margin-top:0;
  }
.commonPanel{
  background:#ff813e;
  border-radius:0.5rem;
  padding:1rem;
  margin:1rem 0;
}
.commonPanel > .biglist{
    font-size:1.5rem;
    font-weight:600;
    margin:0;
    color:#fff;
  }
a.boxedLink{
  display:block;
  width:100%;
  background:#ffe8d5;
  -webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom:1rem;
  padding:0.25em 1em;
  border-radius:0.5em;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
}
a.boxedLink,a.boxedLink:visited{
  color:#000;
  }
a.boxedLink.hover{
    color:#000;
    -webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow:0px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform:translateY(-0.25rem);
            transform:translateY(-0.25rem);
  }
a.commonBtn{
  display:block;
  background-color:#ff813e;
  border-color:#ff813e;
  border-style:solid;
  border-width:1px;
  color:#fff;
  font-size:1.5rem;
  font-weight:bold;
  line-height:1;
  text-align:center;
  padding:0.7em 1em;
  border-radius:0.65em;
  width:100%;
  max-width:14em;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
}
a.commonBtn.-small{
    font-size:1.1rem;
  }
a.commonBtn.-border{
    background-color:transparent;
    border-color:#fff;
  }
a.commonBtn:visited{
    color:#fff;
  }
a.commonBtn.hover{
    color:#fff;
    -webkit-transform:scale(1.04);
            transform:scale(1.04);
  }
a.button-more{
  position:relative;
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-top:15px;
  padding-right:24px;
}
a.button-more:after{
    content:"";
    display:block;
    position:absolute;
    right:4px;
    bottom:-6px;
    width:90px;
    height:12px;
    border-bottom:2px solid;
    border-right:2px solid;
    -webkit-transform:skew(45deg);
            transform:skew(45deg);
    border-color:#969696;
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
  }
a.button-more:visited,a.button-more.hover{
    color:#fff;
  }
a.button-more.hover:after{
      right:-6px;
      width:100px;
    }
.commonTable{
  position:relative;
  width:100%;
  font-size:1.1rem;
  margin:2rem auto;
  border-collapse:collapse;
}
.commonTable tr:not(:last-child){
    border-bottom:1px solid #7D001A;
  }
.commonTable th,.commonTable td{
    vertical-align:top;
    padding:0.75rem 0.75rem;
  }
@media screen and (min-width: 769px){
.commonTable th,.commonTable td{
		padding:0.75rem 2rem
  }
}
.commonTable th{
    white-space:nowrap;
    letter-spacing:0.1em;
    color:#7D001A;
    position:relative;
    padding-left:0;
  }
.commonTable th:after{
      content:'';
      position:absolute;
      top:0.75rem;
      right:0;
      width:0;
      height:calc(100% - 1.5rem);
      border-left:1px solid #7D001A;
    }
@media screen and (min-width: 769px){
.commonTable th{
		padding-left:2rem
  }
}
.commonTable td{
    width:100%;
    padding-right:0;
  }
.commonTable td>h3{
      margin-bottom:0.5em;
    }
.commonTable td ul,
    .commonTable td ol{
      padding-left:1.5em;
    }
.commonTable td ul,.commonTable td ul>li{
      list-style-type:disc;
    }
.commonTable td>*{
      margin:0.5rem 0;
    }
.commonTable td>*:first-child{
        margin-top:0;
      }
.commonTable td>*:last-child{
        margin-bottom:0;
      }
.commonTable tr.-section td{
      padding:1rem 0 0 0;
    }
.commonTable tr.-section td > span{
        display:block;
        width:100%;
        background:#ccd7df;
        text-align:center;
        font-weight:bold;
        color:#7D001A;
      }
.commonTable .map{
    position:relative;
    height:0;
    width:100%;
    margin-bottom:1rem !important;
    padding-top:50%;
  }
.commonTable .map iframe, .commonTable .map object, .commonTable .map embed{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }
@media screen and (orientation: landscape){
.commonTable .map{
		padding-top:50%
  }
}
@media screen and (orientation: portrait){
.commonTable .map{
		padding-top:150%
  }
}
#pagination{
  padding:1rem 0 2rem;
}
#pagination > .flex > ul.-pageblock{
      list-style:none;
      padding:0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      background:#fff;
      -webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
              box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
      line-height:1;
      border-radius:4px;
    }
#pagination > .flex > ul.-pageblock > li{
        display:block;
        margin:0.2em;
        font-size:1rem;
        width:1.8em;
        height:1.8em;
      }
#pagination > .flex > ul.-pageblock > li > a{
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:center;
          -webkit-justify-content:center;
              -ms-flex-pack:center;
                  justify-content:center;
          -webkit-box-align:center;
          -webkit-align-items:center;
              -ms-flex-align:center;
                  align-items:center;
          width:100%;
          height:100%;
          border-radius:4px;
          color:#3D3338;
        }
#pagination > .flex > ul.-pageblock > li > a.hover{
            color:#1BB7CD;
          }
#pagination > .flex > ul.-pageblock > li > a.-active{
            pointer-events:none;
            background:#1BB7CD;
            color:#fff;
          }
#pagination > .flex > ul.-pageblock > li > a.-disabled{
            pointer-events:none;
          }
#pagination > .flex > ul.-pageblock > li.-page-btn{
          width:1.2em;
        }
#pagination > .flex > ul.-pageblock > li.-page-btn.-disabled{
            opacity:0.2;
          }
#pagination > .flex > ul.-pageblock > li.-page-dots{
          width:1em;
        }
#pagination > .flex > ul.-pageblock > li.-page-numbers{
          width:1.8em;
        }
#sec-error{
  background-color:#fff;
  padding:4rem 0 6rem;
}
#sec-error .sechead > .-ja{
    color:#000;
  }
.kirby-blocks{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.kirby-blocks h1,.kirby-blocks h2,.kirby-blocks h3{
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:normal;
    margin-bottom:1em;
  }
.kirby-blocks h1{
    font-size:2.22rem;
  }
.kirby-blocks h2{
    font-size:1.8rem;
  }
.kirby-blocks h3{
    font-size:1.4rem;
  }
.kirby-blocks h4{
    font-size:1.2rem;
    font-weight:500;
  }
.kirby-blocks a{
    text-decoration:underline;
  }
.kirby-blocks > .block{
    width:100%;
  }
.kirby-blocks > .block-type-heading{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
.kirby-blocks > .block-type-line{
    margin:1em 0;
    width:100%;
    height:1px;
    background:#7D001A;
  }
.kirby-blocks > .block-type-line hr{
      display:none;
    }
.kirby-blocks > .block-type-text > p{
      margin-bottom:1em;
      line-height:1.5;
    }
.kirby-blocks > .block-type-text code{
      display:inline-block;
      background:#F0F3F5;
      border-radius:0.25em;
      padding:0 0.7em;
      margin:0 0.15em;
    }
.kirby-blocks > .block-type-list{
    margin-bottom:1em;
  }
.kirby-blocks > .block-type-image > figure{
      position:relative;
      width:100%;
      margin:1em 0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.kirby-blocks > .block-type-image > figure a{
        position:relative;
        display:block;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.kirby-blocks > .block-type-image > figure a:hover{
          opacity:0.7;
        }
.kirby-blocks > .block-type-image > figure a[data-lightbox]{
          pointer-events:none;
        }
.kirby-blocks > .block-type-image > figure a img{
          width:auto;
          max-width:100%;
          height:auto;
          -o-object-fit:contain;
             object-fit:contain;
        }
.kirby-blocks > .block-type-image > figure figcaption{
        margin-top:0.5em;
      }
.kirby-blocks > .block-type-video > figure{
      position:relative;
      width:100%;
      margin:1em 0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.kirby-blocks > .block-type-video > figure .video{
        display:block;
        width:100%;
      }
.kirby-blocks > .block-type-video > figure .video iframe{
          border:none;
          width:100%;
          aspect-ratio:16/9;
        }
.kirby-blocks > .block-type-video > figure figcaption{
        margin-top:0.5em;
      }
.-en{
  font-family:"Montserrat", sans-serif;
  font-size:0.89rem;
}
.-en,.-ja{
  font-weight:500;
  line-height:1.2;
  color:#7D001A;
}
.-ja{
  font-family:"Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:1.14rem;
}
@media screen and (min-width: 1340px){
.-ja{
		font-size:1.67rem
}
}
._pdf{
  width:auto;
  height:1em;
  margin-left:0.25em;
  -webkit-transform:translateY(-0.1em);
          transform:translateY(-0.1em);
}
._butttonRoundedRect{
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  background:#fff;
  color:#7D001A;
  border:1px solid #7D001A;
  border-radius:5px;
  font-size:1.11rem;
  font-weight:500;
  line-height:1;
  padding:0.5em 1em;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
}
._butttonRoundedRect:visited{
    color:#7D001A;
  }
._butttonRoundedRect.hover{
    color:#7D001A;
    background:#e9e4e5;
  }
._butttonRounded{
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  background:#375ac5;
  color:#fff;
  border-radius:999px;
  padding:8px 17px;
}
._butttonRounded:visited,._butttonRounded.hover{
    color:#fff;
  }
._butttonRounded.-w100{
    width:100%;
  }
._butttonRounded.-white-red{
    background:#fff;
    color:#7D001A;
  }
._butttonRounded.-instagram{
    background:#fff;
    border:1px solid #CC3463;
    color:#CC3463;
  }
._butttonRounded.-instagram:visited,._butttonRounded.-instagram.hover{
      color:#CC3463;
    }
._butttonRounded.-gradBlue{
    background:#2F4A88;
    background:-webkit-gradient(linear, left top, right top, from(#648ae2), to(#2f4a88));
    background:-webkit-linear-gradient(left, #648ae2 0%, #2f4a88 100%);
    background:linear-gradient(90deg, #648ae2 0%, #2f4a88 100%);
    border:2px solid #5070BE;
  }
._butttonRounded.-gradRed{
    background:#7D001A;
    background:-webkit-gradient(linear, left top, right top, from(#b9485f), to(#7e1227));
    background:-webkit-linear-gradient(left, #b9485f 0%, #7e1227 100%);
    background:linear-gradient(90deg, #b9485f 0%, #7e1227 100%);
    border:2px solid #9A1832;
  }
._butttonRounded.-shadow{
    -webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
  }
._butttonRounded > .-text{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    font-weight:bold;
    gap:0 10px;
    font-size:1rem;
  }
._butttonRounded > .-text > .-logo{
      width:auto;
      height:23px;
    }
@media screen and (min-width: 1340px){
._butttonRounded > .-text > .-logo{
		height:36px
    }
._butttonRounded > .-text{
		gap:0 20px;
		font-size:1.1rem
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
._butttonRounded > .-icon{
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
    width:auto;
    height:20px;
  }
@media screen and (min-width: 1340px){
._butttonRounded > .-icon{
		height:30px
  }
}
._butttonRounded > .-arrow{
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
    width:auto;
    height:8px;
  }
@media screen and (min-width: 1340px){
._butttonRounded > .-arrow{
		height:12px
  }
}
._butttonRounded.-narrow > .-text{
      font-weight:normal;
      line-height:1.7;
      margin-right:0.5em;
    }
._butttonRounded:visited,._butttonRounded.hover{
    color:#fff;
  }
._butttonRounded.hover > .-arrow{
      -webkit-transform:translateX(50%);
              transform:translateX(50%);
    }
@media screen and (min-width: 1340px){
._butttonRounded{
		padding:12px 30px
}
}
._sectionTitleWithButton{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
  margin-bottom:1.1rem;
}
@media screen and (min-width: 1340px){
._sectionTitleWithButton{
		margin-bottom:2.78rem
}
}
._sectionTitle{
  margin-bottom:1.1rem;
}
._sectionTitle > .-en{
    font-family:"Montserrat", sans-serif;
    font-weight:500;
    line-height:1.2;
    color:#7D001A;
    font-size:1rem;
  }
@media screen and (min-width: 769px){
._sectionTitle > .-en{
		font-size:1.11rem
  }
}
._sectionTitle > .-ja{
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:400;
    line-height:1.2;
    color:#000;
    font-size:1.75rem;
  }
@media screen and (min-width: 1340px){
._sectionTitle > .-ja{
		font-size:2.22rem
  }
}
._sectionTitle.-forHome > .-en{
      font-size:0.71rem;
    }
@media screen and (min-width: 769px){
._sectionTitle.-forHome > .-en{
		font-size:1.11rem
    }
}
._sectionTitle.-forHome > .-ja{
      font-size:1.29rem;
    }
@media screen and (min-width: 1340px){
._sectionTitle.-forHome > .-ja{
		font-size:2.22rem
    }
}
._sectionTitleWithButton ._sectionTitle{
    margin-bottom:0;
  }
@media screen and (min-width: 1340px){
._sectionTitleWithButton ._sectionTitle{
		margin-bottom:0
  }
._sectionTitle{
		margin-bottom:2.78rem
}
}
@media screen and (min-width: 1340px){}
a.-popup::after{
    content:'';
    display:inline-block;
    width:1em;
    height:0.8em;
    margin:0 0.2em;
    background-image:url('/assets/images/common/icon-popup.svg');
    background-size:contain;
    background-position:50% 50%;
  }
#sec-home-slider{
  position:relative;
}
.slider-container > .-item{
    width:100%;
  }
.slider-container > .-item > img{
      width:100%;
      height:auto;
    }
.slider-container > .-item > img.-forPC{
        display:none;
      }
@media screen and (min-width: 769px){
.slider-container > .-item > img.-forPC{
		display:block
      }
}
.slider-container > .-item > img.-forSP{
        display:block;
      }
@media screen and (min-width: 769px){
.slider-container > .-item > img.-forSP{
		display:none
      }
}
.slider-dots{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  gap:8px;
  padding:20px 0 10px;
}
.slider-dots > .-dot{
    display:block;
    border-radius:2px;
    background:#EDEDED;
    visibility:hidden;
    width:10px;
    height:10px;
  }
.slider-dots > .-dot.active{
      background:#7D001A;
    }
@media screen and (min-width: 769px){
.slider-dots > .-dot{
		width:18px;
		height:18px
  }
.slider-dots{
		gap:15px;
		padding:20px 40px 50px
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.home-slider-text{
  position:absolute;
  top:26.15vw;
  left:6.92vw;
  width:60.51vw;
  -webkit-transform:none;
          transform:none;
}
@media screen and (min-width: 769px){
.home-slider-text{
		top:15.88vw;
		left:50%;
		width:33.23vw;
		-webkit-transform:translateX(-110%);
		        transform:translateX(-110%)
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.home-slider-kazari-tl-pc{
  position:absolute;
  top:2.23vw;
  left:1.76vw;
  width:28.23vw;
  height:auto;
  display:none;
}
@media screen and (min-width: 769px){
.home-slider-kazari-tl-pc{
		display:block
}
}
.home-slider-kazari-tl-sp{
  position:absolute;
  top:2.56vw;
  left:2.56vw;
  width:44.87vw;
  height:auto;
  display:block;
}
@media screen and (min-width: 769px){
.home-slider-kazari-tl-sp{
		display:none
}
}
.home-slider-kazari-br-pc{
  position:absolute;
  bottom:-1.76vw;
  right:1.76vw;
  width:23.53vw;
  height:auto;
  display:none;
}
@media screen and (min-width: 769px){
.home-slider-kazari-br-pc{
		display:block
}
}
.home-slider-kazari-br-sp{
  position:absolute;
  bottom:7.69vw;
  right:2.56vw;
  width:33.08vw;
  height:auto;
  display:block;
}
@media screen and (min-width: 769px){
.home-slider-kazari-br-sp{
		display:none
}
}
#sec-home-mission{
  padding-bottom:0;
}
@media screen and (min-width: 769px){
#sec-home-mission{
		padding-bottom:50px
}
}
.home-mission-image-sp{
  width:100%;
  height:auto;
  margin-bottom:-15.4vw;
  display:block;
}
@media screen and (min-width: 769px){
.home-mission-image-sp{
		display:none
}
}
.home-mission-kazari-pc{
  position:absolute;
  top:50px;
  left:0;
  width:53.6vw;
  height:auto;
  display:none;
}
@media screen and (min-width: 769px){
.home-mission-kazari-pc{
		display:block
}
}
.home-mission{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.home-mission > .-image-pc{
    width:44%;
    z-index:2;
    display:none;
  }
.home-mission > .-image-pc > img{
      width:100%;
      height:auto;
    }
@media screen and (min-width: 769px){
.home-mission > .-image-pc{
		display:block
  }
}
.home-mission > .-texts{
    width:100%;
  }
.home-mission > .-texts > ._sectionTitle{
      padding-bottom:10px;
    }
.home-mission > .-texts > ._sectionTitle > .-ja{
        font-size:1.72rem;
        font-weight:400;
        line-height:1.42;
        margin-top:0;
      }
@media screen and (min-width: 769px){
.home-mission > .-texts > ._sectionTitle > .-ja{
		font-size:2.56rem;
		margin-top:10px
      }
}
@media screen and (min-width: 769px){}
.home-mission > .-texts > .-textblock{
      background:#F8F8F8;
      padding:30px 40px;
      margin:0 -40px;
      border-radius:0;
    }
.home-mission > .-texts > .-textblock > ._butttonRounded{
        margin-top:20px;
      }
@media screen and (min-width: 769px){
.home-mission > .-texts > .-textblock > ._butttonRounded{
		margin-top:50px
      }
.home-mission > .-texts > .-textblock{
		padding:50px 80px 50px 250px;
		margin:0 0 0 -250px;
		border-radius:5px
    }
.home-mission > .-texts{
		width:50%
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
#sec-home-newbusiness{
  padding-top:40px;
  background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(28%, #ffffff), color-stop(28.1%, #F8F8F8));
  background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 28%, #F8F8F8 28.1%);
  background:linear-gradient(180deg, #ffffff 0%, #ffffff 28%, #F8F8F8 28.1%);
}
@media screen and (min-width: 1340px){
#sec-home-newbusiness{
		padding-top:50px;
		background:none
}
}
@media screen and (min-width: 1340px){}
.home-newbusiness{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
      -ms-flex-align:end;
          align-items:flex-end;
  gap:0 100px;
}
.home-newbusiness > .-image{
    position:relative;
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1;
    width:100%;
  }
.home-newbusiness > .-image > .-photo{
      width:100%;
      height:auto;
      border-radius:10px;
      -webkit-transform:translateY(0);
              transform:translateY(0);
    }
@media screen and (min-width: 1340px){
.home-newbusiness > .-image > .-photo{
		-webkit-transform:translateY(-50px);
		        transform:translateY(-50px)
    }
}
.home-newbusiness > .-image > .-kazari{
      position:absolute;
      top:unset;
      bottom:-7px;
      left:unset;
      right:-15px;
      width:90px;
      height:auto;
    }
@media screen and (min-width: 1340px){
.home-newbusiness > .-image > .-kazari{
		top:0;
		bottom:unset;
		left:-205px;
		right:unset;
		width:155px;
    }
.home-newbusiness > .-image{
		-webkit-box-ordinal-group:3;
		-webkit-order:2;
		    -ms-flex-order:2;
		        order:2;
		width:calc(50% - 50px)
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.home-newbusiness > .-texts{
    background:#F8F8F8;
    border-radius:5px;
    padding:20px 0 30px;
    margin-right:0;
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2;
    width:100%;
  }
.home-newbusiness > .-texts > .-title{
      font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
      font-weight:400;
      line-height:1.5;
      font-size:1.43rem;
    }
@media screen and (min-width: 1340px){
.home-newbusiness > .-texts > .-title{
		line-height:1.75;
		font-size:2.22rem
    }
}
@media screen and (min-width: 1340px){}
.home-newbusiness > .-texts > .-text{
      margin-top:0.75em;
    }
@media screen and (min-width: 1340px){
.home-newbusiness > .-texts{
		padding:2rem 320px 2rem 2.8rem;
		margin-right:-300px;
		-webkit-box-ordinal-group:2;
		-webkit-order:1;
		    -ms-flex-order:1;
		        order:1;
		width:calc(50% + 250px)
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
#sec-home-service{
  padding-top:2.14rem;
}
#sec-home-service > .-wrapper{
    background-color:#bae2d5;
    border-radius:20px;
    background-size:cover;
    background-position:50% 0%;
    background-repeat:no-repeat;
    background-image:url('/assets/images/common/bg-home-service-sp.svg'), -webkit-linear-gradient(150deg, rgba(88, 190, 203, 0.8) 0%, rgba(251, 247, 203, 0.8) 100%);
    background-image:url('/assets/images/common/bg-home-service-sp.svg'), linear-gradient(-60deg, rgba(88, 190, 203, 0.8) 0%, rgba(251, 247, 203, 0.8) 100%);
  }
@media screen and (min-width: 769px){
#sec-home-service > .-wrapper{
		background-image:url('/assets/images/common/bg-home-service-pc.svg'), -webkit-linear-gradient(150deg, rgba(88, 190, 203, 0.8) 0%, rgba(251, 247, 203, 0.8) 100%);
		background-image:url('/assets/images/common/bg-home-service-pc.svg'), linear-gradient(-60deg, rgba(88, 190, 203, 0.8) 0%, rgba(251, 247, 203, 0.8) 100%)
  }
}
#sec-home-service ._sectionTitle > .-en{
    color:#2F4A88;
  }
@media screen and (min-width: 769px){
#sec-home-service{
		padding-top:5.56rem
}
}
.home-service{
  padding-top:1.43rem;
  padding-bottom:1.43rem;
}
@media screen and (min-width: 1340px){
.home-service{
		padding-top:5.56rem;
		padding-bottom:5.56rem
}
}
@media screen and (min-width: 1340px){}
.service-buttons{
  gap:10px 10px;
}
.service-buttons,.service-buttons > .-leaseWrapper{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  }
.service-buttons > .-leaseWrapper{
    gap:0;
    background:#fff;
    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
    border-radius:10px;
  }
.service-buttons > .-leaseWrapper > .-leaseTitle{
      font-weight:500;
      color:#2F4A88;
      line-height:1.5;
      font-size:1rem;
      padding:10px 15px 5px;
    }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper > .-leaseTitle{
		font-size:1.22rem;
		padding:25px 50px 15px
    }
}
@media screen and (min-width: 769px){}
.service-buttons > .-leaseWrapper a.-button{
      -webkit-box-shadow:none;
              box-shadow:none;
      width:100%;
      padding-top:11px;
    }
.service-buttons > .-leaseWrapper a.-button::after{
        content:'';
        display:block;
        position:absolute;
        top:0;
        height:1px;
        background:#CCCCCC;
        left:15px;
        right:15px;
      }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper a.-button::after{
		left:40px;
		right:40px
      }
}
@media screen and (min-width: 769px){}
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n+1)::after{
          left:15px;
          right:15px;
        }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n+1)::after{
		left:40px;
		right:0
        }
}
@media screen and (min-width: 769px){}
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n)::before{
          content:'';
          position:absolute;
          top:0;
          left:0;
          bottom:15px;
          width:1px;
          background:#CCCCCC;
          display:none;
        }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n)::before{
		display:block
        }
}
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n)::after{
          left:15px;
          right:15px;
        }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper a.-button.-half:nth-of-type(2n)::after{
		left:0;
		right:40px
        }
}
@media screen and (min-width: 769px){}
.service-buttons > .-leaseWrapper a.-button > .-texts > .-title{
          color:#7D001A;
        }
@media screen and (min-width: 769px){
.service-buttons > .-leaseWrapper a.-button{
		width:50%;
		padding-top:31px
    }
.service-buttons > .-leaseWrapper{
		border-radius:20px
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-buttons a.-button{
    position:relative;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    background:#fff;
    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
    padding:10px 15px;
    border-radius:10px;
  }
.service-buttons a.-button,.service-buttons a.-button > .-texts > .-title{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    width:100%;
      }
.service-buttons a.-button > .-texts > .-title{
        line-height:1;
        color:#2F4A88;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        font-weight:500;
        font-size:1rem;
        height:36px;
        padding:0 40px 0 50px;
      }
@media screen and (min-width: 769px){
.service-buttons a.-button > .-texts > .-title{
		font-size:1.22rem;
		height:70px;
		padding:0 60px 0 100px
      }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-buttons a.-button > .-texts > .-text{
        line-height:1.875;
        color:#000;
        margin-top:0.25rem;
        font-size:0.93rem;
      }
@media screen and (min-width: 769px){
.service-buttons a.-button > .-texts > .-text{
		font-size:0.89rem
      }
}
.service-buttons a.-button > .-icon{
      position:absolute;
      top:10px;
      left:15px;
      width:36px;
      height:36px;
    }
.service-buttons a.-button > .-icon > img{
        width:100%;
        height:auto;
      }
@media screen and (min-width: 769px){
.service-buttons a.-button > .-icon{
		top:30px;
		left:50px;
		width:70px;
		height:70px
    }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-buttons a.-button > .-arrow{
      -webkit-transition:all ease-out 0.15s;
      transition:all ease-out 0.15s;
      position:absolute;
      display:block;
      top:18px;
      right:15px;
      width:20px;
      height:20px;
    }
@media screen and (min-width: 769px){
.service-buttons a.-button > .-arrow{
		top:50px;
		right:50px;
		width:30px;
		height:30px
    }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-buttons a.-button.hover > .-arrow{
      -webkit-transform:translateX(25%);
              transform:translateX(25%);
    }
.service-buttons a.-button.-full{
      padding:10px 15px;
      width:100%;
    }
.service-buttons a.-button.-full > .-icon{
        top:unset;
        left:unset;
        position:absolute;
        margin-right:0;
      }
@media screen and (min-width: 769px){
.service-buttons a.-button.-full > .-icon{
		position:relative;
		margin-right:30px
      }
}
@media screen and (min-width: 769px){}
.service-buttons a.-button.-full > .-arrow{
        top:18px;
      }
@media screen and (min-width: 769px){
.service-buttons a.-button.-full > .-arrow{
		top:35px
      }
}
.service-buttons a.-button.-full > .-texts{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-flow:column nowrap;
            -ms-flex-flow:column nowrap;
                flex-flow:column nowrap;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        display:block;
      }
.service-buttons a.-button.-full > .-texts > .-title{
          height:36px;
          padding:0 40px 0 50px;
        }
@media screen and (min-width: 769px){
.service-buttons a.-button.-full > .-texts > .-title{
		height:auto;
		padding:0 60px 0 0
        }
.service-buttons a.-button.-full > .-texts{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex
      }
.service-buttons a.-button.-full{
		padding:15px 50px;
		width:100%
    }
.service-buttons a.-button{
		padding:30px 50px;
		border-radius:20px;
		width:calc(50% - 5px)
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
#sec-news-item .-date{
    font-size:1.1rem;
  }
@media screen and (min-width: 769px){
#sec-news-item .-date{
		font-size:1.1rem;
		font-size:1.33rem
  }
}
@media screen and (min-width: 769px){}
#sec-news-item .-title{
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:normal;
    line-height:1.5;
    font-size:2.22rem;
    margin:0 0 1.25em;
  }
#sec-news-item .-pdfblock{
    position:relative;
    width:100%;
  }
#sec-news-item .-pdfblock > a{
      display:block;
      width:100%;
      border:2px solid #CCCCCC;
      -webkit-transition:all ease-out 0.15s;
      transition:all ease-out 0.15s;
    }
#sec-news-item .-pdfblock > a.hover{
        border-color:#7D001A;
      }
#sec-news-item .-pdfblock > a > img{
        width:100%;
        height:auto;
      }
#sec-news-item .-pdfblock > a + a{
        margin-top:2rem;
      }
#sec-news-item .-note{
    padding-top:2.22em;
  }
#sec-news-item .-buttons{
    padding-top:3rem;
  }
#sec-news-item .-buttons > a + a{
      margin-left:10px;
    }
@media screen and (min-width: 769px){
#sec-news-item .-buttons > a + a{
		margin-left:30px
    }
#sec-news-item .-buttons{
		padding-top:5.56rem
  }
}
@media screen and (min-width: 769px){}
#sec-news-list .-oshiraseTitle{
    color:#7D001A;
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:400;
    padding-bottom:0.71rem;
    font-size:1.29rem;
  }
@media screen and (min-width: 1340px){
#sec-news-list .-oshiraseTitle{
		padding-bottom:1rem;
		font-size:1.89rem
  }
}
@media screen and (min-width: 1340px){}
#sec-news-list .news-lists{
    border-top:1px solid #ccc;
    padding-bottom:0;
  }
#sec-news-list .-wrapper{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
#sec-news-list .-wrapper > .-main{
      width:100%;
    }
@media screen and (min-width: 1340px){
#sec-news-list .-wrapper > .-main{
		width:72%
    }
}
#sec-news-list .-wrapper > .-sub{
      padding:4px 30px;
      border:1px solid #ccc;
      border-radius:5px;
      line-height:1;
      width:24%;
      display:none;
    }
#sec-news-list .-wrapper > .-sub > h3{
        font-size:1rem;
        font-weight:400;
        padding:1.1rem 0;
      }
#sec-news-list .-wrapper > .-sub > ul{
        padding:0;
      }
#sec-news-list .-wrapper > .-sub > ul > li{
          display:block;
          position:relative;
          border-top:1px solid #ccc;
          padding-left:1.5em;
          list-style-type:none;
        }
#sec-news-list .-wrapper > .-sub > ul > li::before{
            content:'●';
            display:block;
            position:absolute;
            top:1.3rem;
            font-size:0.6rem;
            left:0.2rem;
            color:#7D001A;
          }
#sec-news-list .-wrapper > .-sub > ul > li > a{
            display:block;
            padding:1.1rem 0;
            color:#000;
          }
#sec-news-list .-wrapper > .-sub > ul > li > a:visited{
              color:#000;
            }
#sec-news-list .-wrapper > .-sub > ul > li > a.hover{
              color:#7D001A;
            }
@media screen and (min-width: 1340px){
#sec-news-list .-wrapper > .-sub{
		display:block
    }
}
#sec-news-list-yearselect{
  margin:-1.5rem 0 1.5rem;
  display:block;
}
@media screen and (min-width: 1340px){
#sec-news-list-yearselect{
		display:none
}
}
.year_selectbox{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  position:relative;
}
.year_selectbox > .-arrow{
    position:absolute;
    right:15px;
    width:10px;
    height:auto;
    pointer-events:none;
  }
.year_selectbox > select{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    width:100%;
    padding:.2em calc(0.8em + 30px) .1em 1.5em;
    border:1px solid #ccc;
    border-radius:999px;
    background-color:#fff;
    font-size:1.14rem;
    cursor:pointer;
  }
.pagination{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
  padding-top:2.14rem;
}
.pagination > a{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    border:1px solid #2F4A88;
    background:#2F4A88;
    color:#fff;
    border-radius:999px;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    width:30px;
    height:30px;
    margin:2px;
  }
.pagination > a > img{
      height:auto;
      width:8px;
    }
@media screen and (min-width: 1340px){
.pagination > a > img{
		width:12px
    }
}
.pagination > a:visited{
      color:#fff;
    }
.pagination > a.hover{
      color:#fff;
      background:#5070BE;
    }
.pagination > a.-current{
      pointer-events:none;
      background:#fff;
      color:#2F4A88;
    }
.pagination > a.-prev > img{
        -webkit-transform:scaleX(-1);
                transform:scaleX(-1);
      }
@media screen and (min-width: 1340px){
.pagination > a{
		width:53px;
		height:53px;
		margin:5px
  }
.pagination{
		padding-top:2.78rem
}
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
#sec-home-news{
  padding-top:40px;
}
@media screen and (min-width: 769px){
#sec-home-news{
		padding-top:100px
}
}
.news-tabs{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  list-style-type:none;
  padding-left:0;
  gap:0 5px;
}
.news-tabs,.news-tabs > .-tab{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  border-bottom:1px solid #ccc;
  }
.news-tabs > .-tab{
    border-radius:5px 5px 0px 0px;
    background:#F8F8F8;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-transform:translateY(1px);
            transform:translateY(1px);
    height:auto;
    width:calc(33.33333% - 3.33333px);
  }
.news-tabs > .-tab > a{
      display:block;
      width:100%;
      text-align:center;
      color:#696969;
      padding:0.5em;
      line-height:1;
    }
@media screen and (min-width: 769px){
.news-tabs > .-tab > a{
		line-height:1.2
    }
}
.news-tabs > .-tab.active{
      border:1px solid #ccc;
      border-bottom:1px solid #fff;
      background:#fff;
    }
.news-tabs > .-tab.active > a{
        color:#000;
        pointer-events:none;
      }
@media screen and (min-width: 769px){
.news-tabs > .-tab{
		height:60px;
		width:calc(33.33333% - 13.33333px)
  }
.news-tabs{
		gap:0 20px
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.news-lists{
  position:relative;
  width:100%;
  padding-bottom:104px;
}
.news-lists > .-bg{
    position:absolute;
    top:20px;
    right:0;
    left:35%;
    bottom:0;
  }
.news-lists > .-bg > img{
      width:100%;
      height:100%;
      -o-object-fit:contain;
         object-fit:contain;
      -o-object-position:100% 100%;
         object-position:100% 100%;
    }
@media screen and (min-width: 769px){
.news-lists > .-bg > img{
		-o-object-position:100% 0;
		   object-position:100% 0
    }
.news-lists > .-bg{
		left:0;
		bottom:50px
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.news-lists > .-item{
    position:relative;
    display:block;
    border-bottom:1px solid #ccc;
    width:100%;
    color:#000;
    padding:10px 0;
  }
.news-lists > .-item:visited{
      color:#000;
    }
.news-lists > .-item.hover{
      color:#7D001A;
    }
.news-lists > .-item.-disabled{
      pointer-events:none;
    }
.news-lists > .-item > .-new{
      left:0;
      width:35px;
      height:auto;
      top:0;
      position:relative;
    }
@media screen and (min-width: 769px){
.news-lists > .-item > .-new{
		top:25px;
		position:absolute
    }
}
@media screen and (min-width: 769px){}
.news-lists > .-item > .-date{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      line-height:1;
      font-size:1rem;
    }
.news-lists > .-item > .-date > .-type{
        height:1.2rem;
        width:10em;
        border-radius:999px;
        display:-webkit-inline-box;
        display:-webkit-inline-flex;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row nowrap;
            -ms-flex-flow:row nowrap;
                flex-flow:row nowrap;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        font-size:0.78em;
        color:#fff;
        background:#666;
        margin-left:0.8rem;
      }
.news-lists > .-item > .-date > .-type.-news{
          background:#7D001A;
          background:-webkit-gradient(linear, left top, right top, from(#b9485f), to(#7e1227));
          background:-webkit-linear-gradient(left, #b9485f 0%, #7e1227 100%);
          background:linear-gradient(90deg, #b9485f 0%, #7e1227 100%);
        }
.news-lists > .-item > .-date > .-type.-info{
          background:#2F4A88;
          background:-webkit-gradient(linear, left top, right top, from(#648ae2), to(#2f4a88));
          background:-webkit-linear-gradient(left, #648ae2 0%, #2f4a88 100%);
          background:linear-gradient(90deg, #648ae2 0%, #2f4a88 100%);
        }
@media screen and (min-width: 769px){
.news-lists > .-item > .-date > .-type{
		margin-left:1.2rem
      }
}
.news-lists > .-item > .-text{
      padding-top:0.5em;
      line-height:1.4;
    }
@media screen and (min-width: 769px){
.news-lists > .-item > .-text{
		padding-top:0;
		line-height:1.9
    }
.news-lists > .-item{
		padding:25px 0 20px 45px
  }
.news-lists{
		padding-bottom:0
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
#sec-recruitbanner{
  padding-top:0;
  padding-bottom:0;
}
@media screen and (min-width: 769px){
#sec-recruitbanner{
		padding-top:100px
}
}
@media screen and (min-width: 1340px){
#sec-recruitbanner{
		padding-top:0
}
}
@media screen and (min-width: 769px){
#sec-recruitbanner{
		padding-bottom:75px
}
}
@media screen and (min-width: 1340px){
#sec-recruitbanner{
		padding-bottom:100px
}
}
.recruitbanner{
  position:relative;
  container-type:inline-size;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  background:#2F4A88;
  margin-top:20px;
  -webkit-box-shadow:none;
          box-shadow:none;
  padding:25px 25px 30px;
  border-radius:15px;
}
.recruitbanner > .-image{
    overflow:hidden;
    border-radius:15px 15px 0 0;
    margin:-25px -25px 0;
    width:calc(100% + 50px);
  }
.recruitbanner > .-image > img{
      width:100%;
      height:auto;
    }
.recruitbanner > .-image > img.-forPC{
        display:none;
      }
@media screen and (min-width: 1340px){
.recruitbanner > .-image > img.-forPC{
		display:block
      }
}
.recruitbanner > .-image > img.-forSP{
        display:block;
      }
@media screen and (min-width: 1340px){
.recruitbanner > .-image > img.-forSP{
		display:none
      }
.recruitbanner > .-image{
		border-radius:20px;
		margin:0;
		width:100%
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.recruitbanner > .-textblock{
    right:0;
    top:0;
    position:relative;
    padding:0;
    width:100%;
  }
.recruitbanner > .-textblock > .-en{
      color:#F1D147;
      font-size:0.857rem;
      margin-top:20px;
    }
@media screen and (min-width: 1340px){
.recruitbanner > .-textblock > .-en{
		font-size:1.11rem;
		margin-top:0
    }
}
@media screen and (min-width: 1340px){}
.recruitbanner > .-textblock > .-ja{
      color:#fff;
      font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
      font-weight:normal;
      line-height:1.25;
      font-size:1.7rem;
      margin-top:0;
    }
@media screen and (min-width: 1340px){
.recruitbanner > .-textblock > .-ja{
		font-size:2.56rem;
		margin-top:0
    }
}
@media screen and (min-width: 1340px){}
.recruitbanner > .-textblock > .-text{
      color:#fff;
      font-size:1rem;
      line-height:1.89;
      margin-top:0.6em;
    }
@media screen and (min-width: 1340px){
.recruitbanner > .-textblock{
		top:9.19cqw;
		position:absolute;
		padding:0 40px;
		width:46%
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.recruitbanner > .-buttons{
    margin-top:20px;
    right:0;
    bottom:0;
    position:relative;
    padding:0;
    width:100%;
  }
.recruitbanner > .-buttons > a._butttonRounded{
      width:100%;
    }
.recruitbanner > .-buttons > a._butttonRounded > .-text{
        font-weight:500;
      }
@media screen and (min-width: 1340px){
.recruitbanner > .-buttons{
		bottom:4.44cqw;
		position:absolute;
		padding:0 40px;
		width:46%
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.recruitbanner .-kazari-1-pc{
    position:absolute;
    top:-20px;
    right:20px;
    width:51.4%;
    height:auto;
    display:none;
  }
@media screen and (min-width: 1340px){
.recruitbanner .-kazari-1-pc{
		display:block
  }
}
.recruitbanner .-kazari-2-pc{
    position:absolute;
    bottom:-65px;
    left:-10px;
    width:38.85%;
    height:auto;
    pointer-events:none;
    display:none;
  }
@media screen and (min-width: 1340px){
.recruitbanner .-kazari-2-pc{
		display:block
  }
}
.recruitbanner .-kazari-1-sp{
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    height:auto;
    display:block;
  }
@media screen and (min-width: 1340px){
.recruitbanner .-kazari-1-sp{
		display:none
  }
}
.recruitbanner .-kazari-2-sp{
    position:absolute;
    bottom:-15px;
    right:-15px;
    width:68%;
    max-width:300px;
    height:auto;
    pointer-events:none;
    display:block;
  }
@media screen and (min-width: 1340px){
.recruitbanner .-kazari-2-sp{
		display:none
  }
.recruitbanner{
		margin-top:70px;
		-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
		        box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
		padding:0;
		border-radius:20px
}
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
#sec-footer{
  position:relative;
  overflow:hidden;
  padding-top:2.85rem;
  padding-bottom:40vw;
}
body.contact-thanks #sec-footer,
  body.contact #sec-footer{
    padding-top:0;
  }
#sec-footer .footer-bg-pc{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    max-width:1700px;
    height:auto;
    display:none;
  }
@media screen and (min-width: 769px){
#sec-footer .footer-bg-pc{
		display:block
  }
}
#sec-footer .footer-bg-sp{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
    display:block;
  }
@media screen and (min-width: 769px){
#sec-footer .footer-bg-sp{
		display:none
  }
}
#sec-footer .footer-kazari{
    position:absolute;
    height:auto;
    bottom:18.5vw;
    right:20px;
    width:46vw;
  }
@media screen and (min-width: 769px){
#sec-footer .footer-kazari{
		bottom:128px;
		right:80px;
		width:366px
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
#sec-footer > .flex > .footer-block{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
          -ms-flex-pack:justify;
              justify-content:space-between;
      -webkit-box-align:stretch;
      -webkit-align-items:stretch;
          -ms-flex-align:stretch;
              align-items:stretch;
      margin-top:40px;
    }
#sec-footer > .flex > .footer-block > .-info{
        -webkit-box-flex:0;
        -webkit-flex:0 0 320px;
            -ms-flex:0 0 320px;
                flex:0 0 320px;
      }
#sec-footer > .flex > .footer-block > .-info > .-logo{
          display:block;
          height:auto;
          width:33.85vw;
        }
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-info > .-logo{
		width:220px
        }
}
#sec-footer > .flex > .footer-block > .-info > .-sfg{
          display:block;
          margin-top:20px;
          width:64vw;
        }
#sec-footer > .flex > .footer-block > .-info > .-sfg > img{
            width:100%;
            height:auto;
          }
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-info > .-sfg{
		width:278px
        }
}
#sec-footer > .flex > .footer-block > .-info > .-addr{
          position:relative;
          margin-top:20px;
          line-height:1.57;
          font-size:1rem;
        }
#sec-footer > .flex > .footer-block > .-info > .-addr > .-instagram{
            position:absolute;
            display:block;
            right:0;
            bottom:5px;
            width:30px;
            height:30px;
          }
#sec-footer > .flex > .footer-block > .-info > .-addr > .-instagram > img{
              width:100%;
              height:auto;
            }
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-info > .-addr{
		margin-top:64px;
		line-height:1.875;
		font-size:0.89rem
        }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
#sec-footer > .flex > .footer-block > .-info > .-copyright{
          font-size:0.72rem;
          color:#969696;
          margin-top:10px;
        }
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-info > .-copyright{
		margin-top:22px
        }
}
#sec-footer > .flex > .footer-block > .-navi{
        position:relative;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-align:end;
        -webkit-align-items:flex-end;
            -ms-flex-align:end;
                align-items:flex-end;
        gap:0 100px;
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-box-flex:1;
        -webkit-flex:1 0 100%;
            -ms-flex:1 0 100%;
                flex:1 0 100%;
        display:none;
      }
#sec-footer > .flex > .footer-block > .-navi a,#sec-footer > .flex > .footer-block > .-navi a:visited{
            color:#000;
          }
#sec-footer > .flex > .footer-block > .-navi a.hover{
            color:#7D001A;
          }
#sec-footer > .flex > .footer-block > .-navi > .-main{
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:end;
          -webkit-justify-content:flex-end;
              -ms-flex-pack:end;
                  justify-content:flex-end;
          -webkit-box-align:start;
          -webkit-align-items:flex-start;
              -ms-flex-align:start;
                  align-items:flex-start;
          gap:0 30px;
        }
#sec-footer > .flex > .footer-block > .-navi > .-main ul{
            padding-left:0;
            list-style-type:none;
            line-height:1;
            font-size:0.78rem;
          }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li{
              margin-top:1.7em;
              font-weight:bold;
            }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul{
                padding-left:1.5rem;
              }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul li{
                  list-style-type:'├ ';
                  margin-top:-2px;
                  font-size:1.17rem;
                  font-weight:normal;
                  line-height:1;
                }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul li::marker{
                    color:#CCCCCC;
                    font-size:1.05em;
                  }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul li:last-of-type{
                    list-style-type:'└ ';
                  }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul li > a{
                    display:inline-block;
                    padding:0.25em 0;
                    -webkit-transform:translateY(-1px);
                            transform:translateY(-1px);
                    font-size:0.78rem;
                  }
#sec-footer > .flex > .footer-block > .-navi > .-main ul > li > ul::before{
                  content:'　';
                  list-style-type:none;
                  display:list-item;
                }
#sec-footer > .flex > .footer-block > .-navi > .-sub > ul{
            list-style-type:'－ ';
            line-height:1;
            font-size:0.78rem;
          }
#sec-footer > .flex > .footer-block > .-navi > .-sub > ul > li{
              margin-top:0.75em;
            }
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-navi{
		-webkit-box-pack:start;
		-webkit-justify-content:flex-start;
		    -ms-flex-pack:start;
		        justify-content:flex-start
      }
}
@media screen and (min-width: 1340px){
#sec-footer > .flex > .footer-block > .-navi{
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		    -ms-flex-pack:end;
		        justify-content:flex-end
      }
}
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-navi{
		-webkit-box-flex:1;
		-webkit-flex:1 0 100%;
		    -ms-flex:1 0 100%;
		        flex:1 0 100%
      }
}
@media screen and (min-width: 1340px){
#sec-footer > .flex > .footer-block > .-navi{
		-webkit-box-flex:1;
		-webkit-flex:1 0 650px;
		    -ms-flex:1 0 650px;
		        flex:1 0 650px
      }
}
@media screen and (min-width: 769px){
#sec-footer > .flex > .footer-block > .-navi{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex
      }
#sec-footer > .flex > .footer-block{
		margin-top:100px
    }
#sec-footer{
		padding-top:75px
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 1340px){
#sec-footer{
		padding-top:100px;
		padding-bottom:345px
}
}
@media screen and (min-width: 1340px){}
.footer-contact > a{
    position:relative;
    container-type:inline-size;
    width:100%;
    display:block;
    border:2px solid #7D001A;
    overflow:hidden;
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
    border-radius:15px;
  }
.footer-contact > a.hover{
      color:inherit;
      opacity:0.7;
    }
.footer-contact > a > .-bg{
      width:100%;
      height:auto;
    }
.footer-contact > a > .-bg.-forPC{
        display:none;
      }
@media screen and (min-width: 769px){
.footer-contact > a > .-bg.-forPC{
		display:block
      }
}
.footer-contact > a > .-bg.-forSP{
        display:block;
      }
@media screen and (min-width: 769px){
.footer-contact > a > .-bg.-forSP{
		display:none
      }
}
.footer-contact > a > .-inner{
      position:absolute;
      top:0;
      left:5.65cqw;
      height:100%;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }
.footer-contact > a > .-inner > .-en,.footer-contact > a > .-inner > .-ja{
        color:#7D001A;
      }
.footer-contact > a > .-inner > .-text{
        color:#000;
        line-height:1.5;
        margin-top:5px;
        font-size:0.86rem;
      }
@media screen and (min-width: 769px){
.footer-contact > a > .-inner > .-text{
		font-size:1rem
      }
.footer-contact > a{
		border-radius:30px
  }
}
@media screen and (min-width: 769px){}
#header-space{
  background:#EDEDED;
  width:100%;
  height:60px;
}
@media screen and (min-width: 450px){
#header-space{
		height:100px
}
}
@media screen and (min-width: 1340px){
#header-space{
		height:130px
}
}
#header-navi{
  z-index:999;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow:0px 3px 3px rgba(0, 0, 0, 0.05);
  height:60px;
  padding:0 10px 0 20px;
}
#header-navi > .-logo{
    line-height:1;
    padding-left:0;
    height:30px;
  }
#header-navi > .-logo > a{
      opacity:1;
      -webkit-transition:all ease-out 0.15s;
      transition:all ease-out 0.15s;
    }
#header-navi > .-logo > a.hover{
        opacity:0.7;
      }
#header-navi > .-logo > a > img{
        width:auto;
        height:100%;
      }
@media screen and (min-width: 450px){
#header-navi > .-logo{
		padding-left:0
  }
}
@media screen and (min-width: 1340px){
#header-navi > .-logo{
		padding-left:20px
  }
}
@media screen and (min-width: 450px){
#header-navi > .-logo{
		height:50px
  }
}
@media screen and (min-width: 1340px){
#header-navi > .-logo{
		height:60px
  }
}
#header-navi > .-humbarger{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding-right:0;
  }
#header-navi > .-humbarger > .-menu{
      cursor:pointer;
      margin-left:10px;
      width:40px;
      height:40px;
    }
#header-navi > .-humbarger > .-menu > img{
        width:100%;
        height:auto;
      }
#header-navi > .-humbarger > .-menu#humbarger-pc{
        display:none;
      }
@media screen and (min-width: 1340px){
#header-navi > .-humbarger > .-menu#humbarger-pc{
		display:block
      }
}
#header-navi > .-humbarger > .-menu#humbarger-sp{
        display:block;
      }
@media screen and (min-width: 1340px){
#header-navi > .-humbarger > .-menu#humbarger-sp{
		display:none
      }
}
@media screen and (min-width: 450px){
#header-navi > .-humbarger > .-menu{
		width:60px
    }
}
@media screen and (min-width: 1340px){
#header-navi > .-humbarger > .-menu{
		width:60px
    }
}
@media screen and (min-width: 450px){
#header-navi > .-humbarger > .-menu{
		height:60px
    }
}
@media screen and (min-width: 1340px){
#header-navi > .-humbarger > .-menu{
		height:60px
    }
}
#header-navi > .-humbarger > ._butttonRoundedRect{
      display:none;
    }
#header-navi > .-humbarger > ._butttonRoundedRect.-active,
      #header-navi > .-humbarger > ._butttonRoundedRect.hover{
        background:#7D001A;
        color:#fff;
      }
#header-navi > .-humbarger > ._butttonRoundedRect.-active{
        pointer-events:none;
      }
@media screen and (min-width: 1340px){
#header-navi > .-humbarger > ._butttonRoundedRect{
		display:block
    }
}
@media screen and (min-width: 450px){
#header-navi > .-humbarger{
		padding-right:0
  }
}
@media screen and (min-width: 1340px){
#header-navi > .-humbarger{
		padding-right:20px
  }
#header-navi{
		-webkit-box-shadow:none;
		        box-shadow:none
}
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 450px){
#header-navi{
		height:100px
}
}
@media screen and (min-width: 1340px){
#header-navi{
		height:130px
}
}
@media screen and (min-width: 450px){
#header-navi{
		padding:0 10px 0 30px
}
}
@media screen and (min-width: 1340px){
#header-navi{
		padding:10px 40px 40px
}
}
.navi-container{
  position:absolute;
  bottom:-30px;
  left:0;
  width:100%;
  padding:0 40px;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  display:none;
}
.navi-container > .-red,
  .navi-container > .-blue{
    height:60px;
    border-radius:999px;
    background:#ccc;
    border:2px solid #666;
    line-height:1;
    display:-ms-grid;
    display:grid;
    -ms-grid-rows:(1fr)[1];
    grid-template-rows:repeat(1, 1fr);
    gap:0px;
  }
.navi-container > .-red > .-item, .navi-container > .-blue > .-item{
      width:100%;
      height:100%;
    }
.navi-container > .-red > .-item > a.-root, .navi-container > .-blue > .-item > a.-root{
        position:relative;
        display:block;
        width:100%;
        height:100%;
        color:#fff;
        font-size:1.11rem;
        font-weight:500;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.navi-container > .-red > .-item > a.-root > .-wrapper, .navi-container > .-blue > .-item > a.-root > .-wrapper{
          width:100%;
          height:100%;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:center;
          -webkit-justify-content:center;
              -ms-flex-pack:center;
                  justify-content:center;
          -webkit-box-align:center;
          -webkit-align-items:center;
              -ms-flex-align:center;
                  align-items:center;
        }
.navi-container > .-red > .-item > a.-root > .-wrapper > .-down,
          .navi-container > .-red > .-item > a.-root > .-wrapper > .-down-hover,
          .navi-container > .-blue > .-item > a.-root > .-wrapper > .-down,
          .navi-container > .-blue > .-item > a.-root > .-wrapper > .-down-hover{
            margin-left:10px;
            display:none;
          }
.navi-container > .-red > .-item > a.-root > .-triangle, .navi-container > .-blue > .-item > a.-root > .-triangle{
          z-index:2;
          opacity:0;
          visibility:hidden;
          background:#F8F8F8;
          height:17px;
          width:34px;
          -webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);
                  clip-path:polygon(50% 0, 100% 100%, 0 100%);
          position:absolute;
          bottom:0;
          left:50%;
          -webkit-transform:translate(-50%, 8px);
                  transform:translate(-50%, 8px);
          -webkit-transition:opacity ease-out 0.15s;
          transition:opacity ease-out 0.15s;
        }
.navi-container > .-red > .-item > a.-root.-hasChildren > .-wrapper > .-down, .navi-container > .-blue > .-item > a.-root.-hasChildren > .-wrapper > .-down{
          display:block;
        }
.navi-container > .-red > .-item > a.-root::after, .navi-container > .-blue > .-item > a.-root::after{
          position:absolute;
          content:'';
          display:block;
          top:15px;
          right:0;
          width:1px;
          height:30px;
          background:rgba(0,0,0,0.4);
        }
.navi-container > .-red > .-item > a.-root::before, .navi-container > .-blue > .-item > a.-root::before{
          position:absolute;
          content:'';
          display:block;
          top:15px;
          left:0;
          width:1px;
          height:30px;
          background:rgba(255,255,255,0.2);
        }
.navi-container > .-red > .-item > a.-root.-active,
        .navi-container > .-red > .-item > a.-root.hover,
        .navi-container > .-blue > .-item > a.-root.-active,
        .navi-container > .-blue > .-item > a.-root.hover{
          color:#F1D147;
        }
.navi-container > .-red > .-item > a.-root.-active.-hasChildren > .-wrapper > .-down, .navi-container > .-red > .-item > a.-root.hover.-hasChildren > .-wrapper > .-down, .navi-container > .-blue > .-item > a.-root.-active.-hasChildren > .-wrapper > .-down, .navi-container > .-blue > .-item > a.-root.hover.-hasChildren > .-wrapper > .-down{
            display:none;
          }
.navi-container > .-red > .-item > a.-root.-active.-hasChildren > .-wrapper > .-down-hover, .navi-container > .-red > .-item > a.-root.hover.-hasChildren > .-wrapper > .-down-hover, .navi-container > .-blue > .-item > a.-root.-active.-hasChildren > .-wrapper > .-down-hover, .navi-container > .-blue > .-item > a.-root.hover.-hasChildren > .-wrapper > .-down-hover{
            display:block;
          }
.navi-container > .-red > .-item:first-of-type > a.-root::before,.navi-container > .-blue > .-item:first-of-type > a.-root::before,.navi-container > .-red > .-item:last-of-type > a.-root::after,.navi-container > .-blue > .-item:last-of-type > a.-root::after{
        display:none;
      }
.navi-container > .-red > .-item > .-submenuAbout,
      .navi-container > .-red > .-item > .-submenuService,
      .navi-container > .-blue > .-item > .-submenuAbout,
      .navi-container > .-blue > .-item > .-submenuService{
        opacity:0;
        visibility:hidden;
        position:absolute;
        top:50px;
        left:0;
        width:100%;
        padding-top:14px;
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
        -webkit-transition:opacity ease-out 0.15s,-webkit-transform ease-out 0.15s;
        transition:opacity ease-out 0.15s,-webkit-transform ease-out 0.15s;
        transition:opacity ease-out 0.15s,transform ease-out 0.15s;
        transition:opacity ease-out 0.15s,transform ease-out 0.15s,-webkit-transform ease-out 0.15s;
      }
.navi-container > .-red > .-item > .-submenuAbout a, .navi-container > .-red > .-item > .-submenuService a, .navi-container > .-blue > .-item > .-submenuAbout a, .navi-container > .-blue > .-item > .-submenuService a,.navi-container > .-red > .-item > .-submenuAbout a:visited, .navi-container > .-red > .-item > .-submenuService a:visited, .navi-container > .-blue > .-item > .-submenuAbout a:visited, .navi-container > .-blue > .-item > .-submenuService a:visited{
            color:#000;
          }
.navi-container > .-red > .-item > .-submenuAbout a.hover, .navi-container > .-red > .-item > .-submenuService a.hover, .navi-container > .-blue > .-item > .-submenuAbout a.hover, .navi-container > .-blue > .-item > .-submenuService a.hover{
            color:#7D001A;
          }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper, .navi-container > .-red > .-item > .-submenuService > .-wrapper, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper, .navi-container > .-blue > .-item > .-submenuService > .-wrapper{
          width:100%;
          padding:50px 0;
          background:#F8F8F8;
          -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.16);
                  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.16);
        }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner, .navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner{
            width:100%;
            max-width:1240px;
            margin:0 auto;
          }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent, .navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-parent, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-parent{
              font-size:1.22rem;
              line-height:1;
              font-weight:500;
              display:-webkit-box;
              display:-webkit-flex;
              display:-ms-flexbox;
              display:flex;
              -webkit-box-orient:horizontal;
              -webkit-box-direction:normal;
              -webkit-flex-flow:row nowrap;
                  -ms-flex-flow:row nowrap;
                      flex-flow:row nowrap;
              -webkit-box-pack:start;
              -webkit-justify-content:flex-start;
                  -ms-flex-pack:start;
                      justify-content:flex-start;
              -webkit-box-align:center;
              -webkit-align-items:center;
                  -ms-flex-align:center;
                      align-items:center;
            }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent > a > .-arrow, .navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-parent > a > .-arrow, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent > a > .-arrow, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-parent > a > .-arrow{
                  width:24px;
                  height:auto;
                  margin-left:0.8rem;
                  -webkit-transition:all ease-out 0.15s;
                  transition:all ease-out 0.15s;
                  -webkit-transform:translate(0, -2px);
                          transform:translate(0, -2px);
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent > a.hover > .-arrow, .navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-parent > a.hover > .-arrow, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-parent > a.hover > .-arrow, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-parent > a.hover > .-arrow{
                  -webkit-transform:translate(3px, -2px);
                          transform:translate(3px, -2px);
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children{
              margin-top:20px;
              display:-ms-grid;
              display:grid;
              -ms-grid-columns:(1fr)[3];
              grid-template-columns:repeat(3, 1fr);
              -ms-grid-rows:(1fr)[2];
              grid-template-rows:repeat(2, 1fr);
              gap:20px;
            }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item{
                position:relative;
                background:#fff;
                border-radius:0.6rem;
                padding:16px 30px;
                display:-webkit-box;
                display:-webkit-flex;
                display:-ms-flexbox;
                display:flex;
                -webkit-box-orient:horizontal;
                -webkit-box-direction:normal;
                -webkit-flex-flow:row nowrap;
                    -ms-flex-flow:row nowrap;
                        flex-flow:row nowrap;
                -webkit-box-pack:justify;
                -webkit-justify-content:space-between;
                    -ms-flex-pack:justify;
                        justify-content:space-between;
                -webkit-box-align:center;
                -webkit-align-items:center;
                    -ms-flex-align:center;
                        align-items:center;
                font-size:1rem;
                font-weight:500;
                line-height:1.1;
                -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                        box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                -webkit-transition:all ease-out 0.15s;
                transition:all ease-out 0.15s;
              }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item.hover, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item.hover{
                  -webkit-box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
                          box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item > .-arrow, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item > .-arrow{
                  width:24px;
                  height:auto;
                  margin-left:0.8rem;
                  -webkit-transition:all ease-out 0.15s;
                  transition:all ease-out 0.15s;
                  -webkit-transform:translate(0, -2px);
                          transform:translate(0, -2px);
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item.hover > .-arrow, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-item.hover > .-arrow{
                  -webkit-transform:translate(3px, -2px);
                          transform:translate(3px, -2px);
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div1, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div1{
                -ms-grid-row-span:2;
                grid-row:span 2 / span 2;
                height:170px;
              }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div1 > img, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div1 > img{
                  width:100%;
                  height:100%;
                  -o-object-fit:cover;
                     object-fit:cover;
                }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div4, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div4{
                -ms-grid-column:2;
                    grid-column-start:2;
              }
.navi-container > .-red > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div5, .navi-container > .-blue > .-item > .-submenuAbout > .-wrapper > .-inner > .-children > .-div5{
                -ms-grid-column:3;
                    grid-column-start:3;
              }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children{
              margin-top:20px;
              display:-ms-grid;
              display:grid;
              -ms-grid-columns:(1fr)[7];
              grid-template-columns:repeat(7, 1fr);
              -ms-grid-rows:1fr;
              grid-template-rows:1fr;
              gap:10px;
            }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item{
                position:relative;
                background:#fff;
                border-radius:1.1rem;
                padding:25px 0 15px;
                -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                        box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                -webkit-transition:all ease-out 0.15s;
                transition:all ease-out 0.15s;
              }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.hover, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.hover{
                  -webkit-box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
                          box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
                }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-icon, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-icon{
                  width:100%;
                  text-align:center;
                }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-icon > img, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-icon > img{
                    width:70px;
                    height:auto;
                  }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-text, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item > .-text{
                  color:#2F4A88;
                  display:-webkit-box;
                  display:-webkit-flex;
                  display:-ms-flexbox;
                  display:flex;
                  -webkit-box-orient:horizontal;
                  -webkit-box-direction:normal;
                  -webkit-flex-flow:row nowrap;
                      -ms-flex-flow:row nowrap;
                          flex-flow:row nowrap;
                  -webkit-box-pack:center;
                  -webkit-justify-content:center;
                      -ms-flex-pack:center;
                          justify-content:center;
                  -webkit-box-align:center;
                  -webkit-align-items:center;
                      -ms-flex-align:center;
                          align-items:center;
                  text-align:center;
                  font-size:1rem;
                  font-weight:500;
                  line-height:1.1;
                  height:2.6rem;
                  margin-top:10px;
                }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.-lease > .-text, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.-lease > .-text{
                  color:#7D001A;
                }
.navi-container > .-red > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.-other > .-text, .navi-container > .-blue > .-item > .-submenuService > .-wrapper > .-inner > .-children > .-item.-other > .-text{
                  color:#2F4A88;
                }
.navi-container > .-red > .-item.hover > a.-root.-hasChildren > .-triangle, .navi-container > .-blue > .-item.hover > a.-root.-hasChildren > .-triangle{
          opacity:1;
          visibility:visible;
        }
.navi-container > .-red > .-item.hover > .-submenuAbout,
        .navi-container > .-red > .-item.hover > .-submenuService,
        .navi-container > .-blue > .-item.hover > .-submenuAbout,
        .navi-container > .-blue > .-item.hover > .-submenuService{
          opacity:1;
          visibility:visible;
          -webkit-transform:translateY(0);
                  transform:translateY(0);
        }
.navi-container > .-red{
    width:79.63%;
    background:-webkit-gradient(linear, left top, right top, from(#b9485f), to(#7e1227));
    background:-webkit-linear-gradient(left, #b9485f 0%, #7e1227 100%);
    background:linear-gradient(90deg, #b9485f 0%, #7e1227 100%);
    border-color:#9A1832;
    -ms-grid-columns:1.6fr 1fr 1.1fr 1fr;
    grid-template-columns:1.6fr 1fr 1.1fr 1fr;
  }
.navi-container > .-blue{
    width:19.75%;
    background:-webkit-gradient(linear, left top, right top, from(#648ae2), to(#2f4a88));
    background:-webkit-linear-gradient(left, #648ae2 0%, #2f4a88 100%);
    background:linear-gradient(90deg, #648ae2 0%, #2f4a88 100%);
    border-color:#5070BE;
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
  }
@media screen and (min-width: 1340px){
.navi-container{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex
}
}
#sp-navi{
  opacity:0;
  visibility:hidden;
  z-index:1001;
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:100dvh;
  background:#F8F8F8;
}
#sp-navi a,#sp-navi a:visited{
      color:#000;
    }
#sp-navi a.hover{
      color:#7D001A;
    }
body.naviopen-sp #sp-navi{
    opacity:1;
    visibility:visible;
  }
#sp-navi > .-header{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    height:60px;
    padding:0 10px 0 20px;
  }
#sp-navi > .-header > .-logo{
      line-height:1;
      padding-left:0;
      height:30px;
    }
#sp-navi > .-header > .-logo > a{
        opacity:1;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
#sp-navi > .-header > .-logo > a.hover{
          opacity:0.7;
        }
#sp-navi > .-header > .-logo > a > img{
          width:auto;
          height:100%;
        }
@media screen and (min-width: 450px){
#sp-navi > .-header > .-logo{
		height:50px
    }
}
#sp-navi > .-header > .-humbarger{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:end;
      -webkit-justify-content:flex-end;
          -ms-flex-pack:end;
              justify-content:flex-end;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      padding-right:0;
    }
#sp-navi > .-header > .-humbarger > .-menu{
        cursor:pointer;
        margin-left:10px;
        width:40px;
        height:40px;
      }
#sp-navi > .-header > .-humbarger > .-menu > img{
          width:100%;
          height:auto;
        }
#sp-navi > .-header > .-humbarger > .-menu#humbarger-pc{
          display:none;
        }
#sp-navi > .-header > .-humbarger > .-menu#humbarger-sp{
          display:block;
        }
@media screen and (min-width: 450px){
#sp-navi > .-header > .-humbarger > .-menu{
		width:60px;
		height:60px
      }
}
@media screen and (min-width: 450px){}
#sp-navi > .-header > .-humbarger > ._butttonRoundedRect{
        display:none;
      }
@media screen and (min-width: 450px){
#sp-navi > .-header{
		height:100px;
		padding:0 10px 0 30px
  }
}
@media screen and (min-width: 450px){}
#sp-navi > .-body{
    width:100%;
    height:calc(100% - 60px);
    padding:0 40px 40px;
    overscroll-behavior-y:contain;
    overflow-y:auto;
  }
#sp-navi > .-body > .-menuWraper > .-menuList{
        padding-left:1.5rem;
      }
#sp-navi > .-body > .-menuWraper > .-menuList > li{
          list-style-type:disc;
        }
#sp-navi > .-body > .-menuWraper > .-menuList > li::marker{
            color:#7D001A;
          }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap{
            position:relative;
            font-weight:500;
            padding:0.6rem 0;
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-orient:horizontal;
            -webkit-box-direction:normal;
            -webkit-flex-flow:row wrap;
                -ms-flex-flow:row wrap;
                    flex-flow:row wrap;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
                -ms-flex-pack:justify;
                    justify-content:space-between;
            -webkit-box-align:start;
            -webkit-align-items:flex-start;
                -ms-flex-align:start;
                    align-items:flex-start;
          }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap::after{
              content:'';
              display:block;
              position:absolute;
              width:calc(100% + 1.5rem);
              height:1px;
              background:#cccccc;
              bottom:0;
              left:-1.5rem;
            }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > a{
              margin-right:2em;
            }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > .-arrow{
              cursor:pointer;
              -webkit-box-flex:1;
              -webkit-flex:1 0 25%;
                  -ms-flex:1 0 25%;
                      flex:1 0 25%;
              text-align:right;
            }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > .-arrow > img{
                width:10px;
                height:auto;
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > .-arrow.-open > img{
                -webkit-transform:scaleY(-1);
                        transform:scaleY(-1);
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul{
              width:100%;
              line-height:1;
              font-size:0.93rem;
              font-weight:400;
              margin-top:-0.5em;
              margin-bottom:0.5em;
              opacity:0;
              visibility:hidden;
              height:0;
              -webkit-transition:opacity ease-out 0.15s;
              transition:opacity ease-out 0.15s;
            }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-open{
                opacity:1;
                visibility:visible;
                height:auto;
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul > li{
                margin-top:0.75em;
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-submenu{
                list-style-type:'－ ';
                margin-left:-0.5rem;
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu{
                list-style-type:none;
                padding-left:0;
                margin-left:-1.5rem;
                width:calc(100% + 1.5rem);
              }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li{
                  margin-top:8px;
                }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li:first-child{
                    margin-top:10px;
                  }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li > a{
                    position:relative;
                    display:block;
                    background:#fff;
                    border-radius:8px;
                    font-size:1rem;
                    font-weight:500;
                    color:#2F4A88;
                    padding:8px 15px;
                    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                  }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li > a > .-icon{
                      display:inline-block;
                      width:24px;
                      margin-right:4px;
                    }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li > a > .-icon > img{
                        width:100%;
                        height:auto;
                      }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-lease > a{
                    color:#7D001A;
                  }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-other > a{
                    color:#2F4A88;
                  }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-leaseWrapper{
                    background:#fff;
                    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                    border-radius:8px;
                  }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-leaseWrapper > .-leaseTitle{
                      font-size:1rem;
                      font-weight:500;
                      color:#2F4A88;
                      padding:10px 15px;
                    }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-leaseWrapper > a{
                      color:#7D001A;
                      -webkit-box-shadow:none;
                              box-shadow:none;
                      padding-top:9px;
                    }
#sp-navi > .-body > .-menuWraper > .-menuList > li > .-liWrap > ul.-serviceSubmenu > li.-leaseWrapper > a::before{
                        display:block;
                        content:'';
                        position:absolute;
                        top:0;
                        left:15px;
                        right:15px;
                        height:1px;
                        background:#CCCCCC;
                      }
#sp-navi > .-body > .-menuWraper > .-buttons{
        padding-top:20px;
        width:100%;
        position:relative;
        display:-ms-grid;
        display:grid;
        -ms-grid-columns:(1fr)[2];
        grid-template-columns:repeat(2, 1fr);
        -ms-grid-rows:(1fr)[2];
        grid-template-rows:repeat(2, 1fr);
        gap:10px;
      }
#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded{
            padding:7px 15px;
            -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                    box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
            color:#fff;
          }
#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded:visited,#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded.hover{
              color:#fff;
            }
#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded > .-text{
              height:20px;
              font-size:1rem;
              font-weight:normal;
            }
#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded.-instagram,#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded.-instagram:visited,#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded.-instagram.hover{
                color:#CC3463;
              }
#sp-navi > .-body > .-menuWraper > .-buttons > .-button > ._butttonRounded.-instagram > .-icon{
                display:none;
              }
#sp-navi > .-body > .-altmenuWraper{
      padding-top:20px;
    }
#sp-navi > .-body > .-altmenuWraper > .-menuList{
        width:100%;
        list-style-type:'－ ';
        line-height:1;
        font-size:0.93rem;
        padding-left:1.35rem;
      }
#sp-navi > .-body > .-altmenuWraper > .-menuList > li{
          margin-top:0.75em;
        }
#sp-navi > .-body > .-altmenuWraper > .-sfg{
        width:100%;
        padding-top:25px;
      }
#sp-navi > .-body > .-altmenuWraper > .-sfg img{
          width:100%;
          max-width:250px;
          height:auto;
        }
body.naviopen-pc,
body.naviopen-sp{
  -ms-scroll-chaining:none;
      overscroll-behavior:none;
  overflow-y:hidden;
}
#wrapAll{
  opacity:0;
  visibility:hidden;
  background:rgba(0,0,0,0.6);
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1000;
  -webkit-transition:opacity ease-out 0.15s;
  transition:opacity ease-out 0.15s;
}
body.naviopen-pc #wrapAll{
    opacity:1;
    visibility:visible;
  }
#pc-navi{
  opacity:0;
  visibility:hidden;
  z-index:1001;
  position:fixed;
  top:0;
  left:40px;
  right:40px;
  background:#F8F8F8;
  border-radius:0 0 30px 30px;
  padding:30px 80px 40px;
  -webkit-transition:opacity ease-out 0.15s;
  transition:opacity ease-out 0.15s;
}
body.naviopen-pc #pc-navi{
    opacity:1;
    visibility:visible;
  }
#pc-navi > #pc-navi-close{
    position:absolute;
    top:10px;
    right:20px;
    width:60px;
    cursor:pointer;
  }
#pc-navi > #pc-navi-close > img{
      width:100%;
      height:auto;
    }
#pc-navi > .-inner{
    width:100%;
    max-width:1480px;
    position:relative;
    margin:0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
  }
#pc-navi > .-inner > .-navi{
      width:68%;
    }
#pc-navi > .-inner > .-navi > .-logo{
        width:100%;
        margin-top:-10px;
      }
#pc-navi > .-inner > .-navi > .-logo > img{
          width:100%;
          max-width:180px;
          height:auto;
        }
#pc-navi > .-inner > .-navi > .-menuWraper{
        padding-top:0;
        width:100%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
      }
#pc-navi > .-inner > .-navi > .-menuWraper a,#pc-navi > .-inner > .-navi > .-menuWraper a:visited{
            color:#000;
          }
#pc-navi > .-inner > .-navi > .-menuWraper a.hover{
            color:#7D001A;
          }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1{
          width:32.6%;
        }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2{
          width:62%;
        }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li{
            padding-bottom:0 !important;
          }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service{
            padding-bottom:10px;
            margin-left:-1.5rem;
            width:calc(100% + 1.5rem);
            display:-ms-grid;
            display:grid;
            -ms-grid-columns:(1fr)[2];
            grid-template-columns:repeat(2, 1fr);
            -ms-grid-rows:(1fr)[4];
            grid-template-rows:repeat(4, 1fr);
            gap:5px 10px;
          }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item{
              background:#fff;
              border-radius:10px;
              display:-webkit-box;
              display:-webkit-flex;
              display:-ms-flexbox;
              display:flex;
              -webkit-box-orient:horizontal;
              -webkit-box-direction:normal;
              -webkit-flex-flow:row nowrap;
                  -ms-flex-flow:row nowrap;
                      flex-flow:row nowrap;
              -webkit-box-pack:start;
              -webkit-justify-content:flex-start;
                  -ms-flex-pack:start;
                      justify-content:flex-start;
              -webkit-box-align:center;
              -webkit-align-items:center;
                  -ms-flex-align:center;
                      align-items:center;
              padding:5px 20px;
              color:#2F4A88;
              -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                      box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
              -webkit-transition:all ease-out 0.15s;
              transition:all ease-out 0.15s;
            }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item.hover{
                -webkit-box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
                        box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item > .-icon{
                width:40px;
                margin-right:15px;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item > .-icon > img{
                  width:100%;
                  height:auto;
                }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item > .-text{
                font-size:0.89rem;
                font-weight:500;
                line-height:1;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item.-lease > .-text{
                color:#7D001A;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 .-service > .-item.-other > .-text{
                color:#2F4A88;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons{
            padding-top:10px;
            width:100%;
            position:relative;
            display:-ms-grid;
            display:grid;
            -ms-grid-columns:(1fr)[2];
            grid-template-columns:repeat(2, 1fr);
            -ms-grid-rows:(1fr)[2];
            grid-template-rows:repeat(2, 1fr);
            gap:5px 10px;
          }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a,#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a:visited,#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a.hover{
                color:#fff;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a.-instagram,#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a.-instagram:visited,#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons a.-instagram.hover{
                color:#CC3463;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons > .-button > ._butttonRounded{
                padding:5px 30px;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > .-buttons > .-button > ._butttonRounded > .-text{
                  height:30px;
                  font-size:1rem;
                  font-weight:normal;
                }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul{
            padding-left:1rem;
          }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul > li, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li{
              position:relative;
              font-weight:500;
              padding:0.6rem 0;
            }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul > li::marker, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li::marker{
                color:#7D001A;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul > li::after, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li::after{
                content:'';
                display:block;
                position:absolute;
                width:calc(100% + 1.5rem);
                height:1px;
                background:#cccccc;
                bottom:0;
                left:-1.5rem;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul > li > ul, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li > ul{
                list-style-type:'－ ';
                line-height:1;
                font-size:0.78rem;
                font-weight:400;
                margin-top:-0.5em;
                margin-bottom:0.5em;
              }
#pc-navi > .-inner > .-navi > .-menuWraper > .-div1 > ul > li > ul > li, #pc-navi > .-inner > .-navi > .-menuWraper > .-div2 > ul > li > ul > li{
                  margin-top:0.75em;
                }
#pc-navi > .-inner > .-navi > .-altmenuWraper{
        padding-top:20px;
        width:100%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-box-align:end;
        -webkit-align-items:flex-end;
            -ms-flex-align:end;
                align-items:flex-end;
      }
#pc-navi > .-inner > .-navi > .-altmenuWraper a,#pc-navi > .-inner > .-navi > .-altmenuWraper a:visited{
            color:#000;
          }
#pc-navi > .-inner > .-navi > .-altmenuWraper a.hover{
            color:#7D001A;
          }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu{
          position:relative;
          width:65.22%;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:justify;
          -webkit-justify-content:space-between;
              -ms-flex-pack:justify;
                  justify-content:space-between;
          -webkit-box-align:end;
          -webkit-align-items:flex-end;
              -ms-flex-align:end;
                  align-items:flex-end;
        }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div1,
          #pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div2{
            width:49%;
          }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div1 > ul, #pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div2 > ul{
              list-style-type:'－ ';
              line-height:1;
              font-size:0.78rem;
              padding-left:0.75rem;
            }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div1 > ul > li, #pc-navi > .-inner > .-navi > .-altmenuWraper > .-menu > .-div2 > ul > li{
                margin-top:0.75em;
              }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-sfg{
          width:30.43%;
        }
#pc-navi > .-inner > .-navi > .-altmenuWraper > .-sfg img{
            width:95%;
            height:auto;
          }
#pc-navi > .-inner > .-image{
      position:relative;
      width:26.2%;
    }
#pc-navi > .-inner > .-image > .megamenu-swiper{
        overflow:hidden;
        border-radius:20px;
      }
#pc-navi > .-inner > .-image .-photo{
        width:100%;
        height:100%;
        -o-object-fit:cover;
           object-fit:cover;
        -o-object-position:50% 50%;
           object-position:50% 50%;
      }
#pc-navi > .-inner > .-image > .-kazari-tl{
        position:absolute;
        top:-10px;
        left:-30px;
        width:32.78%;
        height:auto;
        z-index:2;
      }
#pc-navi > .-inner > .-image > .-kazari-tr{
        position:absolute;
        top:145px;
        right:-10px;
        width:20.53%;
        height:auto;
        z-index:2;
      }
#sec-fv{
  position:relative;
  padding:25px 0 25px;
}
#sec-fv > .-gradbg{
    bottom:0;
    left:0;
    background:-webkit-gradient(linear, right top, left top, from(#58becb), color-stop(17.96%, #a7dacb), color-stop(52.22%, #fbf7ca), color-stop(86.21%, #f6dfbe), to(#f0bfae));
    background:-webkit-linear-gradient(right, #58becb 0%, #a7dacb 17.96%, #fbf7ca 52.22%, #f6dfbe 86.21%, #f0bfae 100%);
    background:linear-gradient(-90deg, #58becb 0%, #a7dacb 17.96%, #fbf7ca 52.22%, #f6dfbe 86.21%, #f0bfae 100%);
    opacity:0.5;
  }
#sec-fv > .-gradbg,#sec-fv > .-fv-elem-pc{
    position:absolute;
    top:0;
    right:0;
  }
#sec-fv > .-fv-elem-pc{
    width:auto;
    height:247px;
    display:none;
  }
@media screen and (min-width: 769px){
#sec-fv > .-fv-elem-pc{
		display:block
  }
}
#sec-fv > .-fv-elem-sp{
    position:absolute;
    top:0;
    right:0;
    width:auto;
    height:100px;
    display:block;
  }
@media screen and (min-width: 769px){
#sec-fv > .-fv-elem-sp{
		display:none
  }
}
#sec-fv ._sectionTitle{
    margin-bottom:0;
  }
#sec-fv ._sectionTitle > .-en{
      font-weight:500;
      color:#000;
      font-size:0.71rem;
    }
@media screen and (min-width: 769px){
#sec-fv ._sectionTitle > .-en{
		font-size:1.11rem
    }
}
#sec-fv ._sectionTitle > .-ja{
      font-weight:400;
      color:#000;
      margin-top:5px;
      font-size:1.29rem;
    }
#sec-fv ._sectionTitle > .-ja > .-sub{
        font-family:"Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
        -webkit-transform:translateY(-0.1em);
                transform:translateY(-0.1em);
        padding:0.5em 0 0 0;
        display:block;
        font-size:0.9rem;
      }
#sec-fv ._sectionTitle > .-ja > .-sub > em{
          font-style:normal;
          display:none;
        }
@media screen and (min-width: 769px){
#sec-fv ._sectionTitle > .-ja > .-sub > em{
		display:inline
        }
#sec-fv ._sectionTitle > .-ja > .-sub{
		padding:0 0 0 0.5em;
		display:inline-block;
		font-size:1.56rem
      }
#sec-fv ._sectionTitle > .-ja{
		font-size:2.22rem
    }
#sec-fv{
		padding:70px 0 40px
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.breadcrumb{
  margin:0;
  list-style:none;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  padding:2.2rem 0 4rem;
}
.breadcrumb li{
    font-size:0.78rem;
    line-height:1.78;
  }
.breadcrumb li:before{
      content:"";
      display:inline-block;
      width:6px;
      height:6px;
      margin:0 0.75em;
      border-top:solid 1px #696969;
      border-right:solid 1px #696969;
      opacity:.5;
      -webkit-transform:rotate(45deg);
              transform:rotate(45deg);
    }
@media screen and (min-width: 769px){
.breadcrumb li:before{
		-webkit-transform:translateY(-2px) rotate(45deg);
		        transform:translateY(-2px) rotate(45deg)
    }
}
.breadcrumb li:first-of-type:before{
      display:none;
    }
.breadcrumb li.active a{
      pointer-events:none;
      color:#696969;
    }
.breadcrumb li a{
      color:#7D001A;
      text-decoration:underline;
    }
.breadcrumb li a.hover{
        color:#5070BE
      }
@media screen and (min-width: 1340px){
.breadcrumb{
		padding:2.2rem 0 6rem
}
}
.sec-common{
  padding-top:2.78rem;
}
.sec-common a{
    text-decoration:underline;
  }
.sec-common hr{
    width:100%;
    border-top:1px solid #ccc;
  }
.sec-common h1{
    width:100%;
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:400;
    line-height:1.76;
    color:#7D001A;
    padding:1.12em 0 0.21em;
    margin:0;
    font-size:1.4rem;
  }
.sec-common h1.-offset1{
      text-indent:-1em;
      padding-left:1em;
    }
@media screen and (min-width: 769px){
.sec-common h1{
		font-size:1.89rem
  }
}
.sec-common h2{
    width:100%;
    font-weight:400;
    line-height:1.76;
    padding:1.12em 0 0.21em;
    margin:0;
    font-size:1.2rem;
  }
@media screen and (min-width: 769px){
.sec-common h2{
		font-size:1.67rem
  }
}
.sec-common h4{
    width:100%;
    font-weight:500;
    line-height:1.76;
    padding-top:1em;
    font-size:1.2rem;
  }
@media screen and (min-width: 769px){
.sec-common h4{
		font-size:1.67rem
  }
}
.sec-common p{
    width:100%;
    font-size:1rem;
    color:#000;
  }
.sec-common p.-date{
      text-align:right;
      padding-bottom:1.9em;
    }
.sec-common p + p{
      margin-top:1rem;
    }
.sec-common p + p.m0{
        margin-top:0;
      }
.sec-common ul,.sec-common ol{
    line-height:1.5;
    padding-left:1.5em;
  }
.sec-common ul li, .sec-common ol li{
      margin:0.75em 0;
    }
.sec-common ul{
    list-style-type:"● ";
  }
.sec-common ul.-flex{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:stretch;
      -webkit-align-items:stretch;
          -ms-flex-align:stretch;
              align-items:stretch;
    }
.sec-common ul.-flex > li{
        width:33.33%;
        padding-right:2.5em;
        margin:0.35em 0;
      }
.sec-common ul.-kyoudouriyou{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:stretch;
      -webkit-align-items:stretch;
          -ms-flex-align:stretch;
              align-items:stretch;
    }
.sec-common ul.-kyoudouriyou > li{
        margin:0.35em 0;
        padding-right:0;
        width:100%;
      }
@media screen and (min-width: 1340px){
.sec-common ul.-kyoudouriyou > li{
		padding-right:2.5em;
		width:33.33%
      }
}
@media screen and (min-width: 1340px){}
.sec-common ol.-n2{
      padding-left:2.2em;
    }
.sec-common figure{
    padding:0;
    margin:0.25rem 0;
  }
.sec-common figure > img{
      width:100%;
      height:auto;
    }
@media screen and (min-width: 769px){
.sec-common figure{
		margin:1rem 0
  }
}
.sec-common .-ki{
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size:1.89rem;
    line-height:1;
    text-align:center;
    padding:3rem 0 1.5rem;
  }
.sec-common .-ijyou{
    text-align:right;
  }
table.-note{
  line-height:1.67;
  margin-top:2rem;
}
table.-note,table.-note tr{
  width:100%;
  }
table.-note tr th, table.-note tr td{
      padding-top:0.75rem;
      vertical-align:top;
      font-weight:400;
    }
table.-note tr th{
      word-break:keep-all;
      padding-right:0.5em;
    }
table.-custom-list{
  width:100%;
  line-height:1.67;
}
table.-custom-list tr{
    width:100%;
  }
table.-custom-list tr th, table.-custom-list tr td{
      padding-top:1.2rem;
      vertical-align:top;
      font-weight:400;
    }
table.-custom-list tr th{
      width:2em;
      word-break:keep-all;
      padding-right:0.5em;
    }
table.-custom-list tr td{
      width:calc(100% - 2em);
    }
table.-custom-list tr td p + p{
        margin-top:0.5rem;
      }
table.-common-table{
  margin-top:2rem;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}
table.-common-table tr th,table.-common-table tr td{
      width:auto;
      vertical-align:top;
      padding:0.75rem 1.2rem;
      border-right:1px solid #CCCCCC;
      border-bottom:1px solid #CCCCCC;
    }
table.-common-table tr th.-centered, table.-common-table tr td.-centered{
        text-align:center;
      }
table.-common-table tr th{
      background:#F8F8F8;
      font-weight:bold;
    }
table.-common-table tr th,table.-common-table tr td.-keep-all{
      word-break:keep-all;
    }
table.-common-table.-thin tr th,table.-common-table.-thin tr td{
        padding:0.35rem 1rem;
      }
table.-flex-table{
  margin-top:2rem;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  display:block;
}
table.-flex-table tr{
    position:relative;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
table.-flex-table tr th,table.-flex-table tr td{
      vertical-align:top;
      padding:0.5rem 1.2rem;
      border-right:1px solid #CCCCCC;
      border-bottom:1px solid #CCCCCC;
      display:block;
      width:100%;
    }
table.-flex-table tr th ul,table.-flex-table tr th ol,table.-flex-table tr td ul,table.-flex-table tr td ol{
        margin-top:-0.5em;
      }
table.-flex-table tr th .-sdgs-icons, table.-flex-table tr td .-sdgs-icons{
        width:100%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        padding:1rem 0;
        gap:1.2rem;
      }
table.-flex-table tr th .-sdgs-icons > img, table.-flex-table tr td .-sdgs-icons > img{
          height:auto;
          width:85px;
        }
@media screen and (min-width: 769px){
table.-flex-table tr th .-sdgs-icons > img, table.-flex-table tr td .-sdgs-icons > img{
		width:120px
        }
}
@media screen and (min-width: 1340px){
table.-flex-table tr th .-sdgs-icons > img, table.-flex-table tr td .-sdgs-icons > img{
		width:150px
        }
}
@media screen and (min-width: 769px){
table.-flex-table tr th .-sdgs-icons, table.-flex-table tr td .-sdgs-icons{
		gap:1.4rem
      }
}
@media screen and (min-width: 1340px){
table.-flex-table tr th .-sdgs-icons, table.-flex-table tr td .-sdgs-icons{
		gap:1.67rem
      }
}
@media screen and (min-width: 769px){
table.-flex-table tr th,table.-flex-table tr td{
		display:table-cell;
		width:auto
    }
}
@media screen and (min-width: 769px){}
table.-flex-table tr th{
      background:#F8F8F8;
      font-weight:bold;
      word-break:keep-all;
      width:100%;
    }
@media screen and (min-width: 769px){
table.-flex-table tr th{
		width:15em
    }
}
table.-flex-table tr td.-keep-all{
      word-break:keep-all;
    }
@media screen and (min-width: 769px){
table.-flex-table tr{
		display:table-row
  }
table.-flex-table{
		display:table
}
}
@media screen and (min-width: 769px){}
.-panel{
  width:100%;
  border:1px solid #CCCCCC;
  margin-top:2rem;
}
.-panel > .-head{
    border-bottom:1px solid #CCCCCC;
    background:#F8F8F8;
    font-weight:bold;
    padding:0.5rem 1.2rem;
  }
.-panel > .-body{
    line-height:1.67;
    padding:0.8rem 1.2rem;
  }
.bg-divide-container{
  position:relative;
  margin-bottom:-1px;
  background:#F8F8F8;
  padding-top:0.7rem;
  padding-bottom:1rem;
}
.bg-divide-container > .-divider-left,
  .bg-divide-container > .-divider-right{
    position:absolute;
    top:0;
    width:50%;
    height:3rem;
  }
.bg-divide-container > .-divider-left::before,
    .bg-divide-container > .-divider-left::after,
    .bg-divide-container > .-divider-right::before,
    .bg-divide-container > .-divider-right::after{
      position:absolute;
      display:block;
      content:"";
      width:1.33rem;
      height:1.33rem;
    }
.bg-divide-container > .-divider-left::before, .bg-divide-container > .-divider-right::before{
      z-index:2;
    }
.bg-divide-container > .-divider-left::after, .bg-divide-container > .-divider-right::after{
      z-index:3;
    }
@media screen and (min-width: 769px){
.bg-divide-container > .-divider-left,
  .bg-divide-container > .-divider-right{
		height:5.56rem
  }
}
.bg-divide-container > .-divider-left{
    left:0;
    background:#FFF;
  }
.bg-divide-container > .-divider-left::before{
      top:0;
      right:-1.33rem;
      background:#FFF;
    }
.bg-divide-container > .-divider-left::after{
      top:0;
      right:-1.33rem;
      border-radius:1.33rem 0 0 0;
      background:#F8F8F8;
    }
.bg-divide-container > .-divider-right{
    right:0;
    background:#F8F8F8;
  }
.bg-divide-container > .-divider-right::before{
      bottom:0;
      left:-1.33rem;
      background:#F8F8F8;
    }
.bg-divide-container > .-divider-right::after{
      bottom:0;
      left:-1.33rem;
      border-radius:0 0 1.33rem 0;
      background:#FFF;
    }
.bg-divide-container.-reverse{
    background:#FFF;
  }
.bg-divide-container.-reverse > .-divider-left,.bg-divide-container.-reverse > .-divider-left::before{
      background:#F8F8F8;
    }
.bg-divide-container.-reverse > .-divider-left::after,.bg-divide-container.-reverse > .-divider-right,.bg-divide-container.-reverse > .-divider-right::before{
      background:#FFF;
    }
.bg-divide-container.-reverse > .-divider-right::after{
      background:#F8F8F8;
    }
.bg-divide-container > .flex{
    z-index:5;
  }
@media screen and (min-width: 769px){
.bg-divide-container{
		padding-top:2.75rem;
		padding-bottom:0
}
}
@media screen and (min-width: 769px){}
#inpage-navi{
  padding-bottom:5.56rem;
}
#inpage-navi .-full{
    display:-ms-grid;
    display:grid;
    gap:0.5rem 1.11rem;
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
  }
#inpage-navi .-full > a.-item{
      position:relative;
      display:block;
      border:1px solid #CCCCCC;
      border-radius:0.28rem;
      background:#fff;
      line-height:1;
      font-size:1rem;
      padding:1em 3em 1em 1.67em;
      color:#000;
    }
#inpage-navi .-full > a.-item:visited{
        color:#000;
      }
#inpage-navi .-full > a.-item.hover{
        color:#7D001A;
      }
#inpage-navi .-full > a.-item.-down > img{
        right:1.89rem;
        width:0.67rem;
      }
#inpage-navi .-full > a.-item.-down > img,#inpage-navi .-full > a.-item.-right > img{
        position:absolute;
        top:50%;
        height:auto;
        -webkit-transform:translate(0, -50%);
                transform:translate(0, -50%);
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
#inpage-navi .-full > a.-item.-right > img{
        right:1.67rem;
        width:1.11rem;
      }
#inpage-navi .-full > a.-item.-down.hover > img{
        -webkit-transform:translate(0, 0%);
                transform:translate(0, 0%);
      }
#inpage-navi .-full > a.-item.-right.hover > img{
        -webkit-transform:translate(20%, -50%);
                transform:translate(20%, -50%);
      }
@media screen and (min-width: 769px){
#inpage-navi .-full{
		-ms-grid-columns:(1fr)[2];
		grid-template-columns:repeat(2, 1fr)
  }
}
@media screen and (min-width: 1340px){
#inpage-navi .-full{
		-ms-grid-columns:(1fr)[4];
		grid-template-columns:repeat(4, 1fr)
  }
}
#sec-about-aisatsu{
  padding:1.5rem 0 5.56rem;
}
.about-aisatsu-title > h2{
    margin:0;
    font-weight:normal;
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    line-height:1.5;
    font-size:2rem;
  }
@media screen and (min-width: 769px){
.about-aisatsu-title > h2{
		font-size:2.22rem
  }
}
.about-aisatsu-photo{
  padding:2.78rem 0 0.56rem;
}
.about-aisatsu-photo > img{
    width:100%;
    height:auto;
    border-radius:1.11rem;
  }
.about-aisatsu-text > p{
    font-size:1rem;
    line-height:2.22;
    padding-top:2.17rem;
  }
.about-aisatsu-daihyou{
  padding-top:2.72rem;
  width:100%;
  text-align:right;
  font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size:1.11rem;
  line-height:1.5;
}
.about-aisatsu-daihyou > strong{
    font-size:1.89rem;
    font-weight:normal;
    margin-left:0.85rem;
  }
#sec-about-profile{
  background:#F8F8F8;
  padding:2.5rem 0 5.56rem;
}
@media screen and (min-width: 769px){
#sec-about-profile{
		padding:1.5rem 0 5.56rem
}
}
.recruit-description,
.about-profile-gaiyou,
.about-profile-enkaku{
  background:#fff;
  border-radius:1.11rem;
  margin-top:2.78rem;
  -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
          box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
  padding:1.5rem 1.5rem;
}
.recruit-description > h2, .about-profile-gaiyou > h2, .about-profile-enkaku > h2{
    font-size:1.67rem;
    font-weight:normal;
    line-height:1.5;
    padding-bottom:1rem;
    border-bottom:1px solid #CCCCCC;
  }
.recruit-description > .-row, .about-profile-gaiyou > .-row, .about-profile-enkaku > .-row{
    font-size:1.05rem;
    font-weight:normal;
    line-height:1.67;
    padding:1rem 0;
    border-bottom:1px solid #CCCCCC;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
.recruit-description > .-row > .-head, .about-profile-gaiyou > .-row > .-head, .about-profile-enkaku > .-row > .-head{
      -webkit-box-flex:0;
      -webkit-flex:0 0 8em;
          -ms-flex:0 0 8em;
              flex:0 0 8em;
    }
@media screen and (min-width: 769px){
.recruit-description > .-row > .-head, .about-profile-gaiyou > .-row > .-head, .about-profile-enkaku > .-row > .-head{
		-webkit-box-flex:0;
		-webkit-flex:0 0 11em;
		    -ms-flex:0 0 11em;
		        flex:0 0 11em
    }
}
.recruit-description > .-row > .-body, .about-profile-gaiyou > .-row > .-body, .about-profile-enkaku > .-row > .-body{
      -webkit-box-flex:1;
      -webkit-flex:1 1 50%;
          -ms-flex:1 1 50%;
              flex:1 1 50%
    }
@media screen and (min-width: 769px){
.recruit-description,
.about-profile-gaiyou,
.about-profile-enkaku{
		padding:3.33rem 5.56rem
}
}
.about-profile-gaiyou{
  margin-top:0;
}
.about-office{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  gap:0 3.34rem;
}
.about-office > .-item{
    container-type:inline-size;
    position:relative;
    padding:2.78rem 0;
    width:100%;
  }
.about-office > .-item:not(:last-of-type){
      border-bottom:1px dotted #969696;
    }
@media screen and (min-width: 769px){
.about-office > .-item:not(:last-of-type){
		border-bottom:none
    }
}
.about-office > .-item > iframe{
      width:100cqw;
      height:51cqw;
    }
.about-office > .-item > .-title{
      font-size:1.33rem;
      font-weight:400;
      line-height:1.5;
      margin-top:1.25em;
    }
.about-office > .-item > .-addr,
    .about-office > .-item > .-tel{
      font-size:1rem;
      font-weight:400;
      line-height:1.67;
    }
.about-office > .-item > .-addr{
      margin-top:0.5em;
    }
.about-office > .-item > .-tel{
      margin-top:0;
    }
@media screen and (min-width: 769px){
.about-office > .-item{
		width:calc(50% - 1.67rem)
  }
}
.about-office > .-hr-pc{
    width:100%;
    height:1px;
    border-top:1px dotted #969696;
    display:none;
  }
@media screen and (min-width: 769px){
.about-office > .-hr-pc{
		display:block
  }
}
#sec-faq-top{
  padding-bottom:5.56rem;
}
#sec-faq{
  background:#F8F8F8;
  padding:2.77rem 0 5.56rem;
}
.faq-container > .-item{
    margin-top:2.77rem;
    width:100%;
    border-radius:1.11rem;
    background:#fff;
    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
    padding:1.3rem 1.6rem 1.6rem 1.6rem;
  }
.faq-container > .-item > .-q{
      padding-bottom:1.5rem;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
          -ms-flex-pack:justify;
              justify-content:space-between;
      border-bottom:1px solid #CCCCCC;
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }
.faq-container > .-item > .-q > .-icon{
        font-family:"Montserrat", sans-serif;
        font-weight:500;
        font-size:2.22rem;
        color:#7D001A;
        -webkit-box-flex:0;
        -webkit-flex:0 0 1.5em;
            -ms-flex:0 0 1.5em;
                flex:0 0 1.5em;
        line-height:1;
      }
.faq-container > .-item > .-q > .-text{
        -webkit-box-flex:1;
        -webkit-flex:1 1 auto;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        font-weight:500;
        line-height:1.5;
        padding-right:1em;
        padding-top:0.4em;
        font-size:1.3rem;
      }
@media screen and (min-width: 1340px){
.faq-container > .-item > .-q > .-text{
		padding-top:0;
		font-size:1.67rem
      }
}
@media screen and (min-width: 1340px){}
.faq-container > .-item > .-q > .-btn{
        display:none;
        width:1.39rem;
      }
.faq-container > .-item > .-q > .-btn > .-minus,
        .faq-container > .-item > .-q > .-btn > .-plus{
          width:100%;
          height:auto;
        }
.faq-container > .-item > .-q > .-btn > .-plus{
          display:none;
        }
@media screen and (min-width: 1340px){
.faq-container > .-item > .-q{
		-webkit-box-align:center;
		-webkit-align-items:center;
		    -ms-flex-align:center;
		        align-items:center
    }
}
.faq-container > .-item > .-a{
      padding-top:1.11rem;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }
.faq-container > .-item > .-a > .-icon{
        font-family:"Montserrat", sans-serif;
        font-weight:500;
        font-size:2.22rem;
        color:#2F4A88;
        -webkit-box-flex:0;
        -webkit-flex:0 0 1.5em;
            -ms-flex:0 0 1.5em;
                flex:0 0 1.5em;
        line-height:1;
        padding-left:0.05em;
      }
.faq-container > .-item > .-a > .-body{
        -webkit-box-flex:1;
        -webkit-flex:1 1 auto;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        padding-top:0.3rem;
      }
.faq-container > .-item > .-a > .-body ul{
          list-style-type:"● ";
        }
.faq-container > .-item > .-a > .-body .-wrapper{
          position:relative;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:justify;
          -webkit-justify-content:space-between;
              -ms-flex-pack:justify;
                  justify-content:space-between;
          -webkit-box-align:stretch;
          -webkit-align-items:stretch;
              -ms-flex-align:stretch;
                  align-items:stretch;
        }
.faq-container > .-item > .-a > .-body .-wrapper > .-half{
            width:100%;
          }
@media screen and (min-width: 1340px){
.faq-container > .-item > .-a > .-body .-wrapper > .-half{
		width:48%
          }
.faq-container > .-item{
		padding:1.83rem 2.77rem 2.77rem 2.77rem
  }
}
@media screen and (min-width: 1340px){}
.faq-table{
  margin-top:2rem;
  width:100%;
  border-left:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}
.faq-table tr th,.faq-table tr td{
      vertical-align:top;
      border-right:1px solid #CCCCCC;
      border-bottom:1px solid #CCCCCC;
      line-height:1.67;
    }
.faq-table tr th{
      background:#F8F8F8;
      font-weight:bold;
      word-break:keep-all;
      padding:0.67rem 0.5rem;
    }
@media screen and (min-width: 1340px){
.faq-table tr th{
		padding:0.67rem 1.67rem
    }
}
.faq-table tr td{
      padding:1.11rem 1.67rem;
    }
.faq-table tr td.-keep-all{
      word-break:keep-all;
    }
.faq-table.-center th{
      text-align:center;
    }
.faq-table .-centerbox{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
#sec-service-top > .flex > .-div1{
      padding-right:0;
    }
#sec-service-top > .flex > .-div1 > h2{
        font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
        font-weight:normal;
        font-size:2.22rem;
        line-height:1.5;
      }
#sec-service-top > .flex > .-div1 > ul{
        font-size:1.11rem;
        line-height:1.5;
        margin-top:2.78rem;
      }
#sec-service-top > .flex > .-div1 > ul > li{
          margin-left:-0.5em;
        }
#sec-service-top > .flex > .-div1 > ul > li::marker{
            color:#59BECB;
          }
#sec-service-top > .flex > .-div1 > ul > li + li{
            margin-top:0.56rem;
          }
#sec-service-top > .flex > .-div1 > p{
        margin-top:2.34rem;
        font-size:1rem;
        line-height:2.22;
      }
@media screen and (min-width: 1340px){
#sec-service-top > .flex > .-div1{
		padding-right:30px
    }
}
#sec-service-top > .flex > .-div2{
      padding:2rem 0;
    }
#sec-service-top > .flex > .-div2 > img{
        width:100%;
        height:auto;
        border-radius:1.11rem;
      }
@media screen and (min-width: 1340px){
#sec-service-top > .flex > .-div2{
		padding:0
    }
}
#sec-service{
  padding-top:2.14rem;
}
#sec-service > .-wrapper{
    background-color:#F8F8F8;
    border-radius:20px;
    padding:1.43rem 0;
  }
@media screen and (min-width: 769px){
#sec-service > .-wrapper{
		padding:5.56rem 0
  }
#sec-service{
		padding-top:5.56rem
}
}
@media screen and (min-width: 769px){}
.service-content{
  width:100%;
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.service-content > .-div1{
    width:100%;
  }
.service-content > .-div1 > ._sectionTitle > p{
        font-size:1rem;
        line-height:1.89;
        padding:1.2em 0 0 0;
      }
@media screen and (min-width: 1340px){
.service-content > .-div1 > ._sectionTitle > p{
		padding:1.67em 3.33em 2.78em 0
      }
.service-content > .-div1{
		width:25%
  }
}
@media screen and (min-width: 1340px){}
.service-content > .-div2{
    width:100%;
  }
@media screen and (min-width: 1340px){
.service-content > .-div2{
		width:75%
  }
}
#sec-service-list-h{
  padding:2.14rem 0;
}
body.contact-thanks #sec-service-list-h,
  body.contact #sec-service-list-h{
    padding-bottom:0;
  }
#sec-service-list-h > .-wrapper{
    background-color:#F8F8F8;
    border-radius:20px;
    padding:1.43rem 0;
  }
@media screen and (min-width: 1340px){
#sec-service-list-h > .-wrapper,#sec-service-list-h{
		padding:5.56rem 0
}
}
@media screen and (min-width: 1340px){}
.servicemenu{
  display:-ms-grid;
  display:grid;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
  gap:10px;
  -ms-grid-columns:(1fr)[2];
  grid-template-columns:repeat(2, 1fr);
}
.servicemenu > .-item{
    position:relative;
    background:#fff;
    border-radius:1.1rem;
    padding:1.39rem 0 0.83rem;
    -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
            box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
  }
.servicemenu > .-item.hover{
      -webkit-box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
              box-shadow:0px 0px 16px rgba(185, 185, 185, 0.46);
    }
.servicemenu > .-item > .-icon{
      width:100%;
      text-align:center;
    }
.servicemenu > .-item > .-icon > img{
        width:70px;
        height:auto;
      }
.servicemenu > .-item > .-text{
      color:#2F4A88;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      text-align:center;
      font-size:1rem;
      font-weight:500;
      line-height:1.1;
      height:2.6rem;
      margin-top:10px;
    }
.servicemenu > .-item.-lease > .-text{
      color:#7D001A;
    }
.servicemenu > .-item.-other > .-text{
      color:#2F4A88;
    }
@media screen and (min-width: 450px){
.servicemenu{
		-ms-grid-columns:(1fr)[3];
		grid-template-columns:repeat(3, 1fr)
}
}
@media screen and (min-width: 769px){
.servicemenu{
		-ms-grid-columns:(1fr)[4];
		grid-template-columns:repeat(4, 1fr)
}
}
@media screen and (min-width: 1340px){
.servicemenu{
		-ms-grid-columns:(1fr)[7];
		grid-template-columns:repeat(7, 1fr)
}
}
#sec-service-lead{
  padding-bottom:2.14rem;
}
@media screen and (min-width: 769px){
#sec-service-lead{
		padding-bottom:5.56rem
}
}
.service-lead-title,
.service-lead-image,
.service-lead-texts{
  position:relative;
  padding:0;
}
@media screen and (min-width: 1340px){
.service-lead-title,
.service-lead-image,
.service-lead-texts{
		padding:0 10%
}
}
.service-lead-title{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  line-height:1;
  font-weight:500;
  color:#7D001A;
  padding-bottom:3.33rem;
  margin:0;
  font-size:1.75rem;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
}
.service-lead-title.-alt{
    color:#2F4A88;
  }
.service-lead-title > .-icon{
    width:auto;
    height:4rem;
    margin-right:0;
    margin-bottom:0.5rem;
  }
@media screen and (min-width: 769px){
.service-lead-title > .-icon{
		height:5rem;
		margin-right:1.67rem;
		margin-bottom:0
  }
.service-lead-title{
		font-size:2.22rem;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-flow:row nowrap;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap
}
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-lead-image > .-wrapper{
    width:100%;
    position:relative;
  }
.service-lead-image > .-wrapper > .-photo{
      width:100%;
      height:auto;
      border-radius:1.67rem;
    }
.service-lead-image > .-wrapper > .-tl{
      position:absolute;
      top:-1.11rem;
      height:auto;
      left:-1.5rem;
      width:5.838rem;
    }
@media screen and (min-width: 1340px){
.service-lead-image > .-wrapper > .-tl{
		left:-2.78rem;
		width:9.73rem
    }
}
@media screen and (min-width: 1340px){}
.service-lead-image > .-wrapper > .-br{
      position:absolute;
      bottom:-1.11rem;
      height:auto;
      right:-1.5rem;
      width:6.834rem;
    }
@media screen and (min-width: 1340px){
.service-lead-image > .-wrapper > .-br{
		right:-2.78rem;
		width:11.39rem
    }
}
@media screen and (min-width: 1340px){}
.service-lead-texts > .-head{
    line-height:1.67;
    font-weight:500;
    padding-top:3.89rem;
    font-size:1.3rem;
  }
@media screen and (min-width: 1340px){
.service-lead-texts > .-head{
		font-size:1.67rem
  }
}
.service-lead-texts > .-body{
    font-size:1rem;
    line-height:2.22;
    padding-top:1.67rem;
  }
#sec-features{
  background:#F8F8F8;
  padding-top:1.67rem;
}
.service-features > .-item{
    padding-bottom:3rem;
  }
.service-features > .-item > .-head{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      line-height:1;
      font-weight:500;
      font-size:1.4rem;
    }
.service-features > .-item > .-head > .-num{
        width:auto;
        margin-right:0.5em;
        height:1.5rem;
      }
@media screen and (min-width: 1340px){
.service-features > .-item > .-head > .-num{
		height:2rem
      }
.service-features > .-item > .-head{
		font-size:1.89rem
    }
}
@media screen and (min-width: 1340px){}
.service-features > .-item > .-body > p{
        font-size:1rem;
        line-height:2.22;
        margin-top:1rem;
      }
.service-features > .-item > .-body > .-fig{
        width:100%;
        height:auto;
        border-radius:1.11rem;
        -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
        margin-top:1.2rem;
      }
@media screen and (min-width: 769px){
.service-features > .-item > .-body > .-fig{
		margin-top:2rem
      }
.service-features > .-item{
		padding-bottom:5.56rem
  }
}
@media screen and (min-width: 769px){}
#sec-advantages{
  padding-top:0;
  padding-bottom:3.5rem;
}
@media screen and (min-width: 769px){
#sec-advantages{
		padding-top:1.5rem;
		padding-bottom:5.56rem
}
}
@media screen and (min-width: 769px){}
.service-advantages{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}
.service-advantages > .-item{
    position:relative;
    width:100%;
  }
.service-advantages > .-item > .-inner{
      width:100%;
      padding:1.5rem 5% 0;
    }
.service-advantages > .-item > .-inner > .-photo{
        display:block;
        height:auto;
        margin:0 auto;
        width:60%;
      }
@media screen and (min-width: 769px){
.service-advantages > .-item > .-inner > .-photo{
		width:100%
      }
}
.service-advantages > .-item > .-inner > .-head{
        font-weight:500;
        line-height:1;
        color:#7D001A;
        text-align:center;
        padding-top:1.2rem;
        font-size:1.3rem;
      }
@media screen and (min-width: 769px){
.service-advantages > .-item > .-inner > .-head{
		padding-top:2.22rem
      }
}
@media screen and (min-width: 1340px){
.service-advantages > .-item > .-inner > .-head{
		font-size:1.67rem
      }
}
.service-advantages > .-item > .-inner > .-body{
        font-size:1rem;
        line-height:1.67;
        margin-top:0.5rem;
      }
@media screen and (min-width: 769px){
.service-advantages > .-item > .-inner{
		padding:1.75rem 15% 0
    }
.service-advantages > .-item{
		width:33.33%
  }
}
@media screen and (min-width: 769px){}
.service-lineup a{
    text-decoration:underline;
  }
.service-lineup > h2{
    color:#fff;
    font-weight:500;
    border-radius:999px;
    background:#59BECB;
    line-height:1;
    padding:0.5em 1em;
    font-size:1.3rem;
    margin-bottom:1.5rem;
  }
@media screen and (min-width: 769px){
.service-lineup > h2{
		font-size:1.67rem
  }
}
@media screen and (min-width: 1340px){
.service-lineup > h2{
		margin-bottom:2.78rem
  }
}
.service-lineup > .-lineup{
    width:100%;
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin-bottom:1.5rem;
  }
.service-lineup > .-lineup > .-image{
      text-align:center;
      width:100%;
      padding-right:0;
    }
.service-lineup > .-lineup > .-image > img{
        height:auto;
        width:200px;
      }
@media screen and (min-width: 450px){
.service-lineup > .-lineup > .-image > img{
		width:300px
      }
}
@media screen and (min-width: 769px){
.service-lineup > .-lineup > .-image > img{
		width:100%
      }
.service-lineup > .-lineup > .-image{
		width:350px;
		padding-right:50px
    }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-lineup > .-lineup > .-text{
      width:100%;
    }
.service-lineup > .-lineup > .-text > h3{
        color:#7D001A;
        font-weight:500;
        font-size:1.3rem;
      }
@media screen and (min-width: 769px){
.service-lineup > .-lineup > .-text > h3{
		font-size:1.67rem
      }
}
.service-lineup > .-lineup > .-text > h4{
        margin-top:1rem;
      }
@media screen and (min-width: 769px){
.service-lineup > .-lineup > .-text > h4{
		margin-top:2rem
      }
}
.service-lineup > .-lineup > .-text > ul{
        list-style-type:"● ";
        padding-left:1.25rem;
      }
.service-lineup > .-lineup > .-text .-banner{
        display:block;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.service-lineup > .-lineup > .-text .-banner.hover{
          opacity:0.7;
        }
.service-lineup > .-lineup > .-text img{
        width:100%;
        height:auto;
      }
@media screen and (min-width: 769px){
.service-lineup > .-lineup > .-text{
		width:calc(100% - 350px)
    }
}
@media screen and (min-width: 1340px){
.service-lineup > .-lineup{
		margin-bottom:2.78rem
  }
}
.service-table{
  padding-bottom:2.14rem;
}
.service-table a{
    text-decoration:underline;
  }
.service-table .-table-note{
    margin-top:1.5rem;
  }
@media screen and (min-width: 769px){
.service-table .-table-note{
		margin-top:2.78rem
  }
.service-table{
		padding-bottom:5.56rem
}
}
@media screen and (min-width: 769px){}
#sec-flow{
  background:#F8F8F8;
  padding-top:1rem;
  padding-bottom:2.14rem;
}
@media screen and (min-width: 769px){
#sec-flow{
		padding-top:1.5rem;
		padding-bottom:5.56rem
}
}
@media screen and (min-width: 769px){}
.service-flow{
  position:relative;
}
.service-flow::before{
    position:absolute;
    content:'';
    display:block;
    width:3px;
    background-image:url('/assets/images/service/vertical-dotline.svg');
    background-repeat:repeat-y;
    top:5.2rem;
    bottom:6rem;
    left:calc(1.5rem - 1.5px);
  }
@media screen and (min-width: 1340px){
.service-flow::before{
		top:4rem;
		bottom:5rem;
		left:calc(2.25rem - 1.5px)
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.service-flow > .-item{
    width:100%;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    padding:0.83rem 0;
  }
.service-flow > .-item,.service-flow > .-item > .-num{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    }
.service-flow > .-item > .-num{
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      padding-right:1rem;
      width:4rem;
    }
.service-flow > .-item > .-num > img{
        width:100%;
        height:auto;
        z-index:2;
      }
@media screen and (min-width: 1340px){
.service-flow > .-item > .-num{
		padding-right:1.5rem;
		width:6rem
    }
}
@media screen and (min-width: 1340px){}
.service-flow > .-item > .-block{
      background:#fff;
      border-radius:0.83rem;
      -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
              box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
      padding:0.75rem 1.2rem;
      width:calc(100% - 4rem);
    }
.service-flow > .-item > .-block > .-head{
        font-size:1.22rem;
        font-weight:500;
        line-height:1.4;
        color:#7D001A;
      }
.service-flow > .-item > .-block > .-body{
        font-size:1rem;
        line-height:1.67;
        margin-top:0.5rem;
      }
@media screen and (min-width: 1340px){
.service-flow > .-item > .-block{
		padding:1.11rem 1.67rem;
		width:calc(100% - 6rem)
    }
}
@media screen and (min-width: 1340px){}
.service-flow > .-item:first-of-type > .-num::before{
        top:0;
        bottom:50%;
      }
.service-flow > .-item:first-of-type > .-num::before,.service-flow > .-item:last-of-type > .-num::after{
        content:'';
        display:block;
        position:absolute;
        left:0;
        right:0;
        background:#F8F8F8;
        z-index:1;
      }
.service-flow > .-item:last-of-type > .-num::after{
        top:50%;
        bottom:0;
      }
.service-flow-images{
  padding-top:0;
}
.service-flow-images > .-fig{
    width:100%;
    height:auto;
    border-radius:1.11rem;
    margin-top:1.2rem;
  }
@media screen and (min-width: 769px){
.service-flow-images > .-fig{
		margin-top:2rem
  }
.service-flow-images{
		padding-top:2.22rem
}
}
@media screen and (min-width: 769px){}
.service-sectop-text{
  padding-bottom:2rem;
}
.service-sectop-text a{
    text-decoration:underline;
  }
#sec-example{
  padding-top:1.5rem;
}
.service-example{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}
.service-example > .-item,.service-example > .-item > .-text{
      position:relative;
      width:100%;
    }
.service-example > .-item > .-text > .-bg{
        width:100%;
        height:auto;
      }
.service-example > .-item > .-text > .-bg.-pc{
          display:none;
        }
@media screen and (min-width: 769px){
.service-example > .-item > .-text > .-bg.-pc{
		display:block
        }
}
.service-example > .-item > .-text > .-bg.-sp{
          display:block;
        }
@media screen and (min-width: 769px){
.service-example > .-item > .-text > .-bg.-sp{
		display:none
        }
}
.service-example > .-item > .-photo{
      position:relative;
      width:100%;
      padding:0.5rem 20% 1.5rem;
    }
.service-example > .-item > .-photo > img{
        width:100%;
        height:auto;
      }
@media screen and (min-width: 769px){
.service-example > .-item > .-photo{
		padding:1.75rem 15% 0
    }
.service-example > .-item{
		width:33.33%
  }
}
@media screen and (min-width: 769px){}
.service-example.-two > .-item{
      width:100%;
    }
.service-example.-two > .-item > .-photo{
        padding:0.5rem 20% 1.5rem;
      }
@media screen and (min-width: 769px){
.service-example.-two > .-item > .-photo{
		padding:1.75rem 25.7% 0
      }
.service-example.-two > .-item{
		width:48%
    }
}
@media screen and (min-width: 769px){}
.service-example-alt > .-hr{
    width:100%;
    border-top:1px solid #CCCCCC;
    padding-bottom:2.14rem;
  }
@media screen and (min-width: 769px){
.service-example-alt > .-hr{
		padding-bottom:5.56rem
  }
}
.service-example-alt > .-item{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
.service-example-alt > .-item,.service-example-alt > .-item > .-text{
    width:100%;
    padding-bottom:2.14rem;
    }
.service-example-alt > .-item > .-text > h2{
        line-height:2;
      }
.service-example-alt > .-item > .-text > h2 > span{
          display:inline-block;
          color:#fff;
          font-weight:500;
          line-height:1.2;
          background:#7D001A;
          border-radius:5px;
          padding:0.4em 0.625em;
          font-size:1.11rem;
        }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-text > h2 > span{
		font-size:1.33rem
        }
}
.service-example-alt > .-item > .-text > .-tag{
        margin-top:1.5rem;
      }
.service-example-alt > .-item > .-text > .-tag > span{
          display:inline-block;
          color:#fff;
          font-weight:500;
          border-radius:999px;
          background:#59BECB;
          line-height:1;
          padding:0.5em 2.5em;
          font-size:0.85rem;
        }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-text > .-tag > span{
		font-size:1.11rem
        }
}
@media screen and (min-width: 1340px){
.service-example-alt > .-item > .-text > .-tag{
		margin-top:2.78rem
      }
}
.service-example-alt > .-item > .-text > h3{
        color:#7D001A;
        font-weight:500;
        font-size:1.3rem;
      }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-text > h3{
		font-size:1.67rem
      }
}
.service-example-alt > .-item > .-text > .-dounyu{
        display:block;
        margin-top:1rem;
        margin-bottom:1rem;
      }
@media screen and (min-width: 1340px){
.service-example-alt > .-item > .-text > .-dounyu{
		margin-top:1.67rem;
		margin-bottom:1.67rem
      }
}
@media screen and (min-width: 1340px){}
.service-example-alt > .-item > .-text > .-point{
        color:#7D001A;
        border:1px solid #7D001A;
        border-radius:10px;
        padding:10px 15px;
        margin-top:1.5rem;
      }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-text > .-point{
		padding:20px 30px;
		margin-top:2.78rem
      }
}
@media screen and (min-width: 769px){}
.service-example-alt > .-item > .-text > .-banner{
        display:block;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
        margin-top:1rem;
      }
.service-example-alt > .-item > .-text > .-banner.hover{
          opacity:0.7;
        }
.service-example-alt > .-item > .-text > .-banner > img{
          width:100%;
          height:auto;
        }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-text > .-banner{
		margin-top:1.67rem
      }
.service-example-alt > .-item > .-text{
		width:55.5%;
		padding-bottom:0
    }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 769px){}
.service-example-alt > .-item > .-photo{
      width:100%;
    }
.service-example-alt > .-item > .-photo > img{
        width:100%;
        height:auto;
        border-radius:10px;
      }
.service-example-alt > .-item > .-photo > img + img{
          margin-top:1.67rem;
        }
@media screen and (min-width: 769px){
.service-example-alt > .-item > .-photo{
		width:40.3%
    }
.service-example-alt > .-item{
		padding-bottom:5.56rem
  }
}
@media screen and (min-width: 769px){}
#sec-service-comment{
  position:relative;
}
#sec-service-comment > .-bg{
    width:100%;
    height:auto;
    display:none;
  }
@media screen and (min-width: 769px){
#sec-service-comment > .-bg{
		display:block
  }
}
#sec-service-comment > .-bg-sp{
    width:100%;
    height:auto;
    display:block;
  }
@media screen and (min-width: 769px){
#sec-service-comment > .-bg-sp{
		display:none
  }
}
#sec-service-comment > .-inner{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
#sec-service-comment > .-inner > .flex > .-full{
        border-radius:1.11rem;
        background:#2F4A88;
        color:#fff;
        line-height:1.82;
        padding:1.11rem 1.4rem;
        font-size:1.11rem;
      }
@media screen and (min-width: 1340px){
#sec-service-comment > .-inner > .flex > .-full{
		padding:2.22rem 2.78rem;
		font-size:1.22rem
      }
}
@media screen and (min-width: 1340px){}
#sec-contact-head{
  padding-bottom:2.14rem;
}
body.contact-thanks #sec-contact-head{
    padding-bottom:0;
  }
#sec-contact-head a{
    text-decoration:underline;
  }
#sec-contact-head .-kanryouTitle{
    color:#7D001A;
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:400;
    padding-bottom:0.71rem;
    font-size:1.29rem;
  }
@media screen and (min-width: 1340px){
#sec-contact-head .-kanryouTitle{
		padding-bottom:1rem;
		font-size:1.89rem
  }
}
@media screen and (min-width: 1340px){}
#sec-contact-head .-hasError{
    border-radius:20px;
    border:1px solid #f00;
    background:#f00;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    color:#fff;
    padding:1rem;
    margin-bottom:2rem;
  }
#sec-contact-head .-hasError > h3{
      font-size:2rem;
      line-height:1;
      margin:0 0 0.25em;
      letter-spacing:0.25em;
    }
@media screen and (min-width: 1340px){
#sec-contact-head{
		padding-bottom:5.56rem
}
}
#sec-contact-tel{
  padding-top:2.14rem;
}
#sec-contact-tel .-full{
    background-color:#F8F8F8;
    border-radius:10px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding:0.8rem;
  }
#sec-contact-tel .-full > h4{
      font-weight:400;
      font-size:1rem;
    }
#sec-contact-tel .-full > a{
      font-weight:700;
      font-size:1.67rem;
    }
#sec-contact-tel .-full > p{
      font-weight:500;
      font-size:1rem;
      margin-top:-0.75em;
    }
@media screen and (min-width: 1340px){
#sec-contact-tel .-full{
		padding:1.5rem
  }
#sec-contact-tel{
		padding-top:5.56rem
}
}
@media screen and (min-width: 1340px){}
#sec-contact-form{
  background-color:#F8F8F8;
  padding:2.14rem 0;
}
#sec-contact-form .-full{
    background:#fff;
    border-radius:20px;
    padding:1.28rem 1.5rem;
  }
@media screen and (min-width: 1340px){
#sec-contact-form .-full{
		padding:3.34rem 8.34rem
  }
}
#sec-contact-form h2{
    text-align:center;
    font-weight:400;
    font-size:1.33rem;
    margin:0 0 1rem 0;
  }
@media screen and (min-width: 1340px){
#sec-contact-form h2{
		margin:0 0 2.5rem 0
  }
#sec-contact-form{
		padding:5.56rem 0
}
}
@media screen and (min-width: 1340px){}
.hissu{
  font-weight:500;
  font-size:0.78em;
  line-height:1;
  display:inline-block;
  background:#7D001A;
  color:#fff;
  border-radius:999px;
  padding:0.4em 1em;
  margin:0 0.25em;
}
.uniform__potty{
  position:absolute;
  left:-9999px;
}
input:-webkit-autofill{
  -webkit-box-shadow:0 0 0px 1000px #fff inset !important;
}
.form-table{
  width:100%;
  border-top:1px solid #ccc;
}
.form-table tr{
    position:relative;
    width:100%;
    border-bottom:1px solid #ccc;
    display:block;
  }
.form-table tr th{
      font-weight:normal;
      font-size:1rem;
      text-wrap:nowrap;
      vertical-align:top;
      padding:1.5rem 0.5rem 0.25rem;
      width:100%;
      display:block;
    }
@media screen and (min-width: 1340px){
.form-table tr th{
		padding:1.67rem 1rem;
		width:16rem;
		display:table-cell
    }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.form-table tr td{
      line-height:1;
      padding:0.25rem 0.5rem 1.5rem;
      width:100%;
      display:block;
    }
.form-table tr td > .-input-block{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
      }
.form-table tr td > .-input-block > input[type="text"]{
          width:100%;
        }
@media screen and (min-width: 1340px){
.form-table tr td > .-input-block > input[type="text"]{
		width:60%
        }
}
.form-table tr td > .-input-block > input[type="radio"]{
          position:relative;
          width:1rem;
          height:1rem;
          border:1px solid #000;
          border-radius:50%;
          vertical-align:-2px;
          margin-right:4px;
          -webkit-appearance:none;
             -moz-appearance:none;
                  appearance:none;
        }
.form-table tr td > .-input-block > input[type="radio"]:checked:before{
            position:absolute;
            top:50%;
            left:50%;
            -webkit-transform:translate(-50%, -50%);
                    transform:translate(-50%, -50%);
            width:0.6rem;
            height:0.6rem;
            border-radius:50%;
            background:#000;
            content:'';
          }
.form-table tr td > .-input-block > .-ph{
          font-size:0.78rem;
          padding:0.75em 0 0 0;
        }
@media screen and (min-width: 1340px){
.form-table tr td > .-input-block > .-ph{
		padding:0 1.5em 0 0
        }
.form-table tr td > .-input-block{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-flow:row nowrap;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap
      }
.form-table tr td{
		padding:1.67rem 1rem;
		width:auto;
		display:table-cell
    }
.form-table tr{
		display:table-row
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
.form-table input[type="text"]{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    padding:0.25em 1em;
    background-color:#fff;
    border-radius:3px;
    border:1px solid #ccc;
    outline:none;
    line-height:1.5;
  }
.form-table .hasError input[type="text"]{
    border:solid 1px red;
  }
.form-table textarea{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    padding:0.25em 1em;
    background-color:#fff;
    border-radius:3px;
    border:1px solid #ccc;
    outline:none;
    line-height:1.5;
    width:100%;
  }
.form-table .hasError textarea{
    border:solid 1px red;
  }
.form-errortext{
  width:100%;
  padding-top:0.5em;
  color:#f00;
  font-size:0.85rem;
}
.formbtn{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.formbtn button{
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
    width:65%;
  }
.formbtn button > .-text{
      width:100%;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.formbtn button.hover{
      opacity:0.7;
    }
.formbtn button.-disabled{
      pointer-events:none;
      background:#969696;
      background:-webkit-gradient(linear, left top, right top, from(#dedede), to(#888888));
      background:-webkit-linear-gradient(left, #dedede 0%, #888888 100%);
      background:linear-gradient(90deg, #dedede 0%, #888888 100%);
      border:2px solid #c0c0c0;
      color:#fff;
    }
@media screen and (min-width: 1340px){
.formbtn button{
		width:35%
  }
}
.form-ppblock{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1.5rem 0;
}
.form-ppblock .form-errortext{
    text-align:center;
  }
.form-ppblock a{
    color:#7D001A;
    text-decoration:underline;
  }
.form-ppblock a.hover{
      color:#ff813e;
    }
@media screen and (min-width: 1340px){
.form-ppblock{
		padding:2.5rem 0
}
}
input[type="checkbox"]{
  position:relative;
  font-size:1.2rem;
  width:1em;
  height:1em;
  border:1px solid #CCCCCC;
  margin-right:0.5em;
  vertical-align:-0.2em;
  border-radius:3px;
  -webkit-appearance:none;
  -moz-appearance:none;
          appearance:none;
}
input[type="checkbox"]:checked{
    background:#2F4A88;
    border-color:#2F4A88;
  }
input[type="checkbox"]:checked:before{
      font-size:1.2rem;
      position:absolute;
      top:0.1em;
      left:0.3em;
      -webkit-transform:rotate(50deg);
              transform:rotate(50deg);
      width:0.3em;
      height:0.6em;
      border-right:2px solid #fff;
      border-bottom:2px solid #fff;
      content:'';
    }
body.recruit ._sectionTitle > .-en{
      color:#2F4A88;
      font-size:1rem;
    }
@media screen and (min-width: 450px){
body.recruit ._sectionTitle > .-en{
		font-size:1.11rem
    }
}
@media screen and (min-width: 769px){
body.recruit ._sectionTitle > .-en{
		font-size:1.11rem
    }
}
body.recruit ._sectionTitle > .-ja{
      font-size:1.75rem;
    }
@media screen and (min-width: 450px){
body.recruit ._sectionTitle > .-ja{
		font-size:2.22rem
    }
}
@media screen and (min-width: 1340px){
body.recruit ._sectionTitle > .-ja{
		font-size:2.22rem
    }
}
body.recruit .breadcrumb{
    padding:0.7rem 0;
  }
@media screen and (min-width: 1340px){
body.recruit .breadcrumb{
		padding:3rem 0 6rem
  }
}
body.recruit .shape-1{
    position:absolute;
    right:0;
    height:auto;
    width:38.5%;
    top:-60px;
  }
@media screen and (min-width: 450px){
body.recruit .shape-1{
		width:36%
  }
}
@media screen and (min-width: 769px){
body.recruit .shape-1{
		width:27%
  }
}
@media screen and (min-width: 1340px){
body.recruit .shape-1{
		width:26.5%
  }
}
@media screen and (min-width: 450px){
body.recruit .shape-1{
		top:-100px
  }
}
@media screen and (min-width: 1340px){
body.recruit .shape-1{
		top:-130px
  }
}
.recruit-content-1 > .-texts{
    position:relative;
    top:unset;
    left:unset;
  }
.recruit-content-1 > .-texts > ._sectionTitle{
      position:relative;
    }
.recruit-content-1 > .-texts > ._sectionTitle > .shape-title{
        position:relative;
        height:auto;
        width:180px;
      }
@media screen and (min-width: 450px){
.recruit-content-1 > .-texts > ._sectionTitle > .shape-title{
		width:220px
      }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts > ._sectionTitle > .shape-title{
		width:280px
      }
}
.recruit-content-1 > .-texts > ._sectionTitle > .-en{
        margin-top:-120px;
      }
@media screen and (min-width: 450px){
.recruit-content-1 > .-texts > ._sectionTitle > .-en{
		margin-top:-150px
      }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts > ._sectionTitle > .-en{
		margin-top:-190px
      }
}
.recruit-content-1 > .-texts > h1{
      font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
      font-weight:normal;
      margin-top:1.75rem;
      line-height:1.42;
      font-size:1.71rem;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .-texts > h1{
		margin-top:4rem
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts > h1{
		margin-top:0.75rem;
		line-height:1.5
    }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 450px){
.recruit-content-1 > .-texts > h1{
		font-size:2.6rem
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts > h1{
		font-size:3.33rem
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .-texts{
		position:absolute;
		top:0
  }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts{
		top:-1.5rem
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .-texts{
		left:43%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .-texts{
		left:43%
  }
}
.recruit-content-1 > .photoelem-1{
    position:relative;
    z-index:4;
    margin:0;
    padding-left:7.8%;
    padding-right:55.6%;
  }
.recruit-content-1 > .photoelem-1 > img.-photo{
      width:100%;
      height:auto;
      border-radius:10px;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1 > img.-photo{
		border-radius:20px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1 > img.-photo{
		border-radius:20px
    }
}
.recruit-content-1 > .photoelem-1 > .-kazari-1{
      position:absolute;
      height:auto;
      width:20px;
      top:-4px;
      left:15px;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		width:11%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		width:6.9%
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		top:-22px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		top:-18px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		left:-1.7%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1 > .-kazari-1{
		left:5.8%
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1{
		margin:60px 0 0 -2%
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-1{
		margin:40px 0 0 0
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1{
		margin:0
  }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1{
		padding-left:0
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-1{
		padding-left:0
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1{
		padding-left:0
  }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-1{
		padding-right:58%
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-1{
		padding-right:61%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-1{
		padding-right:59.7%
  }
}
.recruit-content-1 > .photoelem-2{
    position:relative;
    z-index:3;
    margin-top:-7rem;
    padding-left:30%;
  }
.recruit-content-1 > .photoelem-2 > img.-photo{
      width:100%;
      height:auto;
      border-radius:10px;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 > img.-photo{
		border-radius:20px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 > img.-photo{
		border-radius:20px
    }
}
.recruit-content-1 > .photoelem-2 > .-kazari-2{
      position:absolute;
      height:auto;
      width:28px;
      top:-17px;
      right:8px;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		width:12%
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		width:9.5%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		width:9.7%
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		top:-52px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		top:-70px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		right:4%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 > .-kazari-2{
		right:2.4%
    }
}
.recruit-content-1 > .photoelem-2 .shape-2{
      position:absolute;
      height:auto;
      left:-20px;
      top:unset;
      bottom:0;
      width:25%;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-2{
		left:-90px
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-2{
		left:-90px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-2{
		left:-190px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-2{
		top:unset
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-2{
		top:-60px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-2{
		top:-80px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-2{
		bottom:40px
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-2{
		bottom:unset
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-2{
		bottom:unset
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-2{
		width:28%
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-2{
		width:30%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-2{
		width:30.6%
    }
}
.recruit-content-1 > .photoelem-2 .shape-5{
      position:absolute;
      height:auto;
      bottom:-60px;
      right:-10px;
      width:33.8%;
    }
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-5{
		bottom:-130px
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-5{
		bottom:-160px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-5{
		bottom:-240px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-5{
		right:20px
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-5{
		right:-60px
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-5{
		right:-50px
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2 .shape-5{
		width:38%
    }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2 .shape-5{
		width:38%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2 .shape-5{
		width:37%
    }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2{
		margin-top:-13rem
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2{
		margin-top:-3rem
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2{
		margin-top:-7rem
  }
}
@media screen and (min-width: 450px){
.recruit-content-1 > .photoelem-2{
		padding-left:25%
  }
}
@media screen and (min-width: 769px){
.recruit-content-1 > .photoelem-2{
		padding-left:32%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-1 > .photoelem-2{
		padding-left:27.4%
  }
}
#sec-recruit-content-2{
  margin-top:40px;
}
@media screen and (min-width: 450px){
#sec-recruit-content-2{
		margin-top:30px
}
}
@media screen and (min-width: 769px){
#sec-recruit-content-2{
		margin-top:-13vw
}
}
@media screen and (min-width: 1340px){
#sec-recruit-content-2{
		margin-top:-8rem
}
}
.recruit-content-2 .shape-3{
    width:100%;
    padding-left:25%;
    padding-right:0;
  }
.recruit-content-2 .shape-3 > img{
      display:block;
      width:100%;
      height:auto;
      -webkit-transform:translateX(15px);
              transform:translateX(15px);
    }
@media screen and (min-width: 450px){
.recruit-content-2 .shape-3 > img{
		-webkit-transform:none;
		        transform:none
    }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .shape-3 > img{
		-webkit-transform:none;
		        transform:none
    }
}
@media screen and (min-width: 450px){
.recruit-content-2 .shape-3{
		padding-left:17%
  }
}
@media screen and (min-width: 769px){
.recruit-content-2 .shape-3{
		padding-left:5%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .shape-3{
		padding-left:0
  }
}
@media screen and (min-width: 450px){
.recruit-content-2 .shape-3{
		padding-right:35.5%
  }
}
@media screen and (min-width: 769px){
.recruit-content-2 .shape-3{
		padding-right:38%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .shape-3{
		padding-right:35.5%
  }
}
.recruit-content-2 .-texts{
    position:relative;
    z-index:3;
    padding-left:0;
    margin-top:-12rem;
  }
.recruit-content-2 .-texts > h2{
      font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
      font-weight:normal;
      line-height:1.42;
      font-size:1.71rem;
    }
@media screen and (min-width: 450px){
.recruit-content-2 .-texts > h2{
		line-height:1.5
    }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts > h2{
		line-height:1.5
    }
}
@media screen and (min-width: 450px){
.recruit-content-2 .-texts > h2{
		font-size:2.5rem
    }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts > h2{
		font-size:3.33rem
    }
}
.recruit-content-2 .-texts > p{
      font-size:1rem;
      margin-top:1rem;
      padding-right:3rem;
      line-height:2.14;
    }
@media screen and (min-width: 450px){
.recruit-content-2 .-texts > p{
		padding-right:35%
    }
}
@media screen and (min-width: 769px){
.recruit-content-2 .-texts > p{
		padding-right:60%
    }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts > p{
		padding-right:55%
    }
}
@media screen and (min-width: 450px){
.recruit-content-2 .-texts > p{
		line-height:2.22
    }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts > p{
		line-height:2.22
    }
}
@media screen and (min-width: 769px){
.recruit-content-2 .-texts{
		padding-left:8%
  }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts{
		padding-left:0
  }
}
@media screen and (min-width: 450px){
.recruit-content-2 .-texts{
		margin-top:-7rem
  }
}
@media screen and (min-width: 769px){
.recruit-content-2 .-texts{
		margin-top:-8rem
  }
}
@media screen and (min-width: 1340px){
.recruit-content-2 .-texts{
		margin-top:-17.5rem
  }
}
.shape-4{
  position:absolute;
  left:0;
  width:12.8%;
  bottom:unset;
  top:8rem;
}
.shape-4 > img{
    width:100%;
    height:auto;
  }
@media screen and (min-width: 450px){
.shape-4{
		width:10%
}
}
@media screen and (min-width: 769px){
.shape-4{
		width:16%
}
}
@media screen and (min-width: 1340px){
.shape-4{
		width:7.5%
}
}
@media screen and (min-width: 450px){
.shape-4{
		bottom:unset
}
}
@media screen and (min-width: 1340px){
.shape-4{
		bottom:13rem
}
}
@media screen and (min-width: 450px){
.shape-4{
		top:21rem
}
}
@media screen and (min-width: 769px){
.shape-4{
		top:50vw
}
}
@media screen and (min-width: 1340px){
.shape-4{
		top:unset
}
}
.photoelem-3{
  position:relative;
  z-index:3;
  width:100%;
  margin-top:20px;
  margin-bottom:40px;
  padding-left:40px;
}
.photoelem-3 > img{
    width:100%;
    height:auto;
    border-radius:10px 0 0 10px;
  }
@media screen and (min-width: 450px){
.photoelem-3 > img{
		border-radius:20px 0 0 20px
  }
}
@media screen and (min-width: 1340px){
.photoelem-3 > img{
		border-radius:20px 0 0 20px
  }
}
@media screen and (min-width: 450px){
.photoelem-3{
		margin-top:1rem
}
}
@media screen and (min-width: 769px){
.photoelem-3{
		margin-top:-24vw
}
}
@media screen and (min-width: 1340px){
.photoelem-3{
		margin-top:-19rem
}
}
@media screen and (min-width: 450px){
.photoelem-3{
		margin-bottom:40px
}
}
@media screen and (min-width: 1340px){
.photoelem-3{
		margin-bottom:40px
}
}
@media screen and (min-width: 450px){
.photoelem-3{
		padding-left:45%
}
}
@media screen and (min-width: 769px){
.photoelem-3{
		padding-left:55%
}
}
@media screen and (min-width: 1340px){
.photoelem-3{
		padding-left:50%
}
}
#sec-recruit-floatitems{
  background-color:#2F4A88;
  background-size:100% auto;
  background-position:0 0;
  background-repeat:repeat;
  z-index:2;
  margin-top:80px;
  padding:0 0 40px 0;
  margin-bottom:-20px;
  border-radius:20px;
  background-image:url('/assets/images/recruit/bg-blue-sp.jpg');
}
@media screen and (min-width: 450px){
#sec-recruit-floatitems{
		margin-top:60px
}
}
@media screen and (min-width: 1340px){
#sec-recruit-floatitems{
		margin-top:-10rem
}
}
@media screen and (min-width: 769px){
#sec-recruit-floatitems{
		padding:0 0 60px 0
}
}
@media screen and (min-width: 1340px){
#sec-recruit-floatitems{
		padding:0 0 100px 0;
		margin-bottom:-80px
}
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 450px){
#sec-recruit-floatitems{
		border-radius:80px
}
}
@media screen and (min-width: 1340px){
#sec-recruit-floatitems{
		border-radius:80px
}
}
@media screen and (min-width: 450px){
#sec-recruit-floatitems{
		background-image:url('/assets/images/recruit/bg-blue.jpg')
}
}
@media screen and (min-width: 1340px){
#sec-recruit-floatitems{
		background-image:url('/assets/images/recruit/bg-blue.jpg')
}
}
.recruit-floatitems{
  padding:0;
}
.recruit-floatitems .textelem{
    width:100%;
    color:#F1D147;
    line-height:1.25;
    margin-top:1.5rem;
    font-size:1.14rem;
  }
.recruit-floatitems .textelem > br{
      display:inline;
    }
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem > br{
		display:none
    }
}
.recruit-floatitems .textelem.textelem-2{
      padding-left:2em;
    }
.recruit-floatitems .textelem.textelem-3{
      text-align:right;
      margin-top:3rem;
      padding-right:0;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-3{
		text-align:left
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-3{
		text-align:right
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-3{
		text-align:right
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-3{
		margin-top:8rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-3{
		margin-top:3rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-3{
		margin-top:3rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-3{
		padding-right:50%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-3{
		padding-right:52.4%
    }
}
.recruit-floatitems .textelem.textelem-4{
      margin-top:1.5rem;
      padding-left:0;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-4{
		margin-top:3rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-4{
		margin-top:3rem
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-4{
		padding-left:45%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-4{
		padding-left:56%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-4{
		padding-left:51.6%
    }
}
.recruit-floatitems .textelem.textelem-5{
      padding-left:4rem;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-5{
		padding-left:47%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-5{
		padding-left:65%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-5{
		padding-left:calc(51.6% + 4rem)
    }
}
.recruit-floatitems .textelem.textelem-6{
      text-align:right;
      margin-top:3rem;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-6{
		margin-top:6rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-6{
		margin-top:110px
    }
}
.recruit-floatitems .textelem.textelem-7{
      text-align:right;
    }
.recruit-floatitems .textelem.textelem-8{
      margin-top:1.5rem;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-8{
		margin-top:4rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-8{
		margin-top:3rem
    }
}
.recruit-floatitems .textelem.textelem-9{
      text-align:right;
      margin-top:3rem;
      padding-right:0;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-9{
		margin-top:52vw
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-9{
		margin-top:8rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-9{
		margin-top:9rem
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .textelem.textelem-9{
		padding-right:55%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .textelem.textelem-9{
		padding-right:0
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .textelem.textelem-9{
		padding-right:4em
    }
.recruit-floatitems .textelem{
		font-size:1.33rem
  }
}
@media screen and (min-width: 1340px){}
.recruit-floatitems .photoelem{
    width:100%;
    margin-top:1.5rem;
  }
.recruit-floatitems .photoelem > img{
      width:100%;
      height:auto;
      border-radius:10px;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem > img{
		border-radius:20px
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem > img{
		border-radius:20px
    }
}
.recruit-floatitems .photoelem.photoelem-4{
      margin-top:-80px;
      padding-right:25%;
    }
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-4{
		margin-top:-100px
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-4{
		margin-top:-80px
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-4{
		padding-right:45%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-4{
		padding-right:50%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-4{
		padding-right:60%
    }
}
.recruit-floatitems .photoelem.photoelem-5{
      margin-top:1.5rem;
      padding-left:16%;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-5{
		margin-top:-11rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-5{
		margin-top:-25vw
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-5{
		margin-top:-200px
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-5{
		padding-left:45%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-5{
		padding-left:56%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-5{
		padding-left:51.6%
    }
}
.recruit-floatitems .photoelem.photoelem-6{
      margin-top:1.5rem;
      padding-left:0;
      padding-right:38%;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-6{
		margin-top:-19rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-6{
		margin-top:-27vw
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-6{
		margin-top:-550px
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-6{
		padding-left:15%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-6{
		padding-left:7.2%
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-6{
		padding-right:62%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-6{
		padding-right:50%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-6{
		padding-right:52.4%
    }
}
.recruit-floatitems .photoelem.photoelem-7{
      margin-top:1.5rem;
      padding-right:0;
    }
.recruit-floatitems .photoelem.photoelem-7 > img{
        width:100%;
      }
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-7 > img{
		width:45rem
      }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-7{
		margin-top:-49vw
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-7{
		margin-top:-6rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-7{
		margin-top:-4rem
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-7{
		padding-right:25%
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-7{
		padding-right:30%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-7{
		padding-right:0
    }
}
.recruit-floatitems .photoelem.photoelem-8{
      margin-top:-20px;
      padding-left:31.5%;
      padding-right:6.5%;
    }
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-8{
		margin-top:-6rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems .photoelem.photoelem-8{
		margin-top:-8rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-8{
		margin-top:-380px
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-8{
		padding-left:55%
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-8{
		padding-left:41rem
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems .photoelem.photoelem-8{
		padding-right:0
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems .photoelem.photoelem-8{
		padding-right:0
    }
}
.recruit-floatitems > .-texts{
    color:#fff;
    margin-top:0;
    width:100%;
  }
.recruit-floatitems > .-texts > h2{
      font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
      font-weight:normal;
      margin-top:1.5em;
      line-height:1.67;
      font-size:1.29rem;
    }
@media screen and (min-width: 450px){
.recruit-floatitems > .-texts > h2{
		line-height:1.5
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems > .-texts > h2{
		line-height:1.5
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems > .-texts > h2{
		font-size:2.2rem
    }
}
@media screen and (min-width: 769px){
.recruit-floatitems > .-texts > h2{
		font-size:2.5rem
    }
}
@media screen and (min-width: 1340px){
.recruit-floatitems > .-texts > h2{
		font-size:2.56rem
    }
}
.recruit-floatitems > .-texts > p{
      margin-top:0.6em;
      line-height:2.14;
    }
@media screen and (min-width: 1340px){
.recruit-floatitems > .-texts > p{
		line-height:1.89
    }
}
@media screen and (min-width: 450px){
.recruit-floatitems > .-texts{
		margin-top:-8rem
  }
}
@media screen and (min-width: 769px){
.recruit-floatitems > .-texts{
		margin-top:-12rem
  }
}
@media screen and (min-width: 1340px){
.recruit-floatitems > .-texts{
		margin-top:-10.5rem;
		width:40rem
  }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 450px){
.recruit-floatitems{
		padding:3%
}
}
@media screen and (min-width: 769px){
.recruit-floatitems{
		padding:5%
}
}
@media screen and (min-width: 1340px){
.recruit-floatitems{
		padding:0
}
}
#sec-recruit-voice-navi{
  background:#F8F8F8;
  padding:5rem 0 0;
}
@media screen and (min-width: 450px){
#sec-recruit-voice-navi{
		padding:9rem 4% 0
}
}
@media screen and (min-width: 769px){
#sec-recruit-voice-navi{
		padding:9rem 5% 0
}
}
@media screen and (min-width: 1340px){
#sec-recruit-voice-navi{
		padding:9rem 0 0
}
}
.recruit-voice-navi{
  position:relative;
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.recruit-voice-navi > ._sectionTitle{
    width:100%;
  }
@media screen and (min-width: 1340px){
.recruit-voice-navi > ._sectionTitle{
		width:275px
  }
}
.recruit-voice-navi > .voice-swiper-pagination{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    gap:10px;
    padding-bottom:30px;
    width:100%;
  }
.recruit-voice-navi > .voice-swiper-pagination > .-item{
      position:relative;
      cursor:pointer;
      border-radius:5px;
      background:#fff;
      border:1px solid #ccc;
      line-height:1;
      padding:0.5rem 1rem;
      text-align:center;
      width:calc(50% - 5px);
    }
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(1){
        -webkit-box-ordinal-group:2;
        -webkit-order:1;
            -ms-flex-order:1;
                order:1;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(1){
		-webkit-box-ordinal-group:2;
		-webkit-order:1;
		    -ms-flex-order:1;
		        order:1
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(2){
        -webkit-box-ordinal-group:3;
        -webkit-order:2;
            -ms-flex-order:2;
                order:2;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(2){
		-webkit-box-ordinal-group:5;
		-webkit-order:4;
		    -ms-flex-order:4;
		        order:4
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(3){
        -webkit-box-ordinal-group:4;
        -webkit-order:3;
            -ms-flex-order:3;
                order:3;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(3){
		-webkit-box-ordinal-group:3;
		-webkit-order:2;
		    -ms-flex-order:2;
		        order:2
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(4){
        -webkit-box-ordinal-group:5;
        -webkit-order:4;
            -ms-flex-order:4;
                order:4;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(4){
		-webkit-box-ordinal-group:6;
		-webkit-order:5;
		    -ms-flex-order:5;
		        order:5
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(5){
        -webkit-box-ordinal-group:6;
        -webkit-order:5;
            -ms-flex-order:5;
                order:5;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(5){
		-webkit-box-ordinal-group:4;
		-webkit-order:3;
		    -ms-flex-order:3;
		        order:3
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(6){
        -webkit-box-ordinal-group:7;
        -webkit-order:6;
            -ms-flex-order:6;
                order:6;
      }
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item:nth-of-type(6){
		-webkit-box-ordinal-group:7;
		-webkit-order:6;
		    -ms-flex-order:6;
		        order:6
      }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item > .-arrow{
        position:absolute;
        top:50%;
        right:25px;
        -webkit-transform:translateY(-50%);
                transform:translateY(-50%);
        display:none;
      }
.recruit-voice-navi > .voice-swiper-pagination > .-item > .-arrow.-active{
          display:none;
        }
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item > .-arrow.-active{
		display:none
        }
.recruit-voice-navi > .voice-swiper-pagination > .-item > .-arrow{
		display:block
      }
}
@media screen and (min-width: 769px){}
.recruit-voice-navi > .voice-swiper-pagination > .-item.-active{
        background:#2F4A88;
        border-color:#2F4A88;
        color:#fff;
      }
.recruit-voice-navi > .voice-swiper-pagination > .-item.-active > .-arrow.-normal{
          display:none;
        }
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item.-active > .-arrow.-normal{
		display:none
        }
}
.recruit-voice-navi > .voice-swiper-pagination > .-item.-active > .-arrow.-active{
          display:none;
        }
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item.-active > .-arrow.-active{
		display:block
        }
}
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		padding:1.5rem 1rem
    }
}
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		padding:1.5rem 1.67rem
    }
}
@media screen and (min-width: 1340px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		padding:1rem 1.67rem
    }
}
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		text-align:left
    }
}
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		width:calc(33.33% - 13.33333px)
    }
}
@media screen and (min-width: 769px){
.recruit-voice-navi > .voice-swiper-pagination > .-item{
		width:calc(33.33% - 13.33333px)
    }
}
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination{
		gap:10px 20px
  }
}
@media screen and (min-width: 1340px){
.recruit-voice-navi > .voice-swiper-pagination{
		gap:20px
  }
}
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination{
		padding-bottom:50px
  }
}
@media screen and (min-width: 1340px){
.recruit-voice-navi > .voice-swiper-pagination{
		padding-bottom:50px
  }
}
@media screen and (min-width: 450px){
.recruit-voice-navi > .voice-swiper-pagination{
		width:100%
  }
}
@media screen and (min-width: 1340px){
.recruit-voice-navi > .voice-swiper-pagination{
		width:calc(100% - 275px)
  }
}
#sec-recruit-voice{
  background:#F8F8F8;
  padding:0 0 3rem;
}
@media screen and (min-width: 450px){
#sec-recruit-voice{
		padding:0 4% 6rem
}
}
@media screen and (min-width: 769px){
#sec-recruit-voice{
		padding:0 5% 6rem
}
}
@media screen and (min-width: 1340px){
#sec-recruit-voice{
		padding:0 0 5.56rem
}
}
.recruit-voice{
  position:relative;
  width:100%;
}
.recruit-voice .recruit-voice-swiper{
    position:relative;
    margin:0 auto;
    width:100%;
    padding:0 10px;
  }
.recruit-voice .recruit-voice-swiper .swiper-wrapper{
      -webkit-box-sizing:border-box;
              box-sizing:border-box;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:stretch;
      -webkit-justify-content:stretch;
          -ms-flex-pack:stretch;
              justify-content:stretch;
      -webkit-box-align:stretch;
      -webkit-align-items:stretch;
          -ms-flex-align:stretch;
              align-items:stretch;
    }
.recruit-voice .recruit-voice-swiper .swiper-wrapper .swiper-slide{
        position:relative;
      }
.recruit-voice .recruit-voice-swiper .swiper-wrapper .swiper-slide > .-bg-white{
          z-index:1;
          position:absolute;
          top:40px;
          bottom:0;
          background:#fff;
          -webkit-box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
                  box-shadow:0px 0px 10px rgba(185, 185, 185, 0.16);
          right:20px;
          left:20px;
          border-radius:10px;
        }
@media screen and (min-width: 1340px){
.recruit-voice .recruit-voice-swiper .swiper-wrapper .swiper-slide > .-bg-white{
		right:0;
		left:0
        }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 769px){
.recruit-voice .recruit-voice-swiper .swiper-wrapper .swiper-slide > .-bg-white{
		border-radius:20px
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .recruit-voice-swiper{
		width:1340px;
		padding:0 50px
  }
}
@media screen and (min-width: 1340px){}
.recruit-voice .-item{
    position:relative;
    width:100%;
    z-index:1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
.recruit-voice .-item > .-inner{
      position:relative;
      width:100%;
      padding:0 20px;
    }
.recruit-voice .-item > .-inner > .-inner2{
        position:relative;
        width:100%;
        padding:0 20px 30px;
      }
.recruit-voice .-item > .-inner > .-inner2 > *{
          position:relative;
          z-index:2;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-head{
          position:relative;
          background:#2F4A88;
          color:#fff;
          line-height:1.35;
          z-index:3;
          margin-bottom:25px;
          margin-left:0;
          display:block;
          padding:10px 15px 16px;
          border-radius:5px;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-head > p{
            font-size:0.86rem;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-head > p{
		font-size:1rem
          }
}
.recruit-voice .-item > .-inner > .-inner2 > .-head > h2{
            font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
            font-weight:normal;
            letter-spacing:0.02em;
            font-size:1.3rem;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-head > h2{
		font-size:1.78rem
          }
}
.recruit-voice .-item > .-inner > .-inner2 > .-head > h3{
            position:absolute;
            font-weight:600;
            background:#fff;
            color:#2F4A88;
            line-height:1;
            padding:6px 10px;
            border:1px solid #2F4A88;
            bottom:-15px;
            right:-12px;
            font-size:0.93rem;
            border-radius:3px;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-head > h3{
		padding:10px 24px;
		border:2px solid #2F4A88;
		bottom:-26px;
		right:20px
          }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-head > h3{
		right:-50px
          }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-head > h3{
		font-size:1.33rem;
		border-radius:6px
          }
.recruit-voice .-item > .-inner > .-inner2 > .-head{
		margin-bottom:30px;
		margin-left:0
        }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-head{
		margin-left:-30px
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-head{
		display:inline-block;
		padding:15px 30px 30px;
		border-radius:10px
        }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto{
          position:relative;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto > img{
            height:auto;
            right:0;
            top:0;
            width:100%;
            position:relative;
            border-radius:10px;
          }
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto > img{
		top:3rem;
		width:445px
          }
}
@media screen and (min-width: 769px){}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto > img{
		width:545px
          }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto > img{
		position:absolute
          }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-imagephoto > img{
		border-radius:20px
          }
}
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1{
          display:none;
          line-height:1;
          font-weight:500;
          margin:2rem 0 1rem;
          font-size:1rem;
        }
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1 > .-square{
            display:inline-block;
            width:1em;
            height:1em;
            background:#59BECB;
            border-radius:2px;
            margin-right:0.5em;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1{
		display:block
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1{
		display:none
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1{
		display:none
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle1{
		margin:3rem 0 1rem;
		font-size:1.33rem
        }
}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2{
          display:block;
          line-height:1;
          font-weight:500;
          margin:2rem 0 1rem;
          font-size:1rem;
        }
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2 > .-square{
            display:inline-block;
            width:1em;
            height:1em;
            background:#59BECB;
            border-radius:2px;
            margin-right:0.5em;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2{
		display:none
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2{
		display:block
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2{
		display:block
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle2{
		margin:3rem 0 1rem;
		font-size:1.33rem
        }
}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 .-sectitle{
          line-height:1;
          font-weight:500;
          margin:2rem 0 1rem;
          font-size:1rem;
        }
.recruit-voice .-item > .-inner > .-inner2 .-sectitle > .-square{
            display:inline-block;
            width:1em;
            height:1em;
            background:#59BECB;
            border-radius:2px;
            margin-right:0.5em;
          }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 .-sectitle{
		margin:3rem 0 1rem;
		font-size:1.33rem
        }
}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
          background:#F8F8F8;
          line-height:1.29;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:center;
          -webkit-justify-content:center;
              -ms-flex-pack:center;
                  justify-content:center;
          -webkit-box-align:center;
          -webkit-align-items:center;
              -ms-flex-align:center;
                  align-items:center;
          width:100%;
          margin:0;
          padding:20px 15px 10px;
          min-height:32rem;
          border-radius:10px;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow{
            width:100%;
            position:relative;
          }
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem{
              position:relative;
              width:100%;
              display:-webkit-box;
              display:-webkit-flex;
              display:-ms-flexbox;
              display:flex;
              -webkit-box-pack:start;
              -webkit-justify-content:flex-start;
                  -ms-flex-pack:start;
                      justify-content:flex-start;
              -webkit-box-align:start;
              -webkit-align-items:flex-start;
                  -ms-flex-align:start;
                      align-items:flex-start;
              -webkit-box-orient:vertical;
              -webkit-box-direction:normal;
              -webkit-flex-flow:column nowrap;
                  -ms-flex-flow:column nowrap;
                      flex-flow:column nowrap;
            }
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-dot{
                color:#0068B6;
                position:absolute;
                top:0;
                font-size:0.8rem;
                padding-top:0.15rem;
                left:0;
              }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-dot{
		left:4.5rem
              }
}
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-time{
                position:absolute;
                top:0;
                left:0;
                font-weight:500;
                padding:0 0 0 1.75rem;
                width:auto;
                text-align:left;
              }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-time{
		padding:0 1.75rem 0 0;
		width:5em;
		text-align:right
              }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-text{
                position:relative;
                padding-left:6.5rem;
                padding-top:0;
                padding-bottom:1em;
              }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem > .-text{
		padding-bottom:1em
              }
}
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem:last-of-type::before{
                content:'';
                display:block;
                position:absolute;
                width:1.5rem;
                top:0.5rem;
                bottom:0;
                background:#F8F8F8;
                left:0;
              }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem:last-of-type::before{
		left:4rem
              }
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow > .-nitem{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-flow:row nowrap;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap
            }
}
@media screen and (min-width: 450px){}
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow::before{
              content:'';
              display:block;
              position:absolute;
              width:1px;
              top:0.5rem;
              bottom:0.5rem;
              background:#CCCCCC;
              left:0.35rem;
            }
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare > .-flow::before{
		left:4.85rem
            }
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		width:calc(100% - 50px)
        }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		width:calc(100% - 200px)
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		width:calc(100% - 500px)
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		margin:-40px 25px 0 25px
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		margin:230px 0 0 0
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		margin:30px 0 0 0
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		padding:30px 40px 17px
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		min-height:250px
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		min-height:375px
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-nagare{
		border-radius:20px
        }
}
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
          position:relative;
          margin-top:0;
          margin-bottom:0;
          text-align:left;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
            height:auto;
            margin-top:1rem;
            right:0;
            top:0;
            width:100%;
            position:relative;
          }
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		top:-300px
          }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		top:-140px
          }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		width:55%
          }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		width:300px
          }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		width:427px
          }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		position:relative
          }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto > img{
		position:absolute
          }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		margin-top:-80px
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		margin-top:0
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		margin-bottom:-60px
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		margin-bottom:0
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		text-align:right
        }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-cropphoto{
		text-align:left
        }
}
.recruit-voice .-item > .-inner > .-inner2 > .-interview{
          margin-top:0;
        }
.recruit-voice .-item > .-inner > .-inner2 > .-interview > p.-pr{
            padding-right:0;
          }
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-interview > p.-pr{
		padding-right:445px
          }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2 > .-interview{
		margin-top:100px
        }
}
@media screen and (min-width: 1340px){
.recruit-voice .-item > .-inner > .-inner2 > .-interview{
		margin-top:0
        }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner > .-inner2{
		padding:0 60px 60px
      }
}
@media screen and (min-width: 769px){
.recruit-voice .-item > .-inner > .-inner2{
		padding:0 80px 80px
      }
}
@media screen and (min-width: 450px){
.recruit-voice .-item > .-inner{
		padding:0 0px
    }
}
.voice-swiper-buttons{
  width:100%;
  gap:20px;
  margin-top:-24px;
}
.voice-swiper-buttons,.voice-swiper-prev,
.voice-swiper-next{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.voice-swiper-prev,
.voice-swiper-next{
  cursor:pointer;
  background:#2F4A88;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
  border-radius:999px;
  z-index:99;
  width:40px;
  height:40px;
  top:unset;
  position:relative;
}
.voice-swiper-prev > img, .voice-swiper-next > img{
    width:16px;
    height:auto;
  }
.voice-swiper-prev.hover, .voice-swiper-next.hover{
    background:#5070BE;
  }
@media screen and (min-width: 450px){
.voice-swiper-prev,
.voice-swiper-next{
		width:32px
}
}
@media screen and (min-width: 769px){
.voice-swiper-prev,
.voice-swiper-next{
		width:40px
}
}
@media screen and (min-width: 450px){
.voice-swiper-prev,
.voice-swiper-next{
		height:32px
}
}
@media screen and (min-width: 769px){
.voice-swiper-prev,
.voice-swiper-next{
		height:40px
}
}
@media screen and (min-width: 450px){
.voice-swiper-prev,
.voice-swiper-next{
		top:42%
}
}
@media screen and (min-width: 1340px){
.voice-swiper-prev,
.voice-swiper-next{
		top:42%
}
}
@media screen and (min-width: 450px){
.voice-swiper-prev,
.voice-swiper-next{
		position:absolute
}
}
@media screen and (min-width: 1340px){
.voice-swiper-prev,
.voice-swiper-next{
		position:absolute
}
}
.voice-swiper-prev{
  left:unset;
}
.voice-swiper-prev > img{
    -webkit-transform:scaleX(-1);
            transform:scaleX(-1);
  }
@media screen and (min-width: 450px){
.voice-swiper-prev{
		left:-10px
}
}
@media screen and (min-width: 769px){
.voice-swiper-prev{
		left:-20px
}
}
@media screen and (min-width: 1340px){
.voice-swiper-prev{
		left:30px
}
}
.voice-swiper-next{
  right:unset;
}
@media screen and (min-width: 450px){
.voice-swiper-next{
		right:-10px
}
}
@media screen and (min-width: 769px){
.voice-swiper-next{
		right:-20px
}
}
@media screen and (min-width: 1340px){
.voice-swiper-next{
		right:30px
}
}
.spacer-recruit-w{
  width:100%;
  height:3rem;
  background:#fff;
}
@media screen and (min-width: 769px){
.spacer-recruit-w{
		height:5.56rem;
}
}
#sec-recruit-message{
  background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
  background:-webkit-linear-gradient(#f8f8f8 0%, #fff 100%);
  background:linear-gradient(#f8f8f8 0%, #fff 100%);
}
#sec-recruit-message > .-wrapper{
    background-color:#2F4A88;
    background-image:url('/assets/images/recruit/bg-grad-blue-sp.jpg');
    background-size:100% auto;
    background-position:0 0;
    background-repeat:repeat;
    border-radius:10px;
    padding:1.43rem 0;
  }
@media screen and (min-width: 1340px){
#sec-recruit-message > .-wrapper{
		background-image:url('/assets/images/recruit/bg-grad-blue.jpg')
  }
}
@media screen and (min-width: 450px){
#sec-recruit-message > .-wrapper{
		border-radius:20px
  }
}
@media screen and (min-width: 1340px){
#sec-recruit-message > .-wrapper{
		border-radius:20px
  }
}
@media screen and (min-width: 450px){
#sec-recruit-message > .-wrapper{
		padding:3rem 2rem 4rem
  }
}
@media screen and (min-width: 1340px){
#sec-recruit-message > .-wrapper{
		padding:5.56rem 0
  }
}
.recruit-message > h2{
    font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    color:#fff;
    font-weight:normal;
    line-height:1;
    font-size:1.5rem;
    margin-bottom:1.5rem;
  }
@media screen and (min-width: 450px){
.recruit-message > h2{
		font-size:2.22rem
  }
}
@media screen and (min-width: 1340px){
.recruit-message > h2{
		font-size:2.22rem;
		margin-bottom:3.5rem
  }
}
@media screen and (min-width: 1340px){}
.recruit-message > .-block{
    position:relative;
    background:#fff;
    border-radius:10px;
    padding:1rem 1.43rem;
  }
.recruit-message > .-block::before{
      content:'';
      display:block;
      -webkit-transform:rotate(45deg);
              transform:rotate(45deg);
      position:absolute;
      background:#fff;
      top:-8px;
      height:16px;
      width:16px;
      left:35px;
    }
@media screen and (min-width: 1340px){
.recruit-message > .-block::before{
		top:-10px;
		height:20px;
		width:20px
    }
}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 1340px){}
@media screen and (min-width: 450px){
.recruit-message > .-block::before{
		left:80px
    }
}
@media screen and (min-width: 1340px){
.recruit-message > .-block::before{
		left:130px
    }
}
@media screen and (min-width: 450px){
.recruit-message > .-block{
		border-radius:20px
  }
}
@media screen and (min-width: 1340px){
.recruit-message > .-block{
		border-radius:20px
  }
}
@media screen and (min-width: 450px){
.recruit-message > .-block{
		padding:1.8rem 2.4rem
  }
}
@media screen and (min-width: 1340px){
.recruit-message > .-block{
		padding:3.34rem 5.2rem
  }
}
#sec-description{
  background:#F8F8F8;
  padding:0.5rem 0 3rem;
}
@media screen and (min-width: 450px){
#sec-description{
		padding:0.5rem 0 5rem
}
}
@media screen and (min-width: 769px){
#sec-description{
		padding:1.5rem 0 5.56rem
}
}
.recruit-description{
  margin-top:0;
  padding:2.5rem 1.5rem;
}
.recruit-description > .-row:first-of-type{
    border-top:1px solid #CCCCCC;
  }
.recruit-description > .-row{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
  }
.recruit-description > .-row > .-head{
      font-weight:500;
      -webkit-box-flex:0;
      -webkit-flex:0 0 auto;
          -ms-flex:0 0 auto;
              flex:0 0 auto;
    }
@media screen and (min-width: 450px){
.recruit-description > .-row > .-head{
		font-weight:normal;
		-webkit-box-flex:0;
		-webkit-flex:0 0 11em;
		    -ms-flex:0 0 11em;
		        flex:0 0 11em
    }
}
@media screen and (min-width: 450px){}
.recruit-description > .-row > .-body{
      -webkit-box-flex:0;
      -webkit-flex:0 0 auto;
          -ms-flex:0 0 auto;
              flex:0 0 auto;
    }
@media screen and (min-width: 450px){
.recruit-description > .-row > .-body{
		-webkit-box-flex:1;
		-webkit-flex:1 1 50%;
		    -ms-flex:1 1 50%;
		        flex:1 1 50%
    }
.recruit-description > .-row{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-flow:row nowrap;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap
  }
}
@media screen and (min-width: 450px){}
@media screen and (min-width: 769px){
.recruit-description{
		padding:3.33rem 5.56rem
}
}
#sec-recruit-buttons{
  padding:2.14rem 0 0 0;
}
@media screen and (min-width: 450px){
#sec-recruit-buttons{
		padding:4rem 18% 2rem
}
}
@media screen and (min-width: 769px){
#sec-recruit-buttons{
		padding:5.56rem 0 0 0
}
}
.recruit-buttons{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}
.recruit-buttons.-center{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
.recruit-buttons > .-item{
    border:2px solid #7D001A;
    border-radius:20px;
    overflow:hidden;
    width:100%;
  }
.recruit-buttons > .-item a{
      text-decoration:underline;
    }
.recruit-buttons > .-item > .-head{
      background:#7D001A;
      color:#fff;
      font-weight:500;
      width:100%;
      padding:1.1rem 1.5rem;
      line-height:1;
      text-align:center;
      font-size:1.2rem;
    }
@media screen and (min-width: 450px){
.recruit-buttons > .-item > .-head{
		font-size:1.4rem
    }
}
@media screen and (min-width: 1340px){
.recruit-buttons > .-item > .-head{
		font-size:1.67rem
    }
}
.recruit-buttons > .-item > .-body{
      background:#fff;
      width:100%;
      text-align:center;
      padding:1.2rem;
    }
.recruit-buttons > .-item > .-body > p{
        margin-bottom:1.2rem;
      }
@media screen and (min-width: 1340px){
.recruit-buttons > .-item > .-body > p{
		margin-bottom:2.2rem
      }
}
.recruit-buttons > .-item > .-body > ._butttonRounded{
        display:-webkit-inline-box;
        display:-webkit-inline-flex;
        display:-ms-inline-flexbox;
        display:inline-flex;
        text-decoration:none;
        font-weight:500;
        width:auto;
        gap:2em;
        padding:8px 17px;
      }
@media screen and (min-width: 450px){
.recruit-buttons > .-item > .-body > ._butttonRounded{
		padding:6px 20px
      }
}
@media screen and (min-width: 1340px){
.recruit-buttons > .-item > .-body > ._butttonRounded{
		padding:6px 30px
      }
}
.recruit-buttons > .-item > .-body > .-banner{
        display:-webkit-inline-box;
        display:-webkit-inline-flex;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow:row wrap;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.recruit-buttons > .-item > .-body > .-banner.hover{
          opacity:0.7;
        }
.recruit-buttons > .-item > .-body > .-banner > img{
          max-width:210px;
          width:100%;
        }
@media screen and (min-width: 1340px){
.recruit-buttons > .-item > .-body{
		padding:2.2rem
    }
}
.recruit-buttons > .-item.-shinsotsu{
      border-color:#2F4A88;
    }
.recruit-buttons > .-item.-shinsotsu a{
        text-decoration:underline;
        color:#06A5EA;
      }
.recruit-buttons > .-item.-shinsotsu a:visited{
          color:#06A5EA;
        }
.recruit-buttons > .-item.-shinsotsu a.hover{
          color:#5070BE;
        }
.recruit-buttons > .-item.-shinsotsu > .-head{
        background:#2F4A88;
      }
.recruit-buttons > .-item + .-item{
      margin-top:20px;
    }
@media screen and (min-width: 769px){
.recruit-buttons > .-item + .-item{
		margin-top:0
    }
.recruit-buttons > .-item{
		width:48%
  }
}
@media screen and (min-width: 769px){}

/*# sourceMappingURL=main.css.map */