﻿body {
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", arial,
    sans-serif !important;
  font-size: 15px !important;
  color: #333 !important;
  line-height: 1 !important;
  -webkit-text-size-adjust: 100%;
}
html > body {
  font-size: 15px;
}
input,
textarea {
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", arial,
    sans-serif !important;
}
html,
body,
div,
th,
td,
p,
a,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
li {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  zoom: 1;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.l-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 2;
}
.l-header .c-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header .logo {
  width: 96px;
  line-height: 0;
}
.l-header .c-container > .nav {
  display: flex;
  align-items: center;
}
.l-header .c-container > .nav li {
  margin-left: 40px;
}
.l-header .c-container > .nav li a {
  font-size: 13px;
}
.l-header .nav li a {
  color: #ed7700;
  font-weight: bold;
}
.l-header .nav li a:hover {
  color: #ed7700;
}
.l-header .sp-contents {
  display: none;
}
.l-header .sp-contents .sp-menu {
  display: none;
}
@media screen and (max-width: 830px) {
  .l-header .c-container > .nav li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    background: none;
  }
  .l-header .c-container > .nav {
    display: none;
  }
  .l-header .sp-contents {
    display: block;
    z-index: 3;
  }
  .l-header .sp-contents .menu-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .l-header .sp-contents .menu-btn img {
    width: 24px;
  }
  .l-header .sp-contents .sp-menu {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .l-header .sp-contents .sp-menu .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  .l-header .sp-contents .sp-menu .header .close-btn {
    margin-right: 12px;
    cursor: pointer;
  }
  .l-header .sp-contents .sp-menu .header .close-btn img {
    width: 20px;
  }
  .l-header .sp-contents .sp-menu .contents {
    padding: 80px 60px;
  }
  .l-header .sp-contents .sp-menu .contents .nav li {
    border-bottom: 1px solid #cacaca;
  }
  .l-header .sp-contents .sp-menu .contents .nav li a {
    display: block;
    padding: 24px 0;
    font-size: 16px;
  }
}
.l-footer {
  background: #181818;
  padding: 30px 0 20px;
}
.l-footer .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.l-footer .logo {
  width: 90px;
  line-height: 0;
}
.l-footer .text-column {
  font-size: 14px;
}
.l-footer .text-column .link {
  margin-bottom: 16px;
}
.l-footer .text-column .link a {
  color: #fff;
}
.l-footer .text-column .copyright {
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .l-footer {
    text-align: center;
  }
  .l-footer .c-container {
    display: block;
  }
  .l-footer .text-column {
    margin-bottom: 30px;
  }
  .l-footer .logo {
    margin: 0 auto;
  }
}
.c-container {
  width: 1000px;
  margin: 0 auto;
}
.c-gray-section {
  background: #fafafa;
}
.c-row-column {
  display: flex;
  justify-content: center;
}
.c-btn-column {
  align-items: center;
}
.c-btn-column .exp-column {
  flex: 1;
  padding-right: 50px;
}
.c-btn-column .btn {
  width: 38%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.js-anime {
  visibility: hidden;
}
.is-anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1080px) {
  .c-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-column {
    display: block;
  }
  .c-btn-column .exp-column {
    margin-bottom: 35px;
    padding-right: 0;
  }
  .c-btn-column .btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .c-container {
    padding: 0 20px;
  }
}
.c-btn-primary {
  display: block;
  padding: 0 20px;
  height: 70px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: url("../images/icn_arrow.png") no-repeat top 50% right 20px;
  background-size: 24px 6px;
  border: 2px solid #ed7700;
  color: #ed7700;
  line-height: 66px;
}
.c-btn-primary:hover {
  background: #ed7700 url("../images/icn_arrow-white.png") no-repeat top 50%
    right 20px;
  background-size: 24px 6px;
  color: #fff;
}
.c-btn-white {
  display: block;
  padding: 0 20px;
  height: 70px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff url("../images/icn_blank.png") no-repeat top 50% right 20px;
  background-size: 20px 17px;
  color: #333;
  line-height: 70px;
  font-size: 17px;
}
.c-btn-white:hover {
  background: #333 url("../images/icn_blank-white.png") no-repeat top 50% right
    20px;
  background-size: 20px 17px;
  color: #fff;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
.c-title {
  margin-bottom: 60px;
  text-align: center;
  color: #ed7700;
  font-size: 13px;
  letter-spacing: 1px;
}
.c-title .en {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 auto 6px;
  font-size: 43px;
  color: #333;
  letter-spacing: 3px;
}
.p-intro-section {
  padding-top: 110px;
}
.p-intro-section .container {
  width: 1340px;
  margin: 0 auto;
  background: url("./1666123_m.jpg") no-repeat top 0 right 0;
  background-size: auto 100%;
  padding: 130px 0 150px 170px;
}
.p-intro-section .catch {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 5px;
}
.p-intro-section .catch .color {
  color: #ed7700;
}
.p-intro-section .lead {
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 1420px) {
  .p-intro-section .container {
    width: 1200px;
    padding: 130px 0 150px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-intro-section .container {
    width: 1000px;
    padding: 130px 0 150px;
  }
}
@media screen and (max-width: 1080px) {
  .p-intro-section .container {
    background-size: 380px 405px;
    width: 100%;
    padding: 90px 40px 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro-section {
    padding-top: 0;
  }
  .p-intro-section .container {
    background: url(../images/bg_intro-sp.png) no-repeat top 0 right 0;
    background-size: 230px 291px;
    padding: 130px 40px 80px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro-section .container {
    padding: 130px 20px 80px;
  }
  .p-intro-section .catch {
    font-size: 39px;
    line-height: 1.3;
    letter-spacing: 2px;
  }
}
.p-service-section {
  padding: 90px 0 0;
}
.p-service-section .container {
  width: 1400px;
  margin: 0 auto;
}
.p-service-section .c-row-column {
  margin-top: -200px;
  background: url("../images/img_service.png") no-repeat 0% 0%;
  background-size: 1010px 820px;
}
.p-service-section .c-row-column .img-column {
  width: 1010px;
  height: 820px;
  padding: 220px 50px 0 220px;
}
.p-service-section .c-row-column .exp-column {
  flex: 1;
  padding: 200px 200px 0 60px;
}
.p-service-section .c-row-column .exp-column .tag {
  margin-bottom: 30px;
  display: inline-block;
  background: #ed7700;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.p-service-section .c-row-column .exp-column .column-title {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
}
.p-service-section .c-row-column .exp-column .text {
  margin-bottom: 60px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-service-section .c-row-column .exp-column .c-btn-primary {
  height: 50px;
  line-height: 46px;
}
@media screen and (max-width: 1400px) {
  .p-service-section .container {
    width: 100%;
  }
  .p-service-section .c-row-column {
    padding: 0 40px;
    background-position: top 0 left -100px;
  }
  .p-service-section .c-row-column .img-column {
    width: 670px;
    padding: 220px 20px 0 80px;
  }
  .p-service-section .c-row-column .exp-column {
    padding: 220px 0 0 60px;
  }
}
@media screen and (max-width: 1120px) {
  .p-service-section .c-row-column {
    margin-top: -160px;
    background-size: 757px 615px;
  }
  .p-service-section .c-row-column .img-column {
    width: 480px;
    height: 600px;
    padding: 170px 30px 0 30px;
  }
  .p-service-section .c-row-column .exp-column {
    padding: 150px 0 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-service-section {
    padding: 80px 0;
  }
  .p-service-section .c-row-column {
    display: block;
    background-position: top 0 left 50%;
  }
  .p-service-section .c-row-column .img-column {
    margin: 0 auto;
  }
  .p-service-section .c-row-column .exp-column {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-service-section .c-row-column {
    margin-top: -110px;
    background-size: 505px 410px;
    padding: 0 20px;
  }
  .p-service-section .c-row-column .img-column {
    width: 305px;
    height: 400px;
    padding: 115px 15px 0 15px;
  }
  .p-service-section .c-row-column .exp-column .tag {
    margin-bottom: 15px;
  }
  .p-service-section .c-row-column .exp-column .text {
    margin-bottom: 30px;
  }
}
.p-news-section {
  padding: 90px 0;
}
.p-news-section .c-container {
  display: flex;
}
.p-news-section .c-title {
  flex: 1;
  padding-right: 110px;
  text-align: left;
}
.p-news-section .news-list {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
}
.p-news-section .news-list dt,
.p-news-section .news-list dd {
  margin-bottom: 30px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.p-news-section .news-list dt:last-of-type,
.p-news-section .news-list dd:last-of-type {
  margin-bottom: 0;
}
.p-news-section .news-list dt {
  width: 15%;
  color: #838383;
}
.p-news-section .news-list dd {
  width: 85%;
  font-weight: bold;
}
.p-news-section .news-list dd a {
  color: #333;
}
@media screen and (max-width: 1040px) {
  .p-news-section .c-title {
    padding-right: 60px;
  }
  .p-news-section .news-list dt {
    width: 20%;
  }
  .p-news-section .news-list dd {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-news-section .c-container {
    display: block;
  }
  .p-news-section .c-container .c-title {
    padding: 0;
    text-align: center;
  }
  .p-news-section .c-container .news-list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-news-section {
    padding: 80px 0;
  }
  .p-news-section .news-list dt {
    width: 35%;
  }
  .p-news-section .news-list dd {
    width: 65%;
  }
}
.p-member-section {
  padding: 90px 0 100px;
}
.p-member-section .c-row-column {
  margin: 0 -30px;
}
.p-member-section .c-row-column .column-wrap {
  width: 50%;
  padding: 0 30px;
}
.p-member-section .c-row-column .column-wrap .column {
  background: #fff;
  padding: 40px;
}
.p-member-section .c-row-column .column-wrap .column .img-area {
  position: relative;
  margin-bottom: 15px;
}
.p-member-section .c-row-column .column-wrap .column .img-area .profile {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 60px;
}
.p-member-section .c-row-column .column-wrap .column .img-area .profile dt {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-member-section .c-row-column .column-wrap .column .img-area .profile dd {
  color: #e7152d;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}
.p-member-section .c-row-column .column-wrap .column .text {
  line-height: 1.7;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .p-member-section .c-row-column {
    margin: 0 -20px;
  }
  .p-member-section .c-row-column .column-wrap {
    padding: 0 20px;
  }
  .p-member-section .c-row-column .column-wrap .column .img-area .profile {
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-member-section .c-row-column {
    display: block;
    margin: 0;
  }
  .p-member-section .c-row-column .column-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .p-member-section .c-row-column .column-wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-member-section {
    padding: 80px 0;
  }
  .p-member-section .c-row-column .column-wrap .column {
    padding: 20px;
  }
  .p-member-section .c-row-column .column-wrap .column .img-area .profile dt {
    font-size: 20px;
  }
}
.p-company-section {
  padding: 90px 0 120px;
}
.p-company-section .info-table {
  flex: 1;
}
.p-company-section .info-table th,
.p-company-section .info-table td {
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-company-section .info-table th {
  width: 40%;
  font-weight: normal;
  color: #838383;
}
.p-company-section .info-table td {
  font-weight: bold;
}
.p-company-section .map {
  width: 57%;
  padding-left: 50px;
}
.p-company-section .map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.p-company-section .sub-title {
  background: #f4f4f4;
  margin: 80px 0 40px;
  padding: 8px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-company-section .partner-column .column {
  width: 50%;
  text-align: center;
}
.p-company-section .partner-column .column .text {
  margin-top: 30px;
}
@media screen and (max-width: 940px) {
  .p-company-section .map {
    width: 45%;
    padding-left: 30px;
  }
  .p-company-section .map iframe {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-section .c-row-column {
    display: block;
  }
  .p-company-section .info-table {
    margin-bottom: 30px;
  }
  .p-company-section .map {
    width: 100%;
    padding-left: 0;
  }
  .p-company-section .map iframe {
    height: 410px;
  }
  .p-company-section .sub-title {
    margin-top: 60px;
    font-size: 20px;
  }
  .p-company-section .partner-column .column {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-company-section .partner-column .column:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company-section {
    padding: 80px 0 90px;
  }
  .p-company-section .map {
    margin: 0 -20px;
    width: auto;
  }
}
.p-recruit-section {
  padding: 90px 0;
}
.p-recruit-section .c-btn-column {
  background: #ed7700;
  padding: 50px;
}
.p-recruit-section .c-btn-column .exp-column .column-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.p-recruit-section .c-btn-column .exp-column .text {
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-recruit-section .c-btn-column {
    background-size: 274px 261px;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit-section {
    padding: 80px 0;
  }
  .p-recruit-section .c-btn-column {
    background-size: 100% 320px;
    padding: 40px 20px;
  }
  .p-recruit-section .c-btn-column .exp-column .column-title {
    margin-bottom: 15px;
  }
}
.p-contact-section {
  padding: 90px 0 100px;
}
.p-contact-section .c-btn-column {
  background: #fafafa;
  padding: 45px 50px;
}
.p-contact-section .c-btn-column .exp-column .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .p-contact-section {
    padding: 80px 0;
  }
  .p-contact-section .c-btn-column {
    padding: 40px 20px;
  }
}
