﻿#mainHead .hdText {
    width: 518px;
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 3;
    filter: drop-shadow(3px 2px 1px rgba(0, 0, 0, 1.0));
}
@media screen and (max-width: 736px) {
    #mainHead {
        padding-top: 68px
    }
    #mainHead .hdImg {
        /*height: 200px !important;*/
        height: 300px !important;
    }
    #mainHead .hdText {
        width: auto;
        padding: 7%;
        left: 0;
        right: 0;
        margin: 0 auto;
        /*top: 25%;*/
        top: 40%;
    }
    #mainHead .hdText img {
        max-width: 280px;
        margin: 0 auto;
    }
    #mainHead .scrBtn {
        display: none;
    }
}
#first {
    text-align: center;
    padding: 0;
}
#first .title {
    font-size: 300%;
    line-height: 100%;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: YuMincho, '游明朝', "serif";
    text-align: center;
}
#first .textWrap {
    font-family: YuMincho, '游明朝', "serif";
		letter-spacing: 4px;
    line-height: 250%;
    font-size: 140%;
    color: #666666;
    text-align: center;
}
@media screen and (max-width: 736px) {
    #first {
        padding: 50px 0 0;
    }
    
    #first .title {
        font-size: 240%;
    }
    #first .title span {
        display: block;
        margin-bottom: 10px
    }
    #first .textWrap {
        /*text-align: left;*/
        font-size: 110%;
        line-height: 200%;
        color: #000;
        text-align: center;
    }
}
#policy header, #recruit header, #about header {
    background-size: 100%;
    height: 200px;
    /*margin-bottom: 50px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
#policy header h2, #recruit header h2, #about header h2 {
    letter-spacing: 4px;
    line-height: 130%;
    font-size: 250%;
    font-family: YuMincho, '游明朝', serif;
    text-align: center;
}
#policy header p, #recruit header p, #about header p {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 130%;
    line-height: 160%;
    letter-spacing: 2px;
}
#policy {
    text-align: center;
    margin-bottom: 150px;
}

#policy header {
    background: url(../../images/bg1.jpg) center;
}
#policy .policy {
	padding: 0 !important;
  margin: 100px auto;
}
#policy .policy h3 {
	margin: 20px 0;
	position: relative;
}
#policy .policy h3::before {
	content: '';
	border-bottom: 1px solid #FE7789;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#policy .policy h3 strong {
	font-family: YuMincho, '游明朝', serif;
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 5px;
	width: 30%;
	min-width: 200px;
  background: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 736px) {
	#policy {
		margin-bottom: 40px;
	}
	#tpage section .policy {
    padding: 0 5% !important;
		margin: 20% auto;
  }
	#policy .policy h3 strong {
		font-size: 160%;
		letter-spacing: 3px;
	}
}
#policy .titleSet {
    margin-bottom: 30px;
}
#policy .titleSet .title {
    letter-spacing: 4px;
    line-height: 140%;
    font-size: 220%;
    color: #FE7789;
    margin: 30px 0 20px;
    font-family: YuMincho, '游明朝', serif;
}
#policy .titleSet .title span {
    font-family: 'Playfair Display', serif;
		letter-spacing: 6px;
}
@media screen and (max-width: 736px) {
		#policy .titleSet {
			margin-bottom: 20px;
		}
		#policy .titleSet .title {
        font-size: 200%;
			margin: 20px 0;
    }
    #policy .titleSet .title span {
        display: inline-block;
			font-size: 80%;
			letter-spacing: 4px;
    }
}
#policy .titleSet .sub {
    color: #666666;
    letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
    #policy .titleSet .sub span {
        display: inline-block;
    }
}
#policy .inner>.textWrap {
    font-family: YuMincho, '游明朝', "serif";
	letter-spacing: 2px;
    line-height: 260%;
    font-size: 120%;
    color: #000000;
    /*margin-bottom: 50px*/
}
@media screen and (max-width: 736px) {
    #policy .inner>.textWrap p span {
        display: inline-block;
    }
}
@media screen and (max-width: 736px) {
    #policy .inner>.textWrap {
        text-align: left;
        font-size: 100%;
				line-height: 220%;
    }
}
#policy .business {
    background: url(../../images/bg_alp.jpg);
    padding: 0px 15px;
    box-sizing: border-box;
}
#policy .business .titleSet {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}
#policy .business .titleSet::after {
    content: "";
    background: #FF8090;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#policy .business .titleSet>div {
    display: inline-block;
    background: url(../../images/bg_alp.jpg);
    padding: 0 40px;
}
@media screen and (max-width: 736px) {
    #policy .business {
        padding: 5% 0%;
    }
      #policy .business .titleSet>div {
        padding: 0;
        display: block;
    }
    #policy .business .titleSet>div span {
        display: block;
        margin-bottom: 10px;
    }
}
#policy .business .titleSet>div h3 {
    font-size: 220%;
    line-height: 100%;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: YuMincho, '游明朝', serif;
}
#policy .business .titleSet>div .sub {
    font-size: 110%;
    line-height: 100%;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
#policy .business .column3 li {
    width: 33.3%;
    margin: 0;
}
#policy .business .column3 li dl {
    margin: 0 5px;
}
@media screen and (max-width: 736px) {
    #policy .business .column3 li {
        margin-bottom: 50px !important;
    }
}
#policy .business .column3 li dt:first-child {
    font-size: 220%;
    line-height: 100%;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: YuMincho, '游明朝', serif;
}
#policy .business .column3 li dt:first-child span {
    color: #FF8090;
}
#policy .business .column3 li dt:nth-child(2) {
    margin-bottom: -59px;
}
#policy .business .column3 li dt img {
    width: 100%;
    height: auto;
}
#policy .business .column3 li dd {
    position: relative;
    z-index: 1;
}
#policy .business .column3 li dd label {
    display: block;
    /*background: rgba(255, 128, 144, 0.6);*/
    background: url(../../images/lbl_pnk.png);
    padding: 20px 10px;
    color: #FFFFFF;
    font-size: 120%;
    letter-spacing: 2px;
}
#policy .business .column3 li dd h4 {
    /*font-size: 180%;*/
    font-size: 160%;
    line-height: 100%;
    letter-spacing: 2px;
    padding: 20px 0;
    font-family: YuMincho, '游明朝', serif;
}
#policy .business .column3 li dd .text {
    padding: 0 10px;
    text-align: left;
    line-height: 180%;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
    #policy .business .column3 li dd .text {
        height: auto !important;
    }
}
#recruit {
    padding: 0 0 60px;
    text-align: center;
}
#recruit .inner {
   padding: 80px 0 100px !important;
}
#recruit li img{
    margin: 40px auto;
}
#recruit header {
    background: url(../../images/bg2.jpg) center;
}
#recruit header h2 {
    color: #FE7789;
}
#recruit .titleSet {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}
#recruit .titleSet::after {
    content: "";
    background: #FF8090;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#recruit .titleSet>div {
    display: inline-block;
    background: #FFFFFF;
    padding: 0 40px;
    color: #FF8090;
}
@media screen and (max-width: 736px) {
    #recruit .titleSet>div {
        padding: 0
    }
}
#recruit .titleSet>div .title {
    font-size: 160%;
    line-height: 160%;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: YuMincho, '游明朝', serif;
}
@media screen and (max-width: 736px) {
    #recruit .titleSet>div .title span {
        display: inline-block;
    }
}
#recruit .recruitUl {
    margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
    #recruit .recruitUl img {
        display: none;
    }
	#recruit .column3 ul.hv {
			padding: 20px 0 0 0;
	}

}
#recruit .recruitUl .sp {
    display: none;
}
@media screen and (max-width: 736px) {
    #recruit .recruitUl .sp {
        display: block;
        width: 100%;
    }
}
#recruit .column3 li {
    width: 40%;
    margin: 0;
}
#recruit .column3 li img {
    width: 82.4%;
    height: auto;
    margin: 0 auto;
}
#about {
    text-align: center;
    padding: 0 0 60px;
}
#about header {
    background: url(../../images/bg3.jpg) center;
}
#about header h2 {
    color: #A781A8;
}
#about .aboutUl {
    /*width: 900px;*/
    width: 1000px;
    margin: 0 auto;
    letter-spacing: -5px;
}
@media screen and (max-width: 736px) {
    #about .aboutUl {
        width: auto;
        margin: 0;
    }
}
#about .aboutUl li {
    display: inline-block;
    /*width: 399px;*/
    width: 50%;
    letter-spacing: 0;
    /*margin: 0 20px*/
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 736px) {
    #about .aboutUl li {
        width: auto;
        margin: 0;
        padding: 5% 0%;
    }
}
#about .aboutUl li:first-child {
    width: 100%;
    margin: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
    #about .aboutUl li:first-child {
        margin-bottom: 0;
    }
    #about .aboutUl li:first-child img {
        display: none;
    }
    #about .aboutUl li:first-child img.sp {
        display: block;
    }
}
#about .aboutUl li img {
    width: 100%;
    height: auto;
}
#news {
    padding-bottom: 60px;
}
#news header {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}
#news header::after {
    content: "";
    background: #FF8090;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#news header>div {
    display: inline-block;
    background: #FFFFFF;
    padding: 0 40px;
}
#news header>div h2 {
    font-size: 220%;
    line-height: 100%;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#news header>div p {
    font-size: 130%;
    line-height: 100%;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
#news .ctrlNav ul {
    letter-spacing: -5px
}
#news .ctrlNav ul li {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0;
    width: 20%;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    margin-right: -1px;
    cursor: pointer;
}
@media screen and (max-width: 736px) {
    #news .ctrlNav ul li {
        width: 50%;
        margin: 0;
        margin-right: -2px;
        vertical-align: top;
    }
}
#news .ctrlNav ul li a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    background: #f2f2f2;
    position: relative;
}
#news .ctrlNav ul li a label {
    position: absolute;
    top: -5px;
    left: 0;
    height: 15px;
    width: 100%;
}
#news .ctrlNav ul li a label.info {
    background: url(../../images/cat1.png) no-repeat center top;
}
#news .ctrlNav ul li a label.cat2 {
    background: url(../../images/cat2.png) no-repeat center top;
}
#news .ctrlNav ul li a label.cat3 {
    background: url(../../images/cat3.png) no-repeat center top;
}
#news .ctrlNav ul li a label.cat4 {
    background: url(../../images/cat4.png) no-repeat center top;
}
#news .ctrlNav ul li.current {
    border-top: solid 1px #e6e6e6;
}
@media screen and (max-width: 736px) {
    #news .ctrlNav ul li.current {
        border-top: 0;
    }
}
#news .ctrlNav ul li.current a {
    background: #FFFFFF;
    color: #F38A96;
    padding: 18px 0;
}
@media screen and (max-width: 736px) {
    #news .ctrlNav ul li.current a {
        padding: 15px 0;
    }
}
@media screen and (max-width: 736px) {
    #news .ctrlNav ul li:first-child {
        width: 100%;
        border-bottom: solid 1px #e6e6e6;
    }
}
#news .ctrlNav ul li:first-child.current a {
    border-top: solid 3px #FF8090;
}
#news .newsArea {
    padding: 20px 0 0;
    margin-bottom: 30px;
}
#news .newsArea ul {
    display: none;
}
#news .newsArea ul.view {
    display: block;
}
#news .newsArea ul li {
    border-bottom: solid 1px #f2f2f2;
    padding: 10px 0;
    width: 80%;
    position: relative;
}
#news .newsArea ul li time {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
#news .newsArea ul li label {
    padding-left: 20px;
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
#news .newsArea ul li label.info {
    background: url(../../images/cat1.png) no-repeat left;
    color: #FF8090;
}
#news .newsArea ul li label.cat2 {
    background: url(../../images/cat2.png) no-repeat left;
    color: #00A99D;
}
#news .newsArea ul li label.cat3 {
    background: url(../../images/cat3.png) no-repeat left;
    color: #F19577;
}
#news .newsArea ul li label.cat4 {
    background: url(../../images/cat4.png) no-repeat left;
    color: #A781A8;
}
#news .newsArea ul li em {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    font-style: normal;
}
#news .newsArea ul li a {
    position: absolute;
    right: -25%;
    top: 0;
    width: 150px;
    vertical-align: top;
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    font-weight: 700;
}
#news .newsArea ul li a::before {
    content: ">";
    margin-right: 10px;
}
@media screen and (max-width: 736px) {
    #news .newsArea ul li {
        width: auto;
        padding: 20px 0;
    }
    #news .newsArea ul li time {
        width: auto;
        font-weight: 700;
        margin-right: 10px;
    }
    #news .newsArea ul li label {
        width: auto;
    }
    #news .newsArea ul li em {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 120%;
        line-height: 130%;
    }
    #news .newsArea ul li a {
        float: none;
        width: 80%;
        margin: 0 auto;
        display: block;
        position: relative;
        right: 0;
    }
}