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

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 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 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;
}
	
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; }
	
	
.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;
}
	
	.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;

	}


.FormArea {
    float: left;
    width: 720px;
    margin: 0 0 20px 0; }

.FormTitle {
    font-weight: 600;
    width: 350px;
    line-height: 20px;
    font-size: 16px;
    padding: 12px 20px 0 0;
    font-family: "Rounded Mplus 1c";
    color: #2a2a2a;
    margin-bottom: 10px; }

#InquiryCheck .FormTitle {
    float: left;
    font-weight: 600;
    width: 148px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 20px 0 0;
    text-align: right;
    font-family: "Rounded Mplus 1c";
    color: #aaa; }

.FormArea {
    float: left;
    width: 720px;
    margin: 0 0 20px 0; }

 .FormTitle {
    font-weight: 600;
    width: 350px;
    line-height: 20px;
    font-size: 16px;
    padding: 12px 20px 0 0;
    font-family: "Rounded Mplus 1c";
    color: #2a2a2a;
    margin-bottom: 10px; }

  #InquiryCheck .FormTitle {
    float: left;
    font-weight: 600;
    width: 148px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 20px 0 0;
    text-align: right;
    font-family: "Rounded Mplus 1c";
    color: #aaa; }

  .FormTitle .must {
    color: #fff;
    font-weight: 600;
    background: #f24874;
    padding: 1px 5px 0px 5px;
    border-radius: 2px;
    font-size: 10px;
    vertical-align: text-top; } 

  .FormArea {
    float: left;
    width: 720px;
    margin: 0 0 20px 0; }

  .RadioFlat {
    vertical-align: text-top;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0; }

  .FormTypeBox .radiolabel {
    float: none;
    margin: 2px 0px 8px 0;
    vertical-align: text-top;
    font-family: "Rounded Mplus 1c"; }

  input[type="text"], input[type="email"], select {
    font-size: 14px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.02) inset, 1px 1px 4px rgba(0, 0, 0, 0.04) inset;
    outline: none;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 1px;
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 0 8px; }

  input.others, input[type="email"] input.others, select {
    font-size: 14px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.02) inset, 1px 1px 4px rgba(0, 0, 0, 0.04) inset;
    outline: none;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 1px;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0 8px; }

  textarea[type="text"] {
    font-size: 14px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.02) inset, 1px 1px 4px rgba(0, 0, 0, 0.04) inset;
    outline: none;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 1px;
    display: inline-block;
    height: 200px;
    margin: 0;
    padding: 0 8px;
	width: 690px;}

  input[type="text"]:focus, input[type="email"]:focus {
    border: 1px solid #E8F7F9;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.02) inset, 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
    outline: medium none; }

  .FormArea textarea[type="text"] {
    height: 100px;
    width: 690px;
    padding: 20px; }