@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Noto+Serif&display=swap");

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  /*
		font-family: "Yu Mincho", "游明朝体", YuMincho, serif;
		font-family: "メイリオ", "Meiryo", sans-serif;
		*/
  color: #695940;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background: #fff;
  /*fadeIn*/
  animation: 1.2s ease 0s 1 normal;
  -webkit-animation: 3s ease 0s 1 normal;
  overflow: auto;
}

.drawer-nav {
  touch-action: none;
}

.drawer-menu {
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  transform: translate(0px, 0px) translateZ(0px);
}

.telpopup-frame {
  display: none;
}

.en {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.ilb {
  display: inline-block;
}
/*fadeIn*/
/*
@keyframes {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 70px);
    transition: all 1.2s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
 */
.cv .num,
.entry .inner,
footer,
h1.ttl {
  text-align: center;
}

.contact .tel,
footer .tel,
header .tel {
  font-weight: 900;
  color: #0F3258;
}

.wrap {
  overflow: hidden;
}

h1,
h2 {
  text-align: center;
}

h1,
h2,
h3,
.bl,
.sideways {
  color: #0F3258;
}

.bl2 {
  color: #0F3258;
}

h2 .en {
  letter-spacing: 0.3em;
  display: block;
}

.contact h2 {
  color: #695940;
}

p {
  font-weight: 300;
}

p.link_btn {
  text-align: center;
  line-height: normal;
  margin-bottom: -1px;
}

p.link_btn a {
  display: block;
  opacity: 1;
  transition: all 0.5s;
  background: #E8380D url("../img/icon_arrow01.png") 95% no-repeat;
  color: #fff;
    border-radius: 10px;
}

p.link_btn a:hover {
  color: #fff;
  background: #807c7c url("../img/icon_arrow01.png") 95% no-repeat;
}

footer {
  border-top: 1px solid #EAF1F8;
}

footer .inner {
  padding: 65px 0 60px;
}

footer .inner p {
  text-align: center;
}

footer .inner ul {
  display: flex;
  justify-content: space-between;
}

footer .inner ul li {
  margin-left: 25%;
  width: 50%;
}

footer .inner ul li a {
  display: block;
  width: 100%;
  font-weight: 700;
  position: relative;
}

footer .inner ul li:first-child a {
  background: url(../img/icon_arrow03.png) no-repeat 95% #EAF1F8;
  color: #0F3258;
}

footer .inner ul li:last-child a {
  background: url(../img/icon_arrow01.png) no-repeat 95% #0F3258;
  color: #fff;
}

footer .inner p {
  text-align: center;
}

footer .inner p span {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}

footer .inner span.small {
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 8;
}

/*  top  */
.job h3 {
  background: #EAF1F8;
  padding: 2px 20px;
  display: table;
  margin-bottom: 20px;
}

/*  詳細  */
.contact {
  width: 100%;
  background-image: linear-gradient(
    45deg,
    transparent 25%,
    #EAF1F8 25%,
    #EAF1F8 50%,
    transparent 50%,
    transparent 75%,
    #EAF1F8 75%
  );
  background-size: 20px 20px;
}

.recruit2 .works .inner03 .float,
.works .inner04 .float {
  margin-bottom: 0;
}

.recruit3 .works .inner03 .float,
.works .inner04 .float {
  margin-bottom: 0;
}

.interview .image {
  margin: 0 auto 30px;
  text-align: center;
}

.interview .image img {
  max-width: 50vw;
}

.interview .image p {
  line-height: 1.5;
  font-size: 20px;
}

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

  #telpopup-frame {
    display: none !important;
  }
  
  .header_logo img {
    margin-bottom: 15px;
  }

  .sp {
    display: none !important;
  }

  #page-top {
    display: inline;
    position: fixed;
    bottom: 0;
    right: 3%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }

  #page-top:hover {
    opacity: 0.5;
  }

  .inner {
    width: 85%;
    max-width: 1000px;
    padding: 0 0 160px;
    margin: auto;
  }

  .inner2 {
    width: 100%;
    max-width: 1400px;
    padding: 100px 0 160px;
    margin: auto;
  }

  /*index*/
  h2 {
    margin-bottom: 80px;
  }

  h2 .en {
    font-size: 60px;
    display: block;
  }

  h2 .jp {
    font-size: 18px;
  }

  .sideways {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    left: 3%;
    bottom: 80px;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: 4px;
  }

  .sideways img {
    padding-top: 20px;
    width: 18px;
  }

  .kv {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }

  .kv .gnav {
    height: 10vh;
    max-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gnav h1 {
    display: inline-block;
    margin-left: 3%;
    font-size: 40px;
  }
  .gnav h1 img {
    width: 200px;
  }

  .gnav ul {
    display: flex;
    justify-content: flex-end;
  }

  .gnav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    max-height: 100px;
    width: 210px;
    font-size: 13px;
  }

  /*.gnav ul li:first-child a{
        background:#EAF1F8;
        color:#0F3258;
        position:relative;
    }*/
  .btn1 {
    position: relative;
    display: block;
    color: #0F3258 !important;
    background: #EAF1F8;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    z-index: 2;
  }

  .btn1 span {
    transition: all 0.2s ease;
  }

  .btn1:hover span {
    color: #fff;
    transform: scale(1.05);
  }

  .btn1::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    background: #807c7c;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }

  .btn1:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .btn2 {
    position: relative;
    display: block;
    color: #fff !important;
    background: #0F3258;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    z-index: 2;
  }

  .btn2 span {
    transition: all 0.2s ease;
  }

  .btn2:hover span {
    color: #fff;
    transform: scale(1.05);
  }

  .btn2::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    background: #807c7c;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }

  .btn2:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  footer .inner ul li .btn1:before,
  footer .inner ul li .btn2:before {
    background: url(../img/icon_arrow01.png) no-repeat 95% #807c7c;
  }

  /*.gnav ul li a:hover{
        background:#807c7c;
        color:#fff;
    }  */
  /*#nav li a span{
		font-size: 15px;
	}*/
  /*#nav li a{
		opacity: 1;
	}
	#nav li a span.en {
    	display: inline;
	}
	#nav li a:hover span.en {
    	display: none;
	}
	#nav li a span.jp {
    	display: none;
	}
	#nav li a:hover span.jp {
	    display: inline;
		letter-spacing: 1px;
	}*/
  .kv .mv_inner {
    width: 88%;
    margin-left: 12%;
    background: url(../img/index_kv.jpg) fixed no-repeat left top;
    background-size: contain;
    height: 90vh;
    max-height: 900px;
    border-radius: 15vh 0 0 15vh;
      position: relative;
  }
    
    

  .about {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
    position: relative;
  }

  .about h3 .en {
    font-size: 12px;
    color: #807c7c;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
  }

  .about h3 {
    padding-top: 30px;
    font-size: 35px;
    color: #0F3258;
    margin-bottom: 60px;
  }

  .about p {
    line-height: 2;
    padding-bottom: 40px;
  }

  .about .msg1 {
    position: relative;
    margin-bottom: 100px;
  }

  .about .msg1 .img {
    width: 60%;
    height: 550px;
    background: url(../img/about_msg1.jpg) no-repeat 0 top;
    position: absolute;
    top: 0;
    left: -15%;
      border-radius: 50px;
  }

  .about .msg1 .txt {
    width: 85%;
    max-width: 1000px;
    margin: auto;
  }

  .about .msg1 h3,
  .about .msg1 p {
    margin-left: 50%;
  }

  .about .msg2 {
    position: relative;
  }

  .about .msg2 .img {
    width: 50%;
    height: 750px;
    background: url(../img/about_msg2.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -5%;
  }

  .about .msg2 .txt {
    width: 85%;
    max-width: 1000px;
    margin: auto;
  }

  .about .msg2 h3,
  .about .msg2 p {
    margin-right: 50%;
  }

  .job {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
    text-align: center;
    font-weight: 300;
  }

  .job_block {
    text-align: left;
    margin: 85px 0 60px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .job_block .box_img {
    -ms-flex-preferred-size: 30%;
    flex-basis: 44%;
    padding-right: 25px;
  }

  .job_block .box_txt {
    -ms-flex-preferred-size: 30%;
    flex-basis: 56%;
  }

  .job_block .job_figure {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }

  .job h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
  }

  .job p {
    line-height: 1.8;
  }

  .jobtype {
    font-weight: 700;
    margin-bottom: 20px;
  }

  .job .flex_ed {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px dotted #0F3258;
  }

  p.link_btn {
    font-size: 14px;
  }

  p.link_btn a {
    width: 230px;
    padding: 20px 0;
  }

  figure {
    background: linear-gradient(
      -90deg,
      #EAF1F8 0%,
      #EAF1F8 90%,
      #fff 90%,
      #fff 100%
    );
    padding-top: 130px;
  }

  figure .inner {
    background: url("../img/index_shopimg.jpg") fixed no-repeat center center;
    height: 450px;
    min-width: 1400px;
  }

  footer .inner {
    padding: 65px 0 60px;
  }

  footer .inner ul {
    margin-bottom: 60px;
  }

  footer .inner ul li a {
    padding: 20px 0;
  }

  footer .inner p span {
    padding-bottom: 30px;
  }

  /*recruit*/

  .kv_second {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 50%,
      #fff 50%,
      #fff 100%
    );
  }

  .recruit1 .kv_second .inner {
    max-width: 1400px;
    height: 865px;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit1_kv.jpg") no-repeat top right;
    background-size: 58% auto;
    padding: 30px 0;
  }

  .recruit2 .kv_second .inner {
    max-width: 1400px;
    height: 865px;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit2_kv.jpg") no-repeat top right;
    background-size: 58% auto;
    padding: 30px 0;
  }

  .recruit3 .kv_second .inner {
    max-width: 1400px;
    height: 865px;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit3_kv.jpg") no-repeat top right;
    background-size: 58% auto;
    padding: 30px 0;
  }

  .kv_second .gnav {
    position: relative;
  }

  .kv_second .gnav ul {
    position: absolute;
    top: 50%;
    right: 0;
  }

  .kv_second .gnav ul li a {
    display: block;
    text-align: center;
    width: 150px;
    font-size: 13px;
    padding: 10px 0;
    height: auto;
    color: #fff;
  }

  .kv_second .gnav ul li:first-child {
    background: #0F3258;
  }

  .kv_second .gnav ul li:last-child {
    /* background: #807c7c; */
    background: #E8380D;
  }

  .kv_second .gnav ul li a:after {
    content: "";
    display: block;
    background: url(../img/icon_arrow01.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 10px;
    transform: rotateZ(90deg);
    transition: all 0.2s ease;
  }

  .kv_second .gnav ul li a:hover:after {
    transform: rotateZ(90deg) translate(4px);
  }

  .kv_second li a span.en {
    display: inline;
  }

  .kv_second li a:hover span.en {
    display: none;
  }

  .kv_second li a span.jp {
    display: none;
  }

  .kv_second li a:hover span.jp {
    display: inline;
  }

  .kv_second h1 {
    padding-left: 225px;
  }

  .kv_second .inner_txt {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .kv_second .inner_txt img {
    max-width: 43%;
  }

  /*パンくずリスト*/
  .breadcrumb {
    width: 1400px;
    margin: 0 auto;
    padding-left: 4.5%;
  }

  .breadcrumb ul {
    padding: 60px 0;
  }

  .breadcrumb li {
    display: inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: ">";
    padding: 0 3px;
  }

  .breadcrumb li:last-child:after {
    content: "";
  }

  .point .point_box {
    max-width: 1200px;
    margin: 0 auto;
    background: #EAF1F8;
    margin-bottom: 100px;
  }

  .point .float {
    overflow: hidden;
    display: flex;
  }

  .point .image {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/about_msg1.jpg) center;
    background-size: cover;
  }

  /* .recruit2 .point .image {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit2_point.jpg) center;
    background-size: cover;
  }

  .recruit3 .point .image {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit3_point.jpg) center;
    background-size: cover;
  } */

  .point .box {
    width: 50%;
    padding: 5%;
  }

  .point h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  .point h3 {
    color: #695940;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
  }

  .point p {
    line-height: 1.8;
  }

  .intro {
    /* background: url("../img/recruit_intro.jpg") no-repeat fixed; */
    background-size: cover;
    padding-bottom: 120px;
  }

  .intro .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .intro .inner h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
  }

  .intro h3 {
    font-size: 28px;
    font-weight: 500;
    color: #0F3258;
    padding-bottom: 10px;
    text-align: left;
  }

  .intro .intro_box {
    background: #EAF1F8;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 45px 6% 45px 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    box-shadow: 8px 8px 15px -5px #07192c;
  }

  .intro .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro .intro_box div:first-child {
    width: 28%;
    padding: 0 1.5% 0 7%;
    text-align: center;
  }

  .intro .intro_box div:last-child {
    width: 680px;
      height: 300px;
  }

  .intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .intro p {
    line-height: 1.6;
  }

  .contact {
    padding: 50px 0;
  }

  .contact .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    position: relative;
  }

  .contact .inner:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-top: 10px solid #0F3258;
    border-left: 10px solid #0F3258;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 20px 0 0 0;
    z-index: 0;
  }

  .contact .inner:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-bottom: 10px solid #0F3258;
    border-right: 10px solid #0F3258;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 0 0 20px 0;
    z-index: 0;
  }

  .contact .box {
    width: 51%;
    text-align: center;
  }

  .contact h2 {
    font-size: 32px;
    margin: 0;
    padding-top: 0;
  }

  .contact .tel {
    font-size: 50px;
    line-height: 1;
    padding: 0 0 20px;
  }

  .contact .tel i {
    font-size: 40px;
    position: relative;
    top: -5px;
    left: -8px;
    margin-right: -8px;
  }

  .contact_tel p {
    font-size: 18px;
    letter-spacing: normal;
    text-align: right;
  }

  .contact_link {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .contact_link p {
    width: 100%;
  }

  .contact_link a {
    transition: all 0.2s ease;
  }

  .contact_link a:hover {
    transform: scale(1.02);
  }

  .contact .link_btn01 a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #0F3258 url("../img/icon_arrow01.png") 95% no-repeat;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .contact .link_btn01 a {
    opacity: 1;
  }

  .contact .link_btn02 a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #E8380D url("../img/icon_arrow01.png") 95% no-repeat;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
  }

  .contact .link_btn02 a {
    opacity: 1;
  }

  .works {
    width: 100%;
  }

  .works .inner {
    padding-top: 100px;
  }

  .works h2 .en {
    letter-spacing: 0.15em;
  }

  .works .float {
    margin-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .works .float .image {
    display: inline-block;
    width: 47%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }

  .works .float .box {
    width: 47%;
  }

  .works .float img {
    width: 100%;
  }

  .works .left .float:before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: #807c7c;
    position: absolute;
    left: -15px;
    top: -15px;
  }

  .works .left .float .image {
    border-radius: 0 0 30px 0;
  }

  .works .left .float .frame {
    content: "";
    display: block;
    width: 47%;
    height: 300px;
    border-radius: 0 0 30px 0;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 15px;
    z-index: -1;
  }

  .works .right .float:before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: #807c7c;
    position: absolute;
    right: -15px;
    top: -15px;
  }

  .works .right .float .image {
    order: 2;
    border-radius: 0 0 0 30px;
  }

  .works .right .float .frame {
    content: "";
    display: block;
    width: 47%;
    height: 300px;
    border-radius: 0 0 0 30px;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    z-index: 0;
    right: 15px;
    top: 15px;
    z-index: -1;
  }

  .works h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: left;
  }

  .works p {
    line-height: 2;
  }

  .works .txt_box01 {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    background: #0F3258;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    padding: 40px 6%;
  }

  .works .txt_box01 h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .works .txt_box01 p {
    font-size: 16px;
    font-weight: 600;
  }

  .works .txt_box01 p span {
    font-size: 24px;
  }

  .works .txt_box02 {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    background: #EAF1F8;
    color: #07192c;
  }

  .works .txt_box02 p {
    font-size: 20px;
    font-weight: 500;
  }

  .works .txt_box02 .flex {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 35px 10%;
  }

  .works .txt_box02 span:before {
    content: url("../img/icon_check.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 55px;
    height: auto;
    margin-right: 20px;
  }

  .interview {
    background: #EAF1F8;
  }

  .interview .inner {
    padding: 120px 0 130px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .interview .container img {
    width: 100%;
    height: auto;
  }

  .interview .a,
  .interview .b {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .q-box {
    width: 30%;
  }

  .a-box {
    width: 65%;
    display: flex;
    align-self: flex-start;
    padding: 40px 60px 0;
    height: 170px;
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .interview_box .a,
  .interview_box .b {
    position: relative;
  }

  .interview_box .a:before {
    content: "";
    display: block;
    width: 65%;
    height: 170px;
    border-radius: 0 0 30px 0;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    z-index: 0;
    right: -12px;
    top: 12px;
    z-index: 1;
  }

  .interview_box .a .a-box {
    border-radius: 0 0 30px 0;
  }

  .interview_box .b:before {
    content: "";
    display: block;
    width: 65%;
    height: 170px;
    border-radius: 0 0 0 30px;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    z-index: 0;
    left: 12px;
    top: 12px;
    z-index: 1;
  }

  .interview_box .b .a-box {
    border-radius: 0 0 0 30px;
  }

  .balloon1-right,
  .balloon1-left {
    position: relative;
    display: inline-block;
    padding: 25px 2.5% 25px;
    min-width: 120px;
    color: #fff;
    background: #0F3258;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    border-radius: 20px;
  }

  .balloon1-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #0F3258;
    transform: rotateZ(45deg) skewX(-10deg) skewY(-10deg);
  }

  .balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #0F3258;
    transform: rotateZ(45deg) skewX(-10deg) skewY(-10deg);
  }

  .answer {
    font-size: 35px;
    font-weight: 400;
    color: #807c7c;
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    border: dotted 4px #fd7e6e;
    border-radius: 50%;
  }

  .interview .title {
    font-size: 32px;
    color: #0F3258;
  }

  .interview .ttl_r {
    text-align: right;
  }

  .interview .title span {
    font-size: 20px;
  }

  .interview .a-box {
    position: relative;
  }

  .contact_section {
    background: url("../img/recruit_contact.jpg") no-repeat;
    background-size: cover;
    padding: 90px 0;
  }

  .recruit2 .welfare .inner {
    padding-top: 100px;
  }

  .recruit3 .welfare .inner {
    padding-top: 100px;
  }

  .first_line {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }

  .second_line {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }

  .welfare .inner_box {
    width: 45.5%;
  }

  .welfare .inner_box .top_img {
    position: relative;
  }

  .top_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .top_img span {
    font-size: 20px;
  }

  .careerUp {
    padding: 0 0 0;
    margin-top: -80px;
  }

  .careerUp img {
    display: block;
    margin: auto;
  }

  .welfare h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    background: #EAF1F8;
    padding: 5.5% 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    line-height: normal;
    text-align: center;
  }

  .welfare .inner_box p {
    border: 1px solid #EAF1F8;
    margin-top: 10px;
    padding: 35px 4% 35px;
  }

  .welfare .inner_box .welfare_list {
    border: 1px solid #EAF1F8;
    margin-top: 10px;
    padding: 35px 4% 35px;
  }

  .welfare .inner_box span {
    padding: 0 4.5%;
  }

  .message {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 415px,
      #ffe5f2 415px,
      #ffe5f2 100%
    );
  }

  .message .inner {
    padding: 80px 0 90px;
    text-align: center;
  }

  .message .inner figure {
    margin: 80px auto 70px;
    max-width: 1000px;
    width: 380px;
    padding: 0;
    border: 1px solid #fff;
  }

  .message p {
    width: 91%;
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
  }

  /*募集要項・エントリー*/

  .require h2 {
    padding: 100px 0 20px;
    border-bottom: #0F3258 1px solid;
  }

  .require {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 10%,
      #fff 10%,
      #fff 100%
    );
  }

  .require h2.ttl {
    margin-bottom: 5px;
  }

  .require .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .require table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
  }

  .require table tr {
    display: flex;
  }

  .require table th {
    width: 24%;
    height: auto;
    text-align: left;
    font-size: 18px;
  }

  .require table td {
    width: 76%;
    font-size: 18px;
  }

  .require table th,
  .require table td {
    padding: 40px 0;
    border-bottom: dotted 1px #0F3258;
  }

  .require table .bbn {
    border-bottom: none;
  }

  #entry {
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 10%,
      #EAF1F8 10%,
      #EAF1F8 100%
    );
  }

  .entry h2 {
    padding: 100px 0 20px;
    border-bottom: #0F3258 1px solid;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .telpopup-open {
    pointer-events: none;
  }

  a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  /*a:hover {
		opacity: .4;
		filter: alpha(opacity=60)
	}*/

  form {
    max-width: 1000px;
    margin: 0 auto;
  }

  form .CMS-FORM-GROUP {
    margin-bottom: 55px;
  }

  form .CMS-FORM-GROUP:last-child {
    margin-bottom: 0;
  }

  form label {
    margin: 0 10px 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
  }

  form input {
    padding: 15px;
    font-size: 18px;
    width: 100%;
    letter-spacing: 0.1em;
  }

  form input[type="text"],
  form textarea {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
  }

  form input.w30 {
    width: 30%;
    margin: 0 10px 0 0;
  }

  form input.w50 {
    width: 50%;
    margin: 0 10px 0 0;
  }

  form input[type="radio"] {
    display: none;
  }

  /*form label:before{
		content:"";
		display:inline-block;
		width:30px;
		height:30px;
		background:#fff;
		border:#bbbbbb solid 1px;
		border-radius:100%;
		margin:0 5px 0 0;
		position:absolute;
		left:0;
		top: 0;
		box-sizing:border-box;
	}*/
  form select {
    display: block;
    font-size: 16px;
    width: 200px;
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form select option:last-child {
    border-bottom: 1px solid #bbb;
  }

  form input[type="checkbox"],
  form input[type="radio"] {
    display: none;
  }

  form input[type="radio"]:checked + label:after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
  }

  form input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 30px 20px 0;
  }

  form input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 0;
    margin: 0 5px 0px 0;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
  }

  form input[type="checkbox"]:checked + label::after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: absolute;
    left: 7px;
    top: 12px;
  }

  form input[type="submit"] {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-right: 25px;
    /*余白調整*/
  }

  form input[type="submit"] {
    border: 0px;
    width: 500px;
    background: #0F3258 url("../img/icon_arrow01.png") 95% no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0;
    transition: all 0.5s ease;
  }

  a[value] {
  }

  form input[type="submit"]:hover {
    background: #807c7c url("../img/icon_arrow01.png") 95% no-repeat;
    /*transition-property: all;
		transition: 1.8s;*/
  }

  /*  thanks  */
  .entry2 .wrap {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }

  .thanks {
    max-width: 720px;
    margin: auto;
  }

  .thanks h1 {
    font-size: 24px;
    margin: 20px auto 0;
  }

  .thanks h2 {
    padding: 50px 0 40px;
    margin-bottom: 0;
  }

  .thanks p {
    margin-bottom: 40px;
    text-align: center;
  }

  .thanks h3,
  .thanks .center {
    text-align: center;
  }

  .thanks h3 {
    font-size: 24px;
    padding: 40px 0 20px;
    border-top: 1px solid #0F3258;
  }

  .thanks .center {
    position: relative;
    padding-bottom: 15px;
  }

  .thanks .center:after {
    content: "";
    display: block;
    width: 8%;
    height: 3px;
    background: #EAF1F8;
    position: absolute;
    left: 46%;
    bottom: 0;
  }

  .thanks dl {
    display: flex;
    margin-bottom: 30px;
  }

  .thanks dd {
    margin-left: 15px;
  }

  .thanks dd span {
    font-size: 80%;
  }

  .thanks .btn2 {
    display: block;
    padding: 10px 0;
    width: 400px;
    margin: 50px auto 120px;
  }

  /*  privacy  */
  .entry2 .wrap {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }

  .privacy {
    width: 90%;
    margin: 0 auto;
  }

  .sp {
    display: none;
  }

}

@media screen and (max-width: 1138px) {
  .inner {
    padding: 0 0 80px;
  }

  .inner2 {
    padding: 50px 0 80px;
  }

  .kv .mv_inner {
    width: 92%;
    margin-left: 8%;
    background: url(../img/index_kv.jpg) no-repeat right 0;
    background-position: right 0;
    background-size: contain;
    height: 51.5vw;
    max-height: 90vh;
    border-radius: 7vw 0 0 7vw;
  }

  .about .msg1 {
    margin-bottom: 50px;
  }

  .about .msg1 .img {
    background: url(../img/about_msg1.jpg) no-repeat 0 top;
    position: static;
    width: 70%;
    height: 48vw;
    background-size: cover;
    position: static;
    margin: auto;
    border-radius: 20px;
  }

  .about .msg2 .img {
    background: url(../img/about_msg2.png) no-repeat 0 top;
    width: 50%;
    height: 55vw;
    background-size: contain;
    position: static;
    margin: auto;
  }

  .about h3 {
    text-align: center;
  }

  .about .msg1 h3,
  .about .msg2 h3 {
    margin: 0 auto 50px;
  }

  .about .msg1 p,
  .about .msg2 p {
    margin: 0 auto 20px;
  }

  .float .job_figure {
    width: 37%;
  }

  .point img {
    padding-bottom: 5px;
  }

  .point .box,
  .works .box {
    padding-left: 4.5%;
    padding-right: 4.5%;
    margin-right: 0;
  }

  .contact .inner {
    padding: 5vw 4vw;
    width: 90vw;
  }

  .contact .inner:before,
  .contact .inner:after {
    width: 5vw;
    height: 5vw;
  }

  .contact h2 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  .contact .tel {
    font-size: 4.8vw;
  }

  .contact_tel p {
    font-size: 14px;
  }

  .contact .link_btn01 {
    margin-bottom: 10px;
  }

  .works .float .image {
    display: inline-block;
    height: 26vw;
    overflow: hidden;
    position: relative;
  }

  .works .float .image img {
    width: 100%;
    height: auto;
  }

  .works .left .float:before,
  .works .right .float:before {
    width: 5vw;
    height: 5vw;
  }

  .works .left .float .frame,
  .works .right .float .frame {
    height: 26vw;
  }

  .a-box {
    padding: 5vw 3vw 0;
    height: 200px;
  }

  .interview_box .a:before,
  .interview_box .b:before {
    height: 200px;
  }

  .welfare .inner {
    padding: 20px 4.5% 110px;
  }

  .welfare .inner_box {
    width: 48%;
  }

  .message .inner {
    padding: 80px 4.5% 90px;
  }
}

@media screen and (max-width: 953px) {
  h2 .en {
    font-size: 6vw;
  }

  .works .txt_box02 .flex {
    width: 100%;
    padding: 35px 0;
  }

  .contact .tel i {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  header h1 {
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
  }

  header h1 img {
    width: 130px;
  }

  .fs12 {
    font-size: 12px !important;
  }

  .index {
    background: #fff;
  }

  .contact,
  footer,
  p.ci,
  p.ci2,
  ul.lcmenu2 li,
  h1.ttl {
    text-align: center;
  }

  .pc {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .mv .sp img {
    width: 100%;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff;
  }

  .contact,
  footer,
  p.ci,
  p.ci2,
  ul.lcmenu2 li {
    text-align: center;
  }

  ul.lcmenu2 {
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }

  ul.lcmenu2 li {
    width: 25%;
    width: 33.33%;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 700;
  }

  ul.lcmenu2 li:nth-child(4) {
    width: 24%;
  }

  ul.lcmenu2 i {
    font-size: 8px;
    margin-right: 3px;
  }

  ul.lcmenu2 li:nth-child(1),
  ul.lcmenu2 li:nth-child(2),
  ul.lcmenu2 li:nth-child(3) {
    border-right: dotted 1px rgba(255, 255, 255, 0.3);
  }

  ul.lcmenu2 li a {
    display: block;
    color: #0F3258;
  }

  header.nav {
    width: 100%;
    background-color: #EAF1F8;
    border-bottom: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
  }

  ul.lcmenu1 {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  ul.lcmenu1 li {
    margin: 0 3px;
  }

  ul.lcmenu1 li img {
    width: auto;
    height: 30px;
  }

  ul.lcmenu1 li:first-child {
    border: 1px solid #0F3258;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
  }

  ul.lcmenu1 .entry a {
    color: #0F3258;
    border: #0F3258 1px solid;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px;
  }

  ul.lcmenu1 li:first-child a {
    display: block;
    color: #0F3258;
  }

  .contact .tel,
  .cv .num,
  tel {
    font-weight: 900;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h2 .en {
    font-size: 7vw;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }

  h2 .jp {
    font-size: 4vw;
  }

  h3 {
    font-size: 20px;
  }

  h3 span {
    font-size: 17px;
  }

  p {
    font-size: 14px;
    line-height: 2;
  }

  #page-top {
    display: inline;
    position: fixed;
    bottom: 3vw;
    right: 3%;
  }

  #page-top img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
  }

  .sideways {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    left: 3.5%;
    bottom: 80px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: 0.15em;
    opacity: 0;
  }

  .sideways img {
    padding-top: 20px;
    width: 18px;
  }

  #nav {
    display: none;
  }

  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.8s;
  }

  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  /*index*/
  .kv .mv_inner {
    width: 100%;
    margin: 50px 0 0;
    background: url(../img/index_kv.jpg) no-repeat center;
    background-size: contain;
    height: 80vw;
    border-radius: 0;
      position: relative;
  }

  .about {
    background: linear-gradient(
      -90deg,
      #fff 0%,
      #fff 80%,
      #EAF1F8 80%,
      #EAF1F8 100%
    );
  }

  .about .inner2 {
    margin: 0 auto;
    padding: 10%;
  }

  .about h3 .en {
    display: block;
    font-size: 12px;
    color: #807c7c;
  }

  .about .msg1 h3,
  .about .msg2 h3 {
    margin: 30px auto;
  }

  .about .msg1 .img {
    width: 100%;
    height: 55vw;
  }

  .about .msg2 .img {
    width: 90%;
    height: 80vw;
  }

  .job {
    background: linear-gradient(
      -90deg,
      #fff 0%,
      #fff 80%,
      #EAF1F8 80%,
      #EAF1F8 100%
    );
    text-align: center;
    font-weight: 300;
  }

  .job .inner {
    margin: 0 auto;
    padding: 0 10% 16%;
  }

  .job h1 {
    width: 192px;
    margin: 0 auto;
  }

  .job .job_block {
    text-align: left;
    padding: 0 0 50px;
    margin: 50px auto 0;
  }

  .job_block .job_figure {
    border-radius: 15px;
    display: block;
    margin: 0 auto -15px;
    width: 100%;
    max-width: 415px;
    height: auto;
  }

  .job h3 {
    text-align: center;
    width: 100%;
    padding: 30px 0 8px;
  }

  .job p {
    line-height: 1.8;
  }

  .job .flex_ed {
    display: flex;
    justify-content: center;
    border-bottom: 1px dotted #0F3258;
  }

  p.link_btn {
    font-size: 12px;
  }

  p.link_btn a {
    width: 200px;
    padding: 15px 0;
  }

  figure {
    background: linear-gradient(
      -90deg,
      #EAF1F8 0%,
      #EAF1F8 80%,
      #fff 80%,
      #fff 100%
    );
    padding-top: 70px;
  }

  footer .inner {
    padding: 10% 5%;
  }

  footer .inner p {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
  }

  footer .inner p span {
    line-height: 3;
  }

  footer .inner ul {
    margin-bottom: 15px;
  }

  footer .inner ul li {
    margin-left: 25%;
    width: 50%;
  }

  footer .inner ul li a {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 5px 0;
  }

  /*recruit*/
  .kv_second .inner {
    padding: 84px 0 0;
  }

  /*パンくずリスト*/

  .breadcrumb {
    padding: 25px 35px;
    font-size: 13px;
  }

  .breadcrumb li {
    display: inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: ">";
    padding: 0 3px;
  }

  .breadcrumb li:last-child:after {
    content: "";
  }

  .point .point_box {
    padding-bottom: 60px;
  }

  .point .float {
    float: none;
    margin: 0 auto;
  }

  .point .image {
    display: block;
    width: 100%;
    height: 70vw;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/about_msg1.jpg) center;
    background-size: cover;
  }

  /* .recruit2 .point .image {
    display: block;
    width: 100%;
    height: 70vw;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit2_point.jpg) center;
    background-size: cover;
  }

  .recruit3 .point .image {
    display: block;
    width: 100%;
    height: 70vw;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit3_point.jpg) center;
    background-size: cover;
  } */

  .point .box {
    padding: 0 8% 35px;
    background: #EAF1F8;
  }

  .point .point_box h2 {
    font-size: 22px;
    padding: 30px 0 0;
  }

  .point h3 {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }

  .intro {
    /* background: url("../img/recruit_intro_sp.jpg") no-repeat fixed right center; */
    background-size: cover;
    padding-bottom: 80px;
  }

  .intro .inner {
    padding: 65px 0 65px;
  }

  .intro h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding-bottom: 35px;
  }

  .intro h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0F3258;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
  }

  .intro .intro_box {
    background: #EAF1F8;
    border-radius: 6px;
    padding: 25px;
    position: relative;
    margin: 0 8% 30px;
    text-align: center;
  }

  .intro .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro .intro_box div:first-child {
    text-align: center;
    margin-bottom: 15px;
  }

  .intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .contact {
    padding: 5vw 0;
  }

  .contact .inner {
    background: #fff;
    width: 100%;
  }

  .contact h2 {
    font-size: 22px;
  }

  .contact .tel {
    font-size: 8.5vw;
  }

  .contact .link_btn01 {
    margin: 18px 0 15px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3.5;
    background: #0F3258 url(../img/icon_arrow01.png) no-repeat 92% 50%;
    font-size: 20px;
  }

  .contact .link_btn02 {
    margin: 18px 0 15px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3.5;
    background: #E8380D url(../img/icon_arrow01.png) no-repeat 92% 50%;
    font-size: 20px;
  }

  .contact img {
    max-width: 478px;
    height: auto;
    padding-bottom: 10px;
    width: 95%;
  }

  .works {
    padding: 70px 5.5% 0;
  }

  .works h2 {
    padding-bottom: 30px;
    line-height: 1;
    text-align: center;
  }

  .works .float {
    position: relative;
    margin: 0 auto 60px;
  }

  .works .inner04 .float {
    margin: 0;
  }

  .works .left .float:before,
  .works .right .float:before {
    content: "";
    display: block;
    width: 12vw;
    height: 12vw;
    background: #807c7c;
    position: absolute;
    left: 0;
    top: -2.5%;
  }

  .works .float .image {
    display: inline-block;
    height: 53vw;
    overflow: hidden;
    position: relative;
    margin: 0 4.5%;
    border-radius: 0 0 30px 0;
  }

  .works .left .float .frame,
  .works .right .float .frame {
    content: "";
    display: block;
    width: 91%;
    height: 53vw;
    border-radius: 0 0 30px 0;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    z-index: 0;
    left: 7%;
    top: 2.5%;
    z-index: -1;
  }

  .works h3 {
    text-align: center;
    padding: 30px 0 20px;
  }

  .works p {
    line-height: 2;
    padding: 0;
  }

  .works .txt_box01 {
    width: 84%;
    margin: 60px auto 0;
    background: #c26ccf;
    text-align: center;
    color: #fff;
    padding: 30px 7%;
  }

  .works .txt_box01 h3 {
    text-align: left;
    color: #fff;
    font-size: 32px;
    padding: 0 0 15px;
  }

  .works .txt_box01 p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6;
  }

  .works .txt_box01 p span {
    font-size: 20px;
  }

  .works .txt_box02 {
    width: 84%;
    margin: 0 auto;
    background: #EAF1F8;
    color: #07192c;
  }

  .works .txt_box02 p {
    font-size: 20px;
    font-weight: 500;
  }

  .works .txt_box02 .flex {
    margin: 0 auto;
    max-width: 305px;
    width: 95%;
  }

  .works .txt_box02 span:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 27px;
    margin: 0;
    background: url("../img/icon_check.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 3%;
  }

  .interview .inner {
    padding: 70px 0 80px;
  }

  .interview h1 {
    max-width: 254px;
    width: 100%;
    margin: 0 auto;
  }

  .interview h2 {
    /*padding-bottom: 40px;*/
  }

  .interview {
    background: #EAF1F8;
  }

  .interview_box {
    padding: 0 8% 0;
  }

  .interview .container img {
    width: 100%;
    height: auto;
  }

  .q-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .a-box {
    width: 100%;

    background: #fff;
  }

  .a-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }

  .balloon_bottom {
    position: relative;
    display: inline-block;
    padding: 20px 30px 22px;
    font-size: 16px;
    background: #0F3258;
    color: #fff;
    border-radius: 20px;
  }

  .balloon_bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0F3258;
  }

  .answer {
    color: #807c7c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../img/bg_answer.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
  }

  .interview .title {
    color: #0F3258;
    text-align: center;
  }

  .interview .a-box {
    position: relative;
    margin-bottom: 60px;
    padding: 40px 20px;
    border-radius: 0 0 30px 30px;
    height: auto;
  }

  .interview_box .a,
  .interview_box .b {
    position: relative;
  }

  .interview_box .a:before,
  .interview_box .b:before {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    background-image: linear-gradient(
      -45deg,
      transparent 25%,
      #d5b2c6 25%,
      #d5b2c6 50%,
      transparent 50%,
      transparent 75%,
      #d5b2c6 75%
    );
    background-size: 10px 10px;
    position: absolute;
    border-radius: 0 0 30px 30px;
    bottom: -15px;
    left: 0;
    z-index: 0;
  }

  /*deco*/
  .contact_section {
    background: url("../img/recruit_contact_sp.jpg") no-repeat left top;
    background-size: cover;
    padding: 90px 0;
  }

  .careerUp .inner {
    padding: 70px 10% 10px;
  }

  .welfare .inner {
    padding: 70px 8% 10px;
  }

  .welfare h1 {
    max-width: 217px;
    width: 100%;
    margin: 0 auto;
  }

  .welfare h2 {
    padding-bottom: 30px;
  }

  .welfare .inner_box {
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  .welfare .inner_box .top_img {
    position: relative;
  }

  .top_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .top_img span {
    font-size: 20px;
  }

  .welfare h3 {
    display: inline-block;
    width: 100%;
    background: #EAF1F8;
    text-align: center;
    padding: 5.5% 0;
    position: absolute;
    bottom: -5.5%;
    right: 0;
    line-height: normal;
  }

  .welfare .inner_box p {
    background: #fff;
    border: 1px solid #EAF1F8;
    padding: 35px 7%;
  }

  .welfare .inner_box .welfare_list {
    background: #fff;
    border: 1px solid #EAF1F8;
    padding: 35px 1%;
  }

  .welfare .inner_box span {
    padding: 0 4.5%;
  }

  .message {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 240px,
      #ffe5f2 240px,
      #ffe5f2 100%
    );
  }

  .message .inner {
    padding: 70px 8% 70px;
  }

  .message .inner figure {
    background: #c26ccf;
    margin: 0 auto 20px;
    width: 60%;
    padding: 0;
  }

  .message h3 {
    padding: 40px 0 20px;
    color: #fff;
  }

  .message p {
    width: 91%;
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
  }

  /*募集要項・エントリーフォーム・共通*/

  .require {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }

  .require h1 {
    max-width: 267.5px;
    width: 100%;
    margin: 0 auto;
  }

  .require h2 {
    padding-bottom: 30px;
    border-bottom: #0F3258 1px solid;
    text-align: center;
  }

  .require h2 img {
    width: 380px;
  }

  .require {
    padding: 70px 8%;
  }

  .require h2.ttl {
    margin-bottom: 5px;
  }

  .require table {
  }

  .require table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .require table th {
    width: 100%;
    text-align: left;
    padding: 15px 0 15px;
  }

  .require table td {
    width: 100%;
    padding: 0 0 15px 15%;
    border-bottom: dotted 1px #0F3258;
  }

  #entry {
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 20%,
      #EAF1F8 20%,
      #EAF1F8 100%
    );
    padding: 70px 8% 0;
  }

  .entry h1 {
    max-width: 146px;
    width: 100%;
    margin: 0 auto;
  }

  .entry h2 {
    padding-bottom: 30px;
    border-bottom: #0F3258 1px solid;
    text-align: center;
    margin-bottom: 35px;
  }

  .drawer-nav {
    background-color: #fff;
    z-index: 9999;
  }

  .drawer-hamburger {
    background: #0F3258;
    color: #fff;
    padding: 9px 0 0;
    height: 41px;
    font-size: 12px;
    width: 72px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
  }

  .drawer-hamburger:hover {
    background: #0F3258;
  }

  .drawer-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-weight: 700;
  }

  .drawer-nav ul li:last-child a:before {
    content: "";
  }

  .drawer-nav ul li a {
    color: #0F3258;
    display: block;
    padding: 17px 15px;
  }

  .drawer--right {
    right: 25rem;
  }

  a {
    text-decoration: none;
  }

  form {
    width: 100%;
  }

  form .CMS-FORM-GROUP {
    width: 100%;
    margin-bottom: 15px;
  }

  form label {
    font-size: 1.2em;
    margin: 0 10px 10px 0;
    font-weight: bold;
    display: block;
    text-align: left;
    width: 100%;
  }

  form input {
    font-weight: 500;
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    border-radius: 5px;
  }

  form select {
    padding: 15px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
    display: block;
    width: 200px;
    margin-bottom: 60px;
  }

  form input[type="submit"] {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
    background: #807c7c url("../img/icon_arrow01.png") no-repeat 92% 50%;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 3;
    padding: 5px 0;
  }

  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .telpopup-open,
  .telpopup-close {
    cursor: pointer;
  }

  #telpopup-frame {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }

  #telpopup-frame-inner {
    position: fixed;
    width: 90%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .telpopup-close {
    padding: 30px 0 0 0;
  }

  .telpopup-close img {
    vertical-align: bottom;
  }

  .telpopup-close a {
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    background: #EAF1F8;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #07192c;
    font-weight: bold;
  }

  #telpopup-gotel {
    font-size: 0.9rem;
    line-height: 1.7;
    text-decoration: none;
    background: #0F3258;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 20px 15px 18px;
    color: #fff;
  }

  #telpopup-shop {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  #telpopup-gotel img {
    vertical-align: baseline;
  }

  #telpopup-gotel a {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.7;
    font-weight: 900;
    font-family: Lato, sans-serif;
    /*		color: #fff;*/
  }

  #telpopup-stelb {
    padding: 10px 0 5px 0;
  }

  #telpopup-stelb dl {
    margin: 0 0 10px 0;
  }

  #telpopup-stelb dt {
    font-weight: bold;
    line-height: 1em;
  }

  #telpopup-stelb dd:last-of-type {
    font-size: 0.9em;
  }

  .tellink {
    pointer-events: none;
    text-decoration: none;
    color: #fee645;
  }

  /*  thanks  */
  .entry2 .wrap {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }

  .thanks {
    max-width: 90%;
    margin: 50px auto 0;
  }

  .thanks h1 {
    padding-left: 0;
  }

  .thanks h2 {
    padding: 50px 0 40px;
    margin-bottom: 0;
  }

  .thanks p {
    margin-bottom: 40px;
  }

  .thanks h3,
  .thanks .center {
    text-align: center;
  }

  .thanks h3 {
    padding: 40px 0 20px;
    border-top: 1px solid #0F3258;
  }

  .thanks .center {
    position: relative;
    padding-bottom: 15px;
  }

  .thanks .center:after {
    content: "";
    display: block;
    width: 8%;
    height: 3px;
    background: #EAF1F8;
    position: absolute;
    left: 46%;
    bottom: 0;
  }

  .thanks dl {
    margin-bottom: 30px;
  }

  .thanks dd {
    margin-top: 15px;
  }

  .thanks dd span {
    font-size: 70%;
    letter-spacing: 0.01em;
    display: block;
  }

  .thanks .btn2 {
    display: block;
    padding: 10px 0;
    width: 90%;
    text-align: center;
    margin: 50px auto 80px;
    background: url(../img/icon_arrow01.png) no-repeat 95% #0F3258;
    color: #fff;
  }

  /*  privacy  */
  .entry2 .wrap {
    background: linear-gradient(
      90deg,
      #EAF1F8 0%,
      #EAF1F8 20%,
      #fff 20%,
      #fff 100%
    );
  }
}

@media screen and (max-width: 767px) {
  .recruit1 .kv_second .inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit1_kv.jpg") no-repeat center;
    background-size: contain;
    padding: 0;
  }

  .recruit2 .kv_second .inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit2_kv.jpg") no-repeat center;
    background-size: cover;
    padding: 0;
    background-color: chartreuse;
  }

  .recruit3 .kv_second .inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/recruit3_kv.jpg") no-repeat center;
    background-size: cover;
    padding: 0;
    background-color: chartreuse;
  }

  .kv_second .inner_txt {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 20px 30px 20px;
    text-align: center;
  }
}

.deco1 {
  width: 34px;
  height: 34px;
  background: #f02696;
  position: relative;
  display: block;
}

.deco1::before {
  content: "";
  background: #7f7f7f;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -10px;
  top: -22px;
}

.deco1::after {
  content: "";
  background-image: linear-gradient(
    -45deg,
    transparent 25%,
    #ffd4ec 25%,
    #ffd4ec 50%,
    transparent 50%,
    transparent 75%,
    #ffd4ec 75%
  );
  background-size: 6px 6px;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: -15px;
  top: -22px;
  z-index: 1;
}

.deco2 {
  width: 34px;
  height: 34px;
  background: #f02696;
  position: relative;
  display: block;
}

.deco2::before {
  content: "";
  background: #7f7f7f;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -20px;
  top: -15px;
}

.deco2::after {
  content: "";
  background-image: linear-gradient(
    -45deg,
    transparent 25%,
    #ffd4ec 25%,
    #ffd4ec 50%,
    transparent 50%,
    transparent 75%,
    #ffd4ec 75%
  );
  background-size: 6px 6px;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: -20px;
  bottom: -15px;
  z-index: 1;
}

.deco3 {
  width: 24px;
  height: 24px;
  border: solid 2px #f02696;
  position: relative;
  display: block;
}

.deco3::before {
  content: "";
  border: solid 2px #7f7f7f;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: -25px;
  bottom: -8px;
}

.interview_box .box01,
.interview_box .box02,
.interview_box .box03,
.interview_box .box04 {
  position: relative;
}

.interview_box .box01 .a-box .deco1 {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 99;
}

.interview_box .box01 .a-box .deco3 {
  position: absolute;
  left: -5%;
  bottom: 0;
  z-index: 99;
}

.interview_box .box02 .a-box .deco2 {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 99;
}

.interview_box .box03 .a-box .deco3 {
  position: absolute;
  right: 2%;
  top: -10px;
  z-index: 99;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.interview_box .box03 .a-box .deco2 {
  position: absolute;
  right: 3%;
  bottom: -10px;
  z-index: 99;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}

.interview_box .box04 .a-box .deco2 {
  position: absolute;
  left: -3%;
  bottom: 30%;
  z-index: 99;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}

.interview_box .box05 .a-box .deco2 {
  position: absolute;
  right: 0;
  top: -5%;
  z-index: 99;
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}

.interview_box .box05 .a-box .deco3 {
  position: absolute;
  left: -4%;
  bottom: 2%;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .interview_box .box04 .a-box .deco2 {
    bottom: -15%;
  }
}



.point-num {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  background: #0F3258;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .point-num {
    top: -15px;
    left: -15px;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
    .intro .intro_box{
        display: block;
    }
    .intro .intro_box div{
        margin: 0 auto;
    }
    
}



  /*
 * privacy policy
 */
 .detail_privacy {
   text-align: left;
   width: 100% !important;
   max-width: 1020px;
   border: 1px solid #100201;
   height: 500px;
   overflow: auto;
   overflow-y: scroll !important;
   background-color: #fff;
   margin: 4rem auto 0rem;
   padding: 20px;
 }

 .detail_privacy .sp2 {
   display: none;
 }

 .detail_privacy p {
   color: #000;
   padding: 0 0 20px;
   /* padding: 0; */
   font-weight: normal;
 }

 .detail_privacy span {
   font-weight: bold;
 }

 .detail_privacy .p_head {
   padding-bottom: 0px;
   margin-bottom: 0.8em;
 }

 .detail_privacy ul {
   font-weight: normal;
   list-style: disc !important;
   padding-left: 2em;
   padding-bottom: 1em;
 }

 .detail_privacy ul li {
   font-weight: normal;
   list-style: disc !important;
 }

 p.detail_privacy_notes {
  text-align: left;
   max-width: 1020px;
   margin: 6rem auto 0;
   padding: 0px 0 0px;
   padding-left: 1em;
   text-indent: -1em;
   font-weight: normal;
   /* font-size: 1.6rem; */
 }

 @media screen and (max-width: 767px) {
   .detail_privacy {
     width: calc(100% - 20px) !important;
     width: 100% !important;
     height: 500px;
     margin: 4rem auto 0rem;
     /* font-size: 1.4rem; */
   }

   .detail_privacy .sp2 {
     display: initial;
   }

   p.detail_privacy_notes {
     /* font-size: 1.5rem; */

   }

 }


.CMS-FORM-INPUT-LABEL:after,
.CMS-FORM-NUMBER-LABEL:after,
.CMS-FORM-EMAIL-LABEL:after,
.CMS-FORM-TEL-LABEL:after,
.CMS-FORM-SELECT-LABEL:after {
	content: "必須";
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	width: 45px;
	height: 25px;
	background: #e8380d;
	margin-left: 16px;
	line-height: 25px;
	font-weight: 500;
}




/* mv_text */
.mv_text {
  position: relative;
  height: 41.875em;
  font-size: 16px;
}

.mv_text_top {
  font-size: 2.5625em;
  font-weight: bold;
  padding-left: 0.2em;
  margin-bottom: -0.3125em;
  text-align: left;
}
.mv_text_top span {
  color: #0F3258;
}

.mv_text_cate {
  font-size: 2.2em;
  padding: 0.3em 0 0px 1.2em;
  margin-bottom: 0.3em;
  position: relative;
  display: flex;
  width: 14em;
  height: 2.6em;
  text-align: center;
  line-height: 1.2;
  /* gap: 0 0.2em; */
}
.mv_text_cate > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 85%;
}
.mv_text_cate > div:nth-of-type(2) {
  color: #0F3258;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 18%;
}
.mv_text_cate::before,
.mv_text_cate::after {
  content: "";
  position: absolute;
  top: 1.5em;
  width: 2em; /* バーの長さを調整 */
  height: 0.1em; /* バーの太さを調整 */
  background-color: #0F3258; /* バーの色 */
}
.mv_text_cate::before {
  left: 1.4em;
  transform: translate(-100%, -50%) rotate(75deg); /* 左側のバーを傾ける */
}
.mv_text_cate::after {
  right: 0em;
  transform: translate(100%, -50%) rotate(-75deg); /* 右側のバーを傾ける */
}


.mv_price {
  background-color: #0F3258;
  margin-left: 0.3em;
  color: #fff;
  font-weight: bold;
  font-family: Lato, sans-serif;
  width: 33.125em;
  height: 5em;
/*
  text-shadow: 0.15rem 0.15rem 0.1rem #000; /* スペース区切りで<水平方向の距離> <垂直方向の距離> <影のぼかし半径> <影の色>を指定する。ぼかし半径と色は省略可 *
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
        -1px 1px 0 #000, 1px -1px 0 #000,
        0px 1px 0 #000,  0-1px 0 #000,
        -1px 0 0 #000, 1px 0 0 #000,0.30rem 0.30rem 0.4rem #000;
*/
  
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;        
  justify-content: center;


  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mv_price span.mv_price_p {
  display: block;
  text-align: center;
 -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1.0;
  font-size: 3.75em;
  color: #fff;
}
.mv_price span.mv_price_small {
  font-size: 0.4666em;
  margin-left: 0.3em;
  margin-right: 0.35em;
  color: #fff;
}


.mv_text_box {
  display: flex;
  justify-content: space-between ;
  padding-top: 1.125em;
  padding-left: 0.25em;
  width: 33.3125em;
}
.mv_text_box > div {
  background-color: #0F3258;
  color: #fff;
  font-size: 1.625em;
  flex-basis: 48%;
  text-align: center;
}


.mv_text_circle {
  display: flex;
  justify-content: space-between ;
  padding-top: 1.25em;
  width: 33.3125em;
}
.mv_text_circle > div {
  background-color: #0F3258;
  color: #fff;
  font-size: 1.9375em;
  flex-basis: 32%;
  height: 5.5em;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

@media screen and (min-width:768px) and (max-width:1540px) {
  .mv_text {
    font-size: 1.04vw;
  }
}
@media screen and (max-width:767px) {
  .mv_text {
    font-size: 2.4vw;
    margin-left: 2.5em;
  }
}
@media screen and (max-width:600px) {
  .mv_text {
    font-size: 2.3vw;
    margin-left: 2.0em;
  }
}
@media screen and (max-width:500px) {
  .mv_text {
    font-size: 2.3vw;
    margin-left: 3em;
  }
  .mv_text_top {
    line-height: 1.6;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width:400px) {
  .mv_text {
    font-size: 2.1vw;
    margin-left: 3.8em;
  }
}


/*縦並びに戻したい場合全削除*/

@media screen and (min-width:768px){
.inner-flex{
    display: flex;
    justify-content: space-between;
    text-align: center;
}


 

  /* .recruit2 .point .image {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit2_point.jpg) center;
    background-size: cover;
  }

  .recruit3 .point .image {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-right: 50px;
    overflow: hidden;
    background: url(../img/recruit3_point.jpg) center;
    background-size: cover;
  } */

  

  .point h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  .point h3 {
    color: #695940;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
  }

  .point p {
    line-height: 1.8;
  }

  .intro {
    /* background: url("../img/recruit_intro.jpg") no-repeat fixed; */
    background-size: cover;
    padding-bottom: 120px;
  }

  .intro .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .intro .inner h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
  }

  .intro h3 {
    font-size: 25px;
    font-weight: 500;
    color: #0F3258;
      padding-top: 45px;
    padding-bottom: 10px;
    text-align: center;
  }

  .intro .intro_box {
    background: #EAF1F8;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
      justify-content: flex-start;
    position: relative;
    width: 30%;
    box-shadow: 8px 8px 15px -5px #07192c;
  }

  .intro .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro .intro_box div:first-child {
    margin: 0 auto;
      padding: 2px;
  }

  .intro .intro_box div:last-child {
    width: 680px;
  }

  .intro .intro_box div:last-child img {
    position:inherit;
  }

  .intro p {
    line-height: 1.6;
  }

.point-num {
  position: absolute;
  top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  background: #0F3258;
  border-radius: 50%;
}



    }

/* .mv_inner p{
  font-family: Zen Kurenaido;
        position: absolute;
        z-index: 999;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
    } */

    .mv_title {
            position: absolute;
            z-index: 999;
            top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        }

@media screen and (max-width:767px) {
  .mv_inner p{
        z-index: 1;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .mv_title{
      width: 50%;
    }
}

.welfare_list {
  display: flex;
}

@media screen and (max-width:767px) {
  .welfare_list {
    font-size: 13px;
  }
}