* {
  box-sizing: border-box;
}


.linkposition {
  position: relative;
  top: -120px;
  display: block;
}


.linkposition2 {
  position: relative;
  top: 20px;
  display: block;
}


@media screen and (max-width: 768px) {
.linkposition {
  position: relative;
  top: -20px;
  display: block;
}

}




.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 40px;
  padding: 40px 0;
  flex-direction: column;
}
.footer .logo img {
  height: 44px
}
.footer .copy {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
.footer {
  padding: 20px 0;
}
}
.containerbox {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 200px;
  padding-top: 120px;
}

.aside {
  width: 150px;
  padding-bottom: 40px;
  position: absolute;
  left: 0;
  top: 0;
  max-height: calc(100vh - 20px);
  overflow: auto;
  padding-top: 120px;
}
.aside.is-fixed {
  position: fixed;
  top: 0;
}
.aside.is-fixed.is-end {
  position: absolute;
  top: auto;
  bottom: 0;
}
.aside h2 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.aside li {
  line-height: 2;
    display: block;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
}

.aside li.active {
/*background: rgba(85, 184, 238, 0.2)*/
background: none;
}
.containerbox .main h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #55b8ee;
  padding-bottom: 10px;
  margin-top: 10px;
}
.containerbox .main .strong {
  font-weight: bold;
}

.containerbox .main p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

.containerbox .main #nospace {
    margin-bottom: 0;
}
.containerbox .main .details {
  margin-bottom: 60px;
}
.containerbox .main .button {
  width: 84px;
  margin: 0 auto;
}
.containerbox .main .button a {
  text-align: center;
  display: inline;
  background: #55b8ee;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px;
  margin: 0 auto;
}
.containerbox .main .button a:hover {
  opacity: 0.8;
}

.header{
		background: #fff;
		position: relative;
    width: 100%;
    z-index: 111;
	}
	.g-nav{
		width: 100%;
		z-index: 10;
	}
	.g-nav-menu{
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.g-nav-menu li.logo {
  padding: 0 48px;
}
	.g-nav-menu li.logo img {
  height: 44px;
    vertical-align: middle;
}
	.g-nav-menu li.link a {
background: #55b8ee;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    width: 140px;
    text-align: center;
    display: block;
}
	.g-nav-menu li.link a:hover {
opacity: 0.8;
}

	.fixed{
		position: fixed;
		top: 0;
		left: 0;
	}
	.fixed .g-nav-menu li{
		line-height: 80px;
	}


@media screen and (max-width: 768px) {
header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo {
margin: 0 auto;
}
header .logo img {
  height: 34px;
  width: auto;
  vertical-align: middle;
}
}

  /* mv */
.mv {
display: flex;
justify-content: space-between;
align-items: stretch;
}
.mv .description {
width: 50%;
background: #55b8ee;
color: #fff;
padding: 9em 5em;
}

.mv .description h1 {
  font-size:16px;
  line-height: 1.5rem;
}


.mv .description h2 {
  font-size:24px;
  line-height: 2.25rem;
  margin-top: 15px;
  font-weight: bold;
}
.mv .description .tab {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mv .description .tab span.main {
  border: 2px solid #fff;
  color: #55b8ee;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;

}

.mv .description .tab span {
  border: 2px solid #fff;
  color: #fff;
  background: #55b8ee;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
    font-size: 12px;
}
.mv .description .salary  {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.mv .description .salary .picture img {
  height: 15px;
  vertical-align: middle;
}
.mv .description .salary .picture {
  margin-right: 5px;
  width: 15px;
  text-align: center;
  display: inline-block;
}
.mv .description .location {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;

}
.mv .description .location .picture img {
  height: 15px;
  vertical-align: middle;
}

.mv .description .location .picture {
  margin-right: 5px;
  width: 15px;
  text-align: center;
  display: inline-block;
}


.mv .description .update {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 40px;
}
/* swiper */
.swipermv .swiper-slide {
  display: flex;
  align-items: center;
}


.swipermv .swiper-slide img {
    height: auto;
    width: 100%;
    inset: 0px;
    display: block;

}
.mv .slide {
    width: 50%;
    display: flex;
    align-items: center;

}
.stickmenu .btn {
display: none;
}
@media screen and (max-width: 768px) {
.mv {
  flex-wrap: wrap;
}
.mv .description {
width: 100%;
padding: 2.25em 1.25em;
}
.mv .slide {
width: 100%;
}



.mv .description h1 {
  font-size:16px;
  line-height: 1.5rem;
}


.mv .description h2 {
  font-size:24px;
  line-height: 2.25rem;
  margin-top: 15px;

}
.mv .description .tab {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mv .description .tab span.main {
  border: 2px solid #fff;
  color: #55b8ee;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 12px;

}

.mv .description .tab span {
  border: 2px solid #fff;
  color: #fff;
  background: #55b8ee;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  border-radius: 5px;
    font-size: 12px;
}
.mv .description .salary  {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.containerbox {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    position: relative;
    padding-left:0;
    padding-right: 0;
    padding-top: 40px;
}
.containerbox .main {
padding: 0 15px 0 40px;
}
.aside {
  background: #fff;
  height: 300px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 200px;
  transform: translate(-200px);
  transition: all .5s;
}
.aside.open {
    transform: translateZ(0);
}
.aside.is-fixed {
position: absolute;
        top: auto;
        bottom: 0;
}


.aside ul.links {
  width: 180px;
}

.stickmenu {
  position: fixed;
  width: 200px;
  height: 300px;
    bottom: 20px;
  z-index: 99999999;

}
.stickmenu .btn  {
  background: #55b8ee;
  width: 30px;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
  display: flex;align-items: center;
  justify-content: center;
  transform: translateX(0);
transition: all .5s;
}
.stickmenu .btn img  {
  width: 16px;
  height: auto;
}
.stickmenu .btn.active  {
transform: translateX(200px);
}
}

/* entry */
@media screen and (max-width: 768px) {
  .entry a {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #55BBEE;
    font-size: 12px;
    padding: 10px 15px;
    color: #fff;
  }
}


/* swiper */


.mv .swiper-button-next, .mv .swiper-button-prev {
    align-items: center;
    justify-content: center;
    color:#55b8ee;
    background: rgba(85, 184, 238, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.mv .swiper-button-next:after, .mv .swiper-button-prev:after {
    font-size: 15px;
}
.mv .swiper-pagination-bullet-active {
    background: #55b8ee;
}
.mv .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}


/* メールフォーム　*/

/* お問い合わせ*/
.form {
	width: 100%;
	margin: 80px auto 0;
	max-width: 920px;
}
.form h2 {
	text-align:center;
}

.form .smf-item__controls {
	display: flex;
}
.form .smf-placeholder {
	width: 100%;
}

input[type="text"] {
	width: 99%!important;
}
input[type="date"] {
    width: 20% !important;
}
input[type="tel"] {
	width: 50%!important;
}
input[type="email"] {
		width: 50%!important;
}
.scroll{
overflow: auto;
height: 300px;
width: 100%;
margin-bottom: 30px;
position: relative;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(var(--part-line), var(--tw-border-opacity, 1));
    padding: 1.5rem .75rem;
	background-color: rgba(85, 184, 238, 0.2);
}



.footer_contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 40px;
  padding: 40px 0;
  flex-direction: column;
}
.footer_contact .logo img {
  height: 44px
}
.footer_contact .copy {
  font-size: 12px;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
background-color: #55b8ee;
    font-weight: 700;
}
.smf-progress-tracker__item__number {
    align-items: center;
background-color: rgba(85, 184, 238, 0.4);
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    width: 48px;
    z-index: 1;
}
 .smf-progress-tracker__item:before {

    top: 24px;
}
.smf-progress-tracker__item:after {
	top: 24px;
}
.smf-item__label__text {
    position: relative;
	margin-left: 50px;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background:#55b8ee;
}

.smf-action .smf-button-control__control {
    background-color: #55b8ee;
    background-image:none;
    border-radius: 6px;
    color: var(--_color-text);
    cursor: pointer;
    display: inline-block;
    padding: var(--_padding-2) var(--_padding-1);
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    --_transition-duration: var(--_global--transition-duration);
    --_transition-function-timing: var(--_global--transition-function-timing);
    --_transition-delay: var(--_global--transition-delay);
    transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
	padding: 0 30px;
	height: 46px;
	width: 240px;
}

.smf-checkboxes-control {
	text-align: center;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
    color: #55b8ee;
}

@media screen and (max-width: 980px) {
.form {
    width: 100%;
    margin: 80px auto 0;
    max-width: 920px;
	padding: 0 30px;
}	
}



@media screen and (max-width: 768px) {
	
.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0!important;
}
.smf-action .smf-button-control__control {
margin-bottom: 10px!important;	
	}

	
.form {
	margin:40px auto 0;
	padding: 0 15px;
}
	.footer_contact  {
  padding: 20px 0;
}
input[type="date"] {
    width: 50% !important;
}

.scroll {
    font-size: 14px;
    line-height: 1.6em;
}
.smf-item__label__text {
    position: relative;
    margin-left: 50px;
    font-size: 14px;
	}
.smf-form .smf-text-control__control {
    font-size: 14px;
}
.smf-form .smf-checkbox-control {
    font-size: 14px;
}
.smf-action .smf-button-control__control {
font-size: 14px;
}
}

/* header */

.header{
		background: #fff;
		position: relative;
    width: 100%;
    z-index: 111;
	}
	.g-nav{
		width: 100%;
		z-index: 10;
	}
	.g-nav-menu{
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.g-nav-menu li.logo {
  padding: 0 48px;
}
	.g-nav-menu li.logo img {
  height: 44px;
    vertical-align: middle;
}
	.g-nav-menu li.link a {
background: #55b8ee;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    width: 140px;
    text-align: center;
    display: block;
}
	.g-nav-menu li.link a:hover {
opacity: 0.8;
}

	.fixed{
		position: fixed;
		top: 0;
		left: 0;
	}
	.fixed .g-nav-menu li{
		line-height: 80px;
	}


@media screen and (max-width: 768px) {
header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo {
margin: 0 auto;
}
header .logo img {
  height: 34px;
  width: auto;
  vertical-align: middle;
}
}

.mv2 {
	width: 100%;
    background-color: rgba(85, 184, 238, 0.7);
	height: 18rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.mv2 h2 {
	font-size: 3rem;
    line-height: 1;
}
.mv2 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.breadcrumb {
background-color: rgba(85, 184, 238, 0.4);
width: 100%;
padding: 10px;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li a {
color: #fff;
}
.breadcrumb li img {
	vertical-align: middle;
width: 10px;
height: auto;
margin: 0 5px;
}


@media screen and (max-width: 768px) {
.mv2 h2 {
    font-size: 28px;
    line-height: 1;
}
.mv2 h3 {
    font-size: 20px;
    line-height: 2rem;
}
.breadcrumb li  {
	font-size: 14px;
}
	smf-item__label__text {
		font-size: 14px;
	}
}


.form ol.number {
display: block;
padding-inline-start: 20px;
list-style-type: decimal;
  margin-bottom: 20px;
  margin-top: 30px;
}
.form p {
	margin-bottom: 20px;
}
.form .title {
	margin-bottom: 20px;
	font-size: 18px;
}

.form ol.number li {
font-size: 16px;
line-height: 32px;
list-style-type: decimal;
text-align: left;
padding-left: -20px;
}

.form ol.number li li {
list-style-type: none;
}

.form ol.number2 {
  list-style: none;
  counter-reset: number;
    margin-left: 1.5em;
}
.form ol.number2 li {
  position: relative;
  padding-left: 40px;
}
.form ol.number2 li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}
.form ol.maru  {
  margin: 0;
  padding: 0
}
.form ol.maru li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


@media screen and (max-width:768px) {
.form ol.number {
display: block;
padding-inline-start: 20px;
list-style-type: decimal;
margin: 20px 0;
}


.form ol.number li {
font-size: 14px;
line-height: 24px;
list-style-type: decimal;
text-align: left;
padding-left: -20px;
}
	.form p {
	margin-bottom: 20px;
	font-size: 14px;
}
.form .title {
	margin-bottom: 20px;
	font-size: 16px;
}

.form ol.number li {
font-size: 14px;
line-height: 26px;
list-style-type: decimal;
text-align: left;
padding-left: -20px;
}

.form ol.number li li {
list-style-type: none;
}

.form ol.number2 {
  list-style: none;
  counter-reset: number;
    margin-left: 1.5em;
	font-size: 14px;
}
.form ol.number2 li {
  position: relative;
  padding-left: 40px;
}
.form ol.number2 li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}
.form ol.maru  {
  margin: 0;
  padding: 0
	  font-size: 14px;
}
.form ol.maru li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
}
