@charset "utf-8";

/* CSS Document */
#main,
#footer {
  margin: 0 0 0 auto;
  width: calc(100% - 80px);
}

.more_btn a,
.contact_btn a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  letter-spacing: 0.1em;
  text-align: center;
}

.ttl {
  letter-spacing: 0.1em;
}

/*---topページ共通---*/
.block .box > .ttl,
.home .block04 .inner .text .ttl {
  font-size: 60px;
  color: rgb(230, 0, 18);
  line-height: 1;
  font-style: italic;
}

.home #top_visual ul {
  display: flex;
  width: 100%;
}

.home #top_visual .img1 {
  background: url("../images/top_01.png") no-repeat center left;
  background-size: cover;
  flex: 1;
  cursor: pointer;
}

.home #top_visual .img2 {
  background: url("../images/top_02.png") no-repeat center left;
  background-size: cover;
  flex: 1;
  cursor: pointer;
}

/*---topページスライダー---*/
.home #top_visual {
  position: relative;
  width: 100%;
}

.home #top_visual .slide01 {
  background: url("../images/slider/p_slider01.jpg") no-repeat center left;
  background-size: cover;
}

.home #top_visual .slide02 {
  background: url("../images/slider/p_slider02.jpg") no-repeat center left;
  background-size: cover;
}

.home #top_visual .slide03 {
  background: url("../images/slider/p_slider03.jpg") no-repeat center left;
  background-size: cover;
}

.home #top_visual .slide01 .label {
  position: absolute;
  left: 70px;
  bottom: 120px;
}

.home #top_visual .slide02 .label {
  position: absolute;
  top: 120px;
  left: 70px;
}

.home #top_visual .slide03 .label {
  position: absolute;
  top: 120px;
  right: 70px;
}

.home #top_visual li .label p {
  font-size: 54px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  letter-spacing: 0.16em;
  line-height: 1.471;
}

.home #top_visual li {
  height: calc(100vh - 100px);
}

.progress {
  position: absolute;
  top: 7px;
  right: 22px;
}

.progress .bar {
  width: 34px;
  height: 2px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.progress #bar-active {
  display: block;
}

.progress .is-active {
  display: block;
  background-color: rgb(230, 0, 18);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-animation: kv_slide_bar 4.8s infinite;
  animation: kv_slide_bar 4.8s infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.progress .bar-bg {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes kv_slide_bar {
  0% {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 0;
  }
}

@keyframes kv_slide_bar {
  0% {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 0;
  }
}

.slick-number {
  position: absolute;
  right: 107px;
  bottom: 70px;
}

.slick-num {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.slick-num .inner {
  display: inline-block;
  color: rgb(230, 0, 18);
  font-weight: bold;
}

.slick-num .inner span {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

.slick-num .inner .nowcnt {
  padding-right: 55px;
}

@media only screen and (max-width: 768px) {
  #main,
  #footer {
    margin: 0;
    width: 100%;
  }

  .more_btn a,
  .contact_btn a {
    font-size: 3.75vw;
    padding: 4.688vw 0;
  }

  .block .box > .ttl,
  .home .block04 .inner .text .ttl {
    font-size: 11.25vw;
  }

  .slick-number {
    right: 4.687vw;
    bottom: 0;
  }

  .slick-num {
    top: -12.5vw;
  }

  .progress {
    top: -10.312vw;
  }
}

/*---topページ---*/

.home .business {
  width: 86%;
  max-width: 960px;
  position: relative;
  margin: 120px auto 110px;
}

.home .business .bg-text {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -30px;
  font-size: 180px;
  letter-spacing: 0.1em;
  line-height: 0.6;
  font-weight: bold;
  color: rgba(251, 58, 50, 0.102);
}

.home .business .inner {
  position: relative;
  height: 422px;
}

.home .business .inner .text {
  width: 52%;
  position: relative;
  z-index: 5;
}

.home .business .inner .text2 {
  position: absolute;
  right: -80px;
  width: 52%;
  /* position: relative; */
  z-index: 5;
}

.home .business .inner .ttl {
  font-size: 36px;
  padding-top: 5%;
  /*--50px--*/
  letter-spacing: 0.08em;
  margin-bottom: 5%;
  /*--40px--*/
  position: relative;
  z-index: 5;
}

.home .business .inner .text p {
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 5px 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(27, 27, 27);
}

.home .business .inner .text p:first-of-type {
  margin-bottom: 20px;
}

.home .business .inner .text .more_btn {
  margin-top: 17%;
  /*--85px--*/
  width: 270px;
}

.home .business .inner .text2 p {
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 5px 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(27, 27, 27);
}

.home .business .inner .text2 p:first-of-type {
  margin-bottom: 20px;
}

.home .business .inner .text2 .more_btn {
  margin-top: 17%;
  /*--85px--*/
  width: 270px;
}

.home .business .inner .photo {
  position: absolute;
  width: 68.3%;
  z-index: 4;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home .business .inner .photo img {
  width: 100%;
}

.home .business .inner .photo2 {
  position: absolute;
  width: 68.3%;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home .business .inner .photo2 img {
  width: 100%;
}

.home .strength {
  position: relative;
  z-index: 1;
  padding: 85px 0;
  background-color: rgb(245, 245, 245);
}

.home .strength::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84%;
  height: 375px;
  background-color: rgb(237, 236, 236);
  z-index: 2;
}

.home .strength .box > .ttl {
  text-align: center;
  margin-bottom: 35px;
}

.home .strength .ttl span {
  display: block;
  color: rgb(27, 27, 27);
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: 0.08em;
}

.home .strength .items {
  display: flex;
  position: relative;
  z-index: 3;
}

.home .strength .items .item {
  width: 27%;
}

.home .strength .items .item02 {
  padding-top: 30px;
  margin: 0 auto;
}

.home .strength .items .item03 {
  padding-top: 60px;
}

.home .strength .items .item .photo {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 30%;
  box-sizing: border-box;
}

.home .strength .items .item .photo img {
  width: 100%;
  margin: auto;
}

.home .strength .items .item .text {
  margin-top: -70px;
}

.home .strength .items .item .text span {
  font-size: 64px;
  font-weight: bold;
  color: rgb(230, 0, 18);
  line-height: 1.6;
}

.home .strength .items .item .text .ttl {
  font-size: 17px;
  margin-bottom: 10px;
}

.home .strength .items .item .text p {
  font-size: 15px;
}

.home .mission {
  background: url("../images/bg_mission.jpg") no-repeat top center;
  background-size: cover;
  padding: 90px 0 80px;
}

.home .mission .box {
  position: relative;
}

.home .mission .ttl {
  margin-bottom: 70px;
}

.home .mission .text {
  width: 52%;
}

.home .mission .text p {
  font-size: 20px;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.home .mission .text p:last-of-type {
  margin-bottom: 0;
}

.home .mission .text p span {
  font-size: 24px;
  font-weight: bold;
  color: rgb(230, 0, 18);
}

.home .mission .photo {
  width: 50%;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home .mission .photo img {
  width: 100%;
}

.home .block04 {
  position: relative;
  padding: 110px 0 115px;
}

.home .block04::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 820px;
  background-color: rgb(245, 245, 245);
  right: 0;
  bottom: 0;
  z-index: 1;
}

.home .block04 .box {
  position: relative;
}

.home .block04 .bg {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: -90px;
}

.home .block04 .inner {
  position: relative;
  z-index: 3;
  height: 340px;
}

.home .block04 .inner {
  margin-bottom: 9%;
  /*--85px--*/
}

.home .block04 .recruit {
  margin-bottom: 0;
}

.home .block04 .inner .photo {
  width: 78%;
}

.home .block04 .inner .photo img {
  width: 100%;
}

.home .block04 .inner .text {
  position: absolute;
  top: 50%;
  /*width: 255px;*/
  width: 26%;
  z-index: 5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home .block04 .works .text {
  right: 0;
}

.home .block04 .recruit .photo {
  margin: 0 0 0 auto;
}

.home .block04 .inner .text .ttl {
  font-size: 52px;
  margin-bottom: 25px;
}

.home .block04 .inner .text .ttl span {
  font-size: 16px;
  margin-top: 15px;
  color: rgb(27, 27, 27);
  display: block;
}

.home .block04 .inner .text p {
  margin-bottom: 25px;
}

.home .block04 .inner .text .more_btn {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home #top_visual li {
    height: 50vh;
  }

  .home #top_visual .slide01 {
    background: url("../images/slider/p_slider01_sp.jpg") no-repeat center center;
    background-size: cover;
  }

  .home #top_visual .slide02 {
    background: url("../images/slider/p_slider02_sp.jpg") no-repeat center center;
    background-size: cover;
  }

  .home #top_visual .slide03 {
    background: url("../images/slider/p_slider03_sp.jpg") no-repeat center center;
    background-size: cover;
  }

  .home #top_visual .slide01 .label {
    left: 5%;
    bottom: 20%;
  }

  .home #top_visual .slide02 .label {
    top: 10%;
    left: 5%;
  }

  .home #top_visual .slide03 .label {
    left: 5%;
    top: 15%;
  }

  .home #top_visual li .label p {
    font-size: 8.125vw;
  }

  .home .business {
    margin: 30px auto;
  }

  .home .business .bg-text {
    font-size: 16.875vw;
    top: 12.5vw;
    left: 0;
  }

  .home .business .inner {
    height: auto;
    z-index: 2;
  }

  .home .business .inner .ttl {
    font-size: 7.5vw;
    padding-bottom: 0;
    margin-bottom: 3.125vw;
  }

  .home .business .inner .photo {
    position: static;
    width: 100%;
    transform: inherit;
  }

  .home .business .inner .text {
    width: 100%;
    margin-top: -6.25vw;
  }

  .home .business .inner .text p {
    font-size: 3.75vw;
    padding: 1.563vw 3.125vw;
  }

  .home .business .inner .text p:first-of-type {
    margin-bottom: 3.125vw;
  }

  .home .business .inner .text .more_btn {
    margin-top: 6.25vw;
    width: 100%;
  }

  .home .business .inner .photo2 {
    position: static;
    width: 100%;
    transform: inherit;
  }

  .home .business .inner .text2 {
    width: 100%;
    margin-top: -6.25vw;
    position: static;
    right: auto;
  }

  .home .business .inner .text2 p {
    font-size: 3.75vw;
    padding: 1.563vw 3.125vw;
  }

  .home .business .inner .text2 p:first-of-type {
    margin-bottom: 3.125vw;
  }

  .home .business .inner .text2 .more_btn {
    margin-top: 6.25vw;
    width: 100%;
  }

  .home .strength {
    padding: 15.625vw 0 18.75vw;
  }

  .home .strength::before {
    height: 148.438vw;
  }

  .home .strength .box > .ttl {
    margin-bottom: 9.375vw;
  }

  .home .strength .ttl span {
    font-size: 3.75vw;
    margin-top: 4.688vw;
  }

  .home .strength .items {
    display: block;
  }

  .home .strength .items .item {
    width: 100%;
    overflow: hidden;
  }

  .home .strength .items .item02,
  .home .strength .items .item03 {
    padding-top: 9.375vw;
  }

  .home .strength .items .item .text {
    width: 50%;
    float: right;
    margin-top: 0;
  }

  .home .strength .items .item .text span {
    font-size: 8.75vw;
    line-height: 1;
  }

  .home .strength .items .item .text .ttl {
    font-size: 4.063vw;
    margin-bottom: 1.563vw;
  }

  .home .strength .items .item .text p {
    font-size: 3.75vw;
  }

  .home .strength .items .item .photo {
    width: 45%;
    padding: 13%;
    float: left;
  }

  .home .mission {
    padding: 15.625vw 0 12.5vw;
  }

  .home .mission .ttl {
    margin-bottom: 6.25vw;
  }

  .home .mission .text {
    width: 100%;
    margin-bottom: 7.813vw;
  }

  .home .mission .text p {
    font-size: 4.063vw;
    padding: 1.563vw 3.125vw;
  }

  .home .mission .text p span {
    font-size: 5vw;
    padding: 0 1.563vw;
  }

  .home .mission .photo {
    width: 100%;
    position: static;
    transform: inherit;
  }

  .home .block04 {
    padding: 15.625vw 0;
  }

  .home .block04::before {
    height: 196.875vw;
  }

  .home .block04 .bg {
    position: absolute;
    top: 0;
    right: -5%;
    width: 100%;
  }

  .home .block04 .bg img {
    width: 100%;
  }

  .home .block04 .inner {
    margin-bottom: 12.5vw;
    height: auto;
  }

  .home .block04 .recruit {
    margin-bottom: 0;
  }

  .home .block04 .inner .photo {
    width: 100%;
  }

  .home .block04 .inner .text {
    position: static;
    width: 100%;
    transform: inherit;
  }

  .home .block04 .inner .text .ttl {
    font-size: 10vw;
    margin: 4.688vw 0;
  }

  .home .block04 .inner .text .ttl span {
    margin-top: 3.125vw;
  }

  .home .block04 .inner .text p {
    margin-bottom: 4.688vw;
  }
  .home #top_visual ul {
    flex-direction: column-reverse;
    height: 50vh;
  }
  .home #top_visual .img1 {
    background: url(../images/main_sp_02.png) no-repeat center center;
    height: 25vh;
    background-size: cover;
  }
  .home #top_visual .img2 {
    background: url(../images/main_sp_01.png) no-repeat center center;
    height: 25vh;
    background-size: cover;
  }
}

/*---下層ページ共通---*/
.sub .top-visual {
  height: 320px;
  position: relative;
}

/*.sub .top-visual .ttl{
	max-width: 290px;
	min-width: 220px;
	width: 16%;
	font-size: 30px;
	color: rgb(255,255,255);
	line-height: 1;
	box-sizing: border-box;
	padding: 30px 2% 40px 4.4%;
	/*padding: 30px 0 40px 80px;*/
/*position: absolute;
	z-index: 2;
	bottom: -40px;
	background-color: rgb(27,27,27);
}*/
.sub .top-visual .ttl {
  max-width: 290px;
  min-width: 220px;
  width: 16%;
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 1;
  box-sizing: border-box;
  padding: 30px 2% 40px 4.4%;
  /*padding: 30px 0 40px 80px;*/
  position: absolute;
  z-index: 2;
  bottom: -40px;
  background-color: rgb(27, 27, 27);
}

.sub .top-visual .ttl span {
  font-size: 15px;
  color: rgb(251, 58, 50);
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

.breadcrumb {
  text-align: right;
  margin: 0 auto 120px;
  padding-top: 30px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}

.breadcrumb ul li {
  margin-right: 5px;
}

.breadcrumb ul li:last-of-type {
  margin-right: 0;
}

.breadcrumb ul li::after {
  content: "＞";
  font-size: 11px;
  margin-left: 5px;
  color: rgb(251, 58, 50);
}

.breadcrumb ul li:last-of-type::after {
  display: none;
}

.breadcrumb ul li a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(161, 161, 161);
  transition: all 0.2s;
}

.breadcrumb ul li a:hover {
  opacity: 0.7;
}

.sub .ttl {
  font-weight: 500;
}

.busi .items .item .ttl,
.work .box .ttl,
.comp .block .ttl {
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgb(220, 220, 220);
}

.busi .items .item .ttl::before,
.work .box .ttl::before,
.comp .block .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: rgb(230, 0, 18);
}

.sub .table tr {
  border-top: 1px solid rgb(220, 220, 220);
}

.sub .table tr:last-of-type {
  border-bottom: 1px solid rgb(220, 220, 220);
}

.sub .require {
  color: rgb(244, 70, 22);
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .sub .top-visual {
    height: 50vw;
  }

  .sub .top-visual .ttl {
    min-width: auto;
    width: 40%;
    font-size: 5.625vw;
    padding: 6.25vw 2% 6.25vw 4.4%;
    bottom: -12.5vw;
  }

  .sub .top-visual .ttl span {
    font-size: 3.75vw;
    margin-bottom: 1.563vw;
  }

  .breadcrumb {
    margin: 0 auto 18.75vw;
    padding-top: 15.62vw;
  }

  .breadcrumb ul li {
    font-size: 3.125vw;
  }

  .breadcrumb ul li {
    margin-right: 1.563vw;
  }

  .breadcrumb ul li:last-of-type {
    margin-right: 0;
  }
}

/*-------------事業内容-------------*/
.busi .contents {
  background-color: rgb(245, 245, 245);
}

.busi .contents .wrapper {
  background-color: rgb(255, 255, 255);
}

.busi .contents .wrapper > .box {
  position: relative;
  padding-bottom: 85px;
}

.busi .contents .wrapper > .box::before {
  content: "";
  position: absolute;
  width: 91.6%;
  height: 100%;
  right: -80px;
  top: 0;
  background-color: rgb(245, 245, 245);
}

.busi .top-visual {
  background: url("../images/business/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.busi .contents .box .block {
  margin-bottom: 85px;
  position: relative;
  z-index: 3;
}

.busi .contents .box .block:last-of-type {
  margin-bottom: 0;
}

.busi .block .ttl {
  font-size: 24px;
  display: inline-block;
  padding-left: 15px;
  border-left: 4px solid rgb(230, 0, 18);
  margin-bottom: 30px;
}

.busi .block .inner {
  display: flex;
}

.busi .block .inner .text {
  width: 46%;
}

.busi .block .inner .photo {
  margin-right: 60px;
}

.busi .items {
  padding: 80px 0 120px;
  background-color: rgb(255, 255, 255);
}

.busi .items .box {
  display: flex;
}

.busi .items .item {
  width: 48%;
}

.busi .items .item:first-of-type {
  margin-right: 4%;
}

.busi .items .item .table {
  width: 100%;
}

.busi .items .item .table th {
  width: 80%;
  text-align: left;
  background-color: rgb(245, 245, 245);
  padding: 15px 0 15px 20px;
  border-right: 1px solid rgb(220, 220, 220);
}

.busi .items .item .table td {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .busi .contents .wrapper > .box {
    padding-bottom: 12.5vw;
  }

  .busi .contents .wrapper > .box::before {
    right: -6%;
  }

  .busi .contents .box .block {
    margin-bottom: 12.5vw;
  }

  .busi .block .ttl {
    font-size: 5vw;
    padding-left: 4.688vw;
    margin-bottom: 6.25vw;
  }

  .busi .block .inner {
    display: block;
  }

  .busi .block .inner .photo {
    margin-right: 0;
    margin-bottom: 4.688vw;
  }

  .busi .block .inner .text {
    width: 100%;
  }

  .busi .items {
    padding: 12.5vw 0 15.625vw;
  }

  .busi .items .box {
    display: block;
  }

  .busi .items .item {
    width: 100%;
  }

  .busi .items .item:first-of-type {
    margin: 0 0 7.813vw;
  }

  .busi .items .item .ttl,
  .work .box .ttl,
  .comp .block .ttl {
    font-size: 4.688vw;
    padding-bottom: 1.563vw;
    margin-bottom: 6.25vw;
  }

  .busi .items .item .table th {
    width: 70%;
    padding: 3.125vw 0 3.125vw 4.688vw;
  }
}

/*-------------施工実績-------------*/
.work .contents {
  background-color: rgb(245, 245, 245);
}

.work .top-visual {
  background: url("../images/works/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.work .block {
  background-color: rgb(255, 255, 255);
  padding: 50px 0 65px 5.7%;
  margin-bottom: 40px;
}

.work .block:last-of-type {
  margin-bottom: 80px;
}

.work .block .ttl span {
  font-size: 14px;
  color: rgb(230, 0, 18);
  border: 1px solid rgb(230, 0, 18);
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-left: 15px;
  letter-spacing: 0.08em;
}

.work .block .inner {
  margin-right: 55px;
  display: flex;
  flex-wrap: wrap;
}

.work .block:nth-of-type(3) .inner {
  display: flex;
  flex-wrap: nowrap;
}

.work .block .inner .photos {
  font-size: 0;
  width: 100%;
  margin-bottom: 20px;
}

.work .block .inner .photos .photo {
  display: inline-block;
}

.work .block .inner .photos .photo:first-of-type {
  /*margin-right: 15px;*/
  margin-right: 2%;
}

.work .block .inner .photo {
  width: 49%;
}

.work .block:nth-of-type(3) .inner .photo {
  width: 48%;
  margin-right: 5.4%;
}

.work .block .inner .photo img {
  width: 100%;
}

.work .block .inner p {
  line-height: 2;
}

.work .block:nth-of-type(3) .inner p {
  width: 380px;
}

.work .performance {
  background-color: rgb(255, 255, 255);
  padding: 80px 0 110px;
}

.work .performance .table {
  width: 100%;
  margin-bottom: 40px;
}

.work .performance .table th {
  background-color: rgb(245, 245, 245);
  border-right: 1px solid rgb(220, 220, 220);
  padding: 15px 0;
}

.work .performance .table th:first-of-type {
  width: 63%;
}

.work .performance .table th:nth-of-type(2) {
  width: 22%;
}

.work .performance .table th:last-of-type {
  width: 15%;
  border-right: 0;
}

.work .performance .table td {
  padding: 15px 5px;
  text-align: center;
  border-right: 1px solid rgb(220, 220, 220);
}

.work .performance .table td:first-of-type {
  padding: 15px 10px 15px 20px;
  text-align: left;
}

.work .performance .table td:last-of-type {
  border-right: 0;
}

.work .performance .more_btn {
  width: 31%;
  min-width: 250px;
}

.work .performance .more_btn a {
  background: url("../images/ic_pdf.png") no-repeat center right 20px;
  background-size: 20px;
}

@media only screen and (max-width: 768px) {
  .work .block {
    padding: 6.25vw 5% 9.375vw;
    margin-bottom: 9.375vw;
  }

  .work .block:last-of-type {
    margin-bottom: 12.5vw;
  }

  .work .block .inner {
    display: block;
    margin-right: 0;
  }

  .work .block:nth-of-type(3) .inner {
    display: block;
  }

  .work .block .ttl span {
    display: table;
    font-size: 3.125vw;
    padding: 0 1.563vw;
    margin: 1.563vw 0;
  }

  .work .block .inner .photos {
    margin-bottom: 3.125vw;
  }

  .work .block .inner .photos .photo {
    display: block;
  }

  .work .block .inner .photos .photo:first-of-type {
    margin-bottom: 3.125vw;
  }

  .work .block .inner .photo {
    width: 100%;
  }

  .work .block:nth-of-type(3) .inner .photo {
    width: 100%;
    margin: 0 0 3.125vw;
  }

  .work .block:nth-of-type(3) .inner p {
    width: 100%;
  }

  .work .performance {
    padding: 12.5vw 0 15.625vw;
  }

  .work .performance .table {
    margin-bottom: 9.375vw;
  }

  .work .performance .table th:first-of-type {
    width: 45%;
  }

  .work .performance .table th:nth-of-type(2) {
    width: 30%;
  }

  .work .performance .table th:last-of-type {
    width: 15%;
  }

  .work .performance .table td:first-of-type {
    padding: 4.688vw 1.563vw 4.688vw 3.125vw;
  }

  .work .performance .table td {
    padding: 3.125vw 1.563vw;
  }

  .work .performance .more_btn {
    width: 100%;
  }
}

/*------------会社概要-------------*/
.comp .top-visual {
  background: url("../images/company/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.comp .spirit {
  margin-bottom: 130px;
}

.comp .spirit .box {
  position: relative;
}

.comp .spirit .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 330px;
  right: -80px;
  bottom: 0;
  background-color: rgb(245, 245, 245);
}

.comp .spirit .box .bg-text {
  position: absolute;
  bottom: -50px;
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  color: rgba(230, 0, 18, 0.102);
  line-height: 0.8;
  z-index: 2;
}

.comp .spirit .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  z-index: 2;
}

.comp .spirit .inner .text {
  width: 57%;
  float: left;
}

.comp .spirit .inner .text .ttl {
  font-size: 28px;
  font-weight: bold;
  padding-left: 50px;
  line-height: 1.4;
  border-left: 4px solid rgb(230, 0, 18);
  margin-bottom: 40px;
}

.comp .spirit .inner .text .ttl span {
  font-size: 15px;
  color: rgb(230, 0, 18);
  display: block;
  letter-spacing: 0.08em;
}

.comp .spirit .inner .text p {
  line-height: 2;
}

.comp .spirit .inner .photo {
  width: 38%;
  position: relative;
  text-align: center;
  float: right;
  padding-bottom: 35px;
}

.comp .spirit .inner .photo img {
  width: 100%;
  height: auto;
}

.comp .spirit .inner .photo p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 15px 0;
  background-color: rgb(27, 27, 27);
  position: absolute;
  width: 71%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.comp .spirit .inner .photo p span {
  font-size: 16px;
}

.comp .items {
  padding: 50px 0 80px;
  background-color: rgb(245, 245, 245);
}

.comp .items .item {
  padding: 40px 0 100px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 50px;
}

.comp .items .item:last-of-type {
  margin-bottom: 0;
}

.comp .items .item .ttl {
  font-size: 24px;
  /*padding-left: 35px;*/
  padding-left: 4%;
  border-left: 4px solid rgb(230, 0, 18);
  margin-bottom: 20px;
}

.comp .items .item .inner {
  padding: 0 4%;
}

.comp .items .item .inner li {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
}

.comp .items .item .inner li:last-of-type {
  margin-bottom: 0;
}

.comp .items .item .inner li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(230, 0, 18);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.comp .items .item03 .inner {
  position: relative;
}

.comp .items .item03 .inner .text {
  width: 50%;
}

.comp .items .item03 .inner p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.comp .items .item03 .inner p span {
  font-size: 24px;
  font-weight: bold;
  color: rgb(230, 0, 18);
  padding: 0 10px;
}

.comp .items .item03 .inner .photo {
  width: 37%;
  position: absolute;
  top: -60px;
  right: 4%;
}

.comp .items .item03 .inner .photo img {
  width: 100%;
}

.comp .block {
  padding: 80px 0 70px;
}

.comp .block02 {
  padding: 0 0 110px;
}

.comp .block .ttl {
  font-style: normal;
  color: rgb(27, 27, 27);
}

.comp .block02 .ttl {
  font-weight: bold;
  font-style: italic;
}

.comp .block .table {
  width: 100%;
}

.comp .block .table th {
  width: 16.6%;
  font-size: 13px;
  padding: 20px 5px 20px 15px;
  text-align: left;
  background-color: rgb(245, 245, 245);
}

.comp .block .table td {
  font-size: 13px;
  padding: 20px 40px;
}

.comp .block .map {
  width: 100%;
}

.comp .block .map iframe {
  width: 100%;
}

.comp .block .map p {
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .comp .spirit {
    margin-bottom: 28.125vw;
  }

  .comp .spirit .box::before {
    width: 100%;
    height: 44%;
    right: -5%;
  }

  .comp .spirit .box .bg-text {
    font-size: 25vw;
    bottom: -12.5vw;
  }

  .comp .spirit .inner {
    padding-bottom: 15.625vw;
  }

  .comp .spirit .inner .text {
    width: 100%;
    float: none;
    margin-bottom: 9.375vw;
  }

  .comp .spirit .inner .photo {
    width: 100%;
    float: none;
    padding-bottom: 7.813vw;
  }

  .comp .spirit .inner .photo p {
    font-size: 4.375vw;
    padding: 3.125vw 0;
  }

  .comp .spirit .inner .photo p span {
    font-size: 3.75vw;
  }

  .comp .spirit .inner .text .ttl {
    font-size: 5.313vw;
    padding-left: 4.688vw;
    margin-bottom: 6.25vw;
  }

  .comp .spirit .inner .text .ttl span {
    font-size: 4.375vw;
  }

  .comp .items {
    padding: 15.625vw 0 18.75vw;
  }

  .comp .items .item {
    padding: 7.812vw 5% 9.375vw;
    margin-bottom: 9.375vw;
  }

  .comp .items .item .inner {
    padding: 0;
  }

  .comp .items .item .ttl {
    font-size: 5vw;
    padding-left: 4.688vw;
    margin-bottom: 4.688vw;
  }

  .comp .items .item .inner li {
    font-size: 3.75vw;
    padding-left: 6.25vw;
    margin-bottom: 1.563vw;
  }

  .comp .items .item03 .inner p {
    font-size: 3.75vw;
    margin-bottom: 1.563vw;
  }

  .comp .items .item03 .inner p span {
    font-size: 5vw;
    padding: 0 1.563vw;
  }

  .comp .items .item03 .inner {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .comp .items .item03 .inner .text {
    width: 100%;
  }

  .comp .items .item03 .inner .photo {
    width: 100%;
    position: static;
  }

  .comp .block {
    padding: 12.5vw 0;
  }

  .comp .block .table th {
    width: 30%;
    font-size: 3.437vw;
    padding: 4.688vw 1.563vw 4.688vw 3.125vw;
  }

  .comp .block .table td {
    font-size: 3.437vw;
    padding: 4.688vw 3.125vw;
  }

  .comp .block02 {
    padding: 0 0 18.75vw;
  }
}

/*-------------採用情報-------------*/
.recr .top-visual {
  background: url("../images/recruit/top_visual.jpg") no-repeat top center;
  background-size: cover;
}

.recr .page-link {
  margin-bottom: 55px;
}

.recr .page-link ul {
  width: 66%;
  margin: 0 auto;
  font-size: 0;
}

.recr .page-link ul li {
  display: inline-block;
  border-left: 3px solid rgb(237, 236, 236);
}

.recr .page-link ul li:last-of-type {
  border-right: 3px solid rgb(237, 236, 236);
}

.recr .page-link ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 10px 30px;
}

.recr .page-link ul li a span {
  position: relative;
}

.recr .page-link ul li a span::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(230, 0, 18);
  transition: 0.3s;
}

.recr .page-link ul li a:hover span::before {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
}

.recr .message {
}

.recr .message .intro {
  background: url("../images/recruit/bg_recruit01.jpg") no-repeat center top;
  background-size: cover;
}

.recr .message .intro .inner {
  padding: 135px 0 155px;
}

.recr .message .intro .inner .text {
  border-left: 4px solid rgb(230, 0, 18);
  padding: 0 0 10px 45px;
}

.recr .message .intro .inner .text .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recr .message .intro .inner .text .ttl span {
  font-size: 15px;
  color: rgb(230, 0, 18);
  display: block;
}

.recr .message .intro .inner .text p {
  font-size: 24px;
  font-weight: 500;
}

.recr .message .intro .inner .text p span {
  font-size: 16px;
  margin-right: 20px;
}

.recr .message .item {
  text-align: center;
}

.recr .message .item .box {
  position: relative;
  margin: 40px auto 0;
  padding: 55px 0;
}

.recr .message .item .bg-text {
  position: absolute;
  font-size: 180px;
  font-weight: bold;
  font-style: italic;
  line-height: 0.8;
  color: rgba(251, 58, 50, 0.102);
  letter-spacing: 0.06em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.recr .message .item .ttl {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(230, 0, 18);
  line-height: 1.6;
  margin-bottom: 80px;
}

.recr .message .item p {
  font-size: 15px;
  line-height: 2.4;
}

.recr .message .photo img {
  width: 100%;
}

.recr .block .box > .ttl {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  color: rgb(27, 27, 27);
  padding-left: 50px;
  border-left: 4px solid rgb(230, 0, 18);
}

.recr .block .box > .ttl span {
  font-size: 15px;
  color: rgb(230, 0, 18);
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.recr .recruitments {
  padding: 80px 0;
  background-color: rgb(245, 245, 245);
}

.recr .recruitments .inner {
  padding: 45px 0 80px;
  background-color: rgb(255, 255, 255);
}

.recr .recruitments .inner .ttl {
  margin-bottom: 45px;
}

.recr .recruitments .inner .table {
  width: 90%;
  margin: 0 auto 40px;
}

.recr .recruitments .inner .table th,
.recr .recruitments .inner .table td {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}

.recr .recruitments .inner .table th {
  width: 21%;
  background-color: rgb(245, 245, 245);
  padding: 15px 20px;
  vertical-align: top;
}

.recr .recruitments .inner .table td {
  padding: 15px 15px 15px 40px;
}

.recr .recruitments .inner .more_btn {
  width: 29%;
  margin: 0 auto;
}

.recr .interview {
  padding: 90px 0 110px;
}

.recr .interview .ttl {
  margin-bottom: 65px;
}

.recr .interview .item .photo {
  width: 50%;
  position: relative;
  z-index: 2;
}

.recr .interview .item {
  display: flex;
  position: relative;
  margin-bottom: 80px;
  padding: 65px 0 55px;
}

.recr .interview .item01::before,
.recr .interview .item02::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  background-color: rgb(245, 245, 245);
  z-index: 1;
}

.recr .interview .item01::before {
  right: -80px;
}

.recr .interview .item02::before {
  left: -80px;
}

.recr .interview .item03 {
  display: block;
  padding: 0;
  margin-bottom: 60px;
}

.recr .interview .item .text {
  width: 45%;
  position: relative;
  z-index: 2;
  margin: 0 5% 0 0;
}

.recr .interview .item .text > .ttl,
.recr .interview .item03 .ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgb(220, 220, 220);
}

.recr .interview .item03 .ttl {
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.recr .interview .item .text > .ttl::before,
.recr .interview .item03 .ttl::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: rgb(230, 0, 18);
}

.recr .interview .item01 .text {
  order: 2;
  margin: 0 0 0 45px;
}

.recr .interview .item .text .inner .ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.recr .interview .item .text .inner .ttl span {
  font-size: 14px;
  display: block;
  color: rgb(230, 0, 18);
}

.recr .interview .item .text .inner p {
  margin-bottom: 30px;
}

.recr .interview .item .text .inner p:last-of-type {
  margin-bottom: 0;
}

.recr .interview .item03 .inner {
  display: flex;
}

.recr .interview .item03 .inner .text {
  margin: 0;
  order: 2;
  width: 48%;
}

.recr .interview .item03 .inner .photo {
  width: 48%;
  margin-right: 4%;
}

.recr .interview .photo-list {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}

.recr .interview .photo-list .photo {
  width: calc(100% / 4);
}

.recr .entry {
  position: relative;
  background: url("../images/recruit/bg_recruit04.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 110px 0 80px;
}

.recr .entry .ttl {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: rgb(230, 0, 18);
  margin-bottom: 50px;
}

.recr .entry .ttl span {
  font-size: 16px;
  color: rgb(27, 27, 27);
  display: block;
  margin-top: 15px;
  letter-spacing: 0.08em;
}

.recr .entry .more_btn {
  width: 41.6%;
  margin: 0 auto;
}

.recr .entry .more_btn a {
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .recr .contents {
    overflow: hidden;
  }

  .recr .page-link {
    margin-bottom: 10.938vw;
  }

  .recr .page-link ul {
    width: 100%;
  }

  .recr .page-link ul li {
    width: 48%;
    text-align: center;
  }

  .recr .page-link ul li:first-of-type,
  .recr .page-link ul li:nth-of-type(2) {
    margin-bottom: 4.688vw;
  }

  .recr .page-link ul li:nth-of-type(2) {
    border-right: 3px solid rgb(237, 236, 236);
  }

  .recr .page-link ul li a {
    font-size: 3.437vw;
    padding: 1.563vw 4.688vw;
  }

  .recr .message .intro {
    background: url(../images/recruit/bg_recruit01.jpg) no-repeat right -135px top;
    background-size: cover;
  }

  .recr .message .intro .inner {
    padding: 17.188vw 0 18.75vw;
  }

  .recr .message .intro .inner .text {
    padding: 0 0 3.125vw 4.688vw;
  }

  .recr .message .intro .inner .text .ttl {
    font-size: 4.687vw;
    margin-bottom: 1.563vw;
  }

  .recr .message .intro .inner .text p {
    font-size: 4.687vw;
  }

  .recr .message .intro .inner .text p span {
    font-size: 4.063vw;
    margin-right: 6.25vw;
  }

  .recr .message .item .bg-text {
    font-size: 21.875vw;
  }

  .recr .message .item .box {
    margin: 6.25vw auto 0;
    padding: 4.688vw 0 7.813vw;
  }

  .recr .message .item .ttl {
    font-size: 5vw;
    margin-bottom: 9.375vw;
  }

  .recr .message .item p {
    font-size: 3.75vw;
    text-align: left;
  }

  .recr .block .box > .ttl {
    font-size: 5.625vw;
    padding-left: 4.688vw;
  }

  .recr .block .box > .ttl span {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .recr .recruitments {
    padding: 10.938vw 0;
  }

  .recr .recruitments .inner {
    padding: 9.375vw 0 12.5vw;
  }

  .recr .recruitments .inner .ttl {
    margin: 0 5% 6.25vw;
  }

  .recr .recruitments .inner .table {
    margin: 0 auto 10.93vw;
  }

  .recr .recruitments .inner .table th,
  .recr .recruitments .inner .table td {
    font-size: 3.437vw;
  }

  .recr .recruitments .inner .table th {
    width: 30%;
    padding: 3.125vw 3.125vw;
  }

  .recr .recruitments .inner .table td {
    padding: 3.125vw 3.125vw 3.125vw 4.688vw;
  }

  .recr .recruitments .inner .more_btn {
    width: 90%;
  }

  .recr .interview {
    padding: 9.375vw 0 15.625vw;
  }

  .recr .interview .ttl {
    margin-bottom: 9.375vw;
  }

  .recr .interview .item {
    display: block;
    padding: 6.25vw 0 12.5vw;
    margin-bottom: 10.938vw;
  }

  .recr .interview .item .text {
    width: 100%;
  }

  .recr .interview .item01::before {
    right: -6%;
  }

  .recr .interview .item02::before {
    left: -6%;
  }

  .recr .interview .item01 .text,
  .recr .interview .item02 .text,
  .recr .interview .item03 .inner .text {
    margin: 0 0 9.375vw;
  }

  .recr .interview .item .text > .ttl,
  .recr .interview .item03 .ttl {
    font-size: 4.688vw;
    padding-bottom: 3.125vw;
    margin-bottom: 4.688vw;
  }

  .recr .interview .item .text .inner .ttl {
    font-size: 4.375vw;
    margin-bottom: 4.688vw;
  }

  .recr .interview .item .text .inner .ttl span {
    font-size: 3.75vw;
  }

  .recr .interview .item .text .inner p {
    margin-bottom: 3.125vw;
  }

  .recr .interview .item .photo {
    width: 100%;
  }

  .recr .interview .item03 {
    padding: 0;
    margin-bottom: 15.625vw;
  }

  .recr .interview .item03 .inner {
    display: block;
  }

  .recr .interview .item03 .inner .text {
    width: 100%;
  }

  .recr .interview .item03 .inner .photo {
    width: 100%;
    margin: 0;
  }

  .recr .entry {
    padding: 18.75vw 0;
  }

  .recr .entry .ttl {
    font-size: 8.125vw;
    top: -4.687vw;
    left: 50%;
    margin-bottom: 15.625vw;
  }

  .recr .entry .ttl span {
    font-size: 3.75vw;
    margin-top: 1.563vw;
  }

  .recr .entry .more_btn {
    width: 100%;
  }

  .recr .entry .more_btn a {
    padding: 4.688vw 0;
  }
}

/*-------------お問い合わせ＆応募フォーム-------------*/
.cont .top-visual {
  background: url("../images/contact/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.cont .contact-area {
  display: none;
}

.entr .top-visual {
  background: url("../images/entry/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.form .top-visual .ttl {
  max-width: 340px;
  min-width: 300px;
  width: 18.6%;
  padding: 30px 3% 40px;
}

.formtable {
  margin-bottom: 110px;
}

.formtable > p {
  font-size: 13px;
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 15px;
  margin-bottom: 60px;
}

.formtable .table {
  width: 88%;
  margin: 0 auto 60px;
}

.formtable .table tr {
  border-top: none;
}

.formtable .table tr:last-of-type {
  border-bottom: none;
}

.formtable .table th {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.07em;
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 20px;
}

.formtable .table td {
  width: 76%;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: none;
}

.formtable .table tr:last-of-type td {
  padding-bottom: 0;
}

.formtable .table td input,
.formtable .table td textarea {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid rgb(220, 220, 220);
  background-color: rgb(255, 255, 255);
}

.formtable .table td textarea {
  resize: none;
}

.formtable .submit {
  text-align: center;
}

.formtable .submit .privacy {
  font-size: 13px;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

.formtable .submit .privacy a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(27, 27, 27);
}

.formtable .submit .form_btn {
  width: 26%;
  margin: 0 auto;
}

.formtable .submit .form_btn:focus {
  outline: none;
}

.formtable .submit .form_btn:hover {
  transition: all 0.3s;
  background-color: rgb(255, 255, 255);
}

.formtable .submit .form_btn input {
  width: 100%;
  border: none;
  display: block;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 15px 0;
  color: rgb(255, 255, 255);
  background: url(../images/ic_arrow_right.png) no-repeat center right 20px;
  background-size: 7px;
  transition: all 0.3s;
  background-color: rgb(230, 0, 18);
}

.formtable .submit .form_btn:hover input {
  color: rgb(230, 0, 18);
  background: url(../images/ic_arrow_right_r.png) no-repeat center right 10px;
  letter-spacing: 0.2em;
}

.cont .formtable .table td textarea {
  height: 180px !important;
}

.entr .formtable .table td textarea {
  height: 160px !important;
}

.form .page-intro {
  margin-bottom: 40px;
}

.form .page-intro p {
  font-size: 15px;
  letter-spacing: 0.07em;
}

.cont .form-area .tel-area {
  background-color: rgb(245, 245, 245);
  padding: 25px 0;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.cont .form-area .tel-area .tel {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
}

.cont .form-area .tel-area .time {
  font-size: 14px;
}

.form .thanks-text {
  margin-bottom: 100px;
}

.thanks-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  padding: 10px 5px;
  border: 2px solid rgb(230, 0, 18);
}

.thanks-message {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .form .top-visual .ttl {
    min-width: auto;
    width: 45%;
    padding: 15px 3% 20px;
    bottom: -10.937vw;
  }

  .form .page-intro {
    margin-bottom: 4.688vw;
  }

  .form .page-intro p {
    font-size: 3.75vw;
  }

  .cont .form-area .tel-area {
    padding: 4.688vw 0;
    margin-bottom: 10.938vw;
  }

  .cont .form-area .tel-area .tel {
    font-size: 5.625vw;
  }

  .cont .form-area .tel-area .time {
    font-size: 3.438vw;
  }

  .formtable {
    margin-bottom: 18.75vw;
  }

  .formtable > p {
    font-size: 3.438vw;
    padding-top: 1.563vw;
    margin-bottom: 9.375vw;
  }

  .formtable .table {
    width: 100%;
    margin: 0 auto 25px;
  }

  .formtable .table th,
  .formtable .table td {
    display: block;
  }

  .formtable .table td {
    width: 100%;
    font-size: 3.437vw;
    padding-bottom: 4.688vw;
  }

  .formtable .table th {
    font-size: 3.437vw;
    margin-bottom: 1.563vw;
    padding-bottom: 0;
  }

  .formtable .table td input,
  .formtable .table td textarea {
    padding: 3.125vw;
  }

  .formtable .submit .privacy {
    font-size: 3.438vw;
    text-align: left;
    margin-bottom: 6.25vw;
  }

  .formtable .submit .form_btn {
    width: 100%;
  }

  .formtable .submit .form_btn a {
    font-size: 3.75vw;
    padding: 3.125vw 0;
  }

  .form .thanks-text {
    margin-bottom: 15.625vw;
  }

  .thanks-ttl {
    font-size: 4.375vw;
    margin-bottom: 4.687vw;
  }

  .thanks-message {
    font-size: 3.75vw;
  }
}

/*------------プライバシーポリシー-------------*/
.priv .top-visual {
  background: url("../images/privacy/top_visual.jpg") no-repeat center center;
  background-size: cover;
}

.priv .top-visual .ttl {
  max-width: 410px;
  min-width: 395px;
  width: 25%;
  padding: 30px 2% 40px 2%;
}

.priv .page-intro {
  margin-bottom: 70px;
}

.priv .block {
  margin-bottom: 40px;
}

.priv .block:last-of-type {
  margin-bottom: 100px;
}

.priv .block .ttl {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
}

.priv .block p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .priv .top-visual .ttl {
    min-width: inherit;
    width: 42%;
    padding: 6.25vw 2%;
  }

  .priv .page-intro {
    margin-bottom: 10.938vw;
  }

  .priv .block {
    margin-bottom: 6.25vw;
  }

  .priv .block:last-of-type {
    margin-bottom: 18.75vw;
  }

  .priv .block .ttl {
    font-size: 4.688vw;
    margin-bottom: 1.563vw;
  }
}

/*-------------reflectixページ-------------*/
.reflectix .top-visual {
  background: url("../images/reflectix/top_visual.jpg") no-repeat center center;
  background-size: cover;
  /*background-size: contain;*/
}

.sub .top-visual .rfl {
  max-width: 500px !important;
  width: 390px !important;
  padding: 30px 1% 40px 4% !important;
}

.rfximg2 {
  /* background: url("../images/reflectix/reflectix_02.png") no-repeat center left; */
  /* background-size: cover; */
  width: 306px;
  height: 270px;
  position: absolute;
  right: -30px;
}

.reflectix .message {
}

.reflectix .message .intro {
  background: url("../images/reflectix/bg_reflectix01.png") no-repeat center top;
  background-size: cover;
}

.reflectix .message .intro .inner {
  padding: 105px 0 125px;
}

.reflectix .message .intro .inner .text {
  border-left: 4px solid rgb(230, 0, 18);
  padding: 0 0 10px 45px;
}

.reflectix .message .intro .inner .text .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reflectix .message .intro .inner .text .ttl span {
  font-size: 15px;
  color: rgb(230, 0, 18);
  display: block;
}

.reflectix .message .intro .inner .text p {
  font-size: 24px;
  font-weight: 500;
}

.reflectix .message .intro .inner .text p span {
  font-size: 16px;
  margin-right: 20px;
}

.reflectix .message .item {
  text-align: center;
}

.reflectix .message .item .box {
  position: relative;
  margin: 40px auto 0;
  padding: 55px 0;
}

.reflectix .message .item .bg-text {
  position: absolute;
  font-size: 180px;
  font-weight: bold;
  font-style: italic;
  line-height: 0.8;
  color: rgba(251, 58, 50, 0.102);
  letter-spacing: 0.06em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.reflectix .message .item .ttl {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(230, 0, 18);
  line-height: 1.6;
  margin-bottom: 80px;
}

.reflectix .message .item p {
  font-size: 15px;
  line-height: 2.4;
}

.reflectix .message .photo img {
  width: 100%;
}





.rfx.headline {
  /* width: 960px; */
  background: #ebe7de;
  position: relative;
  height: 394px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rfx.mb-100.rfx-grid.pic {
  grid-template-columns: 1fr 960px 1fr !important;
  place-items: stretch !important;
}

.rfx-background-left {
  background-color: #ebe7de;
}

.rfximg-explanation {
  height: 318px;
  padding: 25px;
}

h1.rfx {
  text-align: center;
}

.rfxtitle1 {
  position: absolute;
  /* left: 177px; */
  width: 100%;
  height: 100%;
}

.rfx-images {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  width: 960px;
}

.rfx-overview-title {
  font-size: 32px !important;
  margin-bottom: 84px;
}

.rfx-grid.pic {
  display: grid;
  text-align: center;
  place-items: center;
  margin: 55px 0;
  /* width: 960px; */
}

.rfx-images > div {
  text-align: center;
  flex: 1;
  max-width: 300px;
}

.rfx-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rfx-flex .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  text-align: center;
}

.rfx-flex .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  text-align: center;
}

.rfx-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rfximg3 {
  /* background: url("../images/reflectix/reflectix_03.png"); */
  height: 200px;
  width: 300px;
}

.rfximg4 {
  height: 200px;
  width: 300px;
  /* background: url("../images/reflectix/reflectix_04.png"); */
}

.rfximg5 {
  height: 200px;
  width: 300px;
  /* background: url("../images/reflectix/reflectix_05.png"); */
}

.rfximg6 {
  height: 260px;
  width: 350px;
  /* background: url("../images/reflectix/reflectix_06.png"); */
}

.rfximg7 {
  height: 260px;
  width: 350px;
  /* background: url("../images/reflectix/reflectix_07.png"); */
}

.rfximg8 {
  height: 260px;
  width: 350px;
  /* background: url("../images/reflectix/reflectix_08.png"); */
}

.rfximg9 {
  height: 260px;
  width: 350px;
  /* background: url("../images/reflectix/reflectix_09.png"); */
}

.rfximg10 {
  height: 154px;
  width: 800px;
  /* background: url("../images/reflectix/btn_simulation.png"); */
  margin-bottom: 10px;
  cursor: pointer;
}

.rfximg11 {
  height: 128px;
  width: 367px;
  margin-bottom: 30px;
  /* background: url("../images/pc/reflectix_10.png"); */
}

.rfximg12 {
  height: 151px;
  width: 367px;
  margin-bottom: 30px;
  /* background: url("../images/pc/reflectix_11.png"); */
}

.rfximg13 {
  height: 133px;
  width: 422px;
  /* height: 151px; */
  /* width: 367px; */
  margin-bottom: 30px;
  /* height: 129px; */
  /* width: 279px; */
  /* background: url("../images/pc/reflectix_12.png"); */
}

.rfximg14 {
  height: 129px;
  width: 279px;
  margin-bottom: 30px;
  /* background: url("../images/pc/reflectix_13.png"); */
  /* margin: 0 auto; */
}

.rfx.mb-100 {
  margin-bottom: 100px;
}

.rfx-image-container {
  border: 1px solid #e6e6e6;
  height: 550px;
}

.rfx-image-container h1 {
  font: normal normal bold 24px/34px YuGothic;
  letter-spacing: -1.5px;
}

h1.rfx-after::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background-color: red;
  margin: 10px auto 30px;
}

.rfx-image-container div {
  font: normal normal 500 18px / 34px "Yu Gothic", sans-serif;
  text-align: center !important;
  letter-spacing: -0.5px;
}

.rfx-flex > .left > div {
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
}
.rfx-one {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  width: 960px;
  /* height: 410px; */
  margin-bottom: 38px;
  padding: 15px;
  box-sizing: border-box;
}

.rfx-two {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  width: 960px;
  margin-bottom: 38px;
  /* height: 410px; */
  padding: 15px;
  box-sizing: border-box;
}

.rfx-three {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  width: 960px;
  margin-bottom: 38px;
  /* height: 410px; */
  padding: 15px;
  box-sizing: border-box;
}
.rfx-iframe {
  width: 560px;
  height: 315px;
  margin-bottom: 40px;
}
.rfx-four {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  width: 960px;
  margin-bottom: 55px;
  /* height: 410px; */
  padding: 15px;
  box-sizing: border-box;
}

.rfx-merit-box {
  display: grid;
  place-items: center;
  background-color: #f5f5f5;
}

.question {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 10px;
  margin-bottom: 60px;
  grid-auto-rows: auto;
}

.question-item {
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  /* align-items: flex-start;  */
  border: 1px solid #e61f12;
  width: 476px;
  min-height: 94px;
  /* height: auto; */
  flex-direction: column;
  color: #e61f12;
}

.question-title {
  height: 94px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
 /* border-bottom: 1px solid #e61f12;*/
  margin-bottom: -1px;
  padding: 0 0 0 20px;
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
}

.question-title::before {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #e61f12;
  transform: rotate(0deg);
}

.question-title::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #e61f12;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.question-title.active::after {
  transform: rotate(0deg);
}

#rfx_anser1 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  /* overflow: hidden; */
  width: 100%;
  /* height: 0px; */
  text-align: left;
  /* max-height: 0; */
}

#rfx_anser1 > div {
  overflow: hidden;
}

#rfx_anser2 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  text-align: left;
  overflow: hidden;
  width: 100%;

  /* visibility: hidden; */
  /* border: 1px solid #e61f12; */
}
#rfx_anser2 > div {
  overflow: hidden;
}
#rfx_anser3 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  text-align: left;
  overflow: hidden;
  width: 100%;

  /* visibility: hidden; */
  /* border: 1px solid #e61f12; */
}
#rfx_anser3 > div {
  overflow: hidden;
}
#rfx_anser4 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  text-align: left;
  overflow: hidden;
  width: 100%;
  /* visibility: hidden; */
  /* border: 1px solid #e61f12; */
}
#rfx_anser4 > div {
  overflow: hidden;
}
#rfx_anser5 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  text-align: left;
  overflow: hidden;
  width: 100%;
  /* visibility: hidden; */
  /* border: 1px solid #e61f12; */
}
#rfx_anser5 > div {
  overflow: hidden;
}
#rfx_anser6 {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s grid-template-rows;
  text-align: left;
  overflow: hidden;
  width: 100%;
  /* visibility: hidden; */
  /* border: 1px solid #e61f12; */
}
#rfx_anser6 > div {
  overflow: hidden;
}
.rfx-red-button {
  width: 272px;
  height: 63px;
  background-color: #e61f12;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.rfx-red-block {
  width: 50px;
  height: 50px;
  background-color: #e61f12;
  color: #ffffff;
  font: normal normal normal 36px/0px Kozuka Gothic Pr6N;
  /* margin-bottom: 0 !important; */
}

.rfx-jisseki {
  background-color: #ebe7de;
  height: 300px;
}

.rfx-jisseki h1 {
  margin-top: 30px;
}

.rfx-experiment h1 {
  margin-top: 83px;
  margin-bottom: 40px;
  font-size: 32px !important;
}

.rfxtitle1 h1 {
  border-left: 4px solid rgb(230, 0, 18);
  padding: 0 0 0 4.688vw;
  /* padding-left: 50px; */
  height: auto;
  margin-top: 70px;
  margin-bottom: 50px;
}

.rfxtitle1 span.h2 {
  display: block;
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  font-size: 36px; 
  line-height: 63px;
  margin: 0;
  padding-bottom: 13px;
  line-height: 1.2;
}

.rfxtitle1 span.h1 {
  display: block;
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  font-size: 21px; 
  line-height: 37px;
  margin: 0;
  line-height: 1.2;
}

.rfxtitle1 p {
  margin-bottom: 0;
  letter-spacing: 0px;
}

.rfx-pdl-55 {
  padding-left: 55px;
}

.rfx-font20 {
  font-size: 20px !important;
}

.rfx-font32 {
  font-size: 32px !important;
}

.rfx-question-title {
  margin-bottom: 60px;
}

.rfx-merit-title-box {
  padding-top: 65px;
  padding-bottom: 38px;
  text-align: center;
}

.rfx-merit-title-box h1 {
  font-size: 32px !important;
}

#qustion1 {
}
#rfx_anser1 > div > div {
  padding: 10px;
  color: black;
}
#rfx_anser2 > div > div {
  padding: 10px;
  color: black;
}
#rfx_anser3 > div > div {
  padding: 10px;
  color: black;
}
#rfx_anser4 > div > div {
  padding: 10px;
  color: black;
}
#rfx_anser5 > div > div {
  padding: 10px;
  color: black;
}
#rfx_anser6 > div > div {
  padding: 10px;
  color: black;
}
.rfx-bl-4 {
  border-left: 4px solid transparent;
  padding: 0 0 3.125vw 4.688vw;
}
.rfx-mb{
  display: none;
}
.rfx-pc{
  display: block;
}
.reflectix .more_btn {
  width: 28%;
  margin: 0 auto;
}
.reflectix .more_btn a {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .rfx-mb{
    display: block;
  }
  .rfx-pc{
    display: none;
  }
  .rfximg2.rfx-mb{
    float: right;
    position: static;
  }
  .rfxtitle1 h1 {
    border-left: 4px solid rgb(230, 0, 18);
    padding: 0 0 3.125vw 4.688vw;
    /* padding-left: 50px; */
    height: auto;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .rfxtitle1 {
    /* background:url("../images/reflectix/reflectix_02.png"); */
    /* background-size: cover; */
    z-index: 10;
  }
  .rfx-background-right {
    background-color: #ebe7de;
    box-sizing: border-box;
    border: 1px solid #ebe7de;
  }
  .rfx-four {
    width: 330px;
    /* height: 500px; */
  }
  .rfx-four > .rfx-red-block {
    margin-bottom: 15px;
  }
  .rfx-flex .left {
    /* width: 140px; */
    width: 100%;
  }
  .rfx-flex .right {
    /* width: 160px; */
    width: 100%;
  }
  .rfx-flex.merit {
    display: block;
  }
  .rfximg6 {
    width: 100%;
    height: auto;
  }
  .rfximg7 {
    width: 100%;
    height: auto;
  }
  .rfximg8 {
    width: 100%;
    height: auto;
  }
  .rfximg9 {
    width: 100%;
    height: auto;
  }
  .rfximg10 {
    width: 330px;
    height: auto;
  }
  .rfximg11 {
    width: 90%;
    height: auto;
  }
  .rfximg12 {
    width: 90%;
    height: auto;
  }
  .rfximg13 {
    width: 90%;
    height: auto;
  }
  .rfximg14 {
    width: 90%;
    height: auto;
  }
  .rfx-one {
    width: 330px;
    /* height: 500px; */
  }
  .rfx-one > .rfx-red-block {
    margin-bottom: 15px;
  }
  .rfx-two {
    width: 330px;
    /* height: 500px; */
  }
  .rfx-two > .rfx-red-block {
    margin-bottom: 15px;
  }
  .rfx-three {
    width: 330px;
    /* height: 500px; */
  }
  .rfx-three > .rfx-red-block {
    margin-bottom: 15px;
  }
  .rfximg-explanation {
    width: 330px;
    box-sizing: border-box;
  }
  .rfx-images > div {
    width: 340px;
    max-width: 1000px;
  }
  .rfx-images {
    width: 360px;
    display: grid;
    place-content: center;
  }
  .question {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    margin-bottom: 60px;
  }

  .rfx.mb-100.rfx-grid.pic {
    /* grid-template-columns: 1fr 300px 1fr !important; */
    grid-template-columns: 1fr 90% 1fr !important;
    place-items: stretch !important;
  }
  .question-item {
    width: 330px;
  }
  .rfximg3 {
    height: auto;
    width: 330px;
    margin: 5px auto 0 auto;
  }

  .rfximg4 {
    height: auto;
    width: 330px;
    margin: 5px auto 0 auto;
  }
  .rfximg5 {
    height: auto;
    width: 330px;
    margin: 5px auto 0 auto;
  }
  .rfx.headline {
    height: 520px;
  }
  .rfximg2 {
    height: auto;
    width: 50%;
    /* top: 380px; */
    z-index: 1;
    right: -20px;
  }
  .sub .top-visual .rfl {
    max-width: 260px !important;
    width: 260px !important;
    padding: 10px 3% 10px;
  }
  .rfxtitle1 span.h2 {
    /* font-size: 20px; */
    font-size: 4.687vw;
    font-weight: bold;
  }
  .rfxtitle1 span.h1 {
    /* font-size: 16px; */
    font-size: 4.687vw;
  }
  .rfx-font20 {
    font-size: 14px !important;
  }
  .question-title {
    font-size: 14px;
    margin-bottom: -1px !important;
  }
  .question-title::before {
    right: 30px;
  }
  .question-title::after {
    right: 30px;
  }
  #rfx_anser1 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }

  #rfx_anser2 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }

  #rfx_anser3 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }

  #rfx_anser4 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }

  #rfx_anser5 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }

  #rfx_anser6 > div {
    font-size: 14px;
    /* padding: 10px; */
    /* color: black; */
  }
  .rfx-iframe {
    width: 300px;
    height: 168px;
  }

	.reflectix .message .intro {
   background: url(../images/reflectix/bg_reflectix01.png) no-repeat right -600px top;
   background-size: cover;
	}
  	.reflectix .message .intro .inner .text .ttl {
    font-size: 4.687vw;
    margin-bottom: 1.563vw;
	}

  	.reflectix .message .intro .inner .text p {
    font-size: 4.687vw;
	}

	.reflectix .message .intro .inner {
  	padding: 80px 0 80px;
	}
	.rfx-overview-title {
	  font-size: 28px !important;
	  margin-bottom: 40px;
	}
	.rfx-merit-title-box h1 {
  	font-size: 28px !important;
	}
	.rfx-experiment h1 {
  	margin: 40px 0;
  	font-size: 28px !important;
	}
	.reflectix .more_btn {
    width: 90%;
 	}
	.reflectix .more_btn a {
    padding: 4.688vw 0;
  	}
}

.aaaa {
  background: url(../images/slider/p_slider01_sp.jpg) no-repeat center center;
  background-size: cover;
}
