@charset "UTF-8";

/*
font-family: 'Crimson Text', serif;
font-family: 'Lato', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
/*******************************common*/

.textS{
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
}

.textM{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
}

.textNarrow{
    line-height: 2.4 !important;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

.headL{
    color: rgba(98,157,207,0.2); 
    font-family: 'Crimson Text', serif;
    font-size: 180px;
    font-size: 18rem;
    line-height: 50px;
    text-align: center;
    margin-bottom: 90px;
}

.headS{
    color: #353f82;
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    font-size: 2.1rem;
}

.headL small{
    color: #629dcf;
    font-size: 18px;
    font-size: 1.8rem;
}

.head02 .en{
    color: #629dcf;
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-size: 3.6rem; 
}

.head02 .jp{
    margin-left: 20px;
}

.head02{
   color: #629dcf;
   font-size: 18px;
   font-size: 1.8rem;  
   font-family: 'Noto Serif JP', serif;
}

.head02{
   font-size: 18px;
   font-size: 1.8rem;  
   font-family: 'Noto Serif JP', serif;
}

.head03{
    color: #353f82;
    font-size: 30px;
    font-size: 3.0rem; 
    font-family: 'Noto Serif JP', serif;
}

.introWrap{
    color: #fff;
    text-align: center;
}

.introWrap small{
    border-bottom: 1px solid #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 8px;
    display: inline-block;
}

.introWrap .head{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}

#sec01,#sec06{
    margin-top: -130px;
    padding-top: 130px;
}

#sec02,#sec03,#sec04,#sec05{
    margin-top: -180px;
    padding-top: 180px;
}

#sec01{
    margin-bottom: 175px;
}

#sec01 .secInrWide{
    background: url("../images/policy_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 95px 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec01 .img{
    width: 57%;
}

#sec01 .detail{
    width: 40%;
}

#sec01 .detail .head02{
    margin-bottom: 60px;
}

#sec01 .detail .head03{
    margin-bottom: 50px;
}

#sec01 .detail .headS{
    margin-bottom: 50px;
}

#sec01 .detail p{
    line-height: 2;
}

#sec02 .head03 {
    margin-bottom: 30px;
    text-align: center;
}


#sec02 #s01 .ttlArea{ background: url("../images/facility_bg.jpg") center center no-repeat;}
#sec02 #s02 .ttlArea{ background: url("../images/edu_bg.jpg") center center no-repeat;}
#sec02 #s03 .ttlArea{ background: url("../images/hr_bg.jpg") center center no-repeat;}
#sec02 #s04 .ttlArea{ background: url("../images/benefit_bg.jpg") center center no-repeat;}

#sec02 #s01 .ttlArea,
#sec02 #s02 .ttlArea,
#sec02 #s03 .ttlArea,
#sec02 #s04 .ttlArea{
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    height: 480px;
}

#sec02 .ttl{
    color: #40487a;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    margin: 25px 0;
}

#sec02 .introWrap{
    position: absolute;
    top: calc(50% - 160px);
    transform: translateY(-50% - 160px);
    -webkit- transform: translateY(-50% - 160px);
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
}

#sec02 .secInr {
    background: #fff;
    margin-top: -160px;
    z-index: 1;
    position: relative;
    padding: 100px 70px;
}

#sec02 .secInr.first {
    background: none;
    margin-top: 0;
    margin-bottom: 75px;
    padding: 0;
}

#sec02 .introText,
#sec03 .introText{
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto 110px;
    width: 80%;
}

#sec02 #s01 .flexBox{
    flex-wrap: wrap;
    justify-content: space-between;
}

#sec02 #s01 .flexBox li{
    width: 48%;
    margin-bottom: 80px;
}

#sec02 #s02 .circle{
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding-top: 35px;
    text-align: center;
    background: #fbba51;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

#sec02 #s02 .flexBox{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

#sec02 #s02 .flexBox li{
    width: 31%;
}

#sec02 #s02 .flexBox li:nth-of-type(1){
    position: relative;
}

#sec02 #s02 .flexBox li:nth-of-type(1) .circle{
    position: absolute;
    left: -40px;
    top: -70px;
}

#sec02 #s02 .blueBox{
    background: #e6f0f8;
    padding: 60px 45px;
    position: relative;
}

#sec02 #s02 .blueBox .flexBox{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

#sec02 #s02 .blueBox .flexBox .img{
    width: 43%;
}

#sec02 #s02 .blueBox .flexBox .detail{
    width: 54%;
}

#sec02 #s02 .blueBox .flexBox .detail .whiteArea{ 
    background: #fff;
    margin-top: 35px;
    padding: 25px 30px;
}

#sec02 #s02 .blueBox .circle{
    position: absolute;
    right: -30px;
    top: -40px;
}

#sec02 #s03 .mainImg{
    margin-bottom: 60px;
}

#sec02 #s03 .flexBox{
    justify-content: space-between;
}

#sec02 #s03 .flexBox li.li01,
#sec02 #s03 .flexBox li.li02,
#sec02 #s03 .flexBox li.li03{
    width: 31%;
}

#sec02 #s03 .flexBox li .navyBox{
    background-color: #40487a;
    color: #fff;
    margin-bottom: 40px;
    padding: 55px 30px;
    text-align: center;
    position: relative;
}

#sec02 #s03 .flexBox li.li01 .navyBox:after{
    content: "";
    position: absolute;
    background: url("../images/icon_01.svg") left -20px bottom -20px no-repeat;
    background-size: 250px;
    width: 300px;
    height: 300px;
    left: -20px;
    bottom: -60px;
    opacity: 0.3;
}

#sec02 #s03 .flexBox li.li02 .navyBox:after{
    content: "";
    position: absolute;
    background: url(../images/icon_02.svg) left -20px bottom -20px no-repeat;
    background-size: 250px;
    width: 300px;
    height: 300px;
    left: -20px;
    bottom: -60px;
    opacity: 0.3;
}

#sec02 #s03 .flexBox li.li03 .navyBox:after{
    content: "";
    position: absolute;
    background: url("../images/icon_03.svg") left -20px bottom -20px no-repeat;
    background-size: 250px;
    width: 300px;
    height: 300px;
    left: -20px;
    bottom: -40px;
    opacity: 0.3;
}



#sec02 #s03 .flexBox li .navyBox small{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 40px;    
}

#sec02 #s03 .flexBox li .navyBox p{
    font-size: 30px;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
}

#sec02 #s03 .flexBox li .navyBox p span{
    font-size: 90px;
    font-size: 9rem;
    font-family: 'Crimson Text', serif;
}

#sec02 #s04 .flexBox{
    justify-content: space-between;
    flex-wrap: wrap;
}

#sec02 #s04 .flexBox li{
    margin: 0 1% 6%;
    width: 30%;
}

#sec02 #s04 .flexBox li .circle{
    width: 260px;
    height: 260px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #40487a;
    margin: 0 auto 30px;
}

#sec02 #s04 .flexBox li .circle img{
    max-width: 80px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

#sec02 #s04 .flexBox li:nth-of-type(1) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(2) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(4) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(5) .circle img{
    max-width: 90px;
}

#sec02 #s04 .flexBox li .ttl{
    margin-bottom: 35px;
    text-align: center;
}

#sec03 .introWrap{
    color: #40487a;
    margin-bottom: 60px;
}

#sec03 .introWrap small{
    border-bottom: 1px solid #40487a;
}

#sec03 .s01{
    background: url("../images/intro_bg.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding: 80px 0 120px;
}

#sec03 .s01 .headL{
    margin-top: -110px;
    z-index: 1;
    position: relative;
}

#sec03 .s01 .flexBox{
    justify-content: center;
    flex-wrap: wrap;
}

#sec03 .s01 li{
    background: rgba(255,255,255,0.8);
    color: #40487a;
    border: 1px solid #629dcf;
    padding: 60px;
    text-align: center;
    width: 33.33%;
}

#sec03 .s01 li img{
    margin: 30px auto 25px;
    max-width: 110px;
}

#sec03 .s01 li .number{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.0em;
}

#sec03 .s01 li .number span{
    color: #eead43;
    font-family: 'Crimson Text', serif;
    font-size: 90px;
    font-size: 9rem;
}

#sec03 .s02{
    margin-bottom: 160px;
}

#sec03 .s02 .introWrap{
    margin-bottom: 90px;
}

#sec03 .s02 .tableArea table{
    width: 100%;
}

#sec03 .s02 .tableArea table th.navy{
    border-left: 1px solid #d9d9d9;
    background: #40487a;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    padding: 45px 10px;
    text-align: center;
}


#sec03 .s02 .tableArea table th.skyBlue{
    background: #e6f0f8;
    border-bottom: 1px dotted #d9d9d9;
    color: #40487a;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 20px;
    text-align: right;
    width: 15%;
}

#sec03 .s02 .tableArea table td{
    border-bottom: 1px dotted #d9d9d9;
    border-right: 1px dotted #d9d9d9;
    padding: 20px;
}

#sec03 .s02 .tableArea table .with{
    position: relative;
}

.balloonWrap{
    position: absolute;
    top: -90px;
    left: 22px;
}

.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 13px 20px;
    max-width: 276px;
    width: 100%;
    color: #555;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fbba51;
    border-radius: 15px;
    letter-spacing: -0.01em;
}

.balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    border: 7px solid transparent;
    border-top: 10px solid #fbba51;
}

.balloon p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

.balloonWrapBtm{
    position: absolute;
    bottom: -85px;
    left: 15px;
}

.balloonWrapBtm .balloon:before {
  content: "";
  position: absolute;
  top: -17px !important;
  left: 15% !important;
  margin-left: 0px !important;
  border: 7px solid transparent !important;
  border-bottom: 10px solid #fbba51 !important;
}

#sec03 .s02 .tableArea table .with.long{
    position: relative;
}

#sec03 .s02 .tableArea table .with.long .balloonWrap{
    position: absolute;
    top: -118px;
    left: 15px;
}

#sec03 .s02 .tableArea .rs01{
    position: relative;
}

#sec03 .s02 .tableArea .rs01:before{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 6px 0 6px;
    border-color: #40487a transparent;
    border-style: solid;
    position: absolute;   
    left: 5px;
    bottom: 0; 
}

#sec03 .s02 .tableArea .rs01:after{
    content: "";
    width: 0;
    height: 0;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #40487a transparent;
    border-style: solid;  
    position: absolute;  
    left: 5px;
    top: 0;
}

#sec03 .s02 .tableArea .rs01 span{
    display: contents;
    position: relative;
}

#sec03 .s02 .tableArea .rs01 span:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 96%;
    top: 5px;
    background: #40487a;
    left: 10px;
}

#sec03 .s03{
    margin-bottom: 215px;
}

#sec04{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 160px;
}

#sec04 .secInrWide{
    background: url("../images/doctor_bg.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 120px;
    padding: 110px 145px;
}

#sec04 .secInrWide .headL{
    margin: -145px 0 100px;
}

#sec04 .secInrWide .flexBox{
    justify-content: space-between;
}

#sec04 .secInrWide .flexBox .detail{
    color: #fff;
    width: 48%;
}

#sec04 .secInrWide .flexBox .detail .head02{
    color: #fff;
    margin-bottom: 70px;
}

#sec04 .secInrWide .flexBox .detail .head02 .en{
    color: #fff;
}

#sec04 .secInrWide .flexBox .detail p{
    line-height: 2;
}    

#sec04 .secInrWide .flexBox .detail .post{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    margin-top: 70px;
}

#sec04 .secInrWide .flexBox .detail .post .ceo{
    font-size: 24px;
    font-size: 2.4rem;
}

#sec04 .secInrWide .flexBox .detail .post .ceo span{
    font-size: 21px;
    font-size: 2.1rem;
}

#sec04 .secInrWide .flexBox .img{
    width: 48%;
}

#sec04 .profile .head02{
    margin-bottom: 70px;
    text-align: center;
}

#sec04 .profile .flexBox.img{
    justify-content: space-between;
    margin-bottom: 60px;
}

#sec04 .profile .flexBox.img li{
    width: 32%;
}    

#sec04 .profile .flexBox.list{
    justify-content: space-between;
    margin-bottom: 140px;
}


#sec04 .profile .flexBox.list li{
    border-left: 1px solid #dddddd;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 45px;
    width: 50%
}

#sec04 .profile .flexBox.list li .bold{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
}

#sec04 .profile .flexBox.list dl{
    margin-bottom: 50px;
}

#sec04 .profile .flexBox.list dl dt{
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    vertical-align: top;
    font-weight: normal;
}

#sec04 .profile .flexBox.list dl dd{
    display: inline-block;
    line-height: 2.8;
    width: 70%;
}

#sec04 .profile .flexBox.list .item{
    line-height: 2.8;
    margin-bottom: 50px;
}

#sec05{
    margin-bottom: 200px;
}

#sec05 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sec05 li{
    width: 32%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

#sec05 .hover-mask{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7609418767507002) 100%);
    opacity: 0;
    color: #fff;
    align-items: flex-end;
    padding: 35px 40px 0;
}

#sec05 li:hover .hover-mask{
    opacity: 1;
    transition: all 0.6s ease;
    padding-bottom: 0;
    padding-bottom: 30px;
}

#sec05 .hover-mask .ttl{
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}

#sec05 .hover-mask .ttl p{
    font-size: 14px;
    font-size: 1.4rem;
}

#sec06 {
    margin-bottom: 240px;
}

#sec06 .jobHead{
    background: url("../images/job_bg.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 90px;
    padding: 200px 0 260px;
    position: relative;
} 

#sec06 .jobHead .headL {
    color: rgba(255,255,255,0.6);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18rem;
    width: 100%;
}

#sec06 .jobHead .head03{
    margin-bottom: 65px;
    text-align: center;
}

#sec06 .head04{
    color: #629dcf;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 65px;
    text-align: center;
}

#sec06 .description{
    width: 100%;
}

#sec06 .description tr{
    border-bottom: 1px solid #dddddd;
}

#sec06 .description tr:nth-of-tyoe(1){
    border-top: 1px solid #dddddd;
}

#sec06 .description tr th,
#sec06 .description tr td{
    padding: 30px 10px;
}

#sec06 .description tr th{
    width: 20%;
}

@media only screen and (min-width: 1481px) {
#sec06 .jobHead .headL {
    bottom: -52px;
}
}

@media only screen and (max-width: 1480px) {
.headL {
    font-size: 13rem;
    margin-bottom: 50px;
}

#sec01 .secInrWide {
    padding: 5% 8%;
}

#sec01 .detail .head02 {
    margin-bottom: 30px;
}

#sec01 .detail .head03 {
    margin-bottom: 30px;
}

#sec03 .s02 {
    margin-bottom: 170px;
}

#sec04 .secInrWide {
    padding: 5% 8%;
}

#sec04 .secInrWide .headL {
    margin: -92px 0 100px;
}

#sec04 .secInrWide .flexBox .detail .head02 {
    margin-bottom: 30px;
}

#sec04 .secInrWide .flexBox .detail {
    width: 60%;
}

#sec04 .secInrWide .flexBox .img {
    width: 36%;
}

#sec05 .hover-mask {
    height: 55%;
    padding: 25px 30px 0;
}    

#sec05 .hover-mask p{
    font-size: 14px;
    font-size: 1.4rem;
}

#sec06 .jobHead {
    padding: 200px 0 200px;
}

#sec06 .jobHead .headL {
    bottom: -68px;
    font-size: 13rem;
}
}



@media only screen and (min-width: 1301px) and (max-width: 1480px){
#sec06 .jobHead .headL {
    bottom: -28px;
}
}

@media only screen and (max-width: 1300px) {

#sec01,#sec06{
    margin-top: -110px;
    padding-top: 110px;
}

#sec02,#sec03,#sec04,#sec05{
    margin-top: -150px;
    padding-top: 150px;
}

.head03 {
    font-size: 24px;
    font-size: 2.4rem;
}    

#sec02 .secInr {
    margin-top: -140px;
    padding: 6% 5%;
}

#sec02 .introText, #sec03 .introText {
    margin: 0px auto 50px;
}

#sec02 #s03 .flexBox li .navyBox p {
    font-size: 30px;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
}

#sec02 #s03 .flexBox li .navyBox p span {
    font-size: 80px;
    font-style: 8rem;
}

#sec02 #s04 .flexBox li .circle {
    max-width: 240px;
    max-height: 240px;
}

#sec03 .s01 li {
    padding: 5%
}    

#sec03 .s01 li .number span {
    font-size: 80px;
    font-size: 8rem;
}

#sec03 .s01 li img {
    margin: 0px auto 15px;
    max-width: 110px;
}

#sec03 .s02 {
    margin-bottom: 80px;
}

#sec03 .s02 .tableArea table th.navy {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 25px 10px;
}    

#sec04 .secInrWide .flexBox .detail .post {
    margin-top: 30px;
}

#sec05 .hover-mask .ttl {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

#sec05 .hover-mask p{
    font-size: 13px;
    font-size: 1.3rem;
}

#sec06 .jobHead .headL {
    bottom: -28px;
    font-size: 12rem;
}

#sec06 {
    margin-bottom: 180px;
}
}

@media only screen and (max-width: 1200px) {

#sec03 .s02 .tableArea{
    overflow-x: scroll;
    overflow-y: hidden;    
    padding-bottom: 30px;
}

#sec03 .s02 .tableArea table{
    width: 1200px;
} 

}
/*------------------------------------for sp--*/

@media only screen and (max-width: 768px) {

.textM {
    font-size: 16px;
    font-size: 1.6rem;
}    

.headL {
    font-size: 5rem;
    margin-bottom: 30px;
}

.headS {
    font-size: 16px;
    font-size: 1.6rem;
}

.head02 {
    font-size: 16px;
    font-size: 1.6rem;
}    

.head02 .en {
    font-size: 26px;
    font-size: 2.6rem;
}

.head02 .jp {
    margin-left: 10px;
}

.head03 {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: -0.01em;
}

#sec01,#sec06{
    margin-top: -85px;
    padding-top: 85px;
}

#sec02,#sec03,#sec04,#sec05{
    margin-top: -110px;
    padding-top: 110px;
}

#sec01 {
    margin-bottom: 60px;
}

#sec01 .secInrWide {
    display: block;
    padding: 8% 5%;
}

#sec01 .detail {
    width: 100%;
}

#sec01 .detail .head02 {
    margin-bottom: 10px;
}

#sec01 .detail .head03 {
    margin-bottom: 20px;
}

#sec01 .detail .headS {
    margin-bottom: 20px;
}

#sec01 .detail .is-sp{
    margin-bottom: 25px;
}

#sec01 .img {
    width: 100%;
}

#sec02 .head03 {
    margin-bottom: 20px;
}

#sec02 #s01 .ttlArea, 
#sec02 #s02 .ttlArea, 
#sec02 #s03 .ttlArea, 
#sec02 #s04 .ttlArea {
    height: 320px;
}

.introWrap .head {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

#sec02 .secInr.first {
    margin-bottom: 60px;
}    

#sec02 .secInr {
    margin-top: -80px;
    padding: 12% 5% 8%;
}

#sec02 .introWrap {
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-50% - 100px);
    -webkit- transform: translateY(-50% - 100px);
}    

.introWrap small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}    

#sec02 .introText, 
#sec03 .introText {
    margin: 10px auto 40px;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}


#sec02 .introText, #sec03 .introText {
    margin: 0px auto 30px;
}

#sec02 #s01 .flexBox li {
    margin-bottom: 25px;
    width: 100%;
}

#sec02 #s02{
    margin-bottom: 60px;
}

#sec02 #s02 .flexBox {
    margin-bottom: 50px;
}

#sec02 #s02 .flexBox li {
    margin-bottom: 25px;
    width: 100%;
}

#sec02 #s02 .flexBox li:nth-of-type(1) .circle {
    position: absolute;
    left: -30px;
    top: -13px;
}

#sec02 #s02 .circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    padding-top: 19px;
}

#sec02 #s02 .blueBox {
    padding: 8% 5%;
}

#sec02 #s02 .blueBox .flexBox .img {
    width: 100%;
}

#sec02 #s02 .blueBox .flexBox .detail {
    width: 100%;
}

#sec02 #s02 .blueBox .flexBox .detail .whiteArea {
    background: #fff;
    margin-top: 15px;
    padding: 15px 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

#sec02 #s02 .blueBox .circle {
    right: -20px;
    top: -20px;
}

#sec02 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0;
    text-align: center;
}

#sec02 #s03 .mainImg {
    margin-bottom: 30px;
}

#sec02 #s03 .flexBox {
    display: block;
}

#sec02 #s03 .flexBox li.li01, 
#sec02 #s03 .flexBox li.li02, 
#sec02 #s03 .flexBox li.li03 {
    margin-bottom: 25px;
    width: 100%;
}

#sec02 #s03 .flexBox li.li03{
    margin-bottom: 0;
}

#sec02 #s03 .flexBox li.li01 .navyBox:after {
    background-size: 100px;
    width: 100px;
    height: 100px;
    left: 0px;
    bottom: 0px;
}

#sec02 #s03 .flexBox li.li02 .navyBox:after {
    background-size: 100px;
    width: 100px;
    height: 100px;
    left: 0px;
    bottom: 0px;
}    

#sec02 #s03 .flexBox li.li03 .navyBox:after {
    background-size: 100px;
    width: 100px;
    height: 100px;
    left: 0px;
    bottom: 0px;
}    

#sec02 #s03 .flexBox li .navyBox {
    padding: 15px 30px;
    margin-bottom: 20px;
} 

#sec02 #s03 .flexBox li .navyBox p span {
    font-size: 70px;
    font-style: 7rem;
}

#sec02 #s03 .flexBox li .navyBox p {
    line-height: 1;
}   

#sec02 #s04 .flexBox {
    display: flex;
}

#sec02 #s04 .flexBox li .circle {
    max-width: 130px;
    max-height: 130px;
}

#sec02 #s04 .flexBox li .circle img {
    max-width: 55px;
}

#sec02 #s04 .flexBox li:nth-of-type(1) .circle img, 
#sec02 #s04 .flexBox li:nth-of-type(2) .circle img, 
#sec02 #s04 .flexBox li:nth-of-type(4) .circle img, 
#sec02 #s04 .flexBox li:nth-of-type(5) .circle img {
    max-width: 58px;
}

#sec02 #s04 .flexBox li .ttl {
    margin: 0 auto 15px;
    font-size: 18px;
    font-size: 1.8rem;
}

#sec03 .s01 .flexBox {
    display: flex;
}

#sec03 .s01 li {
    width: 50%;
}

#sec03 .s01 .flexBox {
    justify-content: end;
}

#sec03 .s01 li img {
    margin: 0px auto 15px;
    max-width: 80px;
}

#sec03 .s01 li .number {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0em;
}

#sec03 .s01 li .number span {
    font-size: 50px;
    font-size: 5rem;
}

#sec03 .s01 {
    margin-bottom: 60px;
    padding: 60px 0 60px;
}

#sec03 .s01 .textM.first {
    padding: 14px 0;
}

#sec03 .s02 .introWrap {
    margin-bottom: 30px;
}

#sec02 .introText, 
#sec03 .introText {
    margin: 0px auto 20px;
}

#sec03 .s02 .tableArea table {
    width: 775px;
}

#sec03 .s02 .tableArea table td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0 10px 20px;
}

#sec03 .s02 .tableArea table th.navy {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 10px;
}

#sec03 .s02 .tableArea table th.skyBlue {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    width: 15%;
}

.balloonWrap {
    left: 4px;
    top: -70px;
}

.balloonWrapBtm {
    bottom: -72px;
    left: 4px;
}

.balloon:before {
    top: 96%;
}    

#sec03 .s02 .tableArea table .with.long .balloonWrap {
    top: -84px;
    left: 4px;
}

.balloon {
    padding: 8px 15px;
    max-width: 225px;
}    

.balloon p {
    font-size: 11px;
    font-size: 1.1rem;
}

#sec03 .s02 .tableArea .rs01 span:after {
    height: 92%;
}

#sec03 .s02 {
    margin-bottom: 5px;
}

#sec03 .s03 {
    margin-bottom: 75px;
}

#sec03  .s03 .introWrap {
    margin-bottom: 20px;
}

#sec04 {
    margin-bottom: 60px;
}

#sec04 .secInrWide {
    margin-bottom: 40px;
    padding: 8% 5%;
}

#sec04 .secInrWide .flexBox .detail .head02 {
    margin-bottom: 10px;
}    

#sec04 .secInrWide .flexBox .detail {
    width: 100%;
}

#sec04 .secInrWide .flexBox .img {
    width: 100%;
}

#sec04 .profile .head02 {
    margin-bottom: 30px;
}

#sec04 .profile .flexBox.img{
    display: flex;
    margin-bottom: 25px;
}

#sec04 .secInrWide .flexBox .detail .is-sp{
    margin-bottom: 25px;
}

#sec04 .js-infiniteSlider{
    margin-bottom: 25px;
}

#sec04 .js-infiniteSlider li{
    margin: 0 10px;
}

#sec04 .profile .flexBox.list {
    display: block;
    margin-bottom: 60px;
}

#sec04 .profile .flexBox.list li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0 20px 5%;
    width: 100%;
}

#sec04 .profile .flexBox.list dl {
    margin-bottom: 25px;
}

#sec04 .profile .flexBox.list li .bold {
    margin-bottom: 10px;
}

#sec04 .profile .flexBox.list li.last{
    margin-top: -20px;
}

#sec04 .profile .flexBox.list .item {
    line-height: 2;
    margin-bottom: 25px;
}

#sec04 .profile .flexBox.list dl dt {
    margin-bottom: 5px;
    width: 30%;
}

#sec04 .profile .flexBox.list dl dd {
    line-height: 2;
    width: 68%;
}    

#sec04 .secInrWide .flexBox .detail .post .textM{
    font-size: 14px;
    font-size: 1.4rem;
}

#sec04 .secInrWide .flexBox .detail .post .ceo {
    font-size: 20px;
    font-size: 2.0rem;
}

#sec04 .secInrWide .flexBox .detail .post .ceo span {
    font-size: 16px;
    font-size: 1.6rem;
}

#sec05 {
    margin-bottom: 40px;
}

#sec05 li {
    width: 48%;
    margin-bottom: 25px;
}

#sec05 .hover-mask {
    height: auto;
    padding: 25px 0 ;
    width: 100%;
    position: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    background: none;
    opacity: 1;
    color: #222;
    padding: 15px 0 0;
}

#sec05 li:hover .hover-mask{
    transition: none;
    padding-bottom: 0;
    padding-bottom: 0;
}


#sec05 .hover-mask .ttl {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
}

#sec06 {
    margin-bottom: 10px;
}

#sec06 .jobHead .head03 {
    margin-bottom: 35px;
    text-align: center;
}

#sec06 .jobHead {
    padding: 60px 5% 100px;
    margin-bottom: 50px;
}

#sec06 .jobHead .headL {
    bottom: -38px;
    font-size: 5rem;
}

#sec06 .head04 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
}

#sec06 .description tr th, 
#sec06 .description tr td {
    padding: 20px 10px;
    display: block;
    width: 100% !important;
}

#sec06 .description tr th{
    background: #dddddd;
    text-align: center;
}

#sec06 .description tr.last{
    border-bottom: 0;
}
}

@media only screen and (max-width: 480px) {
#sec02 #s04 .flexBox li {
    margin: 0 0 6%;
    width: 48%;
}

#sec02 #s04 .flexBox li .circle {
    max-width: 100px;
    max-height: 100px;
}

#sec02 #s04 .flexBox li .circle img {
    max-width: 50px;
}   

#sec02 #s04 .flexBox li:nth-of-type(1) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(2) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(4) .circle img,
#sec02 #s04 .flexBox li:nth-of-type(5) .circle img{
    max-width: 55px;
}

#sec04 .secInrWide .headL {
    margin: -56px 0 30px;
} 

}
/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
}

/* animation
-------------------*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (min-width: 1024px) {

#sec02 #s02 .flexBox li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec02 #s02 .flexBox li.fadein:nth-of-type(3) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }







#sec02 #s03 .flexBox li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec02 #s03 .flexBox li.fadein:nth-of-type(3) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }  
#sec02 #s04 .flexBox li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec02 #s04 .flexBox li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#sec02 #s04 .flexBox li.fadein:nth-of-type(5) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec02 #s04 .flexBox li.fadein:nth-of-type(6) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#sec03 .s01 li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec03 .s01 li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#sec03 .s01 li.fadein:nth-of-type(5) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec03 .s01 li.fadein:nth-of-type(6) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
#sec03 .s01 li.fadein:nth-of-type(8) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#sec03 .s01 li.fadein:nth-of-type(9) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }  
}

/*------------------------------------add youtube--*/

.ytWrap{
	position:relative;
	width:100%;
	height:0;
	padding-bottom: 56.25%;
}
.ytWrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


