@charset "utf-8";
/*====================================
	common
====================================*/
.page_fv{
    margin-top: 80px;
    width: 100%;
    height: 300px;
    position: relative;
}
.pagefv_inner{
    position: absolute;
    top: 4%;
    left: 1%;
    width: 98%;
    border: 2px solid #fff;
    height: 92%;
    padding: 30px 0px;
}
.fv_voice{
    background: url("../img/voice_fv.jpg") no-repeat center;
    background-size: cover;
}
.fv_recruit{
    background: url("../img/saiyo_fv.jpg") no-repeat center;
    background-size: cover;
}
.pagefv_inner h2{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
}

.voice_box {
    max-width: 1240px;
  position: relative;
  margin: 60px auto 60px;
  padding: 0px 20px 75px;
    font-size: 1.6rem;
    font-weight: 600;
}

.voice_txt {
  height: 0;
  overflow: hidden;
  transition: all .4s;
}

.voice_box button{
    font-size: 1.3rem;
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 0px 0;
  color: #731937;
    font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all .4s;
    border-left: 3px solid #731937;
    border-right:3px solid #731937;
}
.bg_blue{
    background: #e7f2f8;
    padding: 10px 0 20px;
}
.readmore2-show{}
.readmore2-show p{
    color: #731937;
    font-size: 2rem;
    font-weight: 700;
}
.readmore2-show p span{
    font-size: 1.4rem;
    margin-left: 10px;
    padding: 3px 10px;
    color: #fff;
    background: #000;
}
.readmore2-show h3{
    margin-top: 12px;
    font-size: 3rem;
    color: #731937;
}
.voice_txt p{
    line-height: 1.9;
}
.voice_txt h4{
    margin: 25px 0 10px;
}
.voice_txt h4 span{
    padding: 3px 10px;
    display: inline-block;
    font-size: 2rem;
    background: #731937;
    color: #fff;
    margin-bottom: 8px;
}
#recruit{}
.fukuri{
}
.fukuri .inner {
    margin: 100px auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
}
.fukuri .page_ttl{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}
.fukuri .sub_ttl{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #731937;
    margin-bottom: 20px;
    margin-top: 50px;
}
.fukuri p{
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 600;
}
.fukuri ul{
    display: flex;
}
.fukuri ul li:first-child{
    width: 20%;
    margin-right: 10%;
}
.fukuri ul li:first-child img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.fukuri ul li:last-child{
    width: 70%;
}
.fukuri ul li:last-child div{
    display: flex;
}
.fukuri ul li:last-child div p{
    width: 45%;
    margin-right: 10%;
}
.fukuri ul li:last-child div img{
    width: 45%;
}
.recruiting{
    background: #e7f2f8;
    padding: 20px 0;
}
.recruiting .inner {
    margin: 100px auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
}
.recruiting h2{
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    background: #731937;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.recruiting ul{
    font-size: 2.3rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
}
.recruiting ul li{
    margin-top: 20px;
}
.recruiting ul li a:hover{
    opacity: .7;
    transition: .2s;
}
.guide{
    background: #e7f2f8;
    padding: 1px 0 20px;
}
.guide .inner{
    margin: 30px auto 100px;
}
.guide h2{
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
    padding: 0 100px;
    position: relative;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.guide h2:before, .guide h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #731937;
}
.guide h2:before {
  left:0;
}
.guide h2:after{
  right: 0;
}
.guide table{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}
.guide table td{
    border-collapse: collapse;
    border: 1px solid #b4ccd8;
    padding: 10px 10px 10px 20px;
    font-size: 1.3rem;
    font-weight: 500;
}
.guide table td:first-child{
    width: 30%;
    background: #c9dde9;
    font-weight: 600;
    vertical-align: middle;
}
.guide h3{
    font-size: 2.2rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
    position: relative;
    margin: 60px auto 18px;
}
.contact{
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 20px;
}
.contact h2{
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}
.contact h2 span{
    font-size: 1.1rem;
    display: block;
    padding-bottom: 0px;
    text-align: center;
}
.contact a{
    display: block;
    font-size: 3.3rem;
    font-weight: 900;
    text-align: center;
    color: #731937;
}
.contact p{
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #731937;
}
/*====================================
	タブレット画面
====================================*/
@media only screen and (max-width: 1200px){
    
}
/*====================================
	スマホ画面
====================================*/
@media only screen and (max-width: 767px){
.page_fv{
    margin-top: 70px;
    width: 100%;
    height:200px;
    position: relative;
}
.pagefv_inner{
    position: absolute;
    top: 4%;
    left: 2%;
    width: 96%;
    border: 2px solid #fff;
    height: 92%;
    padding: 30px 0px;
}
.fv_voice{
    background: url("../img/saiyo_fv_sp.jpg") no-repeat center;
    background-size: cover;
}
.fv_recruit{
    background: url("../img/voice_fv_sp.jpg") no-repeat center;
    background-size: cover;
}
.pagefv_inner h2{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}
.voice_box {
    max-width: 1240px;
  position: relative;
  margin: 60px auto 60px;
  padding: 0px 20px 55px;
    font-size: 1.3rem;
    font-weight: 600;
}
    .readmore2-show p {
    font-size: 1.6rem;
}
    .readmore2-show p span {
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 3px 10px;
    color: #fff;
    background: #000;
}
    .readmore2-show h3 {
    margin-top: 12px;
    font-size: 2rem;
    color: #731937;
}
    .voice_box button {
    font-size: 1.2rem;
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0px;
    margin: 0 auto;
    width: 200px;
    padding: 0px 0;
    color: #731937;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all .4s;
    border-left: 3px solid #731937;
    border-right: 3px solid #731937;
}
    .voice_txt h4 span {
    padding: 3px 10px;
    display: inline-block;
    font-size: 1.4rem;
    background: #731937;
    color: #fff;
    margin-bottom: 8px;
}
    .voice_txt p{
        font-size: 1.1rem;
    }
.fukuri .page_ttl {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}
.fukuri p {
    font-size: 1.1rem;
    font-weight: 600;
}
.fukuri .sub_ttl {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #731937;
    margin-bottom: 10px;
    margin-top: 40px;
}
.fukuri ul {
    display: block;
}
.fukuri ul li:first-child {
    width: 100%;
    margin-right: 0;
}
.fukuri ul li:first-child img {
    width: 50%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.fukuri ul li:last-child {
    width: 100%;
}
.fukuri ul li:last-child div {
    display: block;
}
.fukuri ul li:last-child div p {
    width: 100%;
    margin-right: 0;
}
.fukuri ul li:last-child div img {
    width: 80%;
    margin: 10px auto 0;
    display: block;
}
.recruiting h2 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #731937;
    padding: 10px 10px;
    margin-bottom: 40px;
}
.recruiting ul {
    font-size: 1.6rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
}
    
.guide .inner{
    margin: 10px auto 60px;
}
.guide h2{
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
    padding: 0 100px;
    position: relative;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.guide h2:before, .guide h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #731937;
}
.guide h2:before {
  left:0;
}
.guide h2:after{
  right: 0;
}
.guide table{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}
.guide table td{
    display: block;
    border-collapse: collapse;
    border: 1px solid #b4ccd8;
    padding: 10px 10px 10px 10px;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}
.guide table td:first-child{
    width: 100%;
    background: #c9dde9;
    font-weight: 600;
    vertical-align: middle;
}
.guide h3{
    font-size: 1.8rem;
    font-weight: 600;
    color: #731937;
    text-align: center;
    position: relative;
    margin: 60px auto 18px;
}
    
.contact{
    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 20px;
}
.contact h2{
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
}
.contact h2 span{
    font-size: 1.1rem;
    display: block;
    padding-bottom: 0px;
    text-align: center;
}
.contact a{
    display: block;
    font-size:2.4rem;
    font-weight: 900;
    text-align: center;
    color: #731937;
}
.contact p{
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: #731937;
}
}