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

.mv .copy {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 80%;
  max-width: 655px;
}

.mv .swiper-container {
  width: 100%;
  position: relative;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-container {
  position: relative;
}

.swiper-container:before {
  width: 100%;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 6s linear 0s;
  animation: zoomUp 6s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-img {
  height: 70vh;
  /*   min-height: 700px; */
}

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

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

@media print, screen and (min-width: 768px) {
  .slide-img {
    height: 80vh;
    min-height: 700px;
  }

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

  .slide02 .slide-img {
    background: url(../img/main02md.jpg) no-repeat no-repeat top/cover;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .copy {
    position: absolute;
    top: 50%;
    left: 14.286vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 655px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  .slide01 .slide-img {
    background: url(../img/main01.jpg) no-repeat top/cover;
  }

  .slide02 .slide-img {
    background: url(../img/main02.jpg) no-repeat top/cover;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  about
++++++++++++++++++++++++++++++++++++++++++++++
*/
.about {
  padding: 50px 20px;
  background: url(../img/company_bg.jpg) no-repeat center/cover;
}
.about .title_box::before {
  background-image: url(../img/Company.png);
}
.about p {
  padding-top: 30px;
  font-size: 1.4rem;
}
.about .about__table {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.17);
          box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.17);
  padding: 20px 20px 40px;
  margin-top: 40px;
}
.about .company__table {
  font-size: 1.4rem;
  width: 100%;
  vertical-align: middle;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
.about .company__table th {
  font-weight: normal;
  padding: 20px 20px 0;
  text-align: left;
  font-weight: 700;
}
.about .company__table td {
  padding: 10px 20px 20px;
  text-align: left;
}
.about .company__table td ul li:first-child {
  padding-bottom: 20px;
}
.about .company__table tr {
  border-bottom: 1px solid #dddddd;
}

.about__bottom {
  background: url(../img/img01.jpg) no-repeat center/cover;
  padding-top: 40%;
}

@media screen and (max-width: 1023px) {
  .about .company__table th {
    display: block;
  }
  .about .company__table td {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .about {
    padding: 60px 0 100px;
  }
  .about p {
    padding-top: 50px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
  }
  .about .about__table {
    padding: 40px 20px 40px;
    margin-top: 80px;
  }
  .about .company__table {
    max-width: 700px;
    margin: 0 auto;
    vertical-align: middle;
  }
  .about .company__table th {
    width: 30%;
    font-weight: normal;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
  }
  .about .company__table td {
    padding: 20px;
  }

  .about__bottom {
    padding-top: 28%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  business
++++++++++++++++++++++++++++++++++++++++++++++
*/
.business {
  padding: 50px 0;
}
.business .business_wrap {
  padding: 0 20px;
}
.business .title_box::before {
  background-image: url(../img/Business.png);
}
.business .item {
  padding-top: 40px;
}
.business .item .item__text {
  padding: 0 20px;
}
.business .item .item__text .text__box {
  padding: 20px 0 30px;
}
.business .item .item__text .text__box ul {
  padding-top: 20px;
  font-size: 1.4rem;
}
.business .item__bottom .list__item {
  text-align: center;
  padding: 20px;
  /*       .second ul {
    width: 50%;
  } */
  /*       .bottom__list02 {
    margin: 0 auto;
  } */
}
.business .item__bottom .list__item h4 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 20px 0;
}
.business .item__bottom .list__item .list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*         ul {
    width: 50%;
  } */
}
.business .item__bottom .list__item ul {
  text-align: left;
  display: inline-block;
  font-size: 1.2rem;
  padding-right: 30px;
}
.business .item__bottom .list__item ul:last-child {
  padding-right: 0;
}
.business .item__bottom .list__item ul p {
  font-size: 11px;
}
.business .item__bottom .list__item ul li:first-child {
  font-weight: bold;
}
.business .item__bottom .border {
  border-bottom: 1px solid #ddd;
}
.business .item__bottom .bottom__list {
  padding: 0 20px;
}

@media print, screen and (min-width: 1024px) {
  .business {
    padding: 100px 0 100px;
    margin-top: -50px;
  }
  .business .business_wrap {
    padding: 0;
  }
  .business .business__items {
    padding-top: 40px;
  }
  .business .item {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 270px;
    position: relative;
  }
  .business .item .item__text {
    padding: 0;
    width: 60%;
    margin-left: auto;
    padding-left: 40px;
  }
  .business .item .item__text .text__box {
    padding: 30px 0 0;
  }
  .business .item .item__text .text__box ul {
    font-size: 1.4rem;
  }
  .business .item .item__text .text__box ul li:last-child {
    font-size: 1.2rem;
  }
  .business .item .item__img {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin: 0;
    width: 40%;
    max-height: 270px;
  }
  .business .item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 270px;
  }
  .business .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 100px;
  }
  .business .item:nth-child(even) .item__text {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 40px;
  }
  .business .item:nth-child(even) .item__text .text__box {
    padding: 30px 0 0;
  }
  .business .item:nth-child(even) .item__text .text__box ul {
    padding-top: 30px;
    font-size: 1.4rem;
  }
  .business .item:nth-child(even) .item__img {
    left: auto;
    right: 0;
  }
  .business .item:nth-child(3) .item__text {
    width: 100%;
    padding-left: 400px;
  }
  .business .item__bottom {
    padding: 100px 0;
  }
  .business .item__bottom .list__item {
    padding: 0;
  }
  .business .item__bottom .list__item h4 {
    font-size: 1.8rem;
    padding: 30px 0;
  }
  .business .item__bottom .list__item .list__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .business .item__bottom .list__item .list__flex ul {
    width: auto;
  }
  .business .item__bottom .list__item .list__flex ul:first-child {
    padding-right: 30px;
  }
  .business .item__bottom .list__item .list__flex:last-child {
    padding-left: 100px;
  }
  .business .item__bottom .list__item .list__flex:last-child ul {
    width: 50%;
  }
  .business .item__bottom .list__item ul {
    text-align: left;
    display: inline-block;
    font-size: 1.2rem;
  }
  .business .item__bottom .list__item .bottom__list02 {
    padding-left: 40px;
  }
  .business .item__bottom .border {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
  .business .item__bottom .bottom__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business .item__bottom .bottom__list .bottom__item {
    width: 50%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  worker
++++++++++++++++++++++++++++++++++++++++++++++
*/
.worker .worker__head {
  background: url(../img/img05.jpg) no-repeat center/cover;
  color: #fff;
  padding: 50px 20px;
  position: relative;
}
.worker .worker__head::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f43b47), color-stop(80%, #453a94));
  background: linear-gradient(90deg, #f43b47 20%, #453a94 80%);
  opacity: 0.85;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.worker .worker__head .head__inr {
  position: relative;
}
.worker .worker__head p {
  padding-top: 30px;
}
.worker .worker__head .title_box::before {
  background-image: url(../img/Dispatch.png);
  top: 0;
  left: 160px;
}
.worker .worker__head .content__title {
  text-align: left;
}
.worker .worker__head .content__title::before, .worker .worker__head .content__title::after {
  background-color: #fff;
}
.worker .worker__head .content__title::after {
  display: none;
}
.worker .worker__head .content__title::before {
  left: 52%;
}
.worker .worker__head .content__title .title_line {
  padding: 0;
}
.worker .worker__head .content__title .title_line::before, .worker .worker__head .content__title .title_line::after {
  background-color: #fff;
}
.worker .worker__head .content__title .title_line::before {
  display: none;
}
.worker .worker__head .content__title .title_line::after {
  right: 48%;
}
.worker .worke__inr {
  padding: 50px 20px;
}
.worker .worke__inr .inr__box .sub__title {
  padding-bottom: 20px;
  line-height: 1.6;
}
.worker .worke__inr table {
  font-size: 1.4rem;
  width: 100%;
  vertical-align: middle;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  border-collapse: collapse;
}
.worker .worke__inr table th {
  font-weight: normal;
  padding: 20px;
  text-align: left;
  font-weight: 700;
  border: 1px solid #dddddd;
}
.worker .worke__inr table td {
  padding: 20px;
  border: 1px solid #dddddd;
}
.worker .worke__inr .box01 .box01__table {
  margin: 20px 0;
}
.worker .worke__inr .box01 .box01__table th {
  background-color: #333333;
  color: #fff;
}
.worker .worke__inr .box01 .box01__list {
  font-size: 1.3rem;
  background: url(../img/list_bg.png) no-repeat center/cover;
  padding: 20px 10px;
  margin-top: 20px;
  line-height: 2.2;
}
.worker .worke__inr .box01 .box01__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.worker .worke__inr .box01 .box01__list li::before {
  content: "◆";
}
.worker .worke__inr .box02 {
  padding-top: 40px;
}
.worker .worke__inr .box02 .sp__comment {
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #c5c5c5;
}
.worker .worke__inr .box02 .table__scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}
.worker .worke__inr .box02 .box02__table {
  margin-bottom: 20px;
  text-align: center;
}
.worker .worke__inr .box02 .box02__table th {
  background-color: #333333;
  color: #fff;
  text-align: center;
}
.worker .worke__inr .box02 .box02__table tr:first-child th {
  border-left: 1px solid #333333;
}
.worker .worke__inr .box02 .box02__table tr .border-right {
  border-right: 1px solid #333333;
}
.worker .worke__inr .box03 {
  padding-top: 40px;
}
.worker .worke__inr .box03 .box03__list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  height: 100px;
}
.worker .worke__inr .box03 .box03__list .list__item li:first-child {
  width: 40%;
  max-width: 100px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.worker .worke__inr .box03 .box03__list .list__item li:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 1023px) {
  .worke__inr .box01 .box01__table th {
    display: block;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
  }
  .worke__inr .box01 .box01__table td {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .worker .worker__head {
    padding: 80px 0;
  }
  .worker .worker__head p {
    padding-top: 50px;
  }
  .worker .worker__head .title_box {
    text-align: left;
  }
  .worker .worker__head .title_box::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .worker .worker__head .content__title {
    text-align: left;
  }
  .worker .worker__head .content__title::before, .worker .worker__head .content__title::after {
    background-color: #fff;
  }
  .worker .worker__head .content__title::after {
    display: none;
  }
  .worker .worker__head .content__title::before {
    top: 51%;
    left: 265px;
  }
  .worker .worker__head .content__title .title_line {
    padding: 0;
  }
  .worker .worker__head .content__title .title_line::before, .worker .worker__head .content__title .title_line::after {
    background-color: #fff;
    top: 52%;
  }
  .worker .worker__head .content__title .title_line::before {
    display: none;
  }
  .worker .worker__head .content__title .title_line::after {
    right: -20px;
  }
  .worker .worke__inr {
    padding: 80px 0;
  }
  .worker .worke__inr .inr__box .sub__title {
    padding-bottom: 40px;
  }
  .worker .worke__inr .box01 .box01__table {
    margin: 40px 0;
  }
  .worker .worke__inr .box01 .box01__table th {
    width: 30%;
    font-weight: normal;
    text-align: center;
  }
  .worker .worke__inr .box01 .box01__table td {
    width: 70%;
    text-align: center;
  }
  .worker .worke__inr .box01 .box01__list {
    font-size: 1.4rem;
    padding: 40px 20px;
    margin-top: 40px;
    line-height: 2.4;
  }
  .worker .worke__inr .box02 {
    padding-top: 80px;
  }
  .worker .worke__inr .box02 .sp__comment {
    display: none;
  }
  .worker .worke__inr .box02 .table__scroll {
    overflow-x: auto;
    margin-top: 40px;
  }
  .worker .worke__inr .box02 .box02__table {
    margin-bottom: 0;
  }
  .worker .worke__inr .box02 .box02__table th {
    font-weight: normal;
    width: 25%;
  }
  .worker .worke__inr .box03 {
    padding-top: 80px;
  }
  .worker .worke__inr .box03 .box03__list {
    padding: 0 20px;
  }
  .worker .worke__inr .box03 .box03__list .list__item {
    padding-bottom: 20px;
  }
  .worker .worke__inr .box03 .box03__list .list__item li:first-child {
    width: 200px;
    max-width: 200px;
    text-align: center;
    padding-right: 0;
  }
  .worker .worke__inr .box03 .box03__list .list__item:last-child {
    padding-bottom: 0;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                 recruit
++++++++++++++++++++++++++++++++++++++++++++++
*/
.recruit {
  padding: 50px 20px;
  background: url(../img/img06.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
}
.recruit::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f43b47), color-stop(80%, #453a94));
  background: linear-gradient(90deg, #f43b47 20%, #453a94 80%);
  opacity: 0.85;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit .recruit__inr {
  position: relative;
}
.recruit .title_box {
  padding-bottom: 30px;
}
.recruit .title_box::before {
  background-image: url(../img/Recruit.png);
  top: 0;
}
.recruit .content__title::before {
  left: 62%;
}
.recruit .content__title::after {
  right: 62%;
}
.recruit .content__title .title_line::before {
  left: 38%;
}
.recruit .content__title .title_line::after {
  right: 38%;
}
.recruit .content__title::before, .recruit .content__title::after {
  background-color: #fff;
}
.recruit .content__title .title_line::before, .recruit .content__title .title_line::after {
  background-color: #fff;
}
.recruit .recruit__box {
  color: #333333;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  margin-top: 30px;
  text-align: center;
}
.recruit .recruit__box ul {
  display: inline-block;
}
.recruit .recruit__box ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
.recruit .recruit__box ul li:first-child {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
.recruit .recruit__box ul li:last-child {
  padding-top: 10px;
}
.recruit .recruit__box ul li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .recruit__box ul li:last-child a span {
  padding-left: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
}
.recruit .recruit__box ul li:last-child a:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 1024px) {
  .recruit {
    padding: 80px 0;
    text-align: center;
  }
  .recruit .title_box {
    padding-bottom: 30px;
  }
  .recruit .content__title::before {
    left: 110px;
  }
  .recruit .content__title::after {
    right: 110px;
  }
  .recruit .content__title .title_line::before {
    left: 0;
  }
  .recruit .content__title .title_line::after {
    right: 0;
  }
  .recruit .content__title::before, .recruit .content__title::after {
    background-color: #fff;
  }
  .recruit .content__title .title_line::before, .recruit .content__title .title_line::after {
    background-color: #fff;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  contact
++++++++++++++++++++++++++++++++++++++++++++++
*/
.contact {
  padding: 50px 20px;
  text-align: center;
  background-color: #f2f2f2;
}
.contact .title_box {
  padding-bottom: 30px;
}
.contact .title_box::before {
  background-image: url(../img/Contact.png);
  top: 0;
}
.contact .content__title::before {
  left: 75%;
}
.contact .content__title::after {
  right: 75%;
}
.contact .content__title .title_line::before {
  left: 25%;
}
.contact .content__title .title_line::after {
  right: 25%;
}

.formtable {
  width: 100%;
  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: #bc2626;
  font-weight: normal;
}

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

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

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

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

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

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

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

.kojin__checkbox {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.kojin__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kojin__checkbox label input {
  width: 20px;
}

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

.kojin_checkbox:hover {
  cursor: pointer;
}

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

.submit-btn input {
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #333333;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  border-radius: 10px;
}
.submit-btn input:hover {
  background-color: #3e3a39;
}

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;
}

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

/*ラジオボタンの装飾*/
.contact01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 26px;
  position: relative;
  width: auto;
}

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

.contact01::after {
  background: #333333;
  border: 4px solid #dddddd;
  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 {
  opacity: 1;
}

.radio__wrap {
  text-align: left;
}

/*1023px以下　テーブルの行*/
@media screen and (max-width: 1023px) {
  .formtable th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
    font-weight: bold;
  }

  .formtable td {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact {
    padding: 70px 0 100px;
  }
  .contact .contact_line {
    font-size: 2rem;
    margin: 60px auto;
  }
  .contact .contact_line img {
    width: 60px;
    vertical-align: middle;
    margin-right: 40px;
  }
  .contact .contact_line span {
    padding: 30px 0;
  }
  .contact .content__title::before {
    left: 250px;
  }
  .contact .content__title::after {
    right: 250px;
  }
  .contact .content__title .title_line::before {
    left: 0;
    top: 55%;
  }
  .contact .content__title .title_line::after {
    right: 0;
    top: 55%;
  }

  .formtable th {
    width: 30%;
  }

  .formtable td {
    width: 70%;
  }

  .submit_btn input,
.submit-btn input {
    height: 60px;
    line-height: 60px;
  }

  .thanks .contact {
    padding-top: 200px;
  }
}
/*# sourceMappingURL=style.css.map */