@charset "utf-8";
ul, li,dl,dt,dd {
    list-style: none;
    padding: 0;
    margin: 0;
}
br.sp{
  display: none;
}

*{font-feature-settings: "palt";}

#mainimg{
    position: relative;
}
#mainimg .bg{
    width: 100%;
}
#mainimg h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mainlead{

}
#mainlead-in{
    max-width: 850px;
    margin: 0 auto;
    padding: 4% 0 8%;
}
#mainlead p{
  line-height: 2.8;
  background: #fff;
  display: inline;
  padding: 10px 30px;
  font-weight: bold;
  font-size: min(4vw,22px);
  letter-spacing: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: -15px;
}
#mainlead p span{
  color:#6a80ca;
}
.bg{
  position: relative;
}
.bg:after {
  content:"";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
}
.blue-bg:after {
  background-color   : #ebeeff;
  background-image   : radial-gradient(#dfe1f1 22%, transparent 22%),
                       radial-gradient(#dfe1f1 22%, transparent 22%);
  background-position: 0 0, 13px 13px;
  background-size    : 26px 26px;
}
.gray-bg:after {
  background-color   : #f1f1f1;
  background-image   : radial-gradient(#eaebf0 22%, transparent 22%),
                       radial-gradient(#eaebf0 22%, transparent 22%);
  background-position: 0 0, 13px 13px;
  background-size    : 26px 26px;
}
.body-bg:after{
    background-color: #fff;
    background-image: radial-gradient(#f4f4f4 20%, transparent 20%), radial-gradient(#f4f4f4 20%, transparent 20%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
}
.recruit-bg:after {
    background: center / cover no-repeat url("https://www.martha-recruit.com/wp-content/themes/martha_recruit_theme/img/working/recruit.jpg?")
}
h3.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6%;  
    position: relative;
    padding: 20px 0;
}
h3.title span{
  font-weight: bold;
  font-size: min(5vw,30px);
  color:#8092dc; 
}
h3.title b{
  font-weight: bold;
  font-size: min(8vw,58px);   
}
h3.title:after{
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  border: solid;
  border-width: 2px 0;
  background: #fff;
}
/*サポート*/
#support{
  padding-bottom: 90px;
}
#support ul{
    padding-right: 10px;
}
#support ul li{
  display: flex;
  align-items: center;
  background: #8092dc;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
  margin-top: 6%;
}
#support ul li:nth-of-type(even){
  flex-direction: row-reverse;
  background: #54c6c0;
}
#support .img-side{
    width: 50%;
}
#support .pic{

}
#support .txt-side{
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#support .lead-txt{
    font-size: min(8vw,38px);
    border-bottom: solid;
    line-height: 1.6;
}
#support .txt-side p{
    font-size: min(4vw,16px);
    line-height: 1.8;
}
#support .txt-side p span{
    font-size: 20px;
    display: block;
}
/*インタビュー*/
#interview{
  padding-bottom: 9%;
}
#interview>p{
    padding: 10px 0;
    font-weight: bold;
    font-size: min(5vw,24px);
    letter-spacing: 1px;
    max-width: 850px;
    margin: 4% auto;
    line-height: 1.8;
}
#interview ul{

}
#interview ul li{
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15%;
  position: relative;
  padding: 5% 0 4%;
}
#interview li:before{
    content: "";
    background: #fff;
    height: 100%;
    display: block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    z-index: -1;
    width: 80%;
    right: -8%;
}
#interview li:after{
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 75px;
  z-index: -1;
  width: 108%;
  border-bottom: solid #ccc 1px;
}
#interview ul li:last-of-type{
  margin: 0;
}
#interview li:last-of-type:after{
  display: none;
}
#interview .img-side{
  display: flex;
  width: 40%;
  justify-content: center;
  padding: 2%;

}
@media (max-width: 1240px){
#interview .img-side{
    padding-left: 50px;
}
}

#interview .pic{
  height: max-content;
  height: fit-content;
  aspect-ratio: 1/1.3;
  object-fit: cover;
  margin-left: 3%;
  margin-bottom: 6%;
}
#interview .profile{
  writing-mode: vertical-rl;
  display: flex;
  align-items: end;
  white-space: nowrap;
}
#interview .name{
    font-size: min(7vw,40px);
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    line-height: 1.2;
}
#interview .name span{
  font-size: min(3.5vw,18px);
}
#interview .y-j-f{
  font-weight: normal;
  font-size: min(3.5vw,16px);
}
#interview .txt-side{
  width: 60%;
  padding-left: 60px;
}
#interview .lead-txt{
    font-size: min(6vw,36px);
}
#interview .lead-txt span{
    color: #6a80ca;
}
#interview .massage{
    font-size: 18px;
    color: #6a80ca;
    position: relative;
    margin-top: 6%;
}
#interview .massage:after{
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    top: -13px;
    z-index: -1;
    width: 82%;
    border-bottom: solid #ccc 1px;
    left: 120px;
}
#interview .txt-side p{
  font-size: min(4vw,18px);
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 9%;
}
#interview .txt-side p span{
    
}
a.btn-link{
  font-size: min(2vw,25px);
  background: #000;
  color: #fff;
  border-radius: 100px;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
a.btn-link:after{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 40px;
  padding-right: 1.3rem;
  position: absolute;
  right: 0;
}
/*リクルート*/
#recruit{
    color: #fff;
    font-weight: bold;
    padding-bottom: 9%;
}
#recruit .bg{
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}
#recruit h3{
  margin: 0;
    font-size: min(10vw,84px);
  display: flex;
  justify-content: center;
  padding: 9% 0 3%;
}
#recruit p{
    font-size: min(4vw,22px);
    letter-spacing: 1px;
    max-width: 850px;
    margin: 0 auto;
    line-height: 2;
    font-weight: normal;
}
#btn-outer{
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 6% auto 0;
}
#recruit .btn-link{
    background: #fff;
    color: #000;
    width: 48%;
}
#recruit .btn-link:after{
  color: #5ad1d7;
}
#recruit .btn-link:last-of-type:after{
  color: #dc816a;
}
#line-btn{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 25px auto;
}
.site-footer{
    margin-top: 0!important;
}

@media only screen and (orientation: portrait){
  #site-container{
    width: 100%;
    overflow-x: hidden;
  }
}

#mainimg .sp {
    display: none;
}

@media (max-width: 769px){
#mainimg .pc {
    display: none;
}
#mainimg .sp {
    display: block;
}
#mainimg h1 {
    min-width: 75%;
}
#mainlead p {
    display: block;
    margin-left: 0;
    line-height: 2;
}
#mainlead p span {
    color: #6a80ca;
    display: contents;
}
br.sp{
  display:block;
}
#support ul li:nth-of-type(odd),
#support ul li:nth-of-type(even) {
  flex-direction: column;
}
#support ul li:nth-of-type(odd){
    border-right: 3.5px #8092dc solid;
}
#support ul li:nth-of-type(even) {
    border-left: 3.5px #54c6c0 solid;
}
#support .img-side,
#support .txt-side{
  width: auto;
}

#interview ul li {
    flex-direction: column;
}

#interview li:before {
    width: 100%;
    right: 0;
}
#interview li:after{
  display: none;
}

#interview .img-side,
#interview .txt-side{
  width: 100%;
  padding: 0 15px;
}
#interview .profile {

}
#interview .pic {
    min-width: 10px;
}
#btn-outer {
    flex-direction: column;
}
#recruit .btn-link {
    width: 100%;
}
#recruit .btn-link:last-of-type {
    margin: 6% 0;
}
a.btn-link{
  font-size: min(5vw,25px);
}
#line-btn img {
    width: 200px;
}
}

