

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Jost", "Noto Sans JP", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* font */
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.5;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.5; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.5;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.5; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 60px; }
  h2 { font-size: 2.8rem; font-weight: 500;}
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
  transition: all .3s;
}
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

  img{
    vertical-align:top;
    max-width: 100%;
    height: auto;
  }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* edir */
.inner {
  width: 1000px;
  margin: 40px auto;
  position: relative;
}
.wires-wrap {
  margin-top: 4em;
}
.wire-wrap {
  width: 100%;
}
.left-wire {
  float: left;
}
.right-wire {
  float: right;
}


/* menu */
header {
  position: fixed;
  z-index: 10;
}
header .inner {
  margin: 16px auto;
}
h1 {
  margin-bottom: 0;
  font-weight: 700;
}
#btn {
  display: none;
}
nav {
  display: flex;
  justify-content: left;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 28px;
  margin-right: 40px;
}
nav a {
  color: #272727;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all .3s;
}
nav a:hover,
nav a.current {
  color: #163CC4;
  border-bottom: 1px solid #163CC4;
}

@media screen and (max-width: 900px) {
  header .inner {
    margin: 0 auto;
  }
  h1 {
    font-size: 3.0rem!important;
    text-align: center;
  }
  #bg-wrap {
    display: flex;
  }
  #btn {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
  }
  #btn span {
    display: block;
    background-color: #333;
    width: 28px;
    height: 2px;
    transition: all 0.5s ease;
  }
  #btn.on span {
    background-color: #fff;
  }
  #btn.on span:nth-of-type(1) {
    transform: translateY(11px) rotate(45deg);
  }
  #btn.on span:nth-of-type(2) {
    transform: scale(0);
  }
  #btn.on span:nth-of-type(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  nav {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    transition: all 0.5s ease;
    top: -500px;
    width: 100%;
    margin: 0;
    background-color: #163CC4;
  }
  nav.on {
    top: 0;
  }
  nav a {
    margin: 15px auto;
    color: #fff;
    font-size: 16px;
  }
  nav a.current {
    color:#fff;
    border-color: #fff;
  }
}


/* hero */

.flex-container {
  display: flex;
  align-items: center;
  text-align: center;
  height: 800px;
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.flex-container h2 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px; 
}
.flex-container h2 br {
  /*display: none;*/
}
.flex-container h2 span {
  font-size: 16px;
  display: block;
  letter-spacing: 2px;
  margin-top: 20px;
  line-height: 1.6;
}

/* btn */
.btn-more {
  display: block;
  border: solid 1px #163CC4;
  width: 200px;
  margin: 40px auto;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  color: #163CC4;
}
.btn-more:hover {
  letter-spacing: 0.3em;
  transition:0.5s all;
  color: #fff;
  background-color: #163CC4;
}
.recruit-area .btn-more {
  border: solid 1px #fff;
  margin: 40px 0;
  color: #fff;
}
.recruit-area .btn-more:hover {
  letter-spacing: 0.3em;
  transition:0.5s all;
  color: #163CC4;
  background-color: #fff;
}
.contact-area .btn-more {
  margin: 40px 0;
}


/* recruit */
.recruit-area {
  background: url(../images/flag.png) no-repeat bottom right;
  background-color: #163CC4;
  padding: 40px 0;
  color: #fff;
}
.recruit-area h3 {
  font-size: 32px;
}
.recruit-area p {
  max-width: 500px;
  line-height: 2;
  font-size: 16px;
}
/* contact */
.contact-area {
  padding: 40px 0;
}
.contact-area h3 {
  font-size: 32px;
}
.contact-area p {
  max-width: 500px;
  line-height: 2;
  font-size: 16px;
}


/* footer */
footer {
  background-color: #F9F9F9;
  padding: 80px 0;
}
.sig {
  float: left;
  max-width: 400px;
}
.footer-list {
  float: left;
  max-width: 600px;
  margin-left: 80px;
  /* width: 100%; */
}
.footer-list ul {
  list-style-type: none;
  width: 100%;
}
.footer-list li {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.footer-list a {
  color: #163CC4;
  font-size: 20px;
  text-decoration: none;
}
.footer-list a:hover,
.footer-list a.current {
  color:#0FA0CE;
}
.footer-list a span {
  font-size: 12px;
  color: #222;
  display: inline-block;
  margin-left: 20px;
}
.magicss p {
  font-size: 12px;
}
address {
  font-style: normal;
  width: 50%;
  float: right;
  text-align: right;
}
.notice-wire {
  padding-top: 40px;
  margin-left: 40px;
  width: 100%;
}
.notice {
  width: 50%;
  float: left;
  list-style-type: none;
}
.notice li {
  display: inline-block;
  margin-right: 20px;
}
.notice li a {
  text-decoration: none;
  color: #163CC4;
  font-size: 12px;
}
/* service */
.service-area {
  margin-bottom: 200px;
}
.service-area .left-wire,
.point-area .left-wire {
  width: 50%;
}
.service-area .right-wire,
.point-area .right-wire {
  width: 50%;
  margin: 0 auto;
}
.service-area .right-wire img,
.point-area .right-wire img {
  margin: 0 auto;
  display: block;
  width: auto;
}
.service-area h3 {
  font-size: 80px;
  font-weight: 700;
}
.service-area h3 img {
  width: 200px;
}
.service-area h4,
.point-area h4 {
  font-size: 24px;
  font-weight: 500;
}
.service-area p,
.point-area p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.service-area h3 span {
  font-size: 14px;
  font-weight: 500;
}
.service-area .btn-more {
  margin: 40px 0;
}

.service-area.service-2 {
}
.service-area.service-2 .left-wire {
  width: 47%;
  text-align: center;
}
.service-area.service-2 .right-wire {
  width: 47%;
  text-align: center;
}
.service-area.service-2 img {
  display: block;
  margin: 0 auto 20px;
}
.service-area.service-2 .btn-more {
  margin: 40px auto;
}

.works-area {
  position: relative;
}
.works-area h3,
.news-area h3 {
  font-size: 80px;
  font-weight: 700;
}
.works-area p,
.news-area p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.works-area ul,
.news-area ul {
  list-style-type: none;
}
.works-area li {
  display: inline-block;
  width: 46.7%;
  margin-bottom: 40px;
}
.works-area .btn-more,
.news-area .btn-more {
  position: absolute;
  top: 0px;
  right: 0;
}
.works-area li:nth-child(odd){
  margin-right: 6%;
}
.works-area li img {
  display: block;
  width: 100%;
  height: 300px;
}
.works-area li p {
  margin: 20px 0;
}
.works-area li a {
  color: #163CC4;
  text-decoration: none;
}
.news-area p {
  margin-bottom: 40px;
}
.news-area dl {
  border-bottom: #163CC4 solid 1px;
  padding: 20px 0;
  margin: 0;
  width: 100%;
  display: flex;
  gap: 48px;
}
.news-area dd {
  font-size: 16px;
}
.news-area a {
  text-decoration: none;
  color: #163CC4;
}
.news-area a:hover {
  color: #287ddd;
}
.news-area,
.slide-area {
  margin-bottom: 200px;
}
.slide-area h3 {
  text-align: center;
  margin-bottom: 40px;
}
.swiper--wrapper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  color: #ffffff;
  max-width: 230px;
  margin-right: 40px;
  height: 100%;
  text-align: left;
}
.swiper-slide img {
  width: 230px;
  height: 167px;
  margin-bottom: 20px;
}
.swiper-slide a {
  text-decoration: none;
  color: #163CC4;
}
.swiper-slide span {
  display: block;
  margin-bottom: 12px;
}
.slide-1st {
  margin-left: 200px;
}

/* light */
#bg-wrap {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0.2;
}

.mb-60 {
  margin-bottom: 60px;
}

/* Service */
.service-first {
  margin-top: 200px;
}

.flex-container.second-p {
  margin: 0;
  padding: 0;
  height: 200px;
}
.dammy-200 {
  width: 200px;
  height: 200px;
}
h4.caps {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}
.point-area {
  margin-bottom: 200px;
}

/**/
.teams-area {
  margin: 80px auto;
}
.teams-area ul {
  list-style-type: none;
}
.teams-area li {
  float: left;
  width: 30%;
  margin-left: 3%;
}
.teams-area li img {
  width: 100%;
  margin-bottom: 20px;
}
.teams-area li span {
  margin-bottom: 20px;
  display: block;
}
.teams-area li h4 {
  margin-bottom: 10px;
  display: block;
}
.teams-area li p {
  line-height: 2;
}
.profile-area {
  margin-bottom: 200px;
}
.profile-area .u-cf {
  width: 100%;
}
.profile-area dl {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;  
}
.profile-area dt {
  font-size: 12px;
}
.profile-area dd {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}


.t-3 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 8px;
  margin-bottom: 40px;
}
.t-2 h1,
.t-2 h3{
  text-align: center;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 8px;
}

.mission-area {
  margin: 200px auto;
  text-align: center;
}
.recruit-area-2 {
  margin: 200px auto;
}
.mission-area span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;

}
.mission-area h4 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
.mission-area p {
  font-size: 20px;
  font-weight: 700;
}
.recruit-image {
  margin: 0 auto;
  max-width: 1400px;

}
.recruit-image img {
  width: 100%;
  max-height: 400px;
  margin: 160px 0;
}
.service-area {
  /*margin: 200px auto;*/
}
.checklist {
  margin-top: 40px;
  list-style-type: none;
}
.checklist li {
  background: url(../images/news/check.png) no-repeat;
  padding-left: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
.recruit-area-2 h3 {
  font-weight: 700;
  font-size: 40px;
}
#recruit .swiper-slide {
color: #000;
}
.news-date {
  float: left;
  width: 200px;
}
.btn-more.back {
  position: inherit;
  width:100%;
}
.news-detail {
  float: left;
  width: 700px;
  position: relative;
}
.news-detail h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
}
.news-detail img {
  width: 100%;
  margin-bottom: 40px;
}

#recruit .btn-more-entry {
  display: block;
  border: solid 1px #163CC4;
  width: 400px;
  margin: 40px auto;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
  font-size: 32px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  color: #163CC4;
  margin-bottom: 200px;
}
#recruit .btn-more-entry:hover {
  letter-spacing: 0.3em;
  transition: 0.5s all;
  color: #fff;
  background-color: #163CC4;
}
h3.works-caption {
  font-size: 32px;
}
.works-area img.first-image {
  width: 100%;
  display: block;
  height: 400px;
  margin-bottom: 40px;
}

.cast {
  margin: 80px 0;
}

.cast dt {
  float: left;
  max-width: 180px;  
}
.cast dt img {
  width: 100%;
}
.cast dd {
  float: left;
  max-width: 700px;  
}
.cast .name {
  font-size: 24px;
  font-weight: 700;
}
.cast .sub {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cast p {
  font-size: 16px;
}
.contents-wire img {
  width: 100%;
  margin-bottom: 40px;
}
.contents-wire h4 {
  font-weight: 500;
  margin-bottom: 80px;
  line-height: 1.6;
}
.contents-wire dl {
  margin-bottom: 40px;
}
.contents-wire dt {
  width: 60px;
  float: left;
  padding-right: 40px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.contents-wire dd {
  max-width: 880px;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (max-width: 900px) {
  img#logo {
    width:200px;
  }
  .logo-wrap {
    margin: 0;
  }
  .inner {
    width: 100%;
  }
  .flex-container.second-p {
    height: 120px;
  }
  .flex-container h2 {
    font-size: 18px;
  }
  .flex-container h2 br {
    display: block;
  }
  .sig {
    float: initial;
  }
  .footer-list {
    margin: 20px;
    float: inherit;
    overflow: hidden; -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  address, .notice, footer  {
    float: initial;
    width: 100%;
    text-align: left;
  }
  section {
    width: 100%;
  }
  footer {
    padding: 40px 0 80px;
  }
  .notice-wire {
    padding-top: 20px;
    margin-left: 20px;
    width: auto;
  }
  .notice {
    margin-bottom: 40px;
  }
  .recruit-area {
    background-size: 80%;
    padding: 40px 20px 200px;
    width: auto;
  }
  .recruit-area h3, .contact-area h3 {
    font-size: 24px;
  }
  .recruit-area p, .contact-area p {
    max-width: inherit;
    line-height: 2;
    font-size: 14px;
  }
  .page-title, .contact-area, .service-area, .point-area, .works-area, .news-area, .mission-area  {
    padding: 40px 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
  section {
    width: auto;
  }
  .left-wire, .right-wire {
    float: initial;
  }
  .news-area dl {
    display: block;
  }
  .news-area dl dd {
    margin: 0;
  }
  .service-area .left-wire,
  .service-area .right-wire,
  .service-area.service-2 .left-wire,
  .service-area.service-2 .right-wire {
    width: auto;
  }
  .service-area.service-2 .left-wire {
    margin-bottom: 80px;
  }
  .service-area p {
    text-align: left;
  }
  .service-area span {
    display: block;
  }
  .service-area .right-wire img {
    margin: 0 auto;
    display: block;

  }
  .service-area.service-2 .right-wire img {
    width: auto;
  }
  .service-area h3,.works-area h3, .news-area h3 {
    font-size: 36px;
  }
  .works-area {
    text-align: left;
  }
  .works-area .btn-more, .news-area .btn-more {
    position: inherit;
    margin-top: 0;
  }
  .works-area ul {
    margin-bottom: 0;
  }
  .works-area li {
    width: 100%;
  }
  .works-area li:nth-child(odd) {
    margin: 0;
  }
  .news-area dt, .news-area dd {
    float: initial;
    width: 100%;
  }
  .slide-1st {
    margin-left: 40px;
  }
  .t-2 h3 {
    font-size: 40px;
  }
  .t-3 {
    font-size: 20px;
  }
  .teams-area li {
    float: none;
    width: auto;
    margin: 0 20px 48px;
  }
  .teams-area li img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .mission-area p {
    margin: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 2;
  }
  .mission-area h4 {
    margin: 20px;
    font-size: 21px;
  }
  .profile-area dl {
    float: none;
    width: auto;
    margin: 20px;
  }
  .profile-area dd {
    font-size: 16px;
  }
  .service-area .left-wire, .point-area .left-wire,
  .service-area .right-wire, .point-area .right-wire
   {
    width: auto;
    margin: 20px;
    float: none;
  }
  .service-area h2,
  .point-area h2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .service-area h4, .point-area h4 {
    font-size: 24px;
  }
  .service-area.prd h4 {
    font-size: 20px;
  }
  .point-area h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px;
  }
  .service-area.service-2 .left-wire {
    width: auto;
  }

.cast dt {
  float: inherit;
  max-width: 100%;  
}
.cast dd {
  float: inherit;
  max-width: 100%; 
  margin: 20px 0 0 0;
}
.cast .sub {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news-detail {
  float: inherit;
  width: 100%;
}
.btn-more.back {
  width: 80%;
}
.news-date {
  float: inherit;
  width: 100%;
}
.news-detail h2 {
  font-size: 24px;
}
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
