
body{
  color: #000;
font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-weight: 600;
}
/* parts
-------------------------------------------------- */
._center{
text-align: center;
}
.m_text{
margin-top: 16px;
}
.m_list>li {
    margin-left: .1em;
    padding-left: 1em;
    position: relative
}
.m_list>li::before {
    border-radius: 100%;
    display: inline-block;
    content: "";
    height: .45em;
    width: .45em;
    position: absolute;
    top: .5em;
    left: 0;
    background: gray
}

.m_note {
    font-size: .875rem;
	color:#000;
	font-weight: 400;
	text-align: right;
}

.m-table.m-table--column{
	margin-top: 16px;
}
.m-table__table {
    border-bottom: 1px solid #dcdfe6;
    border-right: 1px solid #dcdfe6;
    width: 100%;
}
.m-table__th,.m-table__td {
    border-left: 1px solid #dcdfe6;
    border-top: 1px solid #dcdfe6;
    font-size: 1rem;
    padding: 16px 8px;
    vertical-align: top;
}
.m-table__td {
    background-color: #FFF;
}
.m-table__th {
    font-weight: 800;
	font-size: 1.2em;
}
@media(max-width: 32em) {
.m-table__th {
	font-size: 1em;
}
}
.m-table__thead .m-table__tr .m-table__th,
.m-table__thead .m-table__tr .m-table__td {
    background-color: #fefce4;
}

.m-table__thead .m-table__tr:first-child .m-table__th,
.m-table__thead .m-table__tr:first-child .m-table__td {
    background-color: #fefce4;
    color: #FFF;
}

.m-table__tbody .m-table__th {
    background-color: #fefce4
}
@media(max-width: 759px) {
    .m-table--column .m-table__table,
	.m-table--column .m-table__tbody,
	.m-table--column .m-table__tr,
	.m-table--column .m-table__th,
	.m-table--column .m-table__td {
        display:block
    }
}

@media print,screen and (min-width: 760px) {
    .m-table__th,.m-table__td {
        font-size:1rem;
        padding: 16px
    }
    .m-table--scroll .m-table__table {
        width: 100%
    }
}
.m_image {
    text-align: center;
	margin-top: 16px;
}
.m_image._left {
    text-align: left
}
.m_image .image_area {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    vertical-align: top
}

.m_image .image_area>img,.m_image .image_area>object,.m_image .image_area>svg {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: top
}
/* movie */
.movie {
  position: relative;
  padding: 60px 50px 0px 50px;
  background-size: cover;
}
.movie .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.movie .movie-wrap {
  max-width: 680px;
  margin: 60px auto 0;
}
.movie .movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .movie {
    padding: 10.6666vw 13.3333vw;
    background-size: cover;
  }
  .movie .sec-copy {
    margin-top: 2.8vw;
    font-size: 4.2666vw;
  }
  .movie .movie-wrap {
    margin-top: 6vw;
  }
}

/* button */
.m-button {
    align-items: center;
    background-color: #dc0b1c;
    color: #FFF;
    display: inline-flex;
    line-height: 1.5;
    padding: 16px 56px 16px 24px;
    position: relative;
    text-decoration: none;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
border-radius: 15px;
	margin-top: 16px;
	font-size: 1.2em;
}
.m-button::before,.m-button::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    z-index: 10;
}
.m-button::before {
    width: 24px;
	right: 16px;
    bottom: calc(50% - 3px);
    transform: translateY(-50%)
}
.m-button::after {
    width: 10px;
	right: 14px;
	bottom: 50%;
    transform: rotate(45deg) translateY(-50%)
}

@media print,screen and (min-width: 760px) {
    .m-button:hover::before,.m-button:focus::before {
        width:34px
    }
    .m-button:hover::before,.m-button:focus::before {
        right: 6px
    }
    .m-button:hover::after,.m-button:focus::after {
        right: 4px
    }
    .m-button::before {
        transition: right .5s cubic-bezier(0.25,0.8,0.25,1),width .5s cubic-bezier(0.25,0.8,0.25,1);
        will-change: right,width
    }
    .m-button::after {
        transition: right .5s cubic-bezier(0.25,0.8,0.25,1);
        will-change: right
    }
}

.m-button:link,.m-button:visited {
    color: #FFF;
    text-decoration: none
}
.m-button__text {
    color: #FFF
}
.m-button._blue {
    background-color: #0075c2;
}
/* 関連リンク */
.m-button._relation{
    background-color: #FFF;
	border-radius: 0;
	color: #000;
	font-size: 1em;
    font-weight: 400;
    padding: 16px 36px 16px 24px;
	border: solid 1px #e0e0e0;
	margin-top: 32px;
}
.m-button._relation .m_image{
    margin-top: 0;
}
.m-button._relation .relation_icon{
	margin-bottom: 10px;
}
.m-button._relation .relation_icon span{
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 2px 13px 4px;
    letter-spacing: 0.05em;
	font-size: 0.9em;
	white-space: nowrap;
}
.m-button._relation .relation_tit{
font-size:1.1em;
    font-weight: 600;
}
.m-button._relation::before,.m-button._relation::after {
    background-color: #333;
}
.m-button._relation .content{
    max-width: 700px;
	align-items: center;
}
.m-button._relation .content .content_area:nth-of-type(2) {
	text-align: left;
	margin-left: 20px;

}
@media screen and (max-width: 32em) {
.m-button._relation{
	font-size: 0.8em;
}
.m-button._relation .content .content_area:nth-of-type(1) img{
}
.m-button._relation .content .content_area:nth-of-type(2){
  flex: 0 0 150px;
}
}

.m-link-icon {
    display: inline-flex;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    width: 12px;
}
/* 
-------------------------------------------------- */
.pad{
    position: relative;
	padding: 80px 20px;
	max-width: 1260px;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 24em) {
.pad{
	padding: 40px 20px;
}
}
/* カラム　*/
.content {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	margin: auto;
    }
.content._column2,
.content._column3{
margin-left: -2%;
}
.content._column2 .content_area{
width: 48%;
margin-left: 2%;
}
@media screen and (max-width: 60em) {
.content._column2{
	flex-direction:column;
}
.content._column2 .content_area{
width: 100%;
margin-left: 0;
}
}
.content._column3 .content_area{
width: 31%;
margin-left: 2%;
}
.content_hdg {
display: inline-block;
padding: 5px auto;
margin-bottom: 60px;
font-size: 2.8rem;
font-weight: 800;
}
.content_hdg b {
color: #0075c2;
}
.content_hdg p {
  font-size: 1.2rem;
  margin-top: 16px;
}
.content_hdg span {
  background-color: #0075c2;
  color: #fff;
  border-radius: 5px;
  padding: 4px 20px 6px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 47em) {
.content_hdg {
font-size: 6vw;
margin-bottom: 30px;
}
.content_hdg span {
	font-size: 0.8em;
}
}

.hdg_text{
font-size: 1.3em;
margin-bottom: 2em;
font-weight: 800;
color: #0075c2;
}
@media screen and (max-width: 32em) {
.hdg_text{
font-size: 1.1em;
margin-bottom: 1em;
}
}
.lv3-title{
    margin: 2em 0 1em;
    padding: .5em 1em;
    border-radius: .5em;
    color: #fff;
    background:#3e3a39;
}
.panel{
position: relative;
background-color: #fff;
    border-radius: 1.5rem;
    margin-inline: auto;
	max-width: 900px;
	margin-top: 2em;
}
.panel_hdg {
    background-color: #0075c2;
    border-radius: 1.5rem 1.5rem 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 1.5rem;
}
@media screen and (max-width: 32em) {
.panel_hdg {
    font-size: 1.5rem;
}
}
.panel_area{
padding: 30px;
}
@media screen and (max-width: 32em) {
.panel_area{
padding: 15px;
}
}
.panel_area > :first-child {
	margin-top: 0;
}


/* intro
-------------------------------------------------- */
section._intro,
._stripe{
    background: url("/saiyou/area/images/bg.png") ;
}
section._intro .pad{
	padding: 140px 20px 40px 20px;
}
@media screen and (max-width: 47em) {
section._intro .pad{
	padding: 140px 10px 40px 10px;
}
}
.intro_area{
position: relative;
}
.intro_area_text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 24em) {
.intro_area_text{
    top:30px;
}
}
.intro_area_text .content_hdg {
    margin-bottom: 20px;
}
.intro_area_text .content_hdg span {
    background-color: #fff;
    color: #0075c2;
}


/*_qa
-------------------------------------------------- */
#qa{

}
.content._qa{
 align-items: flex-start;
   flex-wrap:wrap;
  justify-content:space-between;
  padding:20px;
  box-sizing:border-box;
}
.content._qa .content_area{
	position: relative;
text-align: left;
width: 48%;
margin-bottom: 40px;
}
@media screen and (max-width: 60em) {
.content._qa{
  padding:0 0 0 10px;
}
.content._qa .content_area{
width: 98%;
}
}
._qa .Q{
position: absolute;
  width:40%;
  z-index: 1;
}
@media screen and (max-width: 32em) {
._qa .Q{
  width:80%;
  position: relative;
}
}
._qa .Q::before{
  z-index: 2;
  content: "Q";
position: absolute;
top: -20px;
left: -20px;
font-size: 1.6em;
background-color: #0066b3;
color: #fff;
border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
  line-height: 1.5;
  border: 2px solid #fff;
  font-weight: 600;
}

._qa .Q_text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding: 16px;
  border: 6px solid #0066b3;
  border-radius: 8px;
  background-color: #f8f16e;
  font-size: 1.5em;
  color: #0066b3;
  font-weight: 800;
}
@media screen and (max-width: 32em) {
._qa .Q_text {
  font-size: 1.2em;
}
._qa .Q_text br {
display: none;
}
}
._qa .Q_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 42%;
  border-style: solid;
  border-width: 40px 50px 0 0;
  border-color: #0066b3 transparent transparent;
  translate: -50% 100%;
  transform: skew(51deg);
  transform-origin: top;
    border-radius: 8px;
}
._qa .Q_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 44%;
  border-style: solid;
  border-width: 27.5px 34.4px 0 0;
  border-color: #f8f16e transparent transparent;
  translate: calc(-50% - 1.8px) 100%;
  transform: skew(51deg);
  transform-origin: top;
}
._qa .A{
position: relative;
margin-top:20px;
margin-left: 180px;
background-color: #fff;
font-size: 1.1em;
  border: 6px solid #0066b3;
  border-radius: 8px;
  border-left: none;
    padding: 16px;
	z-index: 3;
	min-height:10em;
}
@media screen and (max-width: 47em) {
._qa .A{
margin-left: 30vw;
margin-top:50px;
}
}
@media screen and (max-width: 32em) {
._qa .A{
font-size: .95em;
margin-left: 5vw;
margin-top:-30px;
	z-index: 0;
}
}
._qa .A::after{
  content: "";
  position: relative;
  height: 50px;
}
._qa .A span{
	color:  #0066b3;
	font-size: 1.2em;
  font-weight: 800;
}
.star>li {
    margin-left: .1em;
    padding-left: 1em;
    position: relative;
	margin-top: .3em;
}
.star>li::before {
    border-radius: 100%;
    display: inline-block;
    content: "★";
    position: absolute;
    top: 0;
    left: 0;
	color:  #0066b3;
}
._qa .text_area{
display:inline-block;
max-width: 70%
}
._qa .image_area{
display: inline-block;
width: 28%;
text-align: right;
vertical-align:top;
margin-top: 16px;
}
#qa .m-button._relation{
margin-right: 20px;
}
/* business
-------------------------------------------------- */
#business{
background: radial-gradient(#fff,#aaceed);
}
#business .content_area{
margin: auto 16px;
}
#business .m-button._relation .content_area{
margin: auto 0;
}
#business .m-button._relation .content .content_area:nth-of-type(2) {
    margin-left: 20px;
}
/* _job-typ
-------------------------------------------------- */
#jobtype .content{
flex-wrap: wrap;
}
#jobtype .content_area{
position: relative;
margin: 16px auto ;
}
#jobtype .content_area .catch{
position: absolute;
  left: 50%;
   transform: translateX(-50%);
   width: 100%;
top: 0;
font-size: 1.4em;
background-color: #fff;
padding: 0 5px 3px 5px;
border-radius: 6px;
font-weight: 900;
}
#jobtype .content_area .catch span{
color: #dc0b1c;
}
#jobtype .content_area .text{
position: absolute;
bottom: -10px;
  left: 50%;
   width: 100%;
   transform: translateX(-50%);
background-color: #fff;
border-radius: 6px;
padding: 5px 10px;
}
#jobtype .content_area .text .tit{
font-size: 1.2em;
color: #fff;
background-color:#dc0b1c;
margin-bottom: 5px;
padding: 0 5px 3px 5px;
}
#jobtype ._relation .content_area{
position: relative;
margin: 0 16px;
}
/* _movie
-------------------------------------------------- */
#_movie{
background-color: #e8e8e8;
}
#_movie .m-button._relation {
    padding: 16px 44px 16px 24px;
}
#_movie .m-button._relation .relation_icon {
    margin-bottom: 0;
}
#_movie .m-button._relation {
    margin-top: 0;
}
/* location
-------------------------------------------------- */
#location .m-table .m-table__td{
text-align: left;
}
.mini-button {
    padding: .5em .5em .55em .8em;
    color: #333;
    background-color: #e8e8e8;
    text-align: left;
	font-weight: 400;
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}

._2col{
    display: -webkit-flex;
    display: flex;
	  flex-wrap:wrap;
	  align-items: center;
}
._2col p:first-child{
flex-grow: 1;
text-align: left;
}
._2col p:nth-child(2){
flex-grow: 0;
}

@media screen and (max-width: 52em) {
._2col p:first-child{
margin-bottom: 1em;
}
._2col p:nth-child(2){
text-align: center;
margin-bottom: 1em;
}
}


/* special
-------------------------------------------------- */
#special{
    background: linear-gradient(180deg, rgba(248, 241, 110, 0)10%, rgba(248, 241, 110,1)100%),url("/saiyou/area/images/bg.png") ;
}
@media screen and (max-width: 52em) {
#special .content._column3 .content_area {
    width: 48%;
    margin-left: 2%;
}
#special .content._column3 .content_area .embedded_link{
font-size: 0.9em;
}
}
/* faq
-------------------------------------------------- */
#faq{
    background: url("/saiyou/area/images/bg.png") ;
}
.faq_intro{
	padding-top: 100px;
background: linear-gradient(180deg, rgba(254, 252, 228, 0)10%, rgba(254, 252, 228, 1)100%) ;
margin-bottom: 0;
	}
.faq_intro .pad{
   padding: 80px 20px 30px 20px;
}
.faq_contents{
background: #fefce4;
margin-top: 0;
}
.faq_contents .pad{
   padding: 10px 20px 80px 20px;
}
@media screen and (max-width: 32em) {
#_faq ._relation .content {
display: block;
text-align: left;
}
#_faq ._relation .content .content_area {
margin-left: 0;
}
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area li{
    margin: 20px 0;
}
.accordion-area li li{
    margin: 0;
}
.accordion-area section {
  border-radius: 15px;
	text-align: left;
	border: solid 2px #f8f16e;
	background-color: #fff;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.2rem;
	font-weight: 800;
    padding: 2% 12% 2% 3%;
    transition: all .5s ease;
	background-color: #f8f16e;
  border-radius: 15px;
}
.title span:first-child{
padding-right: .4em;
color: #dc0b1c;
font-size: 1.5rem;
}
.title span:first-child,
.title span.q_text {
    display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 32em) {
.title {
    font-size:1rem;
}
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #000; 
}
.title::before{
    top:48%;
    right: 20px;
    transform: rotate(0deg); 
}
.title::after{
    top:48%;
    right: 20px;
    transform: rotate(90deg);
}
@media screen and (max-width: 32em) {
.title::before{
    right: 10px;
}
.title::after{
    right: 10px;
}
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}
.title.close::after{
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
	padding: 30px;
}
.box > :first-child {
	margin-top: 0;
}
/* parts
-------------------------------------------------- */

/*アンカー　グロナビに隠れないよう、上部を開ける*/
a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
@media screen and (max-width: 32em) {
a.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
}