@media screen and (min-width: 768px) {
    .inner {
      max-width: 960px;
    }
  }
  
  .yellow {
    color: #ECD615;
    font-weight: 600;
  }
  
  .blue {
    color: #053481;
    font-weight: 600;
  }
  
  .linebtn {
    height: 100px;
    width: 100px;
    position: fixed;
    right: 0;
    bottom: 30px;
    background: #00B900;
    border: solid 2px #fff;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    cursor: pointer;
  }
  .linebtn i {
    font-size: 30px;
    color: #fff;
  }
  .linebtn p {
    font-size: 12px;
    color: #fff;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .linebtn p .large {
    font-size: 14px;
  }
  .linebtn__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .entry-btn {
    cursor: pointer;
    display: inline-block;
  }
  .entry-btn img {
    max-width: 500px;
    width: 100%;
    -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
            animation: fuwafuwa 1s ease 0s infinite alternate;
  }
  @-webkit-keyframes fuwafuwa {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes fuwafuwa {
    from {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
    }
    to {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .entry-btn__text {
    color: #FFF;
    line-height: 150%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  @media screen and (min-width: 768px) {
    .entry-btn__text {
      font-size: 22px;
      margin-bottom: 18px;
    }
  }
  .entry-btn__text--blue {
    color: #053481;
  }
  .entry-btn__content {
    text-align: center;
  }
  
  .recruit__title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .recruit__title {
      max-width: 960px;
      margin: 0 auto;
    }
  }
  .recruit__title-ja {
    color: #053481;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3.6px;
    padding-left: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  @media screen and (min-width: 768px) {
    .recruit__title-ja {
      font-size: 42px;
    }
  }
  .recruit__title-ja--white {
    color: #FFF;
  }
  .recruit__title-en {
    color: #BBC6D9;
    text-align: right;
    font-family: Lato;
    font-size: 92px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 4.8px;
    padding-left: 0;
    overflow: hidden;
  }
  @media screen and (min-width: 768px) {
    .recruit__title-en {
      font-size: 100px;
      text-align: center;
    }
  }
  .recruit__title-en--white {
    color: rgba(187, 198, 217, 0.3);
  }
  
  .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media screen and (min-width: 768px) {
    .wrapper {
      padding-top: 110px;
      padding-bottom: 110px;
    }
  }
  
  .page__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .page__images {
      display: none;
    }
  }

  .page-title__bg {
    background-image: url(../img/recruit/page__bg.jpg);
    background-size: cover;
    text-align: center;
    height: 246px;
  }
  @media screen and (min-width: 768px) {
    .page-title__bg {
      height: 500px;
    }
  }
  .page-title__box {
    display: inline-block;
    text-align: left;
    padding-top: 80px;
  }
  @media screen and (min-width: 768px) {
    .page-title__box {
      padding-top: 200px;
    }
  }
  .page-title__en {
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
  }
  @media screen and (min-width: 768px) {
    .page-title__en {
      font-size: 64px;
    }
  }
  .page-title__ja {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
  }
  @media screen and (min-width: 768px) {
    .page-title__ja {
      font-size: 24px;
    }
  }
  
  .top {
    background-color: #053481;
  }
  .top__head {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
  @media screen and (min-width: 768px) {
    .top__head {
      font-size: 28px;
      margin-bottom: 50px;
    }
  }
  
  .message {
    background-color: #fff;
    padding-bottom: 0;
  }
  .message__text-box {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 800px;
    width: 100%;
  }
  .message__head {
    color: #053481;
    font-weight: 600;
    letter-spacing: 2.4px;
    border: 1px solid #053481;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .message__head {
      font-size: 24px;
    }
  }
  .message__text {
    color: #053481;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-top: 33px;
  }
  @media screen and (min-width: 768px) {
    .message__text {
      font-size: 20px;
      padding-bottom: 60px;
    }
  }
  .message__button {
    background-color: #053481;
    height: 75px;
    width: 100%;
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  @media screen and (min-width: 768px) {
    .message__button {
      height: 100px;
    }
  }
  .message__button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .message__button-box a {
    width: 100%;
  }
  .message__button-box img {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: min(26.6666666667%, 100px);
  }
  @media screen and (min-width: 768px) {
    .message__button-box p {
      font-size: 20px;
    }
  }
  .message__button-box p i {
    margin-left: 6px;
  }
  .message__button:hover {
    letter-spacing: 0.15em;
  }
  
  @media screen and (min-width: 1040px) {
    .message__button-box img {
      width: 175px;
    }
  }
  @media screen and (max-width: 440px) {
    .message__button-box p {
      margin-left: -90px;
    }
  }
  @media screen and (min-width: 768px) {
    .sns__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      max-width: 960px;
      margin: 0 auto;
      gap: 20px;
      margin-bottom: 60px;
    }
  }
  .sns__item {
    margin-bottom: 50px;
  }
  @media screen and (min-width: 768px) {
    .sns__item {
      width: 50%;
    }
  }
  .sns__tiktok, .sns__x {
    margin-top: 20px;
  }
  @media screen and (min-width: 768px) {
    .sns__tiktok, .sns__x {
      margin-top: 80px;
    }
  }
  .sns__tiktok {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 10px;
    height: 100%;

  }
  @media screen and (min-width: 768px) {
    .sns__tiktok {
      height: 797px;
    }
  }
  
  .tiktok-embed {
    margin-top: 0;
  }
  
  .css-vptvdy {
    max-width: 100%;
  }
  
  .css-ekq38o {
    border: none;
  }
  
  .about {
    background-color: #053481;
  }
  .about h3 {
    text-align: center;
  }
  .about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    margin-top: 40px;
  }
  @media screen and (min-width: 768px) {
    .about__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 32px;
      margin: 0 auto;
      margin-top: 74px;
    }
  }
  .about__item {
    width: 100%;
    height: 100px;
    border: 1px solid #fff;
  }
  @media screen and (min-width: 768px) {
    .about__item {
      width: 50%;
      height: 238px;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
    }
  }
  .about__item:hover {
    opacity: 0.7;
  }
  .about__text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .about__text-top {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.7px;
  }
  @media screen and (min-width: 768px) {
    .about__text-top {
      font-size: 26px;
    }
  }
  .about__text-bottom {
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1.65px;
  }
  @media screen and (min-width: 768px) {
    .about__text-bottom {
      font-size: 19px;
    }
  }
  
  .service__bg {
    background-image: url(../img/recruit/service_bg.png);
    background-size: cover;
  }
  
  .company__bg {
    background-image: url(../img/recruit/company_bg.png);
    background-size: cover;
  }
  
  .requirements__bg {
    background-image: url(../img/recruit/req_bg.jpg);
    background-size: cover;
  }
  
  .benefit__bg {
    background-image: url(../img/recruit/benefit_bg.jpg);
    background-size: cover;
  }
  
  .flow__items {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  @media screen and (min-width: 768px) {
    .flow__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 74px;
    }
  }
  .flow__item {
    border: 2px solid #053481;
    padding: 20px;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .flow__item {
      width: 33.3333333333%;
    }
  }
  .flow__box {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__top {
    color: #053481;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .flow__top {
      font-size: 24px;
    }
  }
  .flow__text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-top: 13px;
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    .flow__text {
      font-size: 18px;
    }
  }
  .flow__button {
    display: inline-block;
  }
  .flow__button img {
    margin-top: 20px;
  }
  
  .entry {
    background-color: #053481;
  }
  .entry__button {
    margin-top: 40px;
  }
  @media screen and (min-width: 768px) {
    .entry__button {
      text-align: center;
      margin-top: 60px;
    }
  }
  .side-menu {
    position: fixed;
    right: 0 ;
    bottom: 20px;
    z-index: 10;
    display: block;
  }

.side-menu img {
  width: 158px;
  height: 62px;
  display: block;
}
/* ContactForm7カスタマイズ */

table.CF7_table{
	width:100%;
	margin:20px 0;
	border: 3px solid #e5e5e5;
}

@media screen and (min-width: 768px){
	table.CF7_table{
	width:80%;
    margin-top: 60px;
	}
}

.CF7_table p {
    margin: 0;
    padding: 10px 20px;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/

.CF7_table input,
.CF7_table textarea {
	border: 1px solid #d8d8d8;
    margin: 20px 0;
}


.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/

.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #053481;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/

.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
    text-align-last: left;
    align-content: center;
	}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#053481;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-list-item {
    font-size: 14px;
}
@media screen and (min-width: 768px){
    .wpcf7-list-item {
        font-size: 12px;
    }
}

.contact {
	padding-top: 100px;
}
@media screen and (min-width: 768px) {
	.contact {
	  padding-top: 150px;
	}
  }