@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap");
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 749px) {
  .pc {
    display: none !important; } }

.font, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.87;
  color: #454E51; }
  @media screen and (max-width: 749px) {
    .font, body {
      font-size: 1.3rem; } }

.roboto, .mv_label, .mv_menuWrap, .services_cont_icon, .mission_for_title, .footer_menu, .footer_share_text, .footer_copy {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em; }

.central {
  display: flex;
  align-items: center;
  justify-content: center; }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #FFF; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF; }

.follow {
  width: 130px;
  height: 130px;
  position: fixed;
  bottom: 30px;
  right: 7px;
  z-index: 1000; }
  .follow svg {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 749px) {
    .follow {
      width: 80px;
      height: 80px;
      bottom: 15px; } }

div,
main,
section {
  display: block;
  position: relative; }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

p {
  line-height: 1.75;
  text-align: justify; }
  p a {
    word-break: break-all; }

sup {
  vertical-align: super;
  font-size: 50%; }

em {
  font-weight: 700; }

b {
  font-weight: 700; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }
  a.block {
    display: block; }

iframe {
  width: 100%;
  min-height: 540px; }
  @media screen and (max-width: 749px) {
    iframe {
      min-height: 250px; } }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5 !important; }

.scale {
  overflow: hidden;
  display: block; }
  .scale img {
    transition: transform 0.5s; }
  .scale:hover img {
    transform: scale(1.1); }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem; }
  @media screen and (max-width: 749px) {
    figcaption,
    small {
      font-size: 1rem; } }

figcaption {
  margin-top: 5px; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin-left: auto;
  margin-right: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

@media screen and (max-width: 749px) {
  .sp-left {
    text-align: left !important; } }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.wh100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;"; }

.bg_white {
  background: #FFF !important; }

.bg_black {
  background: #454E51 !important; }

.bg_silver {
  background: #EFEFEF !important; }

.bg_orange {
  background: #F58D62 !important; }

.bg_red {
  background: #F2373B !important; }

.bdr_white {
  border: 1px solid #FFF !important; }

.bdr_black {
  border: 1px solid #454E51 !important; }

.bdr_silver {
  border: 1px solid #EFEFEF !important; }

.bdr_orange {
  border: 1px solid #F58D62 !important; }

.bdr_red {
  border: 1px solid #F2373B !important; }

.text_white {
  color: #FFF; }

.text_black {
  color: #454E51; }

.text_silver {
  color: #EFEFEF; }

.text_orange {
  color: #F58D62; }

.text_red {
  color: #F2373B; }

.hr_white {
  border-top: 1px solid #FFF; }

.hr_black {
  border-top: 1px solid #454E51; }

.hr_silver {
  border-top: 1px solid #EFEFEF; }

.hr_orange {
  border-top: 1px solid #F58D62; }

.hr_red {
  border-top: 1px solid #F2373B; }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap100 {
      padding: 0 25px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap500 {
      padding: 0 25px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap600 {
      padding: 0 25px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap700 {
      padding: 0 25px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap800 {
      padding: 0 25px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap900 {
      padding: 0 25px; } }

.wrap990 {
  margin: auto;
  max-width: 990px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap990 {
      padding: 0 25px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 25px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1100 {
      padding: 0 25px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1200 {
      padding: 0 25px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1300 {
      padding: 0 25px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 25px; } }

.mt0 {
  display: block;
  margin-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .mt0 {
      margin-top: 0px !important; } }

.mt5 {
  display: block;
  margin-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .mt5 {
      margin-top: 2.5px !important; } }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt15 {
  display: block;
  margin-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .mt15 {
      margin-top: 7.5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt25 {
  display: block;
  margin-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .mt25 {
      margin-top: 12.5px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .mt130 {
      margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .mt140 {
      margin-top: 70px !important; } }

.mt150 {
  display: block;
  margin-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .mt150 {
      margin-top: 75px !important; } }

.mt160 {
  display: block;
  margin-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .mt160 {
      margin-top: 80px !important; } }

.mt200 {
  display: block;
  margin-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .mt200 {
      margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt130 {
    margin-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt140 {
    margin-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt150 {
    margin-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt160 {
    margin-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt200 {
    margin-top: 200px !important; } }

.pt0 {
  display: block;
  padding-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .pt0 {
      padding-top: 0px !important; } }

.pt5 {
  display: block;
  padding-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .pt5 {
      padding-top: 2.5px !important; } }

.pt10 {
  display: block;
  padding-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .pt10 {
      padding-top: 5px !important; } }

.pt15 {
  display: block;
  padding-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .pt15 {
      padding-top: 7.5px !important; } }

.pt20 {
  display: block;
  padding-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .pt20 {
      padding-top: 10px !important; } }

.pt25 {
  display: block;
  padding-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .pt25 {
      padding-top: 12.5px !important; } }

.pt30 {
  display: block;
  padding-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .pt30 {
      padding-top: 15px !important; } }

.pt40 {
  display: block;
  padding-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .pt40 {
      padding-top: 20px !important; } }

.pt50 {
  display: block;
  padding-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .pt50 {
      padding-top: 25px !important; } }

.pt60 {
  display: block;
  padding-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .pt60 {
      padding-top: 30px !important; } }

.pt70 {
  display: block;
  padding-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .pt70 {
      padding-top: 35px !important; } }

.pt80 {
  display: block;
  padding-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .pt80 {
      padding-top: 40px !important; } }

.pt90 {
  display: block;
  padding-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .pt90 {
      padding-top: 45px !important; } }

.pt100 {
  display: block;
  padding-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .pt100 {
      padding-top: 50px !important; } }

.pt110 {
  display: block;
  padding-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .pt110 {
      padding-top: 55px !important; } }

.pt120 {
  display: block;
  padding-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .pt120 {
      padding-top: 60px !important; } }

.pt130 {
  display: block;
  padding-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .pt130 {
      padding-top: 65px !important; } }

.pt140 {
  display: block;
  padding-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .pt140 {
      padding-top: 70px !important; } }

.pt150 {
  display: block;
  padding-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .pt150 {
      padding-top: 75px !important; } }

.pt160 {
  display: block;
  padding-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .pt160 {
      padding-top: 80px !important; } }

.pt200 {
  display: block;
  padding-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .pt200 {
      padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt110 {
    padding-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt120 {
    padding-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt130 {
    padding-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt140 {
    padding-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt150 {
    padding-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt160 {
    padding-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt200 {
    padding-top: 200px !important; } }

.pb0 {
  display: block;
  padding-bottom: 0px !important; }
  @media screen and (max-width: 749px) {
    .pb0 {
      padding-bottom: 0px !important; } }

.pb5 {
  display: block;
  padding-bottom: 5px !important; }
  @media screen and (max-width: 749px) {
    .pb5 {
      padding-bottom: 2.5px !important; } }

.pb10 {
  display: block;
  padding-bottom: 10px !important; }
  @media screen and (max-width: 749px) {
    .pb10 {
      padding-bottom: 5px !important; } }

.pb15 {
  display: block;
  padding-bottom: 15px !important; }
  @media screen and (max-width: 749px) {
    .pb15 {
      padding-bottom: 7.5px !important; } }

.pb20 {
  display: block;
  padding-bottom: 20px !important; }
  @media screen and (max-width: 749px) {
    .pb20 {
      padding-bottom: 10px !important; } }

.pb25 {
  display: block;
  padding-bottom: 25px !important; }
  @media screen and (max-width: 749px) {
    .pb25 {
      padding-bottom: 12.5px !important; } }

.pb30 {
  display: block;
  padding-bottom: 30px !important; }
  @media screen and (max-width: 749px) {
    .pb30 {
      padding-bottom: 15px !important; } }

.pb40 {
  display: block;
  padding-bottom: 40px !important; }
  @media screen and (max-width: 749px) {
    .pb40 {
      padding-bottom: 20px !important; } }

.pb50 {
  display: block;
  padding-bottom: 50px !important; }
  @media screen and (max-width: 749px) {
    .pb50 {
      padding-bottom: 25px !important; } }

.pb60 {
  display: block;
  padding-bottom: 60px !important; }
  @media screen and (max-width: 749px) {
    .pb60 {
      padding-bottom: 30px !important; } }

.pb70 {
  display: block;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 749px) {
    .pb70 {
      padding-bottom: 35px !important; } }

.pb80 {
  display: block;
  padding-bottom: 80px !important; }
  @media screen and (max-width: 749px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.pb90 {
  display: block;
  padding-bottom: 90px !important; }
  @media screen and (max-width: 749px) {
    .pb90 {
      padding-bottom: 45px !important; } }

.pb100 {
  display: block;
  padding-bottom: 100px !important; }
  @media screen and (max-width: 749px) {
    .pb100 {
      padding-bottom: 50px !important; } }

.pb110 {
  display: block;
  padding-bottom: 110px !important; }
  @media screen and (max-width: 749px) {
    .pb110 {
      padding-bottom: 55px !important; } }

.pb120 {
  display: block;
  padding-bottom: 120px !important; }
  @media screen and (max-width: 749px) {
    .pb120 {
      padding-bottom: 60px !important; } }

.pb130 {
  display: block;
  padding-bottom: 130px !important; }
  @media screen and (max-width: 749px) {
    .pb130 {
      padding-bottom: 65px !important; } }

.pb140 {
  display: block;
  padding-bottom: 140px !important; }
  @media screen and (max-width: 749px) {
    .pb140 {
      padding-bottom: 70px !important; } }

.pb150 {
  display: block;
  padding-bottom: 150px !important; }
  @media screen and (max-width: 749px) {
    .pb150 {
      padding-bottom: 75px !important; } }

.pb160 {
  display: block;
  padding-bottom: 160px !important; }
  @media screen and (max-width: 749px) {
    .pb160 {
      padding-bottom: 80px !important; } }

.pb200 {
  display: block;
  padding-bottom: 200px !important; }
  @media screen and (max-width: 749px) {
    .pb200 {
      padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb110 {
    padding-bottom: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb120 {
    padding-bottom: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb130 {
    padding-bottom: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb140 {
    padding-bottom: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb150 {
    padding-bottom: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb160 {
    padding-bottom: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb200 {
    padding-bottom: 200px !important; } }

.p0 {
  padding: 0px !important; }
  @media screen and (max-width: 749px) {
    .p0 {
      padding: 0px !important; } }

.p5 {
  padding: 5px !important; }
  @media screen and (max-width: 749px) {
    .p5 {
      padding: 2.5px !important; } }

.p10 {
  padding: 10px !important; }
  @media screen and (max-width: 749px) {
    .p10 {
      padding: 5px !important; } }

.p15 {
  padding: 15px !important; }
  @media screen and (max-width: 749px) {
    .p15 {
      padding: 7.5px !important; } }

.p20 {
  padding: 20px !important; }
  @media screen and (max-width: 749px) {
    .p20 {
      padding: 10px !important; } }

.p25 {
  padding: 25px !important; }
  @media screen and (max-width: 749px) {
    .p25 {
      padding: 12.5px !important; } }

.p30 {
  padding: 30px !important; }
  @media screen and (max-width: 749px) {
    .p30 {
      padding: 15px !important; } }

.p40 {
  padding: 40px !important; }
  @media screen and (max-width: 749px) {
    .p40 {
      padding: 20px !important; } }

.p50 {
  padding: 50px !important; }
  @media screen and (max-width: 749px) {
    .p50 {
      padding: 25px !important; } }

.p60 {
  padding: 60px !important; }
  @media screen and (max-width: 749px) {
    .p60 {
      padding: 30px !important; } }

.p70 {
  padding: 70px !important; }
  @media screen and (max-width: 749px) {
    .p70 {
      padding: 35px !important; } }

.p80 {
  padding: 80px !important; }
  @media screen and (max-width: 749px) {
    .p80 {
      padding: 40px !important; } }

.p90 {
  padding: 90px !important; }
  @media screen and (max-width: 749px) {
    .p90 {
      padding: 45px !important; } }

.p100 {
  padding: 100px !important; }
  @media screen and (max-width: 749px) {
    .p100 {
      padding: 50px !important; } }

.p110 {
  padding: 110px !important; }
  @media screen and (max-width: 749px) {
    .p110 {
      padding: 55px !important; } }

.p120 {
  padding: 120px !important; }
  @media screen and (max-width: 749px) {
    .p120 {
      padding: 60px !important; } }

.p130 {
  padding: 130px !important; }
  @media screen and (max-width: 749px) {
    .p130 {
      padding: 65px !important; } }

.p140 {
  padding: 140px !important; }
  @media screen and (max-width: 749px) {
    .p140 {
      padding: 70px !important; } }

.p150 {
  padding: 150px !important; }
  @media screen and (max-width: 749px) {
    .p150 {
      padding: 75px !important; } }

.p160 {
  padding: 160px !important; }
  @media screen and (max-width: 749px) {
    .p160 {
      padding: 80px !important; } }

.p200 {
  padding: 200px !important; }
  @media screen and (max-width: 749px) {
    .p200 {
      padding: 100px !important; } }

.flex {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .flex {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10 > * {
      margin-right: 10px; }
      .flex.f-mg10 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg10 > * {
      width: 100%;
      margin-bottom: calc(10px / 2); }
      .flex.f-mg10 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col2 > * {
      width: calc((100% - 10px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col3 > * {
      width: calc((100% - (2*10px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30 > * {
      margin-right: 30px; }
      .flex.f-mg30 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg30 > * {
      width: 100%;
      margin-bottom: calc(30px / 2); }
      .flex.f-mg30 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col2 > * {
      width: calc((100% - 30px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col3 > * {
      width: calc((100% - (2*30px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40 > * {
      margin-right: 40px; }
      .flex.f-mg40 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg40 > * {
      width: 100%;
      margin-bottom: calc(40px / 2); }
      .flex.f-mg40 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col2 > * {
      width: calc((100% - 40px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col3 > * {
      width: calc((100% - (2*40px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60 > * {
      margin-right: 60px; }
      .flex.f-mg60 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg60 > * {
      width: 100%;
      margin-bottom: calc(60px / 2); }
      .flex.f-mg60 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col2 > * {
      width: calc((100% - 60px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col3 > * {
      width: calc((100% - (2*60px)) / 3); } }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

.btn {
  max-width: 630px;
  color: #FFF;
  font-size: 3.0rem;
  font-weight: 700;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: border 1s, background 0.5s, color 0.3s; }
  @media screen and (max-width: 749px) {
    .btn {
      font-size: 1.7rem;
      width: 100%;
      height: 60px; } }
  .btn.-blue {
    background: #008DCD; }
    .btn.-blue:hover {
      background: #FFF;
      border: 1px solid  #008DCD;
      color: #008DCD; }
  .btn.-green {
    background: #00A67D; }
    .btn.-green:hover {
      background: #FFF;
      border: 1px solid  #00A67D;
      color: #00A67D; }
  .btn.-gray {
    background: #696969; }

form input[type="text"],
form input[type="date"],
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 2px 8px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border-style: none;
  border: 1px solid #A8A8A8; }

form textarea {
  height: 100px;
  resize: none;
  border: 1px solid #A8A8A8;
  width: 100%;
  padding: 2px 8px; }

.mv {
  height: 800px;
  width: 100%;
  padding: 60px; }
  @media screen and (max-width: 749px) {
    .mv {
      padding: 15px; } }
  .mv_image {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.3s; }
    .mv_image.active {
      opacity: 1; }
  .mv_logo {
    display: block;
    width: 150px; }
    @media screen and (max-width: 749px) {
      .mv_logo {
        width: 100px; } }
  .mv_copy {
    width: 665px;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 1s; }
    @media screen and (max-width: 749px) {
      .mv_copy {
        width: 90%; } }
    .mv_copy.active {
      opacity: 1; }
  .mv_label {
    background: #454e51;
    color: #FFF;
    height: 20px;
    width: 91%;
    max-width: 1275px;
    padding: 0 9px;
    position: absolute;
    right: 0;
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    font-style: italic;
    font-weight: 400;
    font-size: 1.6rem; }
    @media screen and (max-width: 749px) {
      .mv_label {
        bottom: 200px; } }
  .mv_scroll {
    width: 52px;
    position: absolute;
    left: 30px;
    bottom: 30px; }
    @media screen and (max-width: 749px) {
      .mv_scroll {
        width: 35px; } }
  .mv_menu {
    color: #FFF;
    height: 25px; }
    .mv_menuWrap {
      display: flex;
      width: 755px;
      justify-content: space-around;
      margin-left: auto;
      font-size: 1.5rem;
      position: absolute;
      top: 60px;
      right: 60px; }
      @media screen and (max-width: 749px) {
        .mv_menuWrap {
          width: 100%;
          font-size: 1.2rem;
          right: 0px; } }
    .mv_menu span {
      z-index: 1; }
    .mv_menu::after {
      content: "";
      height: 10px;
      background: #F2373B;
      width: 0;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: width 0.3s; }
    .mv_menu:hover::after {
      width: 100%; }
  .mv_recruit {
    display: flex;
    max-width: 1215px;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 0; }
    @media screen and (max-width: 749px) {
      .mv_recruit {
        margin: 100px auto 0; } }
    .mv_recruit_title {
      width: 432px; }
    .mv_recruit_caption {
      width: 628px; }
  .mv_about {
    max-width: 1215px;
    margin: 200px auto 0;
    height: 650px;
    z-index: 1; }
    @media screen and (max-width: 749px) {
      .mv_about {
        height: 250px;
        margin: 100px auto 0; } }
    .mv_about_title {
      width: 533px; }
      @media screen and (max-width: 749px) {
        .mv_about_title {
          width: 200px; } }
    .mv_about_caption {
      width: 988px;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 749px) {
        .mv_about_caption {
          width: 100%; } }
  .mv_services {
    max-width: 1215px;
    margin: 200px auto 0;
    height: 650px;
    z-index: 1; }
    @media screen and (max-width: 749px) {
      .mv_services {
        height: 250px;
        margin: 100px auto 0; } }
    .mv_services_title img {
      max-width: 780px; }
      @media screen and (max-width: 749px) {
        .mv_services_title img {
          width: 100%;
          max-width: 100%; } }
  .mv.-article {
    height: 100px; }
    @media screen and (max-width: 749px) {
      .mv.-article-sp {
        height: 400px; } }

.intro {
  width: 100%;
  padding: 55px 0;
  background: url("../img/intro_v.jpg") no-repeat;
  background-size: cover; }
  @media screen and (min-width: 750px) {
    .intro {
      height: 400px; } }
  @media screen and (max-width: 749px) {
    .intro {
      padding: 30px 15px 70px; } }
  .introInner {
    max-width: 1150px;
    margin: auto; }
  .intro_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%; }
  .intro_title {
    width: 300px;
    padding-top: 50px; }
    @media screen and (max-width: 749px) {
      .intro_title {
        width: 194px; } }
    @media screen and (min-width: 750px) {
      .intro_title::before {
        content: "";
        display: block;
        width: 525px;
        height: 2px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: 0; } }
  .intro_copy {
    color: #FFF;
    line-height: 2.5;
    margin-top: 50px; }

.resources {
  margin: 220px auto 150px; }
  @media screen and (max-width: 749px) {
    .resources {
      padding: 0 15px;
      margin: 120px auto 100px; } }
  .resourcesInner {
    max-width: 1150px;
    margin: auto; }
    .resourcesInner::before {
      content: "";
      display: block;
      height: 2px;
      max-width: 575px;
      background: #454E51;
      margin-bottom: 50px; }
  .resources_title {
    width: 289px; }
    @media screen and (max-width: 749px) {
      .resources_title {
        width: 189px; } }
  .resources_copy {
    max-width: 864px;
    margin-top: 50px; }
  .resources_cont {
    background: #FFAB8B;
    width: 280px;
    padding: 30px 30px 20px;
    cursor: pointer;
    margin-bottom: 10px; }
    .resources_contWrap {
      display: flex;
      flex-wrap: wrap;
      margin: 140px auto 0;
      max-width: 1150px; }
      @media screen and (max-width: 749px) {
        .resources_contWrap {
          margin: 60px auto 0; } }
    @media screen and (max-width: 749px) {
      .resources_cont {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (min-width: 750px) {
      .resources_cont {
        min-height: 450px;
        margin-right: 10px; }
        .resources_cont:nth-of-type(4n) {
          margin-right: 0; } }
    .resources_cont.-no01 {
      background: url("../img/res_bg_01.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no02 {
      background: url("../img/res_bg_02.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no03 {
      background: url("../img/res_bg_03.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no04 {
      background: url("../img/res_bg_04.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no05 {
      background: url("../img/res_bg_05.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no06 {
      background: url("../img/res_bg_06.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no07 {
      background: url("../img/res_bg_07.jpg") no-repeat;
      background-size: cover; }
    .resources_cont.-no08 {
      background: url("../img/res_bg_08.jpg") no-repeat;
      background-size: cover; }
    .resources_contInner {
      mix-blend-mode: multiply;
      display: flex;
      flex-wrap: wrap;
      padding-top: 92px; }
    .resources_cont_no {
      width: 87px;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 749px) {
        .resources_cont_no {
          width: 67px; } }
    .resources_cont_title.-no1 {
      width: 50px;
      max-width: 112px; }
    .resources_cont_title.-no2 {
      max-width: 208px; }
    .resources_cont_caption {
      margin-top: 20px;
      overflow: hidden;
      transition: height 0.3s;
      height: 5px; }
      @media screen and (max-width: 749px) {
        .resources_cont_caption {
          height: 100%;
          padding-bottom: 50px; } }
      .resources_cont_caption::after {
        content: "";
        position: absolute;
        display: block;
        height: 5px;
        width: 220px;
        background: #454E51;
        left: 0;
        bottom: 0; }
    .resources_cont:hover .resources_cont_caption {
      height: 200px; }

.services {
  margin: 170px auto 200px; }
  @media screen and (max-width: 749px) {
    .services {
      margin: 100px auto; } }
  .servicesInner {
    max-width: 1150px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .servicesInner {
        padding: 25px; } }
    .servicesInner::before {
      content: "";
      display: block;
      height: 2px;
      max-width: 575px;
      background: #454E51;
      margin-bottom: 50px; }
  .services_title {
    width: 234px; }
    @media screen and (max-width: 749px) {
      .services_title {
        width: 134px; } }
  .services_copy {
    max-width: 864px;
    margin: 50px 0 100px; }
  .services_contWrap {
    color: #454E51; }
    .services_contWrap:first-of-type {
      margin-top: 100px; }
    @media screen and (min-width: 750px) {
      .services_contWrap:nth-of-type(even) .services_contBodyInner {
        margin-left: 50px;
        margin-right: auto; } }
    @media screen and (min-width: 750px) {
      .services_contWrap:nth-of-type(even) .services_contBodyInner .services_cont_title_jp {
        text-align: right; } }
    @media screen and (max-width: 749px) {
      .services_contWrap:nth-of-type(even) {
        display: flex;
        flex-direction: column; } }
    @media screen and (min-width: 750px) {
      .services_contWrap {
        display: flex; } }
    @media screen and (max-width: 749px) {
      .services_contWrap {
        display: flex;
        flex-direction: column-reverse; } }
  @media screen and (max-width: 749px) {
    .services_contBody {
      padding: 25px 25px 50px; } }
  @media screen and (min-width: 750px) {
    .services_contBody {
      width: 50%; } }
  @media screen and (min-width: 750px) {
    .services_contBodyInner {
      max-width: 550px;
      margin-left: auto;
      margin-right: 50px;
      display: flex;
      flex-direction: column;
      height: 100%; } }
  .services_cont_title {
    margin-top: auto;
    display: flex;
    flex-direction: column; }
    .services_cont_title_en {
      font-size: 7rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.02em; }
      @media screen and (max-width: 749px) {
        .services_cont_title_en {
          font-size: 2.8rem; } }
    .services_cont_title_jp {
      margin: 10px 0 0;
      font-size: 3rem;
      font-weight: 400; }
      @media screen and (max-width: 749px) {
        .services_cont_title_jp {
          font-size: 1.6rem; } }
  @media screen and (min-width: 750px) {
    .services_cont_image {
      height: 400px;
      width: 50%; } }
  @media screen and (max-width: 749px) {
    .services_cont_image {
      height: 300px; } }
  .services_cont_icon {
    color: #454E51;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    margin: 60px 0 50px; }
    @media screen and (max-width: 749px) {
      .services_cont_icon {
        margin: 30px 0 0; } }
    .services_cont_icon::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 30px;
      background: url("../img/arrow.svg"); }

.news {
  margin-top: 200px; }
  @media screen and (max-width: 749px) {
    .news {
      padding: 15px;
      margin-top: 100px; } }
  .newsInner {
    max-width: 1150px;
    margin: auto; }
    .newsInner::before {
      content: "";
      display: block;
      height: 2px;
      max-width: 575px;
      background: #454E51;
      margin-bottom: 50px; }
  .news_title {
    width: 148px; }
    @media screen and (max-width: 749px) {
      .news_title {
        width: 88px; } }
  .news_list {
    border-top: 1px solid #454E51;
    padding: 85px 0; }
    .news_listWrap {
      margin: 100px 0 150px; }
    @media screen and (min-width: 750px) {
      .news_list {
        display: flex; } }
    @media screen and (max-width: 749px) {
      .news_list {
        padding: 45px 0; } }
    .news_list_date {
      font-size: 5.0rem;
      font-weight: 700;
      line-height: 1.1; }
      @media screen and (max-width: 749px) {
        .news_list_date {
          font-size: 3.0rem;
          margin-bottom: 15px; } }
    .news_list_caption {
      max-width: 840px;
      margin-left: auto; }

.contactHeader {
  background: url("../img/bg_contact.jpg") no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .contactHeader {
      height: 200px; } }
  .contactHeader_title {
    max-width: 660px; }
    @media screen and (max-width: 749px) {
      .contactHeader_title {
        width: 70%; } }

.contactInner {
  max-width: 1150px;
  margin: 150px auto 0; }
  @media screen and (max-width: 749px) {
    .contactInner {
      padding: 0 15px;
      margin: 100px auto 0; } }
  .contactInner::before {
    content: "";
    display: block;
    height: 2px;
    max-width: 575px;
    background: #454E51;
    margin-bottom: 50px; }

.contact_title {
  width: 214px; }
  .contact_title.-request {
    width: 545px; }
  @media screen and (max-width: 749px) {
    .contact_title {
      width: 114px; } }
  .contact_title p {
    font-size: 4.2rem;
    font-weight: 700;
    color: #454e51; }
    @media screen and (max-width: 749px) {
      .contact_title p {
        font-size: 2.5rem;
        margin: 0 0 40px;
        padding: 0 25px; } }

.contact_copy {
  max-width: 864px;
  margin-top: 50px; }

.contact_attention {
  text-align: center;
  font-size: 2rem;
  margin-top: 130px; }
  @media screen and (max-width: 749px) {
    .contact_attention {
      margin-top: 70px;
      font-size: 1.6rem; } }

.contact .radio_check {
  display: flex;
  flex-wrap: wrap; }

.contact .radio_details {
  margin: 0 20px 10px 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.contact .radio_detail {
  height: 1px;
  width: 1px;
  opacity: 0; }
  .contact .radio_detail:checked + .outside .inside {
    animation: radio-select 0.1s linear;
    transform: scale(1, 1); }

@-webkit-keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  65% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  65% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.contact .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  left: 3px;
  top: 3px;
  transform: scale(0, 0); }

.contact .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  background: #f3f3f3;
  transform: translateY(-50%); }

.layout_form {
  max-width: 880px;
  margin: 100px auto; }
  .layout_form_section {
    margin-bottom: 35px; }
    @media screen and (min-width: 750px) {
      .layout_form_section {
        padding: 0 0 0 65px; } }
    @media screen and (max-width: 749px) {
      .layout_form_section {
        padding-top: 5px;
        margin-bottom: 50px; } }
    .layout_form_section::after {
      content: "任意";
      display: inline-block;
      background: #A8A8A8;
      color: #FFF;
      font-size: 1.2rem;
      line-height: 1;
      padding: 6px 13px; }
      @media screen and (min-width: 750px) {
        .layout_form_section::after {
          position: absolute;
          top: 50%;
          top: 17px;
          left: 0; } }
      @media screen and (max-width: 749px) {
        .layout_form_section::after {
          position: absolute;
          top: -20px;
          left: 0px;
          font-size: 1rem;
          padding: 3px 10px; } }
    .layout_form_section.-required::after {
      content: "必須";
      display: inline-block;
      background: #F2373B;
      color: #FFF; }
    .layout_form_section_head {
      font-size: 1rem;
      margin-bottom: 7px;
      line-height: 1; }
    .layout_form_section_body {
      display: flex; }
      @media screen and (max-width: 749px) {
        .layout_form_section_body {
          flex-wrap: wrap; } }
      @media screen and (max-width: 749px) {
        .layout_form_section_body {
          width: 100%; } }
      @media screen and (min-width: 750px) {
        .layout_form_section_body > *:nth-child(2n) {
          margin-left: 10px; } }
  .layout_form_btn {
    width: 190px;
    max-width: 500px;
    margin: 50px 0 0 auto;
    padding: 3px;
    display: block;
    background: #454E51;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer; }
    .layout_form_btn:disabled {
      opacity: 0.5;
      cursor: auto; }
  .layout_form_btn_recruit {
    width: 190px;
    max-width: 500px;
    margin: 50px 0 0 auto;
    padding: 3px;
    display: block;
    background: #454E51;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer; }
    .layout_form_btn_recruit:disabled {
      opacity: 0.5;
      cursor: auto; }

.layout_list {
  padding: 10px 0;
  border-bottom: 1px solid silver; }
  .layout_listScroll {
    max-height: 500px;
    overflow-y: scroll; }
  .layout_listWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .layout_list:first-child {
    border: none; }
  .layout_list_name {
    font-weight: 700;
    font-size: 1.4rem; }
  .layout_list_comment {
    white-space: pre-line; }

.about_image {
  height: 400px; }
  @media screen and (max-width: 749px) {
    .about_image {
      height: 200px; } }

.mission {
  font-size: 2.5rem;
  padding: 250px 0;
  background: #FFF;
  transition: background 0.8s, color 0.5s 1s;
  color: #454E51; }
  @media screen and (max-width: 749px) {
    .mission {
      padding: 100px 15px;
      font-size: 2.0rem; } }
  .mission.active {
    background: #00A67D;
    color: #FFF; }
  .missionInner {
    max-width: 1150px;
    margin: auto; }
  .mission_title {
    width: 285px; }
    @media screen and (max-width: 749px) {
      .mission_title {
        width: 185px; } }
  .mission_caption {
    max-width: 618px;
    margin: 100px auto; }
    @media screen and (max-width: 749px) {
      .mission_caption {
        width: 80%;
        margin: 50px auto; } }
  .mission_forWrap {
    margin-top: 150px; }
    @media screen and (min-width: 750px) {
      .mission_forWrap {
        display: flex;
        justify-content: space-around; } }
    @media screen and (max-width: 749px) {
      .mission_forWrap {
        margin-top: 50px; } }
  @media screen and (max-width: 749px) {
    .mission_for {
      margin-bottom: 30px; } }
  .mission_for_title {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center; }
  .mission_for_text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2; }

.vision {
  font-size: 2.5rem;
  padding: 250px 0;
  margin-top: 100px;
  background: #FFF;
  transition: background 0.8s, color 0.5s 1s;
  color: #454E51; }
  @media screen and (max-width: 749px) {
    .vision {
      padding: 100px 15px;
      font-size: 2.0rem; } }
  .vision.active {
    background: #FF8759;
    color: #FFF; }
  .visionInner {
    max-width: 1150px;
    margin: auto; }
  .vision_title {
    width: 285px; }
    @media screen and (max-width: 749px) {
      .vision_title {
        width: 185px; } }
  .vision_caption {
    max-width: 618px;
    margin: 100px auto; }
    @media screen and (max-width: 749px) {
      .vision_caption {
        width: 80%;
        margin: 50px auto; } }

.value {
  font-size: 2.5rem;
  padding: 250px 0;
  margin-top: 100px;
  background: #FFF;
  transition: background 0.8s, color 0.5s 1s;
  color: #454E51; }
  @media screen and (max-width: 749px) {
    .value {
      padding: 100px 15px;
      font-size: 2.0rem; } }
  .value.active {
    background: #008DCD;
    color: #FFF; }
  .valueInner {
    max-width: 1150px;
    margin: 0 auto 0; }
  .value_title {
    width: 254px; }
    @media screen and (max-width: 749px) {
      .value_title {
        width: 154px; } }
  .value_caption {
    max-width: 832px;
    margin: 100px auto; }
    @media screen and (max-width: 749px) {
      .value_caption {
        width: 80%;
        margin: 50px auto; } }

.profileInner {
  max-width: 1150px;
  margin: 300px auto 0; }
  @media screen and (max-width: 749px) {
    .profileInner {
      margin: 100px auto 0;
      padding: 0 15px; } }

.profile_title {
  width: 611px; }
  @media screen and (max-width: 749px) {
    .profile_title {
      width: 80%; } }

.profile_table {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #A8A8A8; }
  @media screen and (max-width: 749px) {
    .profile_table {
      padding: 30px 0; } }
  .profile_table:first-child {
    border-top: 1px solid #A8A8A8; }
  .profile_table_th {
    font-size: 2.5rem;
    font-weight: 700;
    width: 200px; }
    @media screen and (max-width: 749px) {
      .profile_table_th {
        font-size: 1.7rem;
        width: 100px; } }
  .profile_table_td {
    font-size: 2.0rem; }
    @media screen and (max-width: 749px) {
      .profile_table_td {
        font-size: 1.5rem;
        width: calc(100% - 100px); } }

.accessInner {
  max-width: 1150px;
  margin: 200px auto 0; }
  @media screen and (max-width: 749px) {
    .accessInner {
      padding: 0 15px;
      margin: 100px auto 0; } }

.access_title {
  width: 266px;
  margin-bottom: 70px; }
  @media screen and (max-width: 749px) {
    .access_title {
      width: 166px; } }

.midInner {
  max-width: 1150px;
  margin: auto;
  padding: 190px 0;
  line-height: 2.125; }
  @media screen and (max-width: 749px) {
    .midInner {
      padding: 100px 0; } }

.mid h3 {
  font-weight: 700;
  font-size: 3rem; }
  @media screen and (max-width: 749px) {
    .mid h3 {
      font-size: 2.6rem; } }

.mid_title {
  width: 508px; }
  @media screen and (max-width: 749px) {
    .mid_title {
      width: 308px;
      padding: 0 15px; } }

.mid_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .mid_caption {
      width: 90%; } }

.mid_table {
  display: flex; }
  @media screen and (max-width: 749px) {
    .mid_table {
      display: block; } }
  .mid_table_th {
    min-width: 200px;
    font-weight: 700; }
    @media screen and (max-width: 749px) {
      .mid_table_th {
        min-width: 0; } }

.partnerInner {
  max-width: 1000px;
  margin: auto;
  padding: 190px 0;
  line-height: 2.125; }
  @media screen and (max-width: 749px) {
    .partnerInner {
      padding: 100px 15px 0; } }

.partner h3 {
  font-weight: 700;
  font-size: 3.0rem; }

.partner_title {
  font-size: 4.0rem;
  font-weight: 700; }
  @media screen and (max-width: 749px) {
    .partner_title {
      font-size: 2.0rem; } }

.partner_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.partner_table {
  display: flex; }
  .partner_table_th {
    width: 200px;
    font-weight: 700; }

.solution {
  margin: 170px auto 0; }
  .solutionInner {
    max-width: 1150px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .solutionInner {
        padding: 0 25px; } }
    .solutionInner::before {
      content: "";
      display: block;
      height: 2px;
      max-width: 575px;
      background: #454E51;
      margin-bottom: 50px; }
  .solution_title {
    margin: 50px 0 0;
    font-size: 4.2rem;
    font-weight: 700; }
    @media screen and (max-width: 749px) {
      .solution_title {
        font-size: 2.5rem;
        margin: 50px 0 40px;
        padding: 0 25px; } }
  .solution_advantage_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 750px) {
      .solution_advantage_items::after {
        display: block;
        content: "";
        width: calc((100% - 70px) / 3); } }
  @media screen and (min-width: 750px) {
    .solution_advantage_item {
      width: calc((100% - 184px) / 3);
      margin-top: 50px; } }
  @media screen and (max-width: 749px) {
    .solution_advantage_item {
      width: 100%;
      margin-top: 40px; } }
  .solution_advantage_image {
    width: 100%; }
    .solution_advantage_image img {
      width: 100%; }
  .solution_advantage_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center; }
    @media screen and (min-width: 750px) {
      .solution_advantage_title {
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 749px) {
      .solution_advantage_title {
        font-size: 1.8rem;
        line-height: 1.5; } }
  .solution_advantage_text {
    margin: 15px 0 0; }
  .solution_copy {
    max-width: 864px;
    margin: 50px 0 0; }
  .solution_conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 750px) {
      .solution_conts::after {
        display: block;
        content: "";
        width: calc((100% - 70px) / 3); } }
    @media screen and (max-width: 749px) {
      .solution_conts {
        margin: 0 0 -50px; } }
  .solution_contWrap {
    max-width: 1150px;
    margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .solution_cont {
      width: calc((100% - 70px) / 3);
      margin-top: 50px; } }
  @media screen and (max-width: 749px) {
    .solution_cont {
      width: 100%; } }
  @media screen and (max-width: 749px) {
    .solution_contBody {
      padding: 25px 25px 50px; } }
  .solution_cont_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px; }
    @media screen and (max-width: 1150px) {
      .solution_cont_title {
        font-size: 2vw; } }
    @media screen and (max-width: 749px) {
      .solution_cont_title {
        font-size: 1.8rem;
        margin: 0 0 20px; } }
  .solution_cont_image {
    width: 100%;
    height: 400px; }
    .solution_cont_image img {
      object-position: center center;
      font-family: "object-fit: cover; object-position: center center;"; }
  .solution_cont_icon {
    display: flex;
    align-items: center;
    width: 118px;
    margin-top: 30px;
    margin-left: auto;
    display: none; }

.works_conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 750px) {
    .works_conts::after {
      display: block;
      content: "";
      width: calc((100% - 70px) / 3); } }
  @media screen and (max-width: 749px) {
    .works_conts {
      margin: 0 0 -50px; } }

.works_cont:visited {
  color: #454E51; }

.works_contWrap {
  max-width: 1150px;
  margin: 0 auto; }

@media screen and (min-width: 750px) {
  .works_cont {
    width: calc((100% - 110px) / 2);
    margin-top: 50px; } }

@media screen and (max-width: 749px) {
  .works_cont {
    width: 100%; } }

@media screen and (max-width: 749px) {
  .works_contBody {
    padding: 25px 25px 50px; } }

.works_cont_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 40px 0 10px; }
  @media screen and (max-width: 1150px) {
    .works_cont_title {
      font-size: 2vw; } }
  @media screen and (max-width: 749px) {
    .works_cont_title {
      font-size: 1.8rem;
      margin: 0 0 20px; } }

.works_cont_caption {
  font-weight: 700; }

.works_cont_image {
  width: 100%; }
  .works_cont_image img {
    width: 100%; }

#creatives .follow svg circle {
  fill: #1a23d8; }

#digitalcreatives .follow svg circle {
  fill: #da0b03; }

#solutiondevelopment .follow svg circle {
  fill: #65c0f3; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100% !important; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100% !important; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  display: flex;
  width: 100%;
  padding: 7px 10px;
  z-index: 1; }
  .header_asahi {
    width: 90px;
    display: block; }
    @media screen and (max-width: 749px) {
      .header_asahi {
        width: 60px; } }
  .header_credit {
    margin-left: auto;
    font-size: 1.2rem;
    text-align: right; }
    @media screen and (max-width: 749px) {
      .header_credit {
        font-size: 1.0rem; } }

.footer {
  margin-top: 90px;
  padding: 35px 0; }
  .footerInner {
    max-width: 1124px;
    border-top: 2px solid #454E51;
    padding: 48px 0;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .footerInner {
        padding: 70px 0 50px; } }
  .footer_menu {
    font-size: 1.5rem;
    color: #454E51; }
    .footer_menuWrap {
      font-weight: 500;
      column-width: 150px;
      z-index: 1;
      column-count: 2;
      line-height: 2.4;
      max-width: 350px; }
      @media screen and (max-width: 749px) {
        .footer_menuWrap {
          padding: 0 15px;
          column-width: 120px; } }
    @media screen and (max-width: 749px) {
      .footer_menu {
        font-size: 1.3rem; } }
  .footer_logo {
    display: block;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px; }
    @media screen and (max-width: 749px) {
      .footer_logo {
        right: 15px;
        top: 15px; } }
  .footer_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 60px;
    font-weight: 700;
    margin-top: 25px; }
    .footer_share_text {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    .footer_share_icon.-tw {
      width: 17px; }
    .footer_share_icon.-fb {
      width: 9px; }
  .footer_copy {
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .footer_copy {
        font-size: 1.0rem; } }
  .footer_scroll {
    width: 52px;
    position: absolute;
    left: -100px;
    top: 0;
    cursor: pointer; }

.section {
  height: 500px; }
  @media screen and (max-width: 749px) {
    .section {
      height: 200px; } }
  .section_color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    width: 0;
    transition: width 2s;
    opacity: 1; }
    .section_color.active {
      width: 100%; }
  .section_01 {
    width: 78%;
    background: #008DCD;
    height: 100%; }
  .section_02 {
    width: 10%;
    background: #FF8759;
    height: 100%; }
  .section_03 {
    width: 12%;
    background: #00A67D;
    height: 100%; }
  .section_title {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    mix-blend-mode: screen; }
    .section_title.-no2 {
      width: 1150px; }
      @media screen and (max-width: 749px) {
        .section_title.-no2 {
          width: 90%; } }
    @media screen and (max-width: 749px) {
      .section_title {
        width: 80%; } }
