/*  Recruit Site Content Style */
/*  Last Up Dataed 2021.01.27  */

#wrap{
    overflow: hidden;
}
/* Loading */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}
#loader img{
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
body{
    letter-spacing:0.1em;
    color: #444;
    
}
/* =======================================
    Header
======================================= */
header{  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  background-color: rgba(255,255,255,0);
  height: 100px;
}
.is-fixed {
  position:  fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
    　　　　overflow-scrolling: touch;
  height: 100px;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}
header h1{
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -15px 0 0;
    z-index: 105;
}
header .recruit{
    position: absolute;
    left: 250px;
    top: 33%;
    width: 260px;
    z-index: 105;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .recruit p{
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    font-weight: 700;
}
header .recruit p{
    color: #009DBF;
}
header .recruit span{
    color: #333;
    display: block;
    padding: 2px 0 0;
    text-align: center;
    font-size: 0.6em;
    font-weight: 500;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
header .recruit .year{
    color: #009DBF;
    position: absolute;
    left: 34%;
    top: 0;
    font-size: 2.6em;
    letter-spacing: 0em;
    line-height: 0.8;
    font-weight: 700;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
header nav{
}
header nav li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009DBF;
  color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header nav li:hover, header nav li:focus, header nav li:active {
  color: #fff;
}
header nav li:hover:before, header nav lit:focus:before, header nav li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header nav li:first-child, header nav li:nth-of-type(3), header nav li:nth-of-type(5){
    font-family:'Arial','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/* SmartPhone */
@media screen and (max-width: 599px){
    header{  
      height: 50px;
    }
    .is-fixed {
      height: 50px;
    }
    header h1{
        left: 10px;
        top: 50%;
        margin: -9px 0 0;
    }
    header h1 img{
        width:40%;
    }
    header .recruit{
        position: absolute;
        left: 50%;
        top: 25%;
        width: 158px;
        margin-left: -79px;
    }
    header .recruit p{
        margin: 0;
        padding: 0;
        font-size: 1.1em;
    }
    header .recruit span{
        padding: 2px 0 0;
        text-align: center;
        font-size: 0.5625em;
    }
    header .recruit .year{
        position: absolute;
        top: 0;
        left:inherit;
        right: 0;
        font-size: 2.2em;
        letter-spacing: 0em;
    }
}

/* SmartPhone */
@media screen and (max-width: 320px){
    header .recruit{
        position: absolute;
        left: 55%;
        top: 25%;
        width: 138px;
        margin-left: -69px;
    }
    header .recruit p{
        margin: 0;
        padding: 0;
        font-size: 1em;
    }
    header .recruit span{
        padding: 2px 0 0;
        text-align: center;
        font-size: 0.5em;
    }
    header .recruit .year{
        position: absolute;
        top: 0;
        left:inherit;
        right: 0;
        font-size: 1.75em;
        letter-spacing: 0em;
    }
}

/* =======================================
    Main
======================================= */
main{
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
}
main h2{
    text-align: center;
    margin: 0 0 50px;
    padding-top: 50px;
    font-size: 2.5em;
    font-weight: 600;
    color: #009DBF;
}
main p{
    line-height: 1.6em;
}
#interviewArea h2 ,#faqArea h2{
    font-family:'Arial','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
/* SmartPhone */
@media screen and (max-width: 599px){
    main{
        padding-top: 50px;
        padding-bottom: 20px;
    } 
    main h2{
        margin: 0 0 20px;
        font-size: 1.375em;
    }
}

/*-----------  Main Visual -------------*/
#visualArea {
    margin: 0 auto 80px;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 700px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#visualArea h1{
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    color: white;
    font-size: 2.5em;
    line-height: 1.5;
    text-align: center;
    width: 600px;
    text-shadow:2px 2px 5px #000000;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
#visualArea h1 br{
    display: none;
}
#visualArea h1 span{
    display: block;
    font-size: 0.6em;
    letter-spacing: 0.1em;
}

/* Tablet */
@media screen and (min-width:769px) and ( max-width:1079px) {
    #visualArea .loop {
    }
}
/* SmartPhone */
@media screen and (max-width: 599px){
    #visualArea {
        height: 300px;
        margin-bottom: 0;
    }
    #visualArea .loop {
    }
    #visualArea h1{
        font-size: 1.4em;
        width: 100%;
    }
    #visualArea h1 br{
        display: block;
    }
}

/* =======================================
    ClearFixElements
======================================= */
#visualArea ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#visualArea ul {
    display: inline-block;
    overflow: hidden;
}


/*-----------  INTERVIEW -------------*/
#interviewArea{
    margin: 0 auto;
    max-width: 1080px;
}
#interviewArea div.interviewWrap{
    position:relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1080px;
    min-height: 880px;
}
div.interviewWrap div.portfolio{
    width: 40%;
}
.portfolio picture{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 450px;
}
.portfolio picture img{
    width: 100%;
}
.portfolio div.profile{
    background: #009DBF;
    color: #fff;
    width: 33%;
    position: absolute;
    left: 3%;
    top: 46%;
    padding:30px 40px 0;
    font-weight: 500;
    max-width: 450px;
}
div.profile .year{
    font-size: 1.25em;
}
div.profile .education{
    font-size: 0.875em;
    margin: 0 0 20px;
}
div.profile h3{
    font-size: 1.875em;
    margin: 0 0 40px;
    line-height: 1.2;
}
div.profile h3 span{
    font-size: 0.66666666666667em;
    margin-left: 20px;
    font-weight: 200;
}
div.profile dl{
}
div.profile dt{
    font-size: 1.25em;
    margin: 0 0 20px;
}
div.profile dd{
}
div.profile dd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
}
div.profile dd li{
    width: 46%;
    font-size: 0.7em;
    margin: 0 0 15px;
    padding-left: 10px;
    line-height: 1.6em;
    position: relative;
}
div.profile dd li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}
div.interview-cont{
    position: relative;
    z-index: 10;
    width: 55%;
}
div.interview-cont dl{
}
div.interview-cont dt{
    font-size: 1.875em;
    margin-bottom: 20px;
    line-height: 1.4;
}
div.interview-cont dd{
    line-height: 1.8em;
    margin-bottom: 30px;
    font-size: 0.875em;
}
div.interview-cont dd:last-child{
    overflow: hidden;
    margin-bottom: 0;
}
picture.portfolio2{
    float: right;
    max-width: 400px;
    margin-left: 20px;
}
picture.portfolio2 img{
    width: 100%;
}

ul.thumb{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
ul.thumb li{  
    width: 160px;
    margin: 0 5px;
}
ul.thumb li img{
    width: 160px;
}
ul.thumb li span{
    display: block;
    margin: 0 0 5px;
    color: #009DBF;
    font-weight: 700;
    text-align: center;
}
ul.thumb li span.name{
    margin-top: 10px;
}
ul.thumb li a{
    text-decoration: none;
}
ul.thumb li img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
ul.thumb li:hover img {
  opacity: .5;
}
ul.thumb li a.active img {
  opacity: .5;
}

/* Tablet */
@media screen and (min-width:769px) and ( max-width:1079px) {
    #interviewArea{
        max-width: 100%;
    }
    #interviewArea div.interviewWrap{
        max-width: 100%;
        min-height: 850px;
    }
    .portfolio picture{
        max-width: 450px;
    }
    .portfolio div.profile{
        top: 55%;
    }
    div.interview-cont dl{
        padding-right: 60px;
    }
    ul.thumb{
        max-width: inherit;
    }
    ul.thumb li{  
        width: 20%;
    }
    ul.thumb li img{
        width: 100%;
    }
}

/* SmartPhone */
@media screen and (max-width: 768px){
    #interviewArea{
        max-width:inherit;
    }
    #interviewArea div.interviewWrap{
        min-width: inherit;
        min-height: inherit;
        position: inherit;
    }
    div.interviewWrap div.portfolio{
        width: 50%;
    }
    .portfolio div.profile{
        width: 100%;
        position: inherit;
        left: inherit;
        top: inherit;
        padding:20px 0 0;
        font-weight: 500;
        max-width: inherit;
    }
    div.profile p{
        margin-left: 20px;
        margin-right: 20px;
    }
    div.profile .education{
        font-size: 0.875em;
        margin: 0 20px 20px;
    }
    div.profile h3{
        font-size: 1.375em;
        margin: 20px 20px 20px;
    }
    div.profile dl{
        margin: 0 20px 20px;
    }
    div.profile .year{
        font-size: 1.25em;
    }
    div.profile dl.works dt{
        font-size: 1em;
        margin-bottom: 10px;
    }
    .portfolio picture{
        position:inherit;
        left: inherit;
        top: inherit;
        width: 40%;
        max-width: 670px;
    }
    .portfolio picture img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position:0 0 ;
    }
    div.interview-cont{
        position: inherit;
        width: 50%;
    }
    div.interview-cont dl{
        margin: 0 20px 0;
    }
    div.interview-cont dl dt{
        font-size: 1.250em;
        font-weight: 600;
    }
    ul.thumb{
        display: none;
    }
    picture.portfolio2{
        float: inherit;
        max-width: 100%;
        margin-left: 0;
    }
    picture.portfolio2 img{
        margin-bottom: 20px;
        
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #interviewArea div.interviewWrap{
        display: inherit;
    }
    div.interviewWrap div.portfolio{
        width: 100%;
    }
    .portfolio picture{
        position:inherit;
        width: 100%;
        max-width: 100%;
    }
    .portfolio picture img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    div.interview-cont{
        width: 100%;
    }
    picture.portfolio2{
        float: inherit;
        max-width: 100%;
        margin-left: 0;
    }
    picture.portfolio2 img{
        margin-bottom: 20px;
        
    }
    
}


/*-----------  MOVIEW -------------*/
#movieArea{
    width: 1080px;
    margin: 80px auto 80px;   
}
#movieArea p{
    text-align: center;
    margin: 0 0 20px;
}
#movieArea video{
    z-index: 1;
}
/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #movieArea{
        width: 100%;
        text-align: center;
    }
    #movieArea video{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}
/* SmartPhone */
@media screen and (max-width: 599px){
    #movieArea{
        width: 90%;
        margin-bottom: 50px;
    }
    #movieArea p{
        margin: 0 0 20px;
    }
    #movieArea video{
        width: 100%; 
    }
}

/*------------  educational --------------*/
#educationalArea{
    width: 1080px;
    margin: 0 auto 80px;   
}
#educationalArea p{
    margin: 0 auto 50px;
    text-align: center;
}
#educationalArea div{
    display: flex;
    justify-content: space-between;
}
#educationalArea dl {
    width: 30%;
}
#educationalArea dt {
	padding: 20px 0;
    margin: 0 0 20px;
    background: #009DBF;
    text-align: center;
    color: white;
    line-height: 1.3;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
}
#educationalArea dl.first dt{
    background: #66b7ec;    
}
#educationalArea dl.second dt{
    background: #6bb6bb;    
}
#educationalArea dt span{
    font-size: .75em;
    display: block;
}
#educationalArea dt::before{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42.5px 0 42.5px 20px;
    border-color: transparent transparent transparent #009cbf;
}
#educationalArea dl.first dt::before{  
    border-color: transparent transparent transparent #66b7ec;
}
#educationalArea dl.second dt::before{
    border-color: transparent transparent transparent #6bb6bb;
}
#educationalArea dl.last dt{
    height: auto;
}
#educationalArea dl.last dt::before{
    display: none;
}
#educationalArea dd{
    line-height: 1.8;
}
#educationalArea dd sup{
    font-size: .75em;
    vertical-align: 5px;
    color: #009DBF;
}
#educationalArea dd span{
    color: #009DBF;
}
#educationalArea dd p{
    margin: 20px 0 0;
    font-size: .75em;
    text-align: left;
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #educationalArea{
        width: 100%; 
    } 
    #educationalArea div{
        position: inherit;
        width: 95%; 
        margin: 0 auto;
        height: auto;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #educationalArea{
        width: 100%;
        margin-bottom: 50px;
    }
    #educationalArea p{
        margin: 0 20px 10px;
    }
    #educationalArea div{
        display: inherit;
        width: 90%;
        margin: 0 auto;
    }
    #educationalArea dl {
        width: 100%;
    }
    #educationalArea dt {
        float: initial;
        width: auto;
        padding: 10px 0 0;
        margin: 0 0 20px;
        height: auto;
        box-sizing: initial;
        font-weight: 700;
    }
    #educationalArea dt::before{
        right: inherit;
        left: 50%;
        top: inherit;
        margin-left: -60px;
        bottom: -20px;
        border-width: 20px 60px 0 60px;
        border-color: #009cbf transparent transparent transparent;
    }
    #educationalArea dl.first dt::before{  
        border-color: #66b7ec transparent transparent transparent;
    }
    #educationalArea dl.second dt::before{
        border-color: #6bb6bb transparent transparent transparent;
    }
    #educationalArea dl.last dt::before{
        display: block;
        border-color: #009cbf transparent transparent transparent;
    }
    #educationalArea dd {
        margin-bottom: 20px;
    }
}


/*------------  Welfare --------------*/
#welfareArea{
    width: 1080px;
    margin: 0 auto 80px;   
}
#welfareArea section {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    justify-content: space-between;
}
#welfareArea section div{
    width: 30%;
    margin-bottom: 40px;
}
#welfareArea section img{
    width: 100%;  
    margin:  0 0 20px;
}
#welfareArea section h3{
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 20px;   
}
#welfareArea section div.hotel img{
    border: solid 1px #ccc;
}
#welfareArea section a {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #009DBF;
    text-decoration: none;
    line-height: 1.5;
}
#welfareArea section a:hover {
    text-decoration: none;
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #welfareArea{
        width: 100%; 
    } 
    #welfareArea section {
        width: 95%;
        margin: 0 auto;
    }
    #welfareArea section div{
        margin-bottom: 40px;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #welfareArea{
        width: 100%;
        margin-bottom: 50px;
    }
    #welfareArea section {
        display: inherit;
        flex-wrap: inherit;
        width: auto;
        margin: 0 20px;
    }
    #welfareArea section div{
        width: 100%;
        margin-bottom: 20px;
    }
    #welfareArea section h3{
        font-size: 1em; 
        margin: 0 0 10px;
    }
}

/*------------  FAQ ------------------*/
#faqArea{
    width: 100%;
    margin: 0 auto 80px;  
}
.faq-container {
    position: relative;
}
.faq-container .question {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
    padding: 30px 0;
    border-bottom: solid 1px #DDDDDD;   
}
.faq-container .question:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009DBF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.faq-container .question:hover, .faq-container .question:focus, .faq-container .question:active {
  color: white;
}
.faq-container .question:hover:before, .faq-container .question:focus:before, .faq-container .question:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.faq-container .question.open{
    color: white;
    background: #009DBF;
}
.faq-container h3 {
    position: relative;
    font-size: 1.575em;
    cursor: pointer;
}
.faq-container h3 span{
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
    background: #009DBF;
    padding:27px 40px;
    margin: 0 20px 0 0 ;
    font-weight: normal;
    display: initial;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.faq-container h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 4px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #009DBF;
  transition: all .3s ease-in-out;
}

.faq-container h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 30px;
  height: 4px;
  background: #009DBF;
  transition: all .2s ease-in-out;
}
.faq-container .open h3::before{
    background: #009DBF;
    
}
.faq-container .open h3::after{
    background: #fff;
    
}
.faq-container h3.open:before { 
    opacity: 0;
}
.faq-container h3.open::before {
  transform: rotate(180deg);
}

.faq-container h3.open::after {
  opacity: 0;
}

.faq-content {
    padding: 40px;
    margin: 0 0 0 100px;
    background: #DDDDDD;
}

/* CSS for CodePen */
.faq-container {
  width: 1080px;
  margin: 0 auto;
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    .faq-container {
      width: 95%;
      margin: 0 auto;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #faqArea{
        margin-bottom: 50px;
    }
    .faq-container {
        width: auto;
        margin: 0 20px;
    }
    .faq-container .question {
        padding: 10px 0; 
    }
    .faq-container h3{
        font-size: 1em; 
    }
    .faq-container h3 span{
        padding:8px 10px;
        margin: 0 10px 0 0 ;
    }
    .faq-container h3::before {
      right: 5px;
      width: 20px;
      height: 2px;
      /*縦線に*/
    }

    .faq-container h3::after {
      right: 5px;
      /*横線*/
      width: 20px;
      height: 2px;
    }
    .faq-content {
        padding: 20px;
        margin: 0;
    }
}

/*-----------  Requirements  -----------*/
#requirementsArea{
    width: 1080px;
    margin: 0 auto 80px;
}
#requirementsArea dl {
	overflow: hidden;
	box-sizing: border-box;
}

#requirementsArea dt {
	float: left;
    width: 160px;
	padding: 30px 0;
	box-sizing: border-box;
    line-height: 1.3;
}

#requirementsArea dd {
	padding: 30px 0;
	box-sizing: border-box;
	padding-left: 160px;
    border-bottom: 1px solid #CCC;
    line-height: 1.3;
}
#requirementsArea dd dl{ 
    border: none;
    box-sizing: none;
    overflow: none;
}
#requirementsArea dd dt{ 
    float: none;
    border-bottom: none;
    box-sizing: none;
    width: auto;
    padding: 0;
    margin: 0 0 10px;
}
#requirementsArea dd dd{ 
    box-sizing: none;
    border-bottom: none;
    padding: 0;
}
#requirementsArea dd ul{
    margin: 0 0 20px;
}
#requirementsArea dd:last-child ul{
    margin: 0 ;
}
#requirementsArea dd ul:last-child{
    margin: 0 ;
}
#requirementsArea dd li{ 
    line-height: 1.6em;
    position: relative;
    padding-left: 25px;
}
#requirementsArea dd li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #009DBF;
  border-radius: 100%;
}
#requirementsArea dd li dl{
    margin-top: 10px;
    margin-bottom: 20px;
}
#requirementsArea dd li dl dt{
    font-weight: 600;
}
#requirementsArea dd dl.works li::after {
  background-color: #444;
}
#requirementsArea dd li li::after {
  background-color: #444;
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #requirementsArea{
        width: 100%;
    }
    #requirementsArea dl {
        margin: 0 20px;
    }
    #requirementsArea dd dl{
        margin: 0;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #requirementsArea{
        width: 100%;
        margin: 0 auto 20px;
    }
    #requirementsArea dl {
        overflow: initial;
        box-sizing:inherit;
        margin: 0 20px;
    }
    #requirementsArea dt {
        float: initial;
        width: auto;
        padding: 0 0 10px;
        box-sizing: initial;
        font-weight: 700;
    }
    #requirementsArea dd {
        box-sizing: initial;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #CCC;
    }
    #requirementsArea dd dl{ 
        margin: 0;
    }
    #requirementsArea dd dt{ 
        float: initial;
        border-bottom: none;
        width: auto;
        padding: 0;
        margin: 0 0 10px;
        font-weight: 400;
    }
    #requirementsArea dd dd{ 
        box-sizing: initial;
        border-bottom: none;
        padding: 0;
        margin-bottom: 0;
    }
}


/*-----------  Process  -----------*/
#processArea{
    width: 1080px;
    margin: 0 auto 30px;
}
#processArea dl {
	overflow: hidden;
	box-sizing: border-box;
}
#processArea dt {
	float: left;
    width: 120px;
    height: 80px;
	padding: 30px 0;
	box-sizing: border-box;
    background: #009DBF;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1.3;
    font-size: 1.25em;
    font-weight: 700;
}
#processArea dt span{
    font-size: .75em;
    display: block;
}
#processArea dt::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #009cbf transparent transparent transparent;
}
#processArea dt.last{
    height: auto;
}
#processArea dt.last::before{
    display: none;
}
#processArea dd {
	padding: 20px 0 60px;
	box-sizing: border-box;
	padding-left: 150px;
}
#processArea dd dl{ 
    border: none;
    box-sizing: none;
    overflow: none;
}
#processArea dd dt{ 
    float: none;
    border-bottom: none;
    box-sizing: none;
    background: none;
    width: auto;
    height: auto;
    color: #009DBF;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
}
#processArea dd dt::before{
    display: none;
}
#processArea dd dd{ 
    box-sizing: none;
    border-bottom: none;
    padding: 0;
}
#processArea dd ul{
    margin: 0 0 20px;
}
#processArea dd:last-child ul{
    margin: 0 ;
}
#processArea dd li{ 
    line-height: 1.6em;
    position: relative;
    padding-left: 25px;
}
#processArea dd li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #444;
  border-radius: 100%;
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #processArea{
        width: 100%;
    }
    #processArea dl {
        margin: 0 20px;
    }
    #processArea dd dl{
        margin: 0;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #processArea{
        width: 100%;
        margin: 0 auto 20px;
    }
    #processArea dl {
        overflow: initial;
        box-sizing:inherit;
        margin: 0 20px;
    }
    #processArea dt {
        float: initial;
        width: auto;
        padding: 10px 0 0;
        margin: 0 0 20px;
        height: auto;
        box-sizing: initial;
        font-weight: 700;
    }
    #processArea dt::before{
        right: inherit;
        left: 50%;
        top: inherit;
        margin-left: -60px;
        bottom: -20px;
        border-width: 20px 60px 0 60px;
        border-color: #009cbf transparent transparent transparent;
    }
    #processArea dt.last{
        padding: 10px 0;
    }
    #processArea dd {
        box-sizing: initial;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #CCC;
    }
    #processArea dd dl{ 
        margin: 0;
    }
    #processArea dd dt{ 
        float: initial;
        border-bottom: none;
        width: auto;
        padding: 0;
        margin: 0 0 10px;
        font-weight: 400;
        font-size: 1em; 
    }
    #processArea dd dd{ 
        box-sizing: initial;
        border-bottom: none;
        padding: 0;
        margin-bottom: 0;
    }
}
 
 

/*------------ Entry button ------------*/
div.entry {
    margin: 0 auto;
}
div.entry p{
    margin: 0 auto;
    width: 340px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
}
div.entry a span{
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
}
div.entry a {
    background: #009DBF;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
     width: 300px;
    padding: 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
div.submit{
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    width: 340px;
    background: #009DBF;
    color: #fff;
}
div.submit input[type=submit], div.submit input[type=button]{
    width: 300px;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin:0 auto;
    border: none;
    text-decoration: none;
    font-size: 2.5rem;
    background: transparent;
    outline: none;
}
div.entry a:before, div.submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: solid 1px #009DBF;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
div.entry a:hover, div.entry a:focus, div.entry a:active,
div.submit:hover input[type=submit], div.submit:focus input[type=submit], div.submit:active input[type=submit],
div.submit:hover input[type=button], div.submit:focus input[type=button] ,div.submit:active input[type=button]{
    color: #009DBF;
    cursor: pointer;
}
div.entry a:hover:before, div.entry a:focus:before, div.entry a:active:before ,
div.submit:hover:before, div.submit:focus:before, div.submit:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
}

div.submit.back{
    margin-bottom: 20px;
}
div.submit.thanks{
    margin-bottom: 30px;
}

/* SmartPhone */
@media screen and (max-width: 599px){
    div.entry p{
        width: auto;
        font-size: 2.5rem;
        text-align: center;
        margin: 0 20px;
    } 
    div.entry a {
        width: 100%;
        padding: 10px 0;
    }
    div.submit{
        width: 90%;
    }
    div.submit input[type=submit], div.submit input[type=button]{
        width: 100%;
        padding: 14px 0;
        font-size: 2rem;
    }
}

/*-----------  Entry Form  -----------*/
#entryformArea{
    width: 1080px;
    margin: 0 auto;
}
#entryformArea dl {
	overflow: hidden;
	box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
}
#entryformArea dt {
    width: 24%;
	padding: 30px 0;
	box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #CCC;
}
#entryformArea dd {
	padding: 30px 0;
	box-sizing: border-box;
    width: 76%;
    border-bottom: 1px solid #CCC;
}
input[type=text], input[type=email] , input[type=tel], input[type=number]{
    font-size: 1em;
    background: #fff;
    border: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
#entryformArea dd input::placeholder ,textarea::placeholder{
   color: #CCC;}
#entryformArea dd input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
#entryformArea dd input:focus:-moz-placeholder,textarea:focus::-webkit-input-placeholder {
    color: white; }  /* Firefox18以前用 */
#entryformArea dd input:focus::-moz-placeholder,textarea:focus::-webkit-input-placeholder {
    color: white; } /* Firefox19以上用 */
#entryformArea dd input:focus::placeholder,textarea:focus::-webkit-input-placeholder {
    color: white; } /* CSS標準(予定)の記述 */

textarea {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif ,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ', 'Meiryo','ＭＳ Ｐゴシック','MS PGothic';
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
 dd.age input[type=number]{
    width: 10%;
    margin-right: 10px;
}
dd input[type=number].zip{
    width: 15%;
}
#entryformArea dd.gender{
    padding-top: 30px;
    padding-bottom: 29px;
}
#entryformArea dd input[type=radio]{
    display: none;
    vertical-align: -5px;
}
#entryformArea dd input[type=radio] + span{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
#entryformArea dd input[type=radio] + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #444;
    border-radius: 50%;
}
#entryformArea dd input[type=radio]:checked + span{
    color: #009DBF;
}
#entryformArea dd input[type=radio]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #009DBF;
    border-radius: 50%;
}
#entryformArea div.area {
    overflow: hidden;
    width: 25%;
    text-align: center;
}
#entryformArea select {
    padding: 10px;
    border: #3399cc solid 1px;
    font-size: 1em;
}
/*
#entryformArea select::-ms-expand {
    display: none;
}
#entryformArea div.area {
    position: relative;
    border-radius: 2px;
    border: 2px solid #009DBF;
    background: #ffffff;
}
#entryformArea div.area::before {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009DBF;
    pointer-events: none;
}
#entryformArea div.area select {
    padding: 8px 38px 8px 8px;
    color: #444;
}
*/

#entryformArea div.privacy{
    border: 1px solid #009DBF;
    margin: 0 auto 40px;
    max-width: 1080px;
}
#entryformArea div.privacy p{
    padding: 20px;
    text-align: center;
}
#entryformArea div.privacy a {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #009DBF;
    text-decoration: none;
}
#entryformArea div.privacy a:hover {
    text-decoration: none;
}
#entryformArea div.privacy a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #009DBF;
    transition: .3s;
}
#entryformArea div.privacy a:hover::after {
    width: 100%;
}
#entryformArea .required{
    color: #FF3399;
}
.wpcf7-not-valid-tip{
    color: red;
	padding: 10px 0 0;
}
#entryformArea .screen-reader-response{
    color: #FF3399;
    text-align: center;
}
#entryformArea .wpcf7-validation-errors{
    color: #FF3399;
    border:solid 1px #FF3399;
    padding: 20px;
    margin: 40px 0 0;
    text-align: center;
}
#entryformArea .screen-reader-response ul{
    text-align: left;
    padding: 20px 20px 10px;
    margin: 40px 0;
    border:solid 1px #FF3399;
}
#entryformArea .screen-reader-response li{
    margin-bottom: 10px;
}
#entryformArea div.wpcf7-response-output{
    margin: 0 auto;
	color: #FF3399;
    text-align: center ;
	margin: 50px 0 0;
}
#entryformArea .wpcf7-response-output wpcf7-mail-sent-ok{
    text-align: center;
    padding: 20px 0 0;
    
}

#entryformArea p.thanks{
    text-align: center;
    padding: 50px 0;
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}

#entryformArea .error {
	color : crimson;
	display : block;
    font-weight: 600;
    padding: 10px 0 0 ;
    position: relative;
}

#entryformArea .error::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f071";
}

/* Tablet */
@media screen and (min-width:600px) and ( max-width:1079px) {
    #entryformArea{
        width: 100%;
    }
    #entryformArea dl {
        margin: 0 20px 40px;
    }
    #entryformArea div.privacy{
        max-width: inherit;
        width: 90%;
    }
    dd input[type=number].zip{
        width:20%;
        display: block;
    }
    #entryformArea .screen-reader-response ul{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #entryformArea .wpcf7-validation-errors{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SmartPhone */
@media screen and (max-width: 599px){
    #entryformArea{
        width: 100%;
        margin: 0 auto 20px;
    }
    #entryformArea dl {
        overflow: initial;
        box-sizing:inherit;
        margin: 0 20px;
        display: inherit;
    }
    #entryformArea dt {
        float: initial;
        width: 100%;
        padding: 0 0 10px;
        box-sizing: initial;
        font-weight: 700;
        border-bottom: none;
    }
    #entryformArea dd {
        box-sizing: initial;
        padding: 0 0 20px;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #CCC;
    }
    #entryformArea dd.gender{
        padding: 10px 0 20px;
    }
    dd.age input[type=number]{
        width: 25%;
    }
    dd input[type=number].zip{
        width: 65%;
        display: block;
    }
    #entryformArea div.area {
        width: 100%;
    }
    #entryformArea div.privacy{
        max-width: inherit;
        width: 90%;
    }
    #entryformArea .screen-reader-response ul{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #entryformArea .wpcf7-validation-errors{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #entryformArea p.thanks{
        width: 90%;
        margin: 0 auto;
    }
}


/* =======================================
    Footer
======================================= */
footer{
    text-align: center;
    background: #DDDDDD;
    padding: 40px 0;
    font-size: 0.85em;
    font-family:'Arial','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/* SmartPhone */
@media screen and (max-width: 599px){
    footer{
        padding: 20px 0;
    }
}