@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="button"] {
  -webkit-appearance: none;
}

html {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  counter-reset: count-step;
  word-wrap: break-word;
  height: 100%;
}

img,
video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

img a,
video a {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.u-Btm-XXL {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .u-Btm-XXL {
    margin-bottom: 50px;
  }
}

.u-Btm-XL {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .u-Btm-XL {
    margin-bottom: 24px;
  }
}

.u-Btm-L {
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .u-Btm-L {
    margin-bottom: 14px;
  }
}

.u-Btm-M {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .u-Btm-M {
    margin-bottom: 6px;
  }
}

.u-Btm-S {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .u-Btm-S {
    margin-bottom: 3px;
  }
}

.u-Btm-XS {
  margin-bottom: 2px;
}

.scroll-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  /*処理にかかる時間*/
}

.scroll-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  /*スクロールアップする距離*/
  -webkit-transition: all 2s;
  transition: all 2s;
  /*処理にかかる時間*/
}

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  /*処理にかかる時間*/
}

.load-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  /*スクロールアップする距離*/
  -webkit-transition: all 2s;
  transition: all 2s;
  /*処理にかかる時間*/
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-Container {
  height: 100%;
}

.l-Contents {
  width: 100%;
}

.l-Contents-L {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-Contents-L {
    margin-right: 4%;
    margin-left: 4%;
  }
}

.l-Contents-M {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-Contents-M {
    margin-right: 4%;
    margin-left: 4%;
  }
}

.l-Contents-S {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-Contents-S {
    margin-right: 4%;
    margin-left: 4%;
  }
}

.c-Header_Branding {
  padding-left: 2%;
}

.c-Header_Logo-Img {
  max-width: 130px;
}

@media screen and (max-width: 768px) {
  .c-Header_Logo-Img {
    max-width: 80px;
  }
}

.c-Footer {
  background-color: #222222;
  color: white;
  padding: 30px 2% 18px 2%;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
}

.c-Footer_Logo-Img {
  max-width: 120px;
}

.c-Footer_Menu_Link {
  color: white;
}

@media screen and (max-width: 768px) {
  .c-Footer_Logo-Img {
    max-width: 80px;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    background-color: inherit;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 2%;
  }
}

@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 30px;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  min-width: 260px;
}

@media screen and (min-width: 960px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.nav-items__item_button {
  text-align: center;
}

.nav-items__item_button .u-Button {
  width: 200px;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  margin-right: 2%;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-Button {
  text-indent: -1.0em;
  width: 160px;
  border: solid 2px #222222;
  color: white;
  background-color: #e3fc00;
  display: inline-block;
  padding: 0.6em 0;
  border-radius: 1.6em;
  cursor: pointer;
  color: #222222;
  text-align: center;
}

.u-Button-Icon {
  width: 18px;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .u-Button {
    padding: 0.4em 0;
    border-radius: 22px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-Button_AnimationArrow {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.u-Button_AnimationArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.u-Button_AnimationArrow:hover {
  background-color: white;
  border: solid 2px #e3fc00;
}

.u-Button_AnimationArrow:hover:after {
  right: 2.0rem;
}

@media screen and (max-width: 768px) {
  .u-Button_AnimationArrow {
    width: 140px;
  }
}

.u-Button_AnimationImg {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.u-Button_AnimationImg .u-Button-Icon {
  position: absolute;
  top: calc(50% - 9px);
  bottom: 0;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.u-Button_AnimationImg:hover {
  background-color: white;
  border: solid 2px #e3fc00;
}

.u-Button_AnimationImg:hover .u-Button-Icon {
  right: 1.4rem;
}

.u-Icon {
  background-color: #ff5a44;
  color: white;
  padding: 0.2em 1.0em;
}

.u-Txt_Animation {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.u-Txt_Animation::after {
  position: absolute;
  bottom: .3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 60%;
  height: 2px;
  background-color: #222222;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.u-Txt_Animation:hover::after {
  bottom: -4px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .u-Txt_Animation:hover::after {
    bottom: .3em;
    opacity: 0;
  }
}

.u-Txt_Animation2 {
  padding-bottom: 3px;
  position: relative;
}

.u-Txt_Animation2::before {
  background-color: #222222;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.u-Txt_Animation2:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-PointImg {
  text-align: right;
}

.c-PointImg-Img {
  max-width: 250px;
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .c-PointImg-Img {
    max-width: 160px;
  }
}

.c-PointImg._Top {
  margin-top: -18px;
}

@media screen and (max-width: 768px) {
  .c-PointImg._Top {
    margin-top: -12px;
  }
}

html {
  font-family: "Roboto", "M PLUS 1p", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  word-break: normal;
  letter-spacing: 0.05rem;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-Title1 {
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 6px;
}

.c-Title1_Icon {
  width: 76px;
}

.c-Title1_Text_En {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #909090;
}

.c-Title1_Text_Jp {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.c-Title1::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../../assets/img/icon5l.svg);
}

.c-Title1::after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../../assets/img/icon5r.svg);
}

@media screen and (max-width: 768px) {
  .c-Title1_Icon {
    width: 66px;
  }
  .c-Title1_Text {
    width: calc(100% - 146px);
  }
  .c-Title1_Text_En {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #909090;
  }
  .c-Title1_Text_Jp {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .c-Title1::before {
    width: 40px;
    height: 40px;
  }
  .c-Title1::after {
    width: 40px;
    height: 40px;
  }
}

.c-Title2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.c-Title2::before {
  content: "●";
  color: #e3fc00;
  padding-right: 0.4em;
}

@media screen and (max-width: 768px) {
  .c-Title2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.u-Gfont {
  font-family: 'Didact Gothic', sans-serif;
}

.u-Text-XXL {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 58px;
  line-height: 5.8rem;
}

@media screen and (max-width: 960px) {
  .u-Text-XXL {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

.u-Text-XL {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}

@media screen and (max-width: 960px) {
  .u-Text-XL {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

.u-Text-L {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}

@media screen and (max-width: 960px) {
  .u-Text-L {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.u-Text-M {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media screen and (max-width: 960px) {
  .u-Text-M {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.u-Text-S {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
}

@media screen and (max-width: 960px) {
  .u-Text-S {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.u-Text-XS {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}

.u-Text-Bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-noBr_pc {
    display: none;
  }
}

.u-noBr_mb {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-noBr_mb {
    display: block;
  }
}

.c-Home_Title {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-Home_Title {
    margin-bottom: 12px;
  }
}

.c-MainImage {
  width: 100%;
  height: 80vh;
  background-image: url(../../assets/img/pict_main.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.c-MainImage_Logo {
  position: absolute;
  width: 320px;
  left: 4%;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-MainImage {
    height: 70vh;
  }
  .c-MainImage_Logo {
    position: absolute;
    width: 180px;
    bottom: 24px;
  }
}

.c-Service {
  background-color: white;
}

.c-Service_Box {
  border-bottom: dashed 1px #c8c8c8;
  padding-bottom: 24px;
}

.c-Service_Link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-News_Inner {
  background-color: #edeff0;
  border-radius: 18px;
  padding: 2% 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
}

@media screen and (max-width: 768px) {
  .c-News_Inner {
    padding: 8% 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.c-News_List_Item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}

.c-News_List_Item:not(:last-child) {
  margin-bottom: 18px;
}

.c-News_List_Item_Right {
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .c-News_List_Item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-About {
  background-color: #edeff0;
}

.c-About_Inner {
  padding: 42px 6% 100px 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
}

@media screen and (max-width: 768px) {
  .c-About_Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.c-About_Img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .c-About_Img {
    max-width: 280px;
  }
}

.c-webService_Box {
  border-bottom: dashed 1px #c8c8c8;
  padding-bottom: 24px;
}

.c-webService_mainImages {
  background-image: url(../../assets/img/pict_webService.jpg);
  height: 600px;
  background-size: cover;
  background-position: center center;
}

.c-aesthetic_mainImages {
  background-image: url(../../assets/img/pict_aesthetic.jpg);
  height: 600px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .c-webService_mainImages {
    height: 70vh;
  }
  .c-aesthetic_mainImages {
    height: 70vh;
  }
}

.c-webService_mainText_Title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-webService_mainText_Title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.c-webService_content {
  background-color: white;
  padding-bottom: 60px;
}

.c-webService_Pict {
  text-align: right;
}

.c-webService .c-internetMarketing_mainImages {
  background-image: url(../../assets/img/pict_internetMarketing.jpg);
  height: 600px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .c-webService .c-internetMarketing_mainImages {
    height: 70vh;
  }
}

.c-recruit {
  margin-top: 110px;
  margin-bottom: 60px;
}

.c-recruit_Note {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.c-recruit_List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-right: 10%;
  margin-left: 10%;
}

.c-recruit_List:not(:last-child) {
  margin-bottom: 30px;
}

.c-recruit_List_Wrap {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.c-recruit_List dt {
  width: 20%;
  font-weight: bold;
}

.c-recruit_List dd {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .c-recruit_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-right: 2%;
    margin-left: 2%;
  }
  .c-recruit_List:not(:last-child) {
    margin-bottom: 18px;
  }
  .c-recruit_List_Wrap {
    margin-right: 4%;
    margin-left: 4%;
  }
  .c-recruit_List dt {
    width: 100%;
  }
  .c-recruit_List dd {
    width: 100%;
  }
}

.c-Img_Mail {
  width: 180px;
}

.c-privacy {
  margin-top: 110px;
  margin-bottom: 60px;
}

input[type="text"], input[type="email"], input[type="tel"] {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-contact {
  margin-top: 110px;
  margin-bottom: 60px;
}

.c-Form-Item {
  padding-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
}

@media screen and (max-width: 768px) {
  .c-Form-Item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-Form-Item-Label {
  width: 100%;
  max-width: 240px;
  font-weight: bold;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .c-Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
  }
}

.c-Form-Item-Label-Required {
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 0 6px;
  line-height: 1.4em;
  background: #ff5a44;
  vertical-align: top;
  border-radius: 2px;
  color: white;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-Form-Item-Label-Required {
    margin-top: 0;
  }
}

.c-Form-Item-Input {
  border: solid 1px #c8c8c8;
  border-radius: 6px;
  padding: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.c-Form-Item-Textarea {
  border: solid 1px #c8c8c8;
  border-radius: 6px;
  padding: 1em;
  height: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.1em;
}

.c-Form-CheckaArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-Form-Btn {
  text-align: center;
}

.c-Form-Btn input:disabled {
  opacity: 0.4;
  cursor: default;
}

.c-Form-Btn input:disabled:hover {
  pointer-events: none;
  background-color: #e3fc00;
  border: solid 2px #222222;
  color: #222222;
}

.c-Form-Btn .u-Button {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-indent: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-Form-Btn .u-Button:hover {
  background-color: white;
  border: solid 2px #e3fc00;
}

@media screen and (max-width: 768px) {
  .c-Form-Btn .u-Button {
    width: 200px;
  }
}
