@charset "utf-8";
/* CSS Document */
.slider {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.slider img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-mainV-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-top-mainV {
  height: 100vh;
  width: 100%;
}
/*-----------スクロールダウン*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 0px;
  /*全体の高さ*/
  height: 50px;
  z-index: 2;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  width: 4em;
  text-align: center;
  /*描画位置*/
  position: absolute;
  left: -2em;
  top: -15px;
  /*テキストの形状*/
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.04px;
  font-family: 'Didact Gothic', sans-serif;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.p-top-mainV-txt {
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width:768px) {
  .p-top-mainV-txt {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 22px;
    color: #fff;
    margin-top: 33px;
  }
  .p-top-mainV-logo-wrap {
    width: 198px;
  }
}
.l-txt-gold {
  color: #AC7815;
}
.l-txt-min {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
/*トップ-----------------*/
.c-top-sec01-content {
  width: 100%;
  max-width: 856px;
  padding: 120px 18px 148px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-top-sec01-title {
  font-size: 48px;
  letter-spacing: 5.76px;
  color: #fff;
  text-align: center;
  padding: 0px 0 86px;
}
.c-top-sec01-title span {
  position: relative;
  padding: 30px 80px;
  display: inline-block;
}
.c-top-sec01-title span:before {
  content: "";
  position: absolute;
  background: url("../img/top/dot-frame-left.svg")no-repeat;
  width: 80px;
  height: 80px;
  top: -4px;
  left: 0px;
}
.c-top-sec01-title span:after {
  content: "";
  position: absolute;
  background: url("../img/top/dot-frame-right.svg")no-repeat;
  width: 80px;
  height: 80px;
  bottom: -6px;
  right: 0px;
}
@media screen and (max-width:768px) {
  .c-top-sec01-content {
    width: 350px;
    max-width: 100%;
    padding: 60px 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-top-sec01-title {
    font-size: 30px;
    letter-spacing: 3.6px;
    padding: 0px 0 52px;
  }
  .c-top-sec01-title span {
    position: relative;
    padding: 18px 46px;
    display: inline-block;
  }
  .c-top-sec01-title span:before {
    width: 46px;
    height: 46px;
    top: 5px;
    left: 0px;
    background-size: contain;
  }
  .c-top-sec01-title span:after {
    width: 46px;
    height: 46px;
    bottom: 5px;
    right: 0px;
    background-size: contain;
  }
}
.c-top-sec01-txt-p {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2.08px;
}
.c-top-sec01-span {
  padding-bottom: 16px;
  display: block;
  color: #fff;
  padding-left: 9px;
}
.c-top-sec01-span-01 {
  display: block;
  color: #fff;
  padding-left: 65px;
}
.c-top-sec01-txt-02 {
  position: relative;
}
.c-top-sec01-span-02 {
  position: absolute;
  top: 47px;
  right: -8px;
  display: block;
  color: #fff;
  padding-left: 66px;
}
.c-top-sec01-txt {
  padding-bottom: 60px;
}
.c-top-sec01-txt-01 {
  padding: 0 0 60px 120px;
}
.c-top-sec01-txt-02 {
  padding-left: 260px;
}
@media screen and (max-width:768px) {
  .c-top-sec01-txt-p {
    font-size: 17px;
    letter-spacing: 1.76px;
  }
  .c-top-sec01-span {
    padding-bottom: 18px;
  }
  .c-top-sec01-span-01 {
    padding-left: 9px;
  }
  .c-top-sec01-txt {
    padding-bottom: 39px;
  }
  .c-top-sec01-txt-01 {
    padding: 0 0 39px 0px;
  }
  .c-top-sec01-txt-02 {
    padding-left: 0px;
  }
  .c-top-sec01-span-02 {
    position: absolute;
    top: 40px;
    right: auto;
    left: 0px;
    display: block;
    color: #fff;
    padding-left: 9px;
  }
}
/*トップ　インタビュー一覧-----*/
.c-top-sec01-link-01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.c-top-sec01-link-02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.c-top-sec01-link-img {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.c-top-sec01-link-img img {
  object-fit: cover;
  width: 100%;
  transition: 2s cubic-bezier(.165, .84, .44, 1);
}
.img-zoom img {
  transform: scale(1.05);
  transition: 1s all;
}
.c-top-sec01-link-img a:hover img {
  transform: scale(1.05);
  transition: 1s all;
}
.c-top-sec01-link-txt a {
  width: 520px;
  height: 300px;
  background: #000;
  margin-top: 144px;
  display: block;
  padding: 37px 30px 0px 40px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
.c-top-sec01-link-txt a::after {
  content: "";
  width: 44px;
  height: 44px;
  background-color: #4B4949;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-top-sec01-link-txt a:hover::after {
  background-color: #AC7815;
}
.c-top-sec01-link-txt .btn-color::after {
  background-color: #AC7815;
}
.c-top-sec01-link-txt a h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 36px;
  font-weight: 400;
}
.c-top-sec01-link-info, .c-top-sec01-link-company {
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 28px;
}
.c-top-sec01-infobox {
  position: absolute;
  bottom: 37px;
  left: 40px;
  padding-right: 40px;
}
.top-btn {
  padding-top: 2px;
}
@media screen and (max-width:768px) {
  .c-top-sec01-link-01, .c-top-sec01-link-02 {
    display: block;
    margin-bottom: 60px;
  }
  .c-top-sec01-link-img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .c-top-sec01-link-txt a {
    width: 100%;
    height: auto;
    padding: 27px 10px 27px 9px;
    margin-top: 0;
  }
  .c-top-sec01-infobox {
    position: static;
    bottom: 0px;
    left: 0px;
    padding: 25px 0 0 0;
  }
  .c-top-sec01-link-txt a h3 {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 27px;
  }
  .c-top-sec01-link-info, .c-top-sec01-link-company {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  .c-top-sec01-link-txt a::after {
    width: 30px;
    height: 30px;
    background-image: url("../img/common/arrow-sp.svg");
  }
}
.c-top-sec01-link-info {
  display: flex;
}
.c-top-sec01-link-txt a .c-top-sec01-link-info, .c-top-sec01-link-txt a .c-top-sec01-link-company {
  color: #898783;
}
.c-top-sec01-link-info li:first-child {
  padding-right: 13px;
  position: relative;
}
.c-top-sec01-link-info li:first-child::after {
  content: "";
  background: #898783;
  position: absolute;
  right: 7px;
  top: 7px;
  height: 15px;
  width: 1px;
}
.l-btn {
  display: inline-block;
}
.l-btn-wrap-center {
  text-align: center;
}
.l-btn-wrap-right {
  text-align: right;
}
.l-btn a span {
  padding: 13px 16px 15px;
  display: block;
}
.l-btn a {
  color: #ccc;
  font-size: 16px;
  background: #4B4949;
  font-weight: 400;
  letter-spacing: 1.28px;
  display: block;
  padding-right: 35px;
  position: relative;
  transition: 0.5s;
}
.l-btn a::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow.svg)no-repeat;
  width: 24px;
  height: 16px;
  right: 14px;
  top: 15px;
  background-size: contain;
}
.l-btn a:hover {
  background: #AC7815;
}
@media screen and (max-width:768px) {
  .l-btn a span {
    padding: 11px 16px 12px;
    display: block;
  }
  .l-btn a {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-right: 35px;
  }
  .l-btn a::after {
    position: absolute;
    content: "";
    background: url(../img/common/arrow.svg)no-repeat;
    width: 22px;
    height: 15px;
    right: 14px;
    top: 13px;
    background-size: contain;
  }
}
.c-top-sec02-content {
  width: 100%;
  max-width: 836px;
  padding: 108px 18px 120px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-top-sec02-h2 {
  color: #898783;
  font-size: 48px;
  letter-spacing: 5.76px;
  margin-bottom: 55px;
}
@media screen and (max-width:768px) {
  .c-top-sec02-content {
    padding: 60px 18px;
    /* 白い余白消すため */
    margin-top: -1px;
  }
  .c-top-sec02-h2 {
    font-size: 30px;
    letter-spacing: 3.6px;
    margin-bottom: 20px;
  }
}
.c-top-sec02-ul li a {
  padding-bottom: 28px;
  margin-bottom: 23px;
  border-bottom: 1px solid #4B4949;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.6px;
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
}
.c-top-sec02-ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 0px;
  top: 11px;
  transform: rotate(45deg);
  transition: 0.5s;
}
.c-top-sec02-ul li a:hover:after {
  border-top: solid 1px #AC7815;
  border-right: solid 1px #AC7815;
}
.c-top-sec02-ul li a:hover {
  color: #AC7815;
}
.c-top-sec02-span-time {
  margin-right: 30px;
}
.c-top-sec02-ul li:last-child a {
  border-bottom: none;
}
.c-top-sec02-ul {
  padding-bottom: 23px;
}
@media screen and (max-width:768px) {
  .c-top-sec02-ul li a {
    padding-bottom: 18px;
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.52px;
    display: block;
    padding-right: 17px;
  }
  .c-top-sec02-span-time {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
  .c-top-sec02-span-title {
    display: block;
  }
  .c-top-sec02-ul li a:after {
    top: 36px;
  }
  .c-top-sec02-ul {
    padding-bottom: 25px;
  }
}
/*--下層共通----------------------------------------*/
.p-lower-header {
  height: 456px;
  width: 100%;
  position: relative;
}
.c-loser-title-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.c-lower-title-h1 {
  font-size: 64px;
  letter-spacing: 7.68px;
  font-weight: 400;
  color: #fff;
}
.c-lower-title-sub {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.44px;
  color: #fff;
	margin-bottom: 10px;
}
.l-tintgrey {
  background: #FCFCFC;
}
@media screen and (max-width:768px) {
  .c-lower-title-h1 {
    font-size: 40px;
    letter-spacing: 4.8px;
  }
  .c-lower-title-sub {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .p-lower-header {
    height: 342px;
  }
}
/*--interview一覧----------------------------------------*/
.p-lower-header.p-interview {
  background: url("../img/interview/header.jpg")no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:768px) {
  .p-lower-header.p-interview {
    background: url("../img/interview/header-sp.jpg")no-repeat;
    background-size: cover;
  }
}
.p-search {
  display: flex;
  justify-content: center;
  padding: 118px 0 120px;
  align-items: center;
}
.c-search-title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #222;
}
.c-search-input {
  width: 400px;
  height: 48px;
  margin: 0 16px 0 14px;
}
.c-search-input input {
  width: 100%;
  height: 100%;
  border: 1px solid #4b4949;
  padding: 12px 22px;
  box-sizing: border-box;
	border-radius: 0px;
	  -webkit-appearance: none;
  appearance: none;
	background: #fff;
}
.c-search-input input:focus {
  outline: none;
}
.c-search-btn input {
  background: #4B4949;
  color: #fff;
  font-family: 'Didact Gothic', sans-serif;
  cursor: pointer;
  border: none;
  letter-spacing: 3.2px;
  font-size: 20px;
  padding: 12px 50px 13px 16px;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-search-btn {
  position: relative;
}
.c-search-btn::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow.svg)no-repeat;
  width: 24px;
  height: 16px;
  right: 10px;
  top: 15px;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .p-search {
    display: block;
    padding: 55px 18px 60px;
  }
  .c-search-title {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .c-search-input {
    width: 100%;
    height: 44px;
    margin: 19px 0px 18px 0px;
  }
  .c-search-input input {
    padding: 12px 18px;
	  
  }
  .c-search-btn input {
    letter-spacing: 2.27px;
    font-size: 17px;
    padding: 12px 52px 12px 16px;
    margin-left: auto;
  }
  .c-search-btn::after {
    background: url(../img/common/arrow.svg)no-repeat;
    background-size: contain;
    width: 22px;
    height: 15px;
    right: 10px;
    top: 15px;
  }
  .c-search-btn {
    text-align: right;
  }
}
.c-search-btn input:hover {
  background: #AC7815;
}
.p-interview-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-interwiew-list {
  width: 46.4%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-bottom: 80px;
  background: #fff;
}
.c-interwiew-list a {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.c-interwiew-list-img img {
  object-fit: cover;
  width: 100%;
  transition: 2s cubic-bezier(.165, .84, .44, 1);
}
.c-interwiew-list-img {
  width: 100%;
  overflow: hidden;
}
.c-interwiew-list a:hover .c-interwiew-list-img img {
  transform: scale(1.05);
  transition: 1s all;
}
.c-interwiew-list-txt {
  background: #000;
  color: #fff;
  position: relative;
  padding: 27px 32px 28px 32px;
  height: 292px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width:1120px) {
  .c-interwiew-list-txt {
    padding: 27px 20px 28px 20px;
  }
}
.c-interwiew-list-p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 32px;
}
@media screen and (max-width:1060px) {
  .c-interwiew-list-p {
    font-size: 16px;
  }
  .c-interwiew-list-txt {
    height: 300px;
  }
}
@media screen and (max-width:970px) {
.c-interwiew-list {
  width: 48%;
	}
}
@media screen and (max-width:880px) {
	.c-interwiew-list {
  width: 49%;
	}

  .c-interwiew-list-txt {
    height: 330px;
  }
  .p-interview-br {
    display: none;
  }
}
.c-interwiew-list-infobox {
  position: absolute;
  bottom: 28px;
  left: 32px;
	width: calc(100% - 32px - 32px);
}
@media screen and (max-width:1120px) {
  .c-interwiew-list-infobox {
    left: 20px;
  }
}
.c-interwiew-list-info {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  font-weight: 400;
  color: #898783;
	width: 100%;
	justify-content: space-between;
}
.c-interwiew-list-info dt {
  padding-right: 13px;
  position: relative;
  display: inline-block;
box-sizing: border-box;
    width: 77px;	
}
.c-interwiew-list-info dd {
	width: calc(100% - 82px);
}

.c-interwiew-list-info dt::after {
  content: ":";
  color: #898783;
  position: absolute;
  right: 4px;
  top: -2px;
}
.c-interwiew-list-company {
  margin-top: 17px;
  letter-spacing: 0.72px;
  font-size: 18px;
  font-weight: 400;
}
.c-interwiew-list-txt::after {
  content: "";
  width: 44px;
  height: 44px;
  background-color: #4B4949;
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.c-interwiew-list a:hover .c-interwiew-list-txt::after {
  background-color: #AC7815;
}
@media screen and (max-width:1140px) {
  .c-interwiew-list-infobox {
    position: static;
	  width:100%;
  }
}
@media screen and (max-width:900px) {
  .c-interwiew-list-info {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
	.c-interwiew-list-info dt {
    width: 67px;
		padding-right: 6px;
}
.c-interwiew-list-info dd {
	width: calc(100% - 70px);
}
}
@media screen and (max-width:768px) {
  .c-interwiew-list-txt {
    height: auto;
    /* 写真の下に白線見えるの消すための対応 */
    margin-top: -1px;
  }
  .p-interview-list-wrap {
    display: block;
  }
  .c-interwiew-list {
    width: 100%;
    padding: 6px;
    margin-bottom: 30px;
  }
  .c-interwiew-list-txt {
    padding: 21px 9px 21px 9px;
  }
  .c-interwiew-list-p {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 27px;
    margin-bottom: 11px;
  }

  .c-interwiew-list-company {
    margin-top: 13px;
    letter-spacing: 0.6px;
    font-size: 15px;
  }
  .c-interwiew-list-txt::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #4B4949;
    position: absolute;
    right: -8px;
    bottom: -8px;
    background-image: url("../img/common/arrow-sp.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/*--Aboutus----------------------------------------*/
.p-lower-header.p-aboutus {
  background: url("../img/about/header.jpg")no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:768px) {
  .p-lower-header.p-aboutus {
    background: url("../img/about/header-sp.jpg")no-repeat;
    background-size: cover;
  }
}
.c-about-lead-h2 {
  font-size: 32px;
  letter-spacing: 3.84px;
  font-weight: 400;
  margin-bottom: 27px;
  text-align: center;
}
.p-about-lead {
  padding: 116px 0 75px;
  text-align: center;
}
.p-about-lead p {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 36px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .c-about-lead-h2 {
    font-size: 22px;
    letter-spacing: 1.76px;
    margin-bottom: 32px;
  }
  .p-about-lead {
    padding: 56px 0 52px;
  }
  .p-about-lead p {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 32px;
    text-align: left;
  }
}
.p-about-sec01-outside-right-wrap {
  width: 100%;
  max-width: 1124px;
  padding: 0 18px;
  margin: 0 auto;
}
.p-about-sec01-outside-right {
  margin-right: calc(50% - 50vw);
}
.l-overflow {
  overflow: hidden;
}
.p-about-sec01-txt p {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
  font-weight: 400;
}
.p-about-sec01-txt {
  padding: 61px 0 71px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-about-sec01-outside-right {
    margin-right: 0;
  }
  .p-about-sec01-outside-right-wrap {
    padding: 0;
  }
  .p-about-sec01-txt p {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
  }
  .p-about-sec01-txt {
    padding: 53px 0 52px;
    text-align: left;
  }
}
.p-about-sec01-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.p-about-sec01-flex-img {
  width: 50%;
}
.p-about-sec01-flex-txt {
  width: 42.8%;
}
.p-about-sec01-flex-txt {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
  font-weight: 400;
}
.p-about-sec01-flex-p {
  margin-bottom: 29px;
}
.p-about-sec01-name {
  margin-top: 19px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .p-about-sec01-flex {
    display: block;
    margin-bottom: 58px;
  }
  .p-about-sec01-flex-img {
    width: 100%;
    margin-bottom: 57px;
  }
  .p-about-sec01-flex-txt {
    width: 100%;
  }
  .p-about-sec01-flex-txt {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 27px;
  }
  .p-about-sec01-flex-p {
    margin-bottom: 32px;
  }
  .p-about-sec01-flex-img .display_sp {
    width: 280px;
    margin: 0 auto;
  }
  .p-about-sec01-name {
    margin-top: 21px;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 24px;
  }
}
.p-about-sec02-wrap {
  min-width: 1156px;
  position: relative;
  margin-bottom: 124px;
  width: 100%;
}
.p-about-sec02-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #F3EFE4;
  display: block;
  width: calc((100% - 1120px) / 2 + 1120px);
  content: "";
  height: 100%;
}
.l-content-inner {
  position: relative;
}
.c-about-sec02-title span {
  background: #AC7815;
  padding: 20px 22px 20px;
  display: inline-block;
}
.c-about-sec02-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.88px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.c-about-sec02-step {
  padding: 46px 0 66px;
}
.c-about-sec02-step1 {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 23px;
}
.c-about-sec02-step-icon {
  width: 24px;
  height: 18px;
  margin: 0 auto;
}
.c-about-sec02-step-ul {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.c-about-sec02-step-ul li:nth-child(2) {
  margin: 0 16px;
}
.c-about-sec02-step-ul li {
  padding: 17px 18px;
  border: 1px solid #CCBC90;
  background: #fff;
  text-align: center;
}
.c-about-sec02-step-ul li p {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .c-about-sec02-title {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 18px;
  }
  .c-about-sec02-title span {
    padding: 14px 14px 15px 17px;
  }
  .c-about-sec02-step {
    padding: 34px 0 44px;
  }
  .c-about-sec02-step1 {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .c-about-sec02-step-icon {
    width: 18px;
    height: auto;
  }
  .c-about-sec02-step-ul {
    display: block;
    margin: 18px 0 15px;
  }
  .c-about-sec02-step-ul li:nth-child(2) {
    margin: 12px auto 13px;
  }
  .c-about-sec02-step-ul li {
    padding: 10px 0 10px;
    width: 84%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .c-about-sec02-step-ul li p {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
  }
  .p-about-sec02-wrap {
    min-width: 100%;
    margin-bottom: 60px;
    width: 100%;
  }
  .p-about-sec02-wrap::before {
    content: none;
  }
  .l-content-inner-sp {
    background: #F3EFE4;
    padding: 0 9px;
  }
}
.c-about-sec02-step2 {
  text-align: center;
  margin-top: 17px;
}
.c-about-sec02-step2 p {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.c-about-sec02-step2-span {
  background-color: rgba(172, 120, 21, 0.16);
  color: #AC7815;
  font-weight: 600;
  padding: 5px 4px 4px;
  display: inline-block;
  margin-right: 2px;
}
.c-about-sec02-illust {
  padding-bottom: 80px;
  width: 976px;
  margin-left: 48px;
}
@media screen and (max-width:768px) {
  .c-about-sec02-step2 {
    text-align: center;
    margin-top: 8px;
  }
  .c-about-sec02-step2 p {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 32px;
    margin-bottom: 3px;
  }
  .c-about-sec02-step2-span {
    background-color: rgba(172, 120, 21, 0.16);
    color: #AC7815;
    font-weight: 600;
    padding: 2px 4px 1px;
    display: inline-block;
    margin-right: 2px;
  }
  .c-about-sec02-illust {
    padding-bottom: 57px;
    width: 100%;
    margin-left: 0px;
  }
}
.c-about-sec03-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.88px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.c-about-sec03-title span {
  background: #AC7815;
  padding: 20px 60px 20px;
  display: inline-block;
}
.p-about-sec03-wrap {
  background: url("../img/about/img-05.jpg")no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 80px;
}
.c-about-sec03-01 {
  width: 790px;
  margin: 0 auto 81px;
  position: relative;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
  padding: 76px 0 77px;
  box-sizing: border-box;
}
.c-about-sec03-01:after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -24px;
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 36px solid rgba(0, 0, 0, 0.55);
}
.c-about-sec03-01.last:after {
  content: none;
}
.c-about-sec03-01.first {
  margin-top: 80px;
}
.c-about-sec03-h3 {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 38px;
}
.c-about-sec03-h3-num {
  padding-right: 24px;
  font-size: 24px;
  font-family: 'Didact Gothic', sans-serif;
}
.c-about-sec03-h3 .l-en {
  font-size: 24px;
  letter-spacing: 2.88px;
  line-height: 24px;
}
.c-about-sec03-01 p {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
  font-weight: 400;
}
.c-about-label {
  font-size: 14px;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  background: #AC7815;
  margin-left: 24px;
}
.c-about-label-wrap {
  display: none;
}
@media screen and (max-width:768px) {
  .c-about-sec03-title {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 18px;
  }
  .c-about-sec03-title span {
    padding: 14px 40px 15px 42px;
  }
  .p-about-sec03-wrap {
    padding-bottom: 60px;
  }
  .c-about-sec03-h3 .c-about-label {
    display: none;
  }
  .c-about-sec03-01.last {
    position: relative;
    padding: 55px 18px 58px;
  }
  .c-about-label-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  .c-about-label {
    margin-left: 0;
  }
  .c-about-sec03-01 {
    width: 100%;
    padding: 55px 18px 58px;
    margin: 0 auto 60px;
  }
  .c-about-sec03-01:after {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 27px solid rgba(0, 0, 0, 0.55);
  }
  .c-about-sec03-01.first {
    margin-top: 60px;
  }
  .c-about-sec03-h3 {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .c-about-sec03-h3-num {
    padding-right: 18px;
    font-size: 18px;
    padding-left: 8px;
  }
  .c-about-sec03-01.last .c-about-sec03-h3-num {
    padding-right: 18px;
    font-size: 18px;
    padding-left: 0px;
  }
  .c-about-sec03-01 p {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
    text-align: left;
  }
  .c-about-sec03-h3-sp {
    display: flex;
    text-align: left;
  }
  .c-about-sec03-h3-sp .l-txt-gold {
    display: block;
  }
  .c-about-sec03-h3 .l-en {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 18px;
  }
  .c-about-sec03-01.last .c-about-sec03-h3 .l-en {
    /* letter-spacing: 3.16px; */
  }
}
/*--Interview-detail----------------------------------------*/
.p-int-detail-head-info {
  display: flex;
}
.p-int-detail-head-h1 {
  padding-right: 15px;
}
.p-int-detail-head-h1 span {
  position: relative;
}
.p-int-detail-head-h1 span::after {
  content: "";
  background: #898783;
  position: absolute;
  right: -8px;
  top: 6px;
  height: 16px;
  width: 2px;
}
.l-bg-grey {
  background: #222222;
}
.p-int-detail-head-img {
  width: 100%;
  height: 747px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-int-detail-head-img-sp {
  display: none;
}
.p-int-detail-head {
  position: relative;
  width: 100%;
  height: 747px;
}
@media screen and (max-width:1180px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
  .p-int-detail-head {
    position: relative;
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width:1100px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 640px;
  }
  .p-int-detail-head {
    width: 100%;
    height: 640px;
  }
}
@media screen and (max-width:1000px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 600px;
  }
  .p-int-detail-head {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width:955px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 560px;
  }
  .p-int-detail-head {
    width: 100%;
    height: 560px;
  }
}
@media screen and (max-width:890px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 500px;
  }
  .p-int-detail-head {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width:800px) {
  .p-int-detail-head-img {
    width: 100%;
    height: 460px;
  }
  .p-int-detail-head {
    width: 100%;
    height: 460px;
  }
}
.p-int-detail-head-box {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 22px 40px 30px 40px;
  z-index: 2;
}
.p-int-detail-head-box-center {
  bottom: 50%;
  transform: translateY(50%);
}
.p-int-detail-head-box-p {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1.92px;
  line-height: 44px;
  margin-bottom: 24px;
}
.p-int-detail-head-h1, .company-detail, .p-int-detail-head-h2 {
  color: #DDDDDD;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 30px;
}
@media screen and (max-width:768px) {
  .p-int-detail-head-img {
    display: none;
  }
  .p-int-detail-head-img-sp {
    display: block;
  }
  .p-int-detail-head {
    height: 583px;
  }
  .p-int-detail-head-box {
    padding: 23px 0 19px 9px;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5)
  }
  .p-int-detail-head-box-p {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .p-int-detail-head-h1, .company-detail, .p-int-detail-head-h2 {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  .p-int-detail-head .c-top-sec01-link-info {
    display: block;
  }
  .p-int-detail-head-info,.p-int-detail-head-h1 {
    display: block;
  }
  .p-int-detail-head-h1 span::after {
    content: none;
  }
}
.c-int-detail-txt.mb {
  margin-bottom: 20px;
}
.c-int-detail-head-blackbox {
  position: relative;
  background: #000;
  padding-top: 77px;
}
.c-int-detail-head-blackbox::before {
  content: "";
  position: absolute;
  background: url("../img/interview-detail/dot-frame-left.svg");
  left: 24px;
  top: 24px;
  width: 56px;
  height: 56px;
}

.c-int-detail-head-blackbox::after {
    content: "";
    position: absolute;
    background: url(../img/interview-detail/dot-frame-right.svg);
    right: 24px;
    top: 24px;
    width: 56px;
    height: 56px;
}
@media screen and (max-width:768px) {
.c-int-detail-head-blackbox::after {
  content: "";
  position: absolute;
  background: url("../img/interview-detail/dot-frame-right.svg");
  right: 20px;
  top: 18px;
  width: 40px;
  height: 40px;
	background-size: contain;
}
}
.c-int-detail-head-flex {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 28px;
  color: #898783;
}
.c-int-detail-head-flex-left {
  margin-right: 64px;
}
.c-int-web a {
  color: #898783;
  transition: 0.5s;
}
.c-int-web a:hover {
  color: #AC7815;
}
.c-int-detail-head-dl-01, .c-int-detail-head-dl-02 {
  display: flex;
  margin-bottom: 0px;
}
.c-int-detail-head-dl-01 dt {
  margin-right: 20px;
}
.c-int-detail-head-dl-02 dt {
  width: 110px;
}
.c-int-map a {
  position: relative;
  color: #ccc;
  font-size: 15px;
  background: #4B4949;
  font-weight: 400;
  letter-spacing: 1.2px;
  display: block;
  padding-right: 14px;
  transition: 0.5s;
}
.c-int-map a:after {
  content: "";
  background: url("../img/interview/icon-traiangle.svg")no-repeat;
  position: absolute;
  top: 11px;
  right: 7px;
  width: 7px;
  height: 10px;
  background-size: contain;
}
.c-int-map a span {
  padding: 1px 8px 2px;
  display: block;
}
.c-int-map a:hover {
  background: #AC7815;
}
.c-int-map {
  display: inline-block;
  margin: 5px 0 0px;
}
.c-int-detail-head-blackbox-title {
  text-align: center;
  font-size: 64px;
  letter-spacing: 7.68px;
  margin-top: 35px;
  color: #fff;
}
.c-int-detail-01-sec-top {
  padding-top: 120px;
}
.c-int-detail-sec01-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 125px;
}
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 125px;
}
.c-int-detail-sec01-img-01 {
  width: 50%;
}
.c-int-detail-sec01-img {
  width: 560px;
}
.c-int-detail-sec01-txt {
  width: 440px;
}
.c-int-detail-txt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.52px;
  line-height: 32px;
}
p.mb {
  margin-bottom: 31px;
}
.c-int-detail-pb-01 {
  padding-bottom: 120px;
}
.c-int-detail-pb-02 {
  padding-bottom: 120px;
}
.c-int-detail-pb-03 {
  padding-bottom: 120px;
}
.c-int-detail-pb-04 {
  padding-bottom: 76px;
}
.c-int-detail-pb-05 {
  padding-bottom: 102px;
}
.c-int-detail-h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.76px;
  margin-bottom: 48px;
}
.c-int-detail-h2-cols {
  line-height: 1.72;
}
.c-int-detail-h2-mt {
  padding-top: 120px;
}
.outside-right {
  margin-right: calc(50% - 50vw);
}
.outside-left {
  margin-left: calc(50% - 50vw);
}
.c-int-txt-ml {
  padding-left: 21%;
  padding-bottom: 120px;
}
.c-int-txt-ml.last{
	padding-bottom: 80px;
}
.c-int-txt-mr {
  padding-bottom: 90px;
  padding-right: 21%;
}
.c-int-txt-mr-02 {
  padding-bottom: 120px;
}
.c-int-hatano-sec03-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-int-detail-btn {
  width: 884px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 120px;
}
.c-int-detail-btn .center{
	margin-right: 40px;
}
.c-int-detail-btn .l-btn a {
  border: 1px solid #4B4949;
}
.c-int-detail-btn .l-btn a:hover {
  border: 1px solid #AC7815;
	color: #fff;
}
.l-btn-wt a {
  color: #4B4949;
  font-size: 16px;
  background: #FCFCFC;
  font-weight: 400;
  letter-spacing: 1.28px;
  display: block;
  padding-right: 40px;
  position: relative;
  transition: 0.5s;
  border: 1px solid #4B4949;
}

.l-btn-wt a:hover {
  color: #AC7815;
  border: 1px solid #AC7815;
}
.l-btn.l-btn-wt a:hover {
  color: #AC7815;
  border: 1px solid #AC7815;
background-color: transparent;
}
.l-btn-wt a span {
    padding: 13px 16px 15px;
    display: block;
}

/*.l-btn-wt a::after {
  position: absolute;
  content: "";
  background: url("../img/common/arrow-grey.svg")no-repeat;
  width: 24px;
  height: 16px;
  right: 10px;
  top: 15px;
  background-size: contain;
  transition: 0.5s;
will-change: filter;
}
.l-btn-wt a:hover::after {
  background: url("../img/common/arrow-gold.svg")no-repeat;
	    width: 24px;
    height: 16px;
	 background-size: contain;
}*/
.l-btn-wt a::after {
    position: absolute;
    content: "";
    background: url("../img/common/arrow-grey.svg")no-repeat;
   width: 24px;
  height: 16px;
    right: 10px;
    top: 15px;
    background-size: contain;
}
.l-btn-wt a:hover::after {
    background: url("../img/common/arrow-gold.svg")no-repeat;
    width: 24px;
  height: 16px;
    background-size: contain;
}
@media screen and (max-width:1080px) {
  .c-int-detail-sec01-img {
    width: 48%;
  }
  .c-int-detail-sec01-txt {
    width: 48%;
  }
  .c-int-detail-btn {
    width: 90%;
  }
}
@media screen and (max-width:1000px) {
  .column-outside-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 80px;
  }
  .column-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 80px;
  }
  .c-int-txt-ml {
    padding-left: 8%;
  }
  .c-int-txt-mr {
    padding-right: 8%;
  }
  .c-int-detail-head-flex {
    width: 100%;
    display: block;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  .c-int-detail-head-dl-01 dt, .c-int-detail-head-dl-02 dt {
    margin-right: 0;
    width: 29.4%;
  }
  .c-int-detail-head-dl-01 dd, .c-int-detail-head-dl-02 dd {
    width: calc(100% - 29.4%);
  }
	.c-int-detail-btn .center{
	margin-right: 0px;
}
}
@media screen and (max-width:880px) {
  .c-int-detail-head-blackbox::before {
    content: none;
  }
  .c-int-detail-head-blackbox-inner {
    padding: 58px 18px 0px;
  }
  .c-int-detail-head-flex-left {
    margin-bottom: 38px;
    margin-right: 0px;
  }
  .column-outside-right {
    margin-left: 40px;
  }
  .column-outside-left {
    margin-right: 40px;
  }
  .c-int-detail-btn {
    width: 100%;
    display: block;
    padding-bottom: 58px;
    text-align: center;
  }
  .c-int-detail-btn .l-btn {
    width: 306px;
    margin-bottom: 18px;
  }
  .c-int-detail-btn .l-btn-wt {
    width: 141px;
   margin: 42px auto 0;
  }
  .c-int-detail-btn .l-btn a {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-right: 35px;
  }
  .c-int-detail-btn .l-btn-wt a {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-right: 35px;
  }
	.c-int-detail-btn .l-btn-wt a span {
    padding: 12px 12px 14px;
    display: block;
}
	.c-int-detail-btn .l-btn-wt a::after {
    position: absolute;
    content: "";
    background: url(../img/common/arrow-grey.svg)no-repeat;
    width: 24px;
    height: 16px;
    right: 10px;
    top: 13px;
    background-size: contain;
}
}
@media screen and (max-width:768px) {
	
	p.mb {
  margin-bottom: 28px;
}
  .c-int-detail-head-dl-01, .c-int-detail-head-dl-02 {
    display: flex;
  }
  .c-int-detail-head-dl-01, .c-int-detail-head-dl-02 {
    width: 100%;
  }
  .c-int-detail-head-letterspacing {
    letter-spacing: 0.02em;
  }
  .c-int-detail-head-blackbox-title {
    text-align: center;
    font-size: 38px;
    letter-spacing: 4.56px;
    margin-top: 44px;
    color: #fff;
  }
  .c-int-detail-head-blackbox {
    padding-top: 0;
  }
  .c-int-map a:after {
    top: 9px;
  }
  .c-int-detail-01-sec-top {
    padding-top: 60px;
  }
  .c-int-detail-sec01-flex {
    display: block;
  }
  .column-outside-right {
    margin-left: 0px;
    width: calc(100% + 18px);
  }
  .column-outside-left {
    margin-right: 0px;
    width: calc(100% + 18px);
  }
  .c-int-detail-sec01-img-01 {
    margin-bottom: 60px;
  }
  .c-int-detail-sec01-img {
    width: 100%;
    padding: 0 18px;
    margin-bottom: 52px;
    box-sizing: border-box;
  }
  .c-int-detail-sec01-txt {
    width: 100%;
  }
  .c-int-detail-pb-01 {
    padding-bottom: 56px;
  }
  .c-int-detail-pb-02 {
    padding-bottom: 60px;
  }
  .c-int-detail-pb-03 {
    padding-bottom: 60px;
  }
  .c-int-detail-pb-04 {
    padding-bottom: 60px;
  }
  .c-int-detail-pb-05 {
    padding-bottom: 60px;
  }
	.c-int-hatano-sec03-flex.c-int-detail-pb-02 {
    padding-bottom: 0px;
  }
  .c-int-detail-h2 {
    font-size: 17px;
    letter-spacing: 1.36px;
    margin-bottom: 28px;
	  line-height: 33px;
  }
  .c-int-detail-h2-mt {
    padding-top: 62px;
  }
  .c-int-detail-h2.c-int-detail-h2-letterspacing {
    letter-spacing: 0.7px;
  }
  .c-int-detail-txt p {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
  }
  .c-int-detail-pb-01 .outside-right {
    margin-right: 0;
  }
  .l-content.c-int-detail-pb-01 {
    padding-right: 0;
    padding-left: 0;
  }
  .c-int-txt-ml {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .c-int-txt-mr {
    padding-bottom: 30px;
    padding-right: 0;
  }
  .c-int-txt-mr-02 {
    padding-bottom: 60px;
  }
  .c-int-hatano-sec03-flex {
    display: block;
  }
	.c-int-hatano-sec03 .c-int-txt-mr {
	    padding-bottom: 50px;
    padding-right: 0;	
	}
  .c-int-hatano-sec03 .c-int-txt-mr-02 {
    padding-bottom: 60px;
  }
	.c-int-hatano-sec03 .c-int-txt-ml {
		 padding-bottom: 60px;
	}
  .c-int-hatano-sec03-img {
    margin-left: 18px;
    padding-bottom: 44px;
  }
  .column-outside-right.c-int-sec03-img {
    margin-left: 18px;
    padding-bottom: 47px;
  }
  .column-outside-left.c-int-sec03-img {
    width: 100%;
    padding-bottom: 60px;
  }
  .c-int-hatano-sec03-flex .c-int-detail-txt {
    margin-bottom: 60px;
  }
	.c-int-txt-ml.last{
	padding-bottom: 36px;
}

.l-btn.l-btn-wt a::after {
  top: 13px;
}
.l-btn.l-btn-wt a:hover::after {
  top: 13px;
}

}
.p-int-detail-01-head {
  display: flex;
  background: #AC7815;
  justify-content: space-between;
  padding: 55px 80px 55px 40px;
  box-sizing: border-box;
  align-items: center;
}
.p-int-detail-01-head .p-int-detail-head-h1, .p-int-detail-01-head, .p-int-detail-01-head .company-detail, .p-int-detail-01-head .p-int-detail-head-h2 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 30px;
}
.p-int-detail-01-head .p-int-detail-head-h1 span::after {
  content: "";
  background: #fff;
  position: absolute;
  right: -6px;
  top: 6px;
  height: 16px;
  width: 1px;
}
.p-int-detail-01-head-box-logo {
  width: 120px;
}
.c-int-detail-01-sec {
  padding-bottom: 120px;
}
.c-int-detail-05-sec {
  padding-bottom: 100px;
}
.c-int-detail-03-sec {
  padding-bottom: 94px;
}
.c-int-detail-04-sec{
	padding-bottom: 79px;
}
@media screen and (max-width:768px) {
  .c-int-detail-01-sec {
    padding-bottom: 60px;
  }
	.int-style-02 .c-int-detail-01-sec{
		padding-bottom: 55px;
	}
  .p-int-detail-01-head-box-logo {
    display: none;
  }
  .p-int-detail-01-head .p-int-detail-head-h1, .p-int-detail-01-head, .p-int-detail-01-head .company-detail, .p-int-detail-01-head .p-int-detail-head-h2 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  .p-int-detail-01-head {
    display: block;
    padding: 34px 9px 11px 9px;
  }
  .p-int-detail-01-head .p-int-detail-head-h1 span::after {
    content: none;
  }
  .adress {
    letter-spacing: -0.26px;
  }
}
.l-link{
	text-decoration: underline;
}
/**/
.c-int-detail-head-flex{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.c-int-detail-head-flex-left {
    margin-right: 0px;
	 width: 58%;
}
.c-int-detail-head-flex-right{
	width: 40%;
}
.c-int-detail-head-dl-01 dt{
	width: 80px;
}
.c-int-detail-head-dl-01 dd{
	width: calc(100% - 80px);
}
@media screen and (max-width:1000px) {
.c-int-detail-head-flex-left {
    margin-right: 0px;
	 width: 100%;
}
.c-int-detail-head-flex-right{
	 width: 100%;
}	
}