@charset "UTF-8";
/*
+++++++++++++++++++++++++++++++++++++++++
                 mv
++++++++++++++++++++++++++++++++++++++++++++++
*/
.hero__area {
  position: relative;
  width: 100%;
  height: 90vh;
}

.mv {
  width: 100%;
  position: relative;
  padding-top: 60px;
  height: 100%;
}

.mv .copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mv .copy .copy_img {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.mv .swiper-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide-img {
  height: 100%;
}

.slide01 .slide-img {
  background: url(../img/main01sp.jpg) no-repeat center/cover;
}

.slide02 .slide-img {
  background: url(../img/main02sp.jpg) no-repeat center/cover;
}

.partner__icon {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url(../img/buttun.svg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.3s;
}

.partner__icon a {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: block;
}

.partner__icon a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: -15px;
  left: 42%;
  transform: rotate(135deg);
}

.partner__icon:hover {
  transform: scale(1.1, 1.1);
}

@media print, screen and (min-width: 768px) {
  .slide-img {
    height: 80vh;
    /*     min-height: 800px; */
  }
}
@media print, screen and (min-width: 1024px) {
  .mv {
    padding-top: 80px;
  }
  .mv .copy {
    width: 100%;
    max-width: 700px;
  }
  .mv .copy .copy_img {
    width: 100%;
    max-width: 700px;
  }
  .slide01 .slide-img {
    background: url(../img/main01.jpg) no-repeat center/cover;
  }
  .slide02 .slide-img {
    background: url(../img/main02.jpg) no-repeat center/cover;
  }
  .partner__icon {
    position: absolute;
    bottom: 100px;
    right: 3.57%;
    width: 130px;
    height: 130px;
  }
  .partner__icon a {
    font-weight: bold;
  }
  .partner__icon a p {
    font-size: 1.8rem;
  }
  .partner__icon a::after {
    bottom: -20px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__company
++++++++++++++++++++++++++++++++++++++++++++++
*/
.read__p p {
  color: #e83e0b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

.text__box {
  margin-top: 20px;
  text-align: center;
}

.text__box p {
  display: inline-block;
  text-align: left;
}

.t__company {
  padding: 0 20px;
}

.t__company .flex02 {
  margin-top: 40px;
}

.t__company .flex02 .flex__text {
  padding-top: 50px;
}
.t__company .flex02 .flex__text p {
  padding-bottom: 10px;
}
.t__company .flex02 .flex__text .name {
  display: block;
  text-align: right;
  font-size: 1.5rem;
}

.t__company .table_wrap {
  margin-top: 30px;
}

@media print, screen and (min-width: 1024px) {
  .read__p p {
    font-size: 2.4rem;
  }
  .text__box {
    margin-top: 40px;
  }
  .text__box p {
    display: block;
  }
  .t__company {
    padding: 0 20px;
  }
  .t__company .flex02 {
    margin-top: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .t__company .flex02 .flex__img {
    width: 47%;
  }
  .t__company .flex02 .flex__text {
    width: 41%;
    padding-top: 60px;
  }
  .t__company .flex02 .flex__text .text__box p {
    line-height: 2.5;
  }
  .t__company .table_wrap {
    margin-top: 80px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__business
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__business {
  overflow: hidden;
}

.t__business .business__flex {
  position: relative;
}

.t__business .business__flex .bg__copy {
  position: absolute;
  bottom: -30px;
  right: -10px;
  width: 85.71%;
  margin-left: auto;
}

.t__business .business__flex .bg__copy img {
  width: 100%;
  opacity: 0.7;
}

.t__business .main__title {
  padding: 0 20px;
}

.t__business .flex02 {
  margin-top: 40px;
  padding: 0 20px;
}

.t__business .flex02 .flex__text {
  padding-top: 50px;
}

.t__business .flex02 .flex__img {
  z-index: 1;
}

.t__business .business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}

.t__business .business__list li {
  background: url(../img/top_img03.png) no-repeat center center/cover;
  width: 42%;
  max-width: 260px;
  aspect-ratio: 4/4;
  border-radius: 50%;
  position: relative;
  margin: 15px 10px 0;
}

.t__business .business__list li:nth-child(2) {
  background: url(../img/top_img04.png) no-repeat center center/cover;
}

.t__business .business__list li:nth-child(3) {
  background: url(../img/top_img05.png) no-repeat center center/cover;
}

.t__business .business__list li:nth-child(4) {
  background: url(../img/top_img06.png) no-repeat center center/cover;
}

.t__business .business__list li:nth-child(5) {
  background: url(../img/top_img07.png) no-repeat center center/cover;
}

.t__business .business__list li p {
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.t__business .business__list li p span {
  display: block;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
}

@media print, screen and (min-width: 1024px) {
  .t__business .business__flex .bg__copy {
    bottom: -20%;
    width: 71.43%;
  }
  .t__business .flex02 {
    margin-top: 60px;
    align-items: center;
  }
  .t__business .flex02 .flex__text {
    width: 42%;
    padding-top: 0;
  }
  .t__business .flex02 .flex__img {
    width: 47%;
  }
  .t__business .business__list {
    max-width: 900px;
    margin: 60px auto 0;
    padding: 0;
  }
  .t__business .business__list li {
    width: 260px;
    height: 260px;
    position: relative;
    margin: 20px 20px 0;
  }
  .t__business .business__list li p {
    font-size: 2.4rem;
  }
  .t__business .business__list li p span {
    font-size: 1.2rem;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__works
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__works {
  position: relative;
}
.t__works .works__lists {
  position: relative;
  z-index: 2;
  padding: 0 20px 40px;
  margin: 30px 20px 0;
  background-color: #fff;
}
.t__works .works__lists .works__list {
  padding-top: 30px;
}
.t__works .works__lists .works__list p {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t__works .works__lists .works__list p::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #ececec;
}
.t__works .works__lists .works__list ul {
  margin-top: 20px;
}
.t__works .works__lists .works__list li {
  font-size: 1.4rem;
}

.t__works .main__title {
  padding-left: 20px;
}

.t__works .bg__copy {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 85.71%;
  margin-left: auto;
}

.t__works .bg__copy img {
  width: 100%;
  opacity: 0.7;
}

.t__works .works__slider {
  padding: 30px 20px 0;
  position: relative;
  z-index: 2;
}

.t__works .works__slider p {
  background-color: #2c2a28;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
}

.t__works .works__slider .swiper-slide img {
  width: 100%;
}

.t__works .works__slider .swiper__buttons {
  position: absolute;
  top: 0;
  right: 50px;
}

.t__works .works__slider .swiper-button-prev,
.t__works .works__slider .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 20px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background-size: contain;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  top: 55%;
}

.t__works .works__slider .swiper-button-next {
  background-image: url(../img/arrow.svg);
  right: 0;
  opacity: 1;
  margin-right: 10px;
}

.t__works .works__slider .swiper-button-next:hover {
  transform: scale(1.2, 1.2);
}

.t__works .works__slider .swiper-button-prev {
  background-image: url(../img/arrow.svg);
  transform: scale(-1, 1);
  left: 0;
  opacity: 1;
}

.t__works .works__slider .swiper-button-prev:hover {
  transform: scale(-1.2, 1.2);
}

@media print, screen and (min-width: 768px) {
  .t__works .works__lists .works__list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .t__works .works__lists .works__list li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .t__works .works__lists {
    padding: 30px 50px 60px;
    width: 71.43%;
    max-width: 1400px;
    min-width: 1000px;
    margin: 40px auto 0;
  }
  .t__works .works__lists .works__list li {
    width: 33%;
  }
  .t__works .main__title {
    margin-left: 14.29%;
    padding-left: 20px;
  }
  .t__works .bg__copy {
    left: -20px;
    width: 71.43%;
  }
  .t__works .works__slider .swiper__buttons {
    top: -10px;
    right: 70px;
  }
  .t__works .works__slider .swiper-button-prev,
.t__works .works__slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  loop__slider
++++++++++++++++++++++++++++++++++++++++++++++
*/
.loop__slider .loop-slide {
  width: 100%;
}

.loop__slider .loop-slide .swiper-wrapper {
  transition-timing-function: linear;
}

.loop__slider .loop-slide .swiper-slide {
  margin-right: 10px;
  width: 45%;
}

@media print, screen and (min-width: 1024px) {
  .loop__slider .loop-slide .swiper-slide {
    width: 28.57%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  t__recruit
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__recruit {
  padding: 0 20px;
}

.t__recruit .recruit__table {
  margin-top: 60px;
}

.t__recruit .recruit__table .table_wrap {
  margin-top: 20px;
}

.t__partner {
  padding: 0 20px;
}

.t__partner .partner__box {
  margin-top: 60px;
}

.t__partner .bg__copy {
  bottom: -20%;
  width: 71.43%;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                  t__about
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__sdgs {
  background: #f8f8f8;
}

.t__sdgs .sdgs__img {
  overflow: hidden;
  position: relative;
}

.t__sdgs .sdgs__img::after {
  content: "";
  display: block;
  padding-top: 40%;
}

.t__sdgs .sdgs__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.t__sdgs .sdgs__inr {
  padding: 40px 20px;
}

.t__sdgs .flex02 {
  margin-top: 40px;
}

.t__sdgs .flex02 .flex__text {
  padding-top: 20px;
}

.t__sdgs .flex02 .flex__img {
  background-color: #fff;
  padding: 10px 20px;
}

.t__sdgs .sdgs__list {
  margin-top: 40px;
}

@media print, screen and (min-width: 1024px) {
  .t__sdgs .sdgs__img::after {
    padding-top: 12.85%;
  }
  .t__sdgs .sdgs__inr {
    padding: 80px 20px;
  }
  .t__sdgs .flex02 {
    margin-top: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .t__sdgs .flex02 .flex__img {
    width: 47%;
  }
  .t__sdgs .flex02 .flex__text {
    width: 41%;
    padding-top: 80px;
  }
  .t__sdgs .flex02 .flex__text .text__box p {
    line-height: 2.5;
  }
  .t__sdgs .sdgs__list {
    margin-top: 60px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  contact
++++++++++++++++++++++++++++++++++++++++++++++
*/
.t__contact {
  padding: 50px 20px;
  background: url(../img/contact_bg.jpg) no-repeat center center/cover;
}

.t__contact .contact__inr {
  background-color: #fff;
  padding: 50px 30px;
}

.t__contact .contact__text {
  display: inline-block;
  padding: 20px 0 30px;
}

.t__contact .contact__text p {
  text-align: left;
}

.formtable {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: collapse;
}

.formtable th {
  padding: 20px;
  vertical-align: middle;
  font-weight: normal;
  font-weight: 700;
}

.formtable td {
  padding: 20px;
}

.red {
  font-size: 14px;
  color: #ff0000;
  font-weight: normal;
}

.formtable .boxm,
.formtable textarea {
  width: 100%;
  padding: 10px 12.5px;
  transition: all 0.5s;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #e9ebf2;
  background-color: #e9ebf2;
}

.formtable .boxm:focus,
.formtable textarea:focus {
  border: 1px solid #1d4094;
  outline: 0;
}

.contact__policy {
  line-height: 2;
  padding: 0 20px;
}

.contact__policy h3 {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  font-weight: bold;
}

.policy__box {
  max-width: 740px;
  width: 100%;
  height: 200px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  overflow: auto;
  box-sizing: border-box;
}

.policy__box p {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: left;
}

.contact__check {
  font-size: 14px;
  text-align: center;
  font-size: 1.3rem;
}

.kojin__checkbox {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

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

.kojin__checkbox label input {
  width: 20px;
}

.kojin__checkbox p {
  line-height: 1.6;
  text-align: center;
}

.kojin_checkbox input {
  margin-right: 10px;
}

.kojin_checkbox:hover {
  cursor: pointer;
}

.submit-btn {
  width: 300px;
  margin: 20px auto;
}

.submit-btn input {
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  background-color: #1d4094;
}

.submit-btn input:hover {
  background-color: #000000;
}

* input[type=radio] {
  display: none;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #ddd;
}

/* Firefox */
::-moz-placeholder {
  color: #ddd;
}

/* IE */
:-ms-input-placeholder {
  color: #ddd;
}

.thanks .contact {
  padding-top: 120px;
}

/*ラジオボタンの装飾*/
.contact01,
.contact02,
.contact03 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 26px;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
}

.dd_flex {
  display: flex;
  flex-wrap: wrap;
}

.contact01::before,
.contact02::before,
.contact03::before {
  background: #fff5ef;
  border: 1px solid #fff5ef;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.contact01::after,
.contact02::after,
.contact03::after {
  background: #e83e0b;
  border: 5px solid #fff5ef;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

input[type=radio]:checked + .contact01::after,
input[type=radio]:checked + .contact02::after,
input[type=radio]:checked + .contact03::after {
  opacity: 1;
}

.radio__wrap {
  text-align: left;
}

.thanks .contact {
  padding-top: 120px;
}

/*1023px以下　テーブルの行*/
@media screen and (max-width: 1023px) {
  .formtable th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
  }
  .formtable td {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
  }
  .formtable tr:nth-child(8) td {
    text-align: left;
  }
  .radio-input .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .t__contact {
    margin-top: 0;
    padding: 100px 0;
  }
  .t__contact .contact__inr {
    padding: 80px 8.33%;
  }
  .t__contact .contact__text {
    padding: 60px 0;
  }
  .formtable {
    position: relative;
    z-index: 1;
  }
  .formtable th {
    width: 30%;
    text-align: right;
    font-weight: normal;
  }
  .formtable td {
    width: 70%;
  }
  .submit_btn input,
.submit-btn input {
    height: 60px;
    line-height: 60px;
  }
  .thanks .contact {
    padding-top: 200px;
  }
  .contact__policy h3 {
    font-weight: normal;
  }
  .contact01,
.contact02,
.contact03 {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */