@charset "UTF-8";
/*----------------------------------
        setting
----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, address, em, img, q, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tr, th, td, article, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  /*------------------------
  300	Light
  400	Normal (Regular)
  500	Medium
  700	Bold
  900	Black (Heavy)
  ------------------------*/
}

html, body {
  min-width: 1000px;
  color: #000;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

/*----------------------------------
        content
----------------------------------*/
h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*--------header------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  padding: 10px;
}

.header_box{
	display: inline-flex;
  justify-content: flex-end;
	height: 80px;
  padding: 0 0 0 20px;
}
.header_box {display: flex;}
.header_box  dl{
	padding: 8px 20px 0 45px;
	background: url("../img/icon_tel_free.svg") no-repeat 0 center;
  background-size: 40px 23px;
}
.header_box  dl dt{font-size: 13px;font-weight: 500; line-height: 1; text-align: center;}
.header_box  dl dd{font-size: 12px; line-height: 1; text-align: center;}
.header_box  dl dd span{
	display: block;padding: 2px 0 2px;
	color: #ff6a00;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.header_box a.link1{
	display: block;
	width: 220px;
	height: 80px;
  line-height: 1.5;
	padding: 10px;
	background: #4ed3e5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
.header_box a.link2{
	display: block;
	width: 200px;
	height: 80px;
  line-height: 1.5;
	padding: 10px;
	background: #ff6a00;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}

/*--------main------------------------*/
/*--------mv------------------------*/
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv a > img {
  width: 220px;
  position: absolute;
  right: 50px;
}

/*--------work------------------------*/
.work {
  padding: 20px 0;
}
.work h2 {
  background-color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 25px 0;
}
.work .work_img {
  width: 100%;
}
.work .wrapper .top {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}
.work .wrapper .check_box {
  background-color: #28C81E;
  border: 10px solid #fff;
  padding: 30px 0 15px 20px;
  position: relative;
}
.work .wrapper .check_box .check {
  width: 30px;
  margin-right: 10px;
}
.work .wrapper .check_box p {
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.work .wrapper .check_box .person {
  width: 120px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.work .wrapper .work_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
}
.work .wrapper .work_box .box_green, .work .wrapper .work_box .box_blue {
  width: 45%;
  padding: 0 25px 10px 25px;
  background-color: #fff;
  border: 4px solid #28C81E;
}
.work .wrapper .work_box .box_green .person, .work .wrapper .work_box .box_blue .person {
  margin: -40px auto 0;
  display: block;
}
.work .wrapper .work_box .box_green .no, .work .wrapper .work_box .box_blue .no {
  display: -webkit-flex;
  display: flex;
}
.work .wrapper .work_box .box_green .no img, .work .wrapper .work_box .box_blue .no img {
  height: 28px;
  margin: 0 15px 0 0;
}
.work .wrapper .work_box .box_green .no P, .work .wrapper .work_box .box_blue .no P {
  margin-bottom: 20px;
}
.work .wrapper .work_box .box_green .no P span, .work .wrapper .work_box .box_blue .no P span {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.work .wrapper .work_box .box_blue {
  border: 4px solid #0073BE;
}
.work .wrapper .work_box .box_blue .no p span {
  background: none;
  font-size: 18px;
  font-weight: 400;
}
.work .wrapper .work_box .arrow {
  position: absolute;
  width: 34px;
  top: calc(50% - 35px);
  left: calc(50% - 17px);
}

.work_support {
  width: 100%;
  background-color: #F0F0F0;
  margin-top: 40px;
  padding: 40px;
}

.work_support .work_support_inner {
  width: 1000px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 28px;
}
.work_support .work_support_inner h3 {
  margin-bottom: 20px;
}
.work_support .work_support_inner p {
  font-size: 18px;
  text-align: center;
}

.link_wrapper {
  text-align: center;
  margin: 60px auto;
}
.sns_share ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sns_share ul li a {
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  box-sizing: border-box;
}
.sns_share .sns_line {
  background-image: url(../img/icon_line.png);
  background-color: #4cc764;
}
.sns_share .sns_facebook {
  background-image: url(../img/icon_facebook.png);
  background-color: #0866ff;
}
.sns_share .sns_x {
  background-image: url(../img/icon_x.svg);
  background-size: 30px auto;
  background-color: #000;
}
.sns_share .sns_mail {
  background-image: url(../img/icon_mail.svg);
  background-size: 30px auto;
  background-color: #e33535;
}
/*--------strength------------------------*/
.strength_top {
  text-align: center;
  margin: 60px auto 20px;
}
.strength .wrapper {
  padding: 0;
}
.strength .wrapper .flex .strength_box {
  width: 48%;
  position: relative;
  margin-bottom: 30px;
}
.strength .wrapper .flex .strength_box img {
  width: 100%;
}
.strength .wrapper .flex .strength_box .point {
  background-color: #fff;
  border: 3px solid #28C81E;
  width: 66px;
  height: 66px;
  border-radius: 35px;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #0073BE;
  position: absolute;
  top: 145px;
  left: calc(50% - 33px);
}
.strength .wrapper .flex .strength_box .point span {
  font-size: 26px;
  font-weight: 700;
}
.strength .wrapper .flex .strength_box .content {
  background-color: #28C81E;
  padding: 45px 0 20px;
}
.strength .wrapper .flex .strength_box .content p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.strength .wrapper .flex .strength_box .content p span {
  font-size: 36px;
  font-weight: 900;
  color: #FFFF00;
}
.contact_link {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
.contact_link img:active {
  position: relative;
  top: 8px;
}
.contact_link_addinfo {
  margin-top: 6px;
  font-size: 15px;
}
.strength .wrapper .contact_link {
  width: 410px;
  margin: 0 auto;
  margin-top: 50px;
}
.strength .wrapper .contact_link img {
  width: 100%;
}
/*--------flow------------------------*/
.flow {
  background-color: #F0F0F0;
}
.flow .wrapper .flow_box {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: 6px solid #28C81E;
}
.flow .wrapper .flow_box .flow_left {
  width: 24%;
  background-color: #28C81E;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
}
.flow .wrapper .flow_box .flow_left img {
  height: 60px;
  margin-bottom: 20px;
}
.flow .wrapper .flow_box .flow_right {
  width: 76%;
  line-height: 2;
  padding: 35px 20px;
}
.flow .wrapper .arrow {
  margin: 20px auto;
  display: block;
  width: 100px;
}
.flow .wrapper .contact_link {
  width: 490px;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  overflow: hidden;
}
.flow .wrapper .contact_link img {
  width: 100%;
}
.flow .wrapper .contact_link img:active {
  position: relative;
  top: 8px;
}

/*--------voice------------------------*/
.voice .wrapper .flex {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.voice .wrapper .flex .voice_box {
  width: 48%;
  background-color: #fff;
  border: 6px solid #0073BE;
}
.voice .wrapper .flex .voice_box .voice_top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;
  height: 125px;
}
.voice .wrapper .flex .voice_box .voice_top img {
  width: 65px;
  margin-right: 20px;
}
.voice .wrapper .flex .voice_box .voice_top .top_txt .txt {
  color: #0073BE;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.voice .wrapper .flex .voice_box .voice_top .top_txt .name {
  font-weight: 700;
  margin-left: 10px;
}
.voice .wrapper .flex .voice_box .voice_middle {
  background-color: #0073BE;
  padding: 15px 0;
}
.voice .wrapper .flex .voice_box .voice_middle .txt {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.voice .wrapper .flex .voice_box .voice_bottom {
  padding: 20px 20px 0;
  height: 150px;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.voice .wrapper .flex .voice_box .voice_bottom .txt {
  line-height: 1.8;
}
.voice .wrapper .flex .voice_box input {
  display: none;
}
.voice .wrapper .flex .voice_box input:checked + .voice_bottom {
  height: 450px;
}
.voice .wrapper .flex .voice_box input:checked ~ .voice_accordion label::before {
  background: none;
}
.voice .wrapper .flex .voice_box input:checked ~ .voice_accordion label::after {
  content: "－ 閉じる";
}
.voice .wrapper .flex .voice_box .voice_accordion label {
  display: block;
  height: 40px;
  position: relative;
}
.voice .wrapper .flex .voice_box .voice_accordion label::before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: -49px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 30px);
}
.voice .wrapper .flex .voice_box .voice_accordion label::after {
  content: "＋ 開く";
  font-size: 20px;
  color: #0073BE;
  font-weight: 700;
  text-align: center;
  display: block;
}

/*--------list------------------------*/
.list {
  background-color: #F0F0F0;
}
.list .wrapper .list_box {
  border: 4px solid #28C81E;
  margin-bottom: 30px;
}
.list .wrapper .list_box .top {
  background-color: #28C81E;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 15px;
}
.list .wrapper .list_box .content {
  line-height: 2;
  padding: 15px 15px;
  background-color: #fff;
}
.list .wrapper .list_btm {
  text-align: center;
  color: #0073BE;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

/*--------contact------------------------*/
.contact .wrapper form {
  background-color: #fff;
  padding: 50px 30px;
}
.contact .wrapper form .form_top {
  margin-bottom: 15px;
}
.contact .wrapper form span {
  color: #FF6E78;
}
.contact .wrapper form ul {
  border-top: 1px solid #000;
  margin-bottom: 50px;
}
.contact .wrapper form ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 15px 20px;
}
.contact .wrapper form ul li .left {
  width: 200px;
}
.contact .wrapper form ul li .long input {
  width: 100%;
}
.contact .wrapper form ul li .middle input {
  width: 330px;
}
.contact .wrapper form ul li .short input {
  width: 100px;
}
.contact .wrapper form ul li .right {
  width: 700px;
}
.contact .wrapper form ul li .right input {
  height: 40px;
}
.contact .wrapper form ul li .right textarea {
  width: 100%;
}
.contact .wrapper form ul li .right input, .contact .wrapper form ul li .right textarea {
  font-size: 16px;
}
.contact .wrapper form ul li .addr_margin {
  margin: 15px 0 0 200px;
}
.contact .wrapper form ul li .age_margin input {
  margin-right: 10px;
}
.contact .wrapper form ul li .post_margin input, .contact .wrapper form ul li .tel_margin input {
  margin: 0 5px 0 10px;
}
.contact .wrapper form .submit {
  display: block;
  width: 200px;
  padding: 0;
  margin: 0 auto;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.contact .wrapper form .submit img {
  width: 100%;
}
.contact .wrapper form .submit img:active {
  position: relative;
  top: 8px;
}

.thanks .wrapper {
  text-align: center;
  line-height: 2;
}

.contact .wrapper .chk_btn {
  text-align: center;
  overflow: hidden;
  padding-bottom: 6px;
}
.contact .wrapper .chk_btn .chk_back, .contact .wrapper .chk_btn .chk_send {
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  background-color: #FFFF00;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 6px #FFE600;
  width: 200px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  font-size: 18px;
}
.contact .wrapper .chk_btn .chk_back:active, .contact .wrapper .chk_btn .chk_send:active {
  position: relative;
  top: 8px;
}

.contact .consent {
  padding: 0 20px 20px;
}
.contact .consent .txt {
  color: #00f;
  font-size: 20px;
  margin: 0 0 10px 30px;
}
.contact .consent .txt_btm {
  text-align: center;
}
.contact .consent .txt_btm span {
  color: #f00;
}
.contact .consent .consent_box {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #edfff1;
  height: 200px;
  overflow-y: scroll;
}
.contact .consent .consent_box .consent_txt {
  line-height: 1.2;
}
.contact .consent .consent_box .consent_txt .consent_txt_top {
  text-align: center;
}
.contact .consent .consent_box .consent_txt p {
  padding-left: 2em;
  text-indent: -2em;
}
.contact .btns {
  margin-bottom: 40px;
  text-align: center;
}

/*--------company------------------------*/
.company {
  background-color: #F0F0F0;
}
.company .wrapper {
  display: -webkit-flex;
  display: flex;
}
.company .wrapper2 {
  margin-top: -60px;
}
.company .wrapper .data {
  width: 50%;
}
.company .wrapper .data img {
  width: 182px;
  margin-bottom: 25px;
}
.company .wrapper .data .name {
  font-size: 24px;
  margin-bottom: 15px;
}
.company .wrapper .data p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.company .wrapper .data p:last-child {
  margin-bottom: 0;
}
.company .wrapper .map {
  width: 50%;
}
.company .wrapper .map iframe {
  width: 100%;
  height: 100%;
}

/*--------footer------------------------*/
footer {
  padding: 30px 0;
  text-align: center;
}
footer .link_company {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto 15px;
  gap: 20px;
}
footer .link_company a {
  font-size: 14px;
}
footer .link_company a img {
  width: 15px;
  margin-left: 5px;
}
footer .link_company .sns_share ul {
  margin-top: 0;
  gap: 14px;
}
footer .link_company .sns_share ul li a {
  width: 22px;
  height: 22px;
  border-radius: 2px;
}
footer .link_company .sns_share .sns_x,
footer .link_company .sns_share .sns_mail {
  background-size: 20px auto;
}
footer .copyright {
  font-size: 13px;
}

/*----------------------------------
        sp
----------------------------------*/
@media screen and (max-width: 768px) {
  html, body {
    min-width: 768px;
  }

  .wrapper {
    width: 100%;
    padding: 100px 30px;
  }

  /*----------------------------------
          content
  ----------------------------------*/
  h3 {
    font-size: 50px;
    margin-bottom: 60px;
  }

  /*--------header------------------------*/
  .header_box {
    width: 100%;
    justify-content: flex-end;
  }

  .header_box a.link2,
  .header_box a.link1 {
    width: auto;
    font-size: 18px;
  }

  .header_box dl dt,
  .header_box dl dd {
    font-size: 15px;
  }


  /*--------main------------------------*/
  /*--------mv------------------------*/
  .mv a > img {
    width: 500px;
    bottom: 70px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /*--------work------------------------*/
  .work h2 {
    font-size: 44px;
    padding: 30px 0;
  }
  .work .wrapper .top {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .work .wrapper .check_box .check {
    width: 40px;
    margin-right: 15px;
  }
  .work .wrapper .check_box p {
    font-size: 30px;
    width: calc(100% - 55px);
  }
  .work .wrapper .check_box .person {
    width: 135px;
  }
  .work .wrapper .work_box {
    display: block;
    margin-top: 100px;
  }
  .work .wrapper .work_box .box_green, .work .wrapper .work_box .box_blue {
    width: 100%;
  }
  .work .wrapper .work_box .box_green .person, .work .wrapper .work_box .box_blue .person {
    margin: -60px auto 0;
    width: 115px;
  }
  .work .wrapper .work_box .box_green .no img, .work .wrapper .work_box .box_blue .no img {
    height: 46px;
  }
  .work .wrapper .work_box .box_green .no P span, .work .wrapper .work_box .box_blue .no P span {
    font-size: 30px;
  }
  .work .wrapper .work_box .box_blue {
    margin-top: 110px;
  }
  .work .wrapper .work_box .arrow {
    width: 140px;
    position: relative;
    top: 20px;
    left: 0;
    display: block;
    margin: 0 auto;
  }

.work_support {
  width: 100%;
}

.work_support_inner {
  width: 90%;
}

  /*--------strength------------------------*/
  .strength .wrapper .flex {
    display: block;
  }
  .strength .wrapper .flex .strength_box {
    width: 100%;
    margin-bottom: 50px;
  }
  .strength .wrapper .flex .strength_box .point {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 25px;
    font-size: 20px;
    top: 215px;
  }
  .strength .wrapper .flex .strength_box .point span {
    font-size: 38px;
  }
  .strength .wrapper .flex .strength_box .content {
    padding: 70px 0 30px;
  }
  .strength .wrapper .flex .strength_box .content p {
    font-size: 34px;
  }
  .strength .wrapper .flex .strength_box .content p span {
    font-size: 52px;
  }
  .strength .wrapper .contact_link {
    width: 540px;
  }
  .strength .wrapper .contact_link img:active {
    top: 10px;
  }

  /*--------flow------------------------*/
  .flow .wrapper .flow_box {
    display: block;
  }
  .flow .wrapper .flow_box .flow_left {
    width: 100%;
    font-size: 34px;
  }
  .flow .wrapper .flow_box .flow_left img {
    height: 100px;
  }
  .flow .wrapper .flow_box .flow_right {
    width: 100%;
    font-size: 30px;
    line-height: 1.6;
    padding: 25px;
  }
  .flow .wrapper .arrow {
    width: 140px;
  }
  .flow .wrapper .contact_link {
    width: 540px;
    margin-top: 60px;
  }
  .flow .wrapper .contact_link img:active {
    top: 10px;
  }

  
.work_support .work_support_inner {
  width: 100%;
  margin: 0 auto;
  padding: 18px;
}
.work_support .work_support_inner p {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
}
.sns_share ul {
  gap: 40px;
}
.sns_share ul li a {
  width: 64px;
  height: 64px;
}
  .contact_link_addinfo {
    font-size: 26px;
    text-align:left;
    padding: 10px 14px;
  }

  /*--------voice------------------------*/
  .voice .wrapper .flex {
    display: block;
  }
  .voice .wrapper .flex .voice_box:first-child {
    margin-bottom: 50px;
  }
  .voice .wrapper .flex .voice_box {
    width: 100%;
  }
  .voice .wrapper .flex .voice_box .voice_top {
    height: 175px;
  }
  .voice .wrapper .flex .voice_box .voice_top img {
    width: 90px;
  }
  .voice .wrapper .flex .voice_box .voice_top .top_txt .txt {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .voice .wrapper .flex .voice_box .voice_top .top_txt .name {
    font-size: 28px;
    margin-left: 20px;
  }
  .voice .wrapper .flex .voice_box .voice_middle {
    padding: 20px 0;
  }
  .voice .wrapper .flex .voice_box .voice_middle .txt {
    font-size: 34px;
  }
  .voice .wrapper .flex .voice_box .voice_bottom {
    padding: 25px 25px 0;
    height: 330px;
  }
  .voice .wrapper .flex .voice_box .voice_bottom .txt {
    font-size: 30px;
  }
  .voice .wrapper .flex .voice_box input:checked + .voice_bottom {
    height: 1000px;
  }
  .voice .wrapper .flex .voice_box .voice_accordion label {
    height: 60px;
  }
  .voice .wrapper .flex .voice_box .voice_accordion label::before {
    height: 80px;
    top: -79px;
  }
  .voice .wrapper .flex .voice_box .voice_accordion label::after {
    font-size: 32px;
  }

  /*--------list------------------------*/
  .list .wrapper .list_box {
    margin-bottom: 50px;
  }
  .list .wrapper .list_box .top {
    font-size: 34px;
    padding: 20px;
  }
  .list .wrapper .list_box .content {
    line-height: 1.8;
    padding: 25px 20px;
    font-size: 30px;
  }
  .list .wrapper .list_btm {
    font-size: 34px;
  }

  /*--------contact------------------------*/
  .contact .wrapper form {
    padding: 40px 30px 60px;
  }
  .contact .wrapper form .form_top {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .contact .wrapper form span {
    font-size: 30px;
  }
  .contact .wrapper form ul {
    margin-bottom: 40px;
  }
  .contact .wrapper form ul li {
    padding: 20px 0;
  }
  .contact .wrapper form ul li .left {
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact .wrapper form ul li .long input {
    width: 100%;
  }
  .contact .wrapper form ul li .middle input {
    width: 100%;
  }
  .contact .wrapper form ul li .short input {
    width: 40%;
  }
  .contact .wrapper form ul li .right {
    width: 100%;
    font-size: 30px;
  }
  .contact .wrapper form ul li .right input {
    height: 80px;
  }
  .contact .wrapper form ul li .right input, .contact .wrapper form ul li .right textarea {
    font-size: 30px;
  }
  .contact .wrapper form ul li .addr_margin {
    margin: 20px 0 0 0px;
  }
  .contact .wrapper form ul li .post_margin input:first-child {
    width: 30%;
  }
  .contact .wrapper form ul li .tel_margin input {
    width: 28%;
  }
  .contact .wrapper form .submit {
    width: 400px;
  }
  .contact .wrapper form .submit img:active {
    top: 10px;
  }

  .thanks .wrapper p {
    font-size: 28px;
  }

  .contact .wrapper .chk_btn .chk_back, .contact .wrapper .chk_btn .chk_send {
    width: 250px;
    height: 60px;
    font-size: 24px;
  }

  .formError .formErrorContent {
    font-size: 18px;
  }

  .contact .consent p {
    font-size: 24px;
  }
  .contact .consent .txt {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .contact .consent .consent_box {
    height: 300px;
  }
  .contact .btns label {
    font-size: 24px;
  }

  /*--------company------------------------*/
  .company .wrapper {
    display: block;
  }
  .company .wrapper .data {
    width: 100%;
    margin-bottom: 40px;
  }
  .company .wrapper .data img {
    width: 283px;
    margin-bottom: 35px;
  }
  .company .wrapper .data .name {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .company .wrapper .data p {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .company .wrapper .map {
    width: 100%;
    height: 415px;
  }

  /*--------footer------------------------*/
  footer {
    padding: 50px 0;
  }
  footer .link_company {
    width: 690px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  footer .link_company a {
    font-size: 28px;
  }
  footer .link_company a img {
    width: 30px;
    margin-left: 10px;
  }
  footer .link_company .sns_share ul {
    width: 100%;
    gap: 30px;
  }
  footer .link_company .sns_share ul li a {
    width: 44px;
    height: 44px;
  }
  footer .copyright {
    font-size: 26px;
  }

  .thanks_b {
    min-width: auto;
  }
  .thanks_b .thanks .wrapper {
    padding: 100px 15px;
  }
  .thanks_b .thanks .wrapper p {
    font-size: 15px;
  }
  .thanks_b footer {
    padding: 30px 0;
  }
  .thanks_b footer .link_company {
    width: 100%;
    margin: 0 auto 15px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .thanks_b footer .link_company a {
    font-size: 12px;
    margin: 0px 10px;
  }
  .thanks_b footer .link_company a img {
    width: 15px;
    margin-left: 5px;
  }
  .thanks_b footer .copyright {
    font-size: 13px;
  }
}
