@charset "UTF-8";
/*===============================

    Reset

================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}





/*===============================

    Base

================================*/
html{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background-image: url(../img/);
}
body{
    overflow: hidden;
}

@font-face{
    font-family: mamelon;
    src: url('../fonts/Mamelon-3.5-Hi-Regular.otf') format(opentype);
}
p{
    line-height: 1.8em;
    font-family: mamelon;
}

h1,h2,h3{
    font-family: mamelon;
}

.inner{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
.block{
    display: block;
}
img{
    width: 100%;
}
/*===============================

    共通

================================*/

.flexbox{
    display: flex;
}



/*===============================

    ポップアップウィンドウ

================================*/


.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
padding: 50px
}
.layer_board p {
margin-bottom: 50px
}
.btn_close {
display: block;
text-decoration: none;
background: #D65488;
color: #fff;
text-align: center;
padding: 20px 40px;
width: 200px;
margin: 0 auto
}
.layer_board_btn{
    position: fixed;
    width: 140px;
    margin: 0 auto;
    bottom: 5%;
    left: 5%;
    transition: 0.5s;
    height: 80px;
    background-color: rgba(241,153,188, 0.8);
    border-radius: 73% 27% 61% 39% / 53% 47% 53% 47%;
    text-align: center;
    padding: 10px 0;
    z-index: 500;
}
.layer_board_btn p{
    color: #fff;
    margin: 20px 0;
    font-size: 18px;
}
/**---------------------------------**/
.top_image{
    position: relative;
}
.top_logo{
    position: absolute;
    top: 40px;
    right: 0;
}
.top_logo p{
    background-color: #3A9090;
    line-height: 40px;
    border-radius: 20px 0 0 20px;
    text-align: right;
    padding-right: 40px;
    color: #fff;
}
.top_logo img{
    max-width: 320px;
    margin-right: 40px;
}
.top_image h2{
    font-size: 26px;
    position: absolute;
    bottom: 5%;
    background-color: #EF98BB;
    color: #fff;
    padding: 8px 20px 8px 30px;
    border-radius: 0 20px 20px 0;
    font-weight: normal;
}
.first h2{
    font-size: 22px;
    margin: 30px 20px;
    color: #EF98BB;
    font-weight: bold;
    line-height: 2.2em;
    position: relative;
}
.first h2 .line01{
    border-bottom: #3A9090 20px solid;
    opacity: 0.3;
    width: 300px;
    height: 20px;
    top: 6px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.first h2 .line02{
    border-bottom: #3A9090 20px solid;
    opacity: 0.3;
    width: 200px;
    height: 20px;
    top: 50px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.first > p{
    text-align: center;
    color: #3A9090;
    font-size: 16px;
}
.what_job{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.job_list{
    width: 100%;
}
.job_list .what_job img{
    margin: 30px 0 0 0;
    width: auto;
    position: absolute;
    top: 0;
}
.job_list:nth-of-type(1) .what_job{
    height: 400px;
}
.job_list:nth-of-type(1) .what_job img{
    height: 380px;
    left: -60px;
}
.job_list:nth-of-type(2) .what_job{
    height: 360px;
}
.job_list:nth-of-type(2) .what_job img{
    height: 340px;
    right: -40px;
}
.job_list:nth-of-type(3) .what_job{
    height: 440px;
}
.job_list:nth-of-type(3) .what_job img{
    height: 420px;
    left: -80px;
    margin: 0;
}
.job_list:nth-of-type(4) .what_job{
    height: 440px;
}
.job_list:nth-of-type(4) .what_job img{
    margin: 0;
    height: 420px;
    right: -80px;
}
.job_com{
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(transparent 60%, #FCE9F0 0);
    padding-bottom: 5px;
    margin-top: 40px;
}
.job_com::before,
.job_com::after {
    position: absolute;
    top: 1.5rem;
    height: 1.2rem;
    content: '';
}

.job_com::before {
    border-left: solid 1.5px;
    left: 5%;
    transform: rotate(-30deg);
}

.job_com::after {
    border-right: solid 1.5px;
    right: 5%;
    transform: rotate(30deg);
}



.intro_area{
    position: absolute;
    top: 100px;
    right: 20px;
    width: 235px;
}
.job_list:nth-of-type(2n) .intro_area{
    left: 20px;
}
.green_txt{
    color: #3A9090;
}
.green{
    background-color:  #3A9090;
}
.pink_txt{
    color: #D65488;
}
.pink{
    background-color: #D65488;
}
.pur_txt{
    color: #A666CC;
}
.pur{
    background-color: #A666CC;
}
.gray_txt{
    color: #7094AD;
}
.gray{
    background-color: #7094AD;
}
.intro{
    padding: 10px;
    width: 215px;
    border-radius: 40px;
}
.intro p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.first_txtare{
    text-align: center;
    position: relative;
}
.first_txt{
    margin: 15px 0;
}
.first_txt span{
    background-color: #3A9090;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    margin: 10px 7px;
    border-radius: 20px;
}
.first_back{
    background-color:#DDF4F1;
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
    position: absolute;
    z-index: -2;
    top: -40px;
    left: 0;
    height: 240px;
    width: 100%;
    transform: scale(-1, 1);
}
.about{
    width: 90%;
    margin: 80px auto;
    position: relative;
}
.about img:nth-of-type(1){
    height: 80px;
    width: auto;
    margin-bottom: -10px;
}
.about_image{
    position: absolute;
    width: 100%;
    right: -10%;
}
.about div{
    margin-top: 300px;
}
.recruit{
    width: 90%;
    margin: 0 auto 400px;
    text-align: right;
}
.recruit img{
    height: 80px;
    width: auto;
    margin-bottom: -10px;
}


.voice{
    width: 90%;
    margin: 0 auto;
}
.voice img{
    height: 80px;
    width: auto;
    margin-bottom: -10px;
}
.voice li{
    margin: 170px 0;
}
.voice li img{
    width: 55%;
    height: auto;
    float: left;
    position: relative;
    top: -100px;
    z-index: 200;
}
.voice li:nth-of-type(2n) img{
    float: right;
}
.voice_item{
    background-color: #FFF8FB;
    padding: 50px 10px 80px;
    width: 90%;
    margin: 0 0 0 auto;
    border-radius: 50px;
    position: relative;
}
.voice li:nth-of-type(2n) .voice_item{
    margin: 0 auto 0 0;
}
.voice_item img{
    position: absolute;
    height: auto;
}
.voice_item .img01{
    top: 15px;
    left: -40px;
    width: 80px;
}
.voice_item .img02{
    top: -300px;
    right: -250px;
    width: 120px;
}
.voice_item .img03{
    top: 25px;
    left: -160px;
    width: 80px;
}
.voice_item .image01{
    top: -300px;
    left: 130px;
    width: 70px;
}
.voice_item .image02{
    top: -300px;
    right: -130px;
    width: 100px;
}
.voice_item .image03{
    top: -20px;
    left: 60px;
    width: 110px;
}
.voice_item .image04{
    top: 20px;
    left: 40px;
    width: 100px;
}
.name{
    border-bottom: 1px solid #D65488;
    color: #D65488;
}
.name span{
    color: #D65488;
    font-size: 14px;
    padding-left: 1em;
}
.money{
    background-color: #D65488;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 30px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    width: 150px;
    height: 2em;
    text-align: center;	
}
.voice li:nth-of-type(1) .money{
    margin: 7px 0 30px auto;
}
.voice li:nth-of-type(3) .money{
    margin: 7px 0 30px auto;
}

.voice_item div{
    clear: both;
    margin-bottom: 20px;
    top: 20px;
    position: relative;
}
.voice_item div p{
    position: absolute;
    top: -60px;
}


.flow{
    text-align: right;
    margin: 80px 0;
    position: relative;
}
.flow_back{
    background-color:#DDF4F1;
    padding-bottom: 80px;
    clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 1100px;
    width: 100%;
}
.flow img{
    height: 80px;
    width: auto;
    margin-bottom: -10px;
    margin-right: 10%;
    text-align: right;
}
.flow h2{
    margin-right: 10%;
}
.flow ul{
    margin-top: 60px;
    width: 80%;
    padding-top: 70px;
    margin: 0 auto;
    position: relative;
}
.flow li{
    text-align: center;
}
.flow_num{
    position: relative;
    width: 100%;
    margin: 25px 0;
}
.flow_num .num{
    background-color: #3A9090;
    color: #fff;
    border-radius: 32px;
    padding: 22px 20px;
    line-height: 54px;
    font-size: 22px;
}
.flow_num_line{
    border-bottom: #3A9090 2px dashed;
    left: 0;
    top: 50%;
    position: absolute;
    height: 2px;
    width: 100%;
    max-width: 500px;
    z-index: -1;
}
.flow li:nth-of-type(4){
    border-bottom: #3A9090 2px dashed;
    padding-bottom: 35px;
}
.flow h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.flow li div{
    display: flex;
    width: 360px;
    margin: 0 auto;
}
.flow li div a p{
    border: 2px solid #3A9090;
    width: auto;
    height: 45px;
    border-radius: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #3A9090;
    margin: 15px 5px;
    padding: 0 20px;
}
footer{
    border-radius: 34% 66% 0% 0% / 20% 43% 0% 0%;
    background: linear-gradient(180deg, rgba(254, 214, 227, 0.4), rgba(88, 201, 185, 0.4));
}
.footer_ttl{
    margin-top: 60px;
    margin-bottom: 80px;
}
.footer_ttl p{
    color: #fff;
    font-size: 25px;
    padding: 20px 0 0 5%;
    position: relative;
    z-index: 2;
}
.footer_line01, .footer_line02, .footer_line03, .footer_line04{
    background-color: #3A9090;
    border-radius: 0 10px 10px 0;
    height: 90px;
    top: 0px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.footer_line01{
    width: 160px;
}
.footer_line02{
    width: 340px;
}
.footer_line03{
    width: 300px;
}
.footer_line04{
    width: 240px;
}
.arrow {
    display: inline-block;
    vertical-align: middle;
    color: #3A9090;
    line-height: 1;
    position: relative;
    width: 3px;
    height: 30px;
    background: currentColor;
    margin: 25px 0 10px;
  }
  
  .arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2.5px solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
  }


.contact{
    text-align: center;
}
.contact img{
    height: 80px;
    width: auto;
    margin-bottom: -10px;
}
.contact div{
    margin-top: 80px;
}
.line{
    border: 2px solid #D65488;
    height: 70px;
    border-radius: 35px;
    width: 80%;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    color: #D65488;
    margin: 10px auto;
}
.sns_x{
    border: 2px solid #3A9090;
    height: 70px;
    border-radius: 35px;
    width: 80%;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    color: #3A9090;
    margin: 10px auto;
}

.copy{
    background-color: #3A9090;
    text-align: center;
    padding: 8px 0;
    margin-top: 100px;
}
.copy img{
    height: 15px;
    width: auto;
}



/*==============================*/
.banner {
  position: fixed;
  width: 180px;
  margin: 0 auto;
  bottom: 5%;
  right: 5%;
  transition: 0.5s;
  height: 120px;
  background-color: rgba(88,201,185, 0.8);
  border-radius: 62% 38% 45% 55% / 53% 64% 36% 47%;
  text-align: center;
  padding: 10px 0;
    z-index: 500;
}
.banner > p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.banner a{
}
.banner a p{
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 65px;
    margin: 5px 2px;
    padding: 4px 0;
    color: #fff;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}



