@charset "utf-8";*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:1vw;margin-bottom:1vw}p{margin-top:0;margin-bottom:0}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin:0;padding:0;list-style:none}ol ol,ol ul,ul ol,ul ul{margin:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0071bc;text-decoration:none;background-color:transparent;font-weight: bold;}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.featherlight-sample{display:none}#law td{background:#fff;border:solid 1px #999}ol{margin-bottom:1rem}.clearfix:after{content:"";clear:both;display:block}.button,::file-selector-button{inline-size:fit-content;touch-action: manipulation;user-select:none;}*:focus-visible{outline:2px solid magenta;outline-offset:2px}

.fixed_btn { 
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin: 40px;
	z-index: 99999;
	padding: 0;
	background-color: initial;
	border: none;
	opacity: 0;
	visibility: hidden;
}

.active{
  opacity: 1;
  visibility: visible;
}

header {
    width: 100%;
    position: relative;}

.menu {
    width: calc(100% - 12vw);
    margin: 0 0 0 12vw;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}
.menu ul {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    width: max-content;
    text-align: center;
    margin: 0 10%;
	
}
.menu ul li {
    width: max-content;
    padding: 0 1vw;
}
.menu ul li a{
	text-decoration: none;
}
.menu ul li:last-child a{
	color: #fff;
	background-color: #0071bc;
	border-radius: 15px;
	padding: 3px 15px;
}


.logo {
    width: 23vw;
    height: 17vw;
    position: absolute;
    background-color: #fff;
    top: 0;
    border-bottom-right-radius: 20px;
	z-index: 2;
    margin: 0;
}
.logo:before,
.logo:after { content:"";}
.logo:before {
    display: block;
    width: min(4vw, 40px);
    height: min(4vw, 40px);
    content: "";
    background: transparent;
    border-radius: 50%;
    box-shadow: -1vw -1vw 0 0 white;
    transform: translate(-50%, -50%);
    position: absolute;
    top: calc(50px + min(1.9vw, 19px));
    left: calc(100% + min(1.9vw, 19px));
}
.logo:after {
    display: block;
    width: min(4vw, 40px);
    height: min(4vw, 40px);
    content: "";
    background: transparent;
    border-radius: 50%;
    box-shadow: -1vw -1vw 0 0 white;
    transform: translate(-50%, -50%);
    position: absolute;
    top: calc(100% + min(1.9vw, 19px));
    left: calc(20% + min(1.9vw, 19px));
}
.logo img {    
	width: 50%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.moji-box {
    position:  absolute;           
    width:  100%;                              
    color:#fff; 
    font-size: 3vw; 
	top: 55%;
    z-index: 2;
    left: 0;
	font-weight: bold;
}

.moji-box p  {
    background: #0071bc;
    width: max-content;
	padding: 10px 10px 10px 60px;
	margin: 20px 0;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
.mv {
    width: 100%;
    margin: 0 auto;
    border-radius: 21px;
    position: relative;
	padding:0 5%;
}
.mv .img { width: 100%;}
.mv .img img { width: 100%}


.swiper-slide img{
	 border-radius: 20px;
}

.swiper-container{
	position: relative;
	overflow: hidden;
}


.swiper-container .progressbar {
    position: absolute;
    width: 20%;
    height: 3px;
    margin-top: min(-8vw);
    background: #b3b3b3;
    border-radius: 7px;
    overflow: hidden;
	z-index: 1;
}


transitions style {
    transform: scaleX(0.036656);
}
element.style {
    transition-duration: 5000ms;
    transform: scaleX(1);
}
.swiper-container .progressbar span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background: #ffffff;
    border-radius: 7px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.swiper-container .progressbar, .swiper-rtl  {
    right: min(3vw, 10px);
    left: auto;
}

.swiper-container [class^="swiper-button-"]{
    top: initial;
    bottom: 0;
	width: min(5vw, 50px);
    height: min(5vw, 50px);
    background: #fff;
    border-radius: 50%;
	margin-bottom: 1vw
}

.slide-pagination-wrapper {
  display: flex;
  justify-content: center;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: min(10vw, 70px);
}

.swiper-button-next,
.swiper-button-prev {
    color: #b3b3b3;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: min(3vw,30px);
	transform: rotateX(45deg);
	
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size:  min(3vw,30px);
	transform: rotateX(45deg);
}


.flex {
  display: flex; /*横並び*/
  flex-direction: row-reverse;
  margin:min(10vw, 100px) auto ;
  justify-content: space-between;
  align-items: center
}
.aboutimage img {
  border-radius: 40px 0 0 40px;
  width: min(50vw, 500px);
}

.flex .left {
  margin: 0 6% 0 10%;
  padding: 0;
  position: relative;
  width: calc(50vw - 80px);
}
.flex .left:before{
	content: "ABOUT";
	position: absolute;
	transform: rotate(-90deg);
	top: 0;
	    right: calc(100% - 70px);
	font-size: 6vw;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #0071bc;
	font-weight: bold;
	margin-top: 70px;
}


.flex h2,h3,h4{
  color: #0071bc;
}

.flex h2{
margin: 0 auto min(3vw, 30px);
}

.flex p{
	font-size: 15px;
	margin-bottom: 15px;
	text-align:start	
} 

.flex.hoge {
  flex-direction: inherit;}
.flex.hoge .left {
  margin: 0 10% 0 6%;
  padding: 0;
  position: relative;
  width: calc(50vw - 80px);
}

.flex.hoge .aboutimage img {
  border-radius:  0 40px 40px 0;
  width: min(50vw, 500px);
}

.flex.hoge h2 {
	margin: 0 0 0 auto;
	height: 50px;
    width:  100px;
}

.flex.hoge p,h4 {
    margin-bottom: 0.3rem;
}

.flex.hoge h4 {
    color: #0071bc;
	text-align:start
}

.flex.hoge .left:before{
	content: "SERVICE";
	position: absolute;
	transform: rotate(90deg);
	top: 0;
	left: calc(110% - 0px);
	font-size: 6vw;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #0071bc;
	font-weight: bold;
	margin: -50px 0 0 10px;
}


.box {
	border: #0071bc 1px solid; /*境界線の指定*/
	padding:5% 16% 5% 6%;
	border-radius: 40px;
	margin: -60px 0 0 120px;
}
.box p {
	margin:0;
	padding:0 ;
}

.flex.news h5{
	color: #999999;
	margin-top: 0;
	margin-bottom: 0;
}

.flex.news h4 {
    color: #0071bc;
	text-align:start;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}

.flex.news p {
	text-align:start
}

.flex.news hr {
	margin: 20px 0;
	border-top: 1px solid #999999;
	width: 115%;
}


.flex.news {
	display: flex;
	flex-direction: row;
	margin:min(10vw, 100px) auto ;
	justify-content: space-between;
	overflow: hidden;
}

.flex.news .left {
	margin: 0 -5% 0 10%;
	padding: 0;
	position: relative;
	width: 100%;
}

.flex.news .left:before{
	content: "NEWS";
	position: absolute;
	transform: rotate(-90deg);
	top: 0;
	right: calc(100% - 70px);
	font-size: 6vw;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #0071bc;
	font-weight: bold;
	margin-top: 70px;
}

.flex.contact .left:before{
	content: "CONTACT";
	position: absolute;
	transform: rotate(0);
	top: -7vw;
	right: 0;
	left: -150px;
	font-size: 6vw; 
	color: #0071bc;
	-webkit-text-stroke: 1px #fff;
	font-weight: bold;
	margin-top: 0;
	line-height: 1;
}

.flex.contact .left {
    margin: 0 10% 0 10%;
    padding: 0;
    position: relative;
	width: 80%;
}

.flex.contact h2,h4{
	color: #fff;
	text-align: center;
}

.box2{
	background-color: #0071bc;
	width: 100%;
	padding: 6% 10%;
}

.box3{
	background-color: #fff;
	width: 48%;
	padding: 4% 6%;
	border-radius: 20px;
	position: relative;
}

.box3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}


.contents{
	display: flex;
	justify-content: space-between;
    padding-top: 4%;
}

.flex.contact h2 {
    text-align: center;
	margin: 0;
}

.flex.contact h3 {
    text-align: center;
	margin: 0;
	color: #fff;
}

.flex.contact p {
    text-align: center;
	margin: 0;
}


.modal-open {
	width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 6% 10%;
    color: #FFF;
    transition: 0.1s ease-in-out;
    font-weight: bold;
    background: #0071bc;
    border-radius: 20px;
    border-bottom: solid 5px #7ab5e1;
	text-decoration: none;
    height: 64px;
	cursor: pointer;
}
.modal-open:hover {
    border-bottom: solid 2px #7ab5e1;
    transform: translateY(3px);
	margin: 0 0 3px;
    height: 61px;
}

.flex.rec{
	margin: 0;
	position: relative;
}

.flex.rec .left {
    position: initial;
}

.flex.rec .left:before{
	content: "RECRUIT";
	position: absolute;
	transform: rotate(0);
	top: inherit;
	bottom: -5px;
	right: 0;
	left: initial;
	font-size: 6vw; 
	color: #FFFFFF00;
	-webkit-text-stroke: 1px #fff;
	font-weight: bold;
	margin-top: 0;
	line-height: 1;
}

hr {
  margin: 0;
  border-top: 1px solid #0071bc;
}

.footer {
	background-color: #0071bc;
	width: 100%;
	margin-top: min(10vw, 100px);
	padding: 0 10%;
}

.footer-menu{
	margin: 0 auto;
	text-align: right;
	font-weight: bold;
	font-size: min(4vw,30px);
}
.footer a{
	color: #fff;
	text-decoration: none;
}

small{
	flex-wrap: wrap;
	margin: 0 auto;
	color: #fff;
	text-align: right;
	display: block;
}

.logoimage img{
    width: min(10vw, 150px);
	position: absolute;
	margin: 5%;
}

body {
  margin: auto;
  padding: 0;
}

.Form-Btn{
	border:none;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -35px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 40px 30px 40px 30px;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
input:focus,textarea:focus,select:focus{
  outline-color: #0071bc;
}


.Form h2{
	color:#0071bc
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #0071bc;
  color: #fff;
  font-size: 14px;
}

.Form-Item .selectbox-5 {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #0071bc;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}


@media screen and (max-width: 768px) {
	.fixed_btn {
    	bottom: -20px;
    	right: -20px;
    	width: 60px;
    	padding: 0;
	}
	.logo {
    	width: 25vw;
    	height: 25vw;
	}
	.logo img {
    	width: 55%;
    	top: 53%;
    	left: 57%;
	}
	.menu ul {
    	margin: 0 20px;
    	font-size: 11px;
	}
	.swiper-container {
    	border-radius: 20px;
	}
	.swiper-slide {
    	width: 150% !important;
	}
	.swiper-fade .swiper-slide-active {
    	opacity: 1 !important;
	}
	.swiper-slide img {
		border-radius: 20px;
   		position: relative;
    	left: 25%;
    	transform: translateY(0%) translateX(-50%);
	}
	.flex .left:before{
		opacity: .3;
	}
	.moji-box{
		top: 62%;
		font-size: 4vw;
	}
	.moji-box p {
    	padding: 8px 8px 8px 40px;
    	margin: 0 0 10px 0;
	}
	.flex,.flex.hoge{
		flex-direction: column-reverse;
	}
	.flex .left,.flex.hoge .left {
    	margin: 0;
    	width: 80%;
	}
	
	.flex figure.aboutimage{
		display: flex;
		justify-content: right;
	}
	.flex.hoge figure.aboutimage{
		display: flex;
		justify-content: left;
	}
	.aboutimage img{
		width: 90%;
		margin-top: 30px;
	}
	.flex.hoge .aboutimage img {
    	width: 90%;
	}
	.flex .left:before {
    	right: initial;
		left: -20.5%;
    	font-size: 14vw;
	}
	.flex.hoge .left:before {
    	top: 0;
    	left: initial;
    	right: -23%;
    	font-size: 14vw;
    	margin: 80px 0 0 0;
	}
	.flex .left, .flex.hoge .left {
    	width: 100%;
    	padding: 0 10%;
		overflow: hidden;
    }
	.flex.news .left{
		overflow: initial;	
	}
	.flex.news .left:before {
    	right: initial;
		left: -27.5%;
    	font-size: 14vw;
	}
	.box {
    	border: #0071bc 1px solid;
    	padding: 7% 16% 7% 7%;
    	border-radius: 40px;
		margin: 0 -5% 0 0;
	}
	.box2 {
		padding: 0;
	}
	.flex.contact .left {
		margin: 0 5%;
		width: 90%;
	}
	.flex.contact .left:before {
    	top: -10px;
		left: 0;
    	font-size: 14vw;
    	margin-top: -1%;
    	line-height: 1;
    	text-align: center;
	}
	.flex.contact h2 {
    	margin-top: 14%;
	}	
	.flex.contact h4 {
    	margin-bottom: 1.5rem;
	}
	.contents {
    	display: block;
	}
	.contents {
		display: block;
		margin: 0 0 15% 0;
    }
	.box3 {
    	width: 100%;
    	margin-bottom: 10%;
	}
	.flex figure.aboutimage {
        position: relative;
    }
	.aboutimage img {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 6%;
    }
	
	.modal-content {
    	background: #fff;
    	text-align: left;
    	padding: 40px 30px;
								}
	.flex.rec .aboutimage:before {
    	content: "RECRUIT";
    	position: absolute;
    	transform: rotate(0);
    	top: inherit;
    	bottom: 0;
    	right: 10%;
    	left: initial;
    	font-size: 14vw;
    	color: #FFFFFF00;
    	-webkit-text-stroke: 1px #fff;
    	font-weight: bold;
    	margin-top: 30px;
    	margin-bottom: 4%;
    	line-height: 1;
	}
	.flex.rec .left:before {
    	content: "";
	}
	.flex h2 {
    	margin: 8% 0;
	}
	.Form-Item {
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
	.Form-Item .selectbox-5 {
    	border: 1px solid #ddd;
    	border-radius: 6px;
    	margin: 20px 0 10px 0;
    	padding: 10px;
}
	.Form-Item-Input {
    	margin: 20px 0 10px 0;
	}
	.Form-Item-Textarea {
    	margin: 20px 0 10px 0;
    	height: 200px;
	}
	.modal-content {
    	padding: 40px 30px 40px 30px;
	}
}

@media screen and (max-width: 650px) {
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 15px;
	}
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
	.Form-Btn {
    	margin-top: 24px;
    	padding-top: 8px;
    	padding-bottom: 8px;
    	width: 160px;
    	font-size: 16px;
  }
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
	.Form-Btn {
    	margin-top: 24px;
    	padding-top: 8px;
    	padding-bottom: 8px;
    	width: 160px;
    	font-size: 16px;
  }
}
