@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 750px) {
/*common setting*/
body,h1,h2,h3,h4,h5,h6,ul,li,p {
	margin: 0;
	padding: 0;
}
	
	body#Form {
		background-image:initial !important;
		background-repeat:initial !important;
	}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
.Fixation{
	height: 490px;
     position:absolute;
     bottom:0;
}
.TopHeader {
	background: #ff007b;
	padding: 5px 0 ;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	line-height: initial !important;
}

.LanguageContents {
	width: 1000px;
	margin: 0 auto;
}

ul.LanguageList {
	display: flex;
  justify-content: flex-end;
	font-size: 11px;
}
ul.LanguageList li {
	margin-right: 12px;
}

ul.LanguageList li a:link {color:#fff;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
ul.LanguageList li a:visited {color:#fff;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
ul.LanguageList li a:hover {color:#ffc2df;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
ul.LanguageList li a:active {color:#fff;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/

header, .main, footer {
	margin: 0 auto;
	/*width: 1000px;*/
}


/*header area*/
header {
	height: 87px;
	width: 1000px;
	/*background-color: #f00;*/
}
header h1 {
	float: left;
	padding-top: 28px;
}
header address {
	float: right;
	padding-top: 7px;
	padding-right: 6px;
}
	
	#nav_drawer {
		display: none;
	}


/*main area*/
.main {
	clear: left;
}
	
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    font-family: 'Taviraj','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
	
#wrapper #MainVisual {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    height: 756px;
    overflow: hidden;
	background:url(../img/bg_pink.gif) transparent scroll center top;
}
	
.MainImg {
	text-align: center;
	padding-top: 30px;
}

#wrapper #container::before, #wrapper #container::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: -10px;
    z-index: 0;
}

#wrapper #container {
    position: relative;
}

#wrapper #container::before {
    -webkit-transform: rotate(9deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
    left: -60px;
}
	
#wrapper #container::after {
    -webkit-transform: rotate(-9deg) translate3d(0, 0, 0);
    transform: rotate(-5deg) translate3d(0, 0, 0);
    right: -60px;
}

#wrapper #container section {
    position: relative;
    z-index: 10;
}

#wrapper #container section .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
	
.contents_p {
	background:url(../img/bg_pink.gif) transparent scroll center top;	
}
	
.contents_y {
	background:url(../img/bg_yellow.gif) transparent scroll center top;	
}

.InfoTitle {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 50px;
}
	
.text {
	margin-bottom: 80px;
}

.textStyle_01 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}

.textStyle_02 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}
	
.right_c {
	float: right;
	width: 480px;
}
	
.left_c {
	float: left;
	width: 480px;
}

.img_top {
	margin: 30px 0 ;
}
	
.wh {
	color: #fff;
}

.pk {
	color: #f24874;
}
	
.ContentsSecond {
	height: 390px;
	background:url(../img/img_con_woman_03_pc.png) transparent no-repeat scroll center bottom;	
}
	
.ContentsLast {
	height: 406px;
	background:url(../img/img_con_woman_05_pc.png) transparent no-repeat scroll center bottom;	
}
	
.contentsArea {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
	
.RightArea {
	margin-left: 550px;
}
	
.LeftArea {
	margin-right: 460px;
}


.Title_Second img {
	margin-bottom: 20px;
}
	
.RecruitArea {
	margin-top: 50px;
}
	
.RecruitTop {
	background:url(../img/img_con_woman_06_pc.png) transparent no-repeat scroll center bottom;
	height: 440px;
}
	
.tabs label.TabButton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #f24874;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tabs label.TabButton:hover, .tabs input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
	
.tabs_top label.TabButton:hover, .tabs_top input[type="button"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
.tabs input[type="radio"] {
    display: none;
}
	
.tabs_top input[type="button"] {
    display: none;
}
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f24874;
    cursor: pointer;
    font-size: 15px;
}
	
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f24874;
    border-left: 1px solid #f24874;
    border-top: 1px solid #f24874;
    position: relative;
    margin: 0 5px;
    display: block;
    color: #f24874;
    cursor: pointer;
    background-color: #ffebeb;
    padding: 0px 60px;
    font-size: 18px;
}
	
.tabs .tab-box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}

.tab_item {
    width: 20%;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #f24874;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 25px;
}
	
#LongTerm:checked ~ #LongTerm_content, #MiddlePeriod:checked ~ #MiddlePeriod_content, #ShortTerm:checked ~ #ShortTerm_content {
    display: block;
	border-top: 1px solid #f24874;
}

.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}
	
	
	
	
	
	
	
.tabs_top label.TabButton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #f24874;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tabs_top label.TabButton:hover, .tabs_top input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
.tabs_top input[type="radio"] {
    display: none;
}
.tabs_top label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f24874;
    cursor: pointer;
    font-size: 15px;
}
	
.tabs_top label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f24874;
    border-left: 1px solid #f24874;
    border-top: 1px solid #f24874;
    position: relative;
    margin: 0 5px;
    display: block;
    color: #f24874;
    cursor: pointer;
    background-color: #ffebeb;
    padding: 0px 60px;
    font-size: 18px;
}
	
.tabs_top .tab-box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}

.tab_item {
    width: 20%;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #f24874;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 25px;
}
	
#LongTerm_top:checked ~ #LongTerm_content, #MiddlePeriod:checked ~ #MiddlePeriod_content, #ShortTerm:checked ~ #ShortTerm_content {
    display: block;
	border-top: 1px solid #f24874;
}

.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}
	
	
table.tableStyle_01,table.tableStyle_01 td,table.tableStyle_01 th { border: 1px solid #ddd; border-collapse: collapse; }
table.tableStyle_01 { background: #fff; margin-bottom: 1em; width: 100%; }
table.tableStyle_01 td, table.tableStyle_01 th { font-size: 18px; padding: 11px; text-align: left; }
table.tableStyle_01 th { background: #f6f6f6;width: 200px; }
	
hr {
  height: 0;
  padding: 0;
  border: 0;
}
hr {
  border-top: 3px double #f24874;
  margin: 20px 0 40px;
}
	
.accordion_box {
    position: relative;
}
.accordion_box label.accordionButton {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion_box input:checked + label.accordionButton {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion_box label:after {
    content: "続きを見る"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #383838;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	font-size: 16px;
}
.accordion_box label.accordionButton:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion_box input {
    display: none;
}
.accordion_box .accordion_container {
    overflow: hidden;
    height: 325px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion_box input:checked + label.accordionButton {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion_box input:checked + label.accordionButton:after {
    content: "閉じる";
}
.accordion_box input:checked + label.accordionButton:before {
    content: "↑";
}
.accordion_box input:checked ~ .accordion_container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
	
.btn {
	display: block;
	padding: 15px 20px;
	border-radius: 9999px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	background-image:url(../img/icon_arrow.png);
	background-position: right 15px center;
	background-size: 8px 12px;
	background-repeat: no-repeat;
	max-width: 420px;
	min-width: 420px;
	background-color: #f24874;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	margin: 30px auto;
}
	
footer {
	width: 100%;
	padding: 50px 0;
	margin-top: 100px;
	background:#f24874;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.contents {
	width: 1000px;
	margin: 0 auto;
}



.FooterContents {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.FooterInfo {
}

.FooterTitle {
	font-size: 25px;
	font-weight: bold;
}

.CompnyName p {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	
}

.FooterTEL {
	margin: 30px 0 ;
}

.CopyRight {
	font-size: 11px;
	margin-top: 20px;
}

#Form {
	background-image: initial !important;
}

#FormSelect {
	width: 1000px;
margin: 0 auto;
position: relative;
z-index: 2;
}
	
#FormSelectCheck {
	width: 1000px;
margin: 0 auto;
position: relative;
z-index: 2;
}	

.FormContents {
    /*position: absolute;*/
	z-index: 999999999;
	position: relative;
}
	
.FormBox {
		padding: 15px ;
		border-bottom: 1px dashed #171717;
	}
	.ErrBox {
		background: #F4D4D4;
	}

#Form img {
	display: initial !important;
}
	
	.textYellow {
		background: #0d0d0d;
		color: #dfba24;
	}
	
	.sp {
		display: none;
	}
	
.FormArea a:link {color:#48abe4;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
.FormArea  li a:visited {color:#48abe4;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
.FormArea  li a:hover {color:#2c8fc7;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
.FormArea  li a:active {color:#48abe4;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/
	
.NationalFlag {
	position: relative;
	width: 1000px;
margin: 0 auto;
}

.Thailand {
	position: absolute;
	top: 91px;
left: 409px;
right: 0;
border: 0;
}
	
	.china {
	position: absolute;
	top: 44px;
left: 409px;
right: 0;
border: 0;
}

.text_c {
    color: #000;
    font-size: 18px;
    text-align: center;	
	margin-bottom: 300px;
}

.tit_L::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #f24874;
}
	
.tit_L {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
    color: #434343;
    margin: 30px 0 80px;
    font-weight: bold;
	font-size: 28px;
}

.font_s {
	font-size: 80%;
}
	
.tit_M::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
	
	
.tit_M_T::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_T {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_T::before {
    content:url(../img/icon_Thailand.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_I::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_I {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_I::before {
    content:url(../img/icon_Indonesia.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
.tit_M_C::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_C {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}

.tit_M_C::before {
    content:url(../img/icon_China.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_V::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_V {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
.tit_M_V::before {
    content:url(../img/icon_Vietnam.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
.tit_M_P::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_P {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 24px;
}
.tit_M_P::before {
    content:url(../img/icon_Philippines.gif);
    vertical-align: middle;
    padding-right: 13px;
}


	
	.formContents {
		width: 1000px;
		margin: 0 auto;
	}
	
	.mt30 {
		margin-top: 30px;
	}
	
	.text_s {
		font-size: 90%;
		display: block;
	}
	.privacy {
		text-align: center;
		margin-bottom: 20px;
		line-height: 2;

	}
	
	.btn_02 {
		/*background-color: #efc100;*/
		font-size: 21px;
		/*color: #fff;*/
		display: flex;
		/*text-decoration: none;*/
		align-items: center;
		justify-content: center;
		transition: background-color .2s;
		margin: 20px auto;
		padding: 20px;
		max-width: 300px;
		min-width: 300px;
		border-radius: 9999px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
	}
	
	.tc {
		text-align: center;
	}
	
	.innerTop.fixed {
    position: fixed;
    top: 100px;
}
	
	.innerTop {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 999999;
}
	
#youtube {

    max-width: 960px;
    width: 100%;
    margin: 0 auto 30px;

}

}


@media screen and (max-width: 749px) {
body,h1,h2,h3,h4,h5,h6,ul,li,p {
	margin: 0;
	padding: 0;
}
	

	
img {
	max-width: 100%;
	height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }


.TopHeader {
	display: none;
}

.LanguageContents {
	display: none;
}

ul.LanguageList {
	font-size: 16px;
}
ul.LanguageList li {
	margin-right: 12px;
}

ul.LanguageList li a:link {color:#fff;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
ul.LanguageList li a:visited {color:#fff;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
ul.LanguageList li a:hover {color:#ffc2df;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
ul.LanguageList li a:active {color:#fff;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/

header, .main, footer {
	margin: 0 auto;
	width: 100%;
}


/*header area*/
header {
	height: 87px;
	/*background-color: #f00;*/
}
header h1 {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
header address {
	display: none;
}
	
h1 img {
	width: 65%;
	height: auto;
}
	
/*main area*/
.main {
	clear: left;
}

	
	
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: 'Taviraj','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
	
#wrapper #MainVisual {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
	background:url(../img/bg_pink.gif) transparent scroll center top;
}
	
.MainImg {
	text-align: center;
	padding-top: 30px;
}

#wrapper #container::before, #wrapper #container::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: -10px;
    z-index: 0;
}

#wrapper #container {
    position: relative;
}

#wrapper #container::before {
    -webkit-transform: rotate(9deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
    left: -60px;
}
	
#wrapper #container::after {
    -webkit-transform: rotate(-9deg) translate3d(0, 0, 0);
    transform: rotate(-5deg) translate3d(0, 0, 0);
    right: -60px;
}

#wrapper #container section {
    position: relative;
    z-index: 10;
}

#wrapper #container section .inner {
    margin: 0 auto;
    position: relative;
}
	
.contents_p {
	background:url(../img/bg_pink.gif) transparent scroll center top;	
}
	
.contents_y {
	background:url(../img/bg_yellow.gif) transparent scroll center top;	
}

.InfoTitle {
	text-align: center;
	padding-top: 50px;
	width: 95%;
	margin: 0 auto;
	height: auto;
}
	
.text {
	margin: 30px auto;
	width: 90%;
}

.textStyle_01 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}

.textStyle_02 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}
	
.right_c {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
	
.left_c {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.img_top {
	width: 90%;
	margin: 40px 0;
}
	
.wh {
	color: #fff;
}

.pk {
	color: #f24874;
}
	

	
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
.ContentsSecond {
	background:url(../img/img_con_woman_03_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 55%;
}
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
.ContentsSecond {
	background:url(../img/img_con_woman_03_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 90%;
}
}
	
.ContentsLast {
	background:url(../img/img_con_woman_05_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 90%;
}
	
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
.ContentsLast {
	background:url(../img/img_con_woman_05_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 55%;
}
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
.ContentsLast {
	background:url(../img/img_con_woman_05_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 90%;
}
}
	
.contentsArea {
	margin: 0 auto;
	padding: 30px 0;
}
	
.RightArea {
	width: 90%;
	margin: 0 auto 260px;
}
	
.LeftArea {
	width: 90%;
	margin: 0 auto 350px;
}


.Title_Second img {
	margin-bottom: 20px;
	width: 90%;
	height: auto;
}
	
.RecruitArea {
	margin-top: 50px;
}
	

	
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
.RecruitTop {
	background:url(../img/img_con_woman_06_sp.png) transparent no-repeat scroll center bottom;
	height: 380px;
	background-size: 100%;
}
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
.RecruitTop {
	background:url(../img/img_con_woman_06_sp.png) transparent no-repeat scroll center bottom;
	height: 220px;
	background-size: 100%;
}
}
	
.tabs label.TabButton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #f24874;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tabs label.TabButton:hover, .tabs input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
.tabs input[type="radio"] {
    display: none;
}
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f24874;
    cursor: pointer;
    font-size: 15px;
}
	
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f24874;
    border-left: 1px solid #f24874;
    border-top: 1px solid #f24874;
    position: relative;
    margin: 0 1px;
    display: block;
    color: #f24874;
    cursor: pointer;
    background-color: #ffebeb;
    padding: 8px;
    font-size: 13px;
}
	
.tabs .tab-box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}

.tab_item {
    width: 27%;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #f24874;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 25px;
}
	
#LongTerm:checked ~ #LongTerm_content, #MiddlePeriod:checked ~ #MiddlePeriod_content, #ShortTerm:checked ~ #ShortTerm_content {
    display: block;
	border-top: 1px solid #f24874;
}

.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}
	
table.tableStyle_01,table.tableStyle_01 td,table.tableStyle_01 th { border: 1px solid #ddd; border-collapse: collapse; }
table.tableStyle_01 { background: #fff; margin-bottom: 1em; width: 100%; }
table.tableStyle_01 td, table.tableStyle_01 th { font-size: 17px; padding: 8px 10px; text-align: left; }
table.tableStyle_01 th { background: #f6f6f6; }
table.tableStyle_01 { }
    table.tableStyle_01 th,
    table.tableStyle_01 td{
    display: block;
    border-top: none;
    }
	
	
.accordion_box {
    position: relative;
}
.accordion_box label.accordionButton {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion_box input:checked + label.accordionButton {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion_box label:after {
    content: "続きを見る"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #383838;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	font-size: 16px;
}
.accordion_box label.accordionButton:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion_box input {
    display: none;
}
.accordion_box .accordion_container {
    overflow: hidden;
    height: 550px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	width: 95%;
	margin: 0 auto;
}


.accordion_box input:checked + label.accordionButton {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion_box input:checked + label.accordionButton:after {
    content: "閉じる";
}
.accordion_box input:checked + label.accordionButton:before {
    content: "↑";
}
.accordion_box input:checked ~ .accordion_container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	width: 95%;
	margin: 0 auto;
}
	
	
.btn {
	display: block;
	padding: 15px 20px;
	border-radius: 9999px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	background-image:url(../img/icon_arrow.png);
	background-position: right 15px center;
	background-size: 8px 12px;
	background-repeat: no-repeat;
	background-color: #f24874;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	margin: 30px 10px;
}
	

footer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 415px;
	background:#f24874;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/*footer::before {
    top: -22%;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 135px;
    background-color: #fff;
}*/


.FooterContents {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	padding-top: 50px;
	text-align: center;
}

.FooterInfo {
}

.FooterTitle {
	font-size: 15px;
	font-weight: bold;
}

.CompnyName p {
	margin-top: 40px;
	font-size: 15px;
	font-weight: bold;
	
}

.FooterTEL {
	margin: 30px 0 ;
}
	
.FooterTEL img {
	width: 70%;
	height: auto;
}

.CopyRight {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 60px;
}


#Form {
	background-image: initial !important;
	background-repeat: initial !important;
}

#FormSelect {
	width: 100%;
margin: 0 auto;
position: relative;
z-index: 2;
	height: 120%;
}
	
	
#FormSelectCheck {
	width: 100%;
margin: 0 auto;
position: relative;
z-index: 2;
	height: 120%;
}	

	
	#zipajax {
		display: block;
	}
	
	.FormText {
		display: block;
	}
	
	.FormBox {
		padding: 15px ;
		border-bottom: 1px dashed #171717;
	}
	.ErrBox {
		background: #F4D4D4;
	}
	
	
	#nav_drawer {
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 35px;
    padding: 17px 10px 10px;
    cursor: pointer;
    background: #ff007b;
    margin: 5px;
    border-radius: 4px; }
	
	.nav-unshown {
    display: none;
}
	#nav-open {
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
}
	#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
	#nav-drawer {
    cursor: pointer;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
	background: #333;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	#nav-content ul li {
    border-bottom: 1px dotted #505050;
}
	
#nav-content ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 85%;
}
	
	.nav_title h4 {
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
	}
	
	.textYellow {
		background: #0d0d0d;
		color: #dfba24;
	}
	
	.AppliTitle img {
		margin: 20px 0;
	}
	
	.AppliBtn {
		display: flex;
  justify-content: center;
	}
	
	.contactBtn {
    display: block;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    border-top: #f24874 solid 2px;
    z-index: 99999;
}
	
	.contactBtn ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #f24874;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
	
	.BonfButton {
		margin: 20px 0 ;
	}
	
	.fixedBtn {
    display: block;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f24874;
    border-bottom: #ffebeb solid 2px;
    z-index: 99999;
}
	.fixedBtn h1 {
		text-align: center;
		background: #fff;
	}
	.fixedBtn ul {
		display: flex;
		justify-content: space-between;
	}
	
	.fixedBtn ul li {
		list-style-type: none;
		padding: 0 20px;
	}
	
	.fixedBtn ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffebeb;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
	
	.FormArea a:link {color:#48abe4;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
.FormArea  li a:visited {color:#48abe4;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
.FormArea  li a:hover {color:#2c8fc7;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
.FormArea  li a:active {color:#48abe4;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/
	
.NationalFlag {
	position: relative;
	width: 100%;
margin: 0 auto;
}

.Thailand {
	position: absolute;
	top: -19px;
left: 50%;
right: 50%;
border: 0;
width: 80px;
}

.china {
	position: absolute;
	top: -34px;
left: 50%;
right: 50%;
border: 0;
width: 80px;
}
	
	
	.text_c {
    color: #000;
    font-size: 18px;
    text-align: center;	
	margin-bottom: 300px;
}
	
.tit_L::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #f24874;
}
	
.tit_L {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
    /*color: #ababab;*/
    color: #6a6a6a;
    margin: 30px 10px 40px;
    font-weight:bold;
	font-size: 22px;
}
	
.font_s {
	font-size: 80%;
}
	
.tit_M::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M {
    color: #4b4444;
    text-align: center;
    margin: 80px 0 40px;
	font-size: 20px;
}
	
.tit_M_T::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_T {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_T::before {
    content:url(../img/icon_Thailand.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_I::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_I {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_I::before {
    content:url(../img/icon_Indonesia.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
.tit_M_C::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_C {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}

.tit_M_C::before {
    content:url(../img/icon_China.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_V::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_V {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
.tit_M_V::before {
    content:url(../img/icon_Vietnam.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
.tit_M_P::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_P {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
.tit_M_P::before {
    content:url(../img/icon_Philippines.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	.formContents {
		width: 90%;
		margin: 0 auto;
	}
	.w20 {
		width: 20%;
	}
	.mt30 {
		margin-top: 30px;
	}
	.text_s {
		font-size: 90%;
		display: block;
	}
	.privacy {
		text-align: center;
		margin-bottom: 20px;
		line-height: 2;

	}
	
	.btn_02 {
		background-color: #efc100;
		font-size: 21px;
		color: #fff;
		display: flex;
		text-decoration: none;
		align-items: center;
		justify-content: center;
		transition: background-color .2s;
		margin: 20px auto;
		padding: 20px;
		max-width: 300px;
		min-width: 300px;
		border-radius: 9999px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
	}
	
	.tc {
		text-align: center;
	}
	
	.btnArea {
		margin-bottom: 60px;
	}
	hr {
  height: 0;
  padding: 0;
  border: 0;
}
	hr {
  border-top: 3px double #f24874;
  margin: 20px 0 40px;
}
	
	
	.innerTop.fixed {
    position: fixed;
    top: 145px;
}
	
	.innerTop {
		display: none;
}

}