@charset "UTF-8";

/*********************

* global

*********************/
/*********************
* main_visual
*********************/
.main_visual {
  position: relative;
  padding: 195px 0 150px;
  background: url(../img/main_visual_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.main_txt {
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.75;
  padding: 0 5%;
}

.main_txt br {
  display: none;
}

.txt_bolder {
  padding: 3px 2px 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  background-color: #00c8c8;
  line-height: 1;
}

.main_hedding {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 13px;
  padding: 0 5%;
  text-shadow: 1px 1px 1px #0f2187;
}

.main_hedding br {
  display: none;
}

.main_price_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  /*margin: 40px auto 0;
  justify-content: center;*/
}

.main_price_bnr {
  letter-spacing: 0.08em;
}

.main_price_bnr_sub {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.main_price_bnr_sub:last-child {
  font-size: 19px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  padding: 1px 4px;
  font-weight: bold;
  margin: auto;
  width: 120px;
}

.main_price_bnr_txt {
  margin-top: -5px;
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #a95214;
}

.main_price_bnr_txt br {
  display: none;
}

.main_price_set {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  letter-spacing: 0.03em;
  top: -8px;
  left: 7px;
}

.main_price {
  font-size: 47px;
}

.main_price span {
  font-size: 25px;
  margin-right: -11px;
}

.main_price_sub {
  color: #fff;
  text-align: right;
  margin-right: 10px;
  margin-top: 0;
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.08em;
  bottom: 10px;
  right: 34px;
}

.main_visual_point_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.main_visual_point_item {
  position: relative;
  width: 460px;
  min-height: 192px;
  margin: 0 1.5%;
  padding: 18px 2% 18px;
  background-color: #fff;
}

.main_visual_point_item::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  left: 5px;
  top: 5px;
  background-color: #00c8c8;
}

.main_visual_point_item_ttl {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #00c8c8;
  padding-bottom: 7px;
  text-shadow: 1px 1px 1px #cfbebe;
}

.main_visual_point_item_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  width: 27px;
  height: 3px;
  background-color: #00c8c8;
}

.main_visual_point_item_txt {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.47;
}

.main_visual_point_item_txt span {
  font-weight: 700;
  font-size: 18px;
}

.lowerImage {
  width: 100%;
  background: url(/img/header_img.jpg) no-repeat;
  background-position: left 36% bottom 56%;
  background-size: cover;
  height: 66px;
}

/*********************
*  message
*********************/
.message {
  margin-top: 46px;
  padding: 87px 0 0;
}

.message_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.message_img_box {
  width: 268px;
  letter-spacing: 0.07em;
}

.message_img {
  position: relative;
}

.message_img img {
  width: 100%;
}

.message_img_sub {
  margin-top: 14px;
  text-align: center;
  font-size: 15px;
}

.message_img_name {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: -8px;
  margin-left: -11px;
}

.message_img_name span {
  display: inline-block;
  padding: 4px 9px 4px;
  margin-right: 15px;
  font-size: 12px;
  color: #fff;
  background-color: #00c8c8;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1;
  margin-top: -5px;
}

.message_coment_box {
  width: 52%;
  padding-left: 70px;
}

.message_coment_ttl {
}

.message_coment_ttl img {
  height: 42px;
}

.message_coment_txt {
  font-size: 14px;
  margin: 10px 0 30px;
  letter-spacing: 0.07em;
  line-height: 1.8;
}

/*********************
* application
*********************/
.application {
  position: relative;
  padding: 87px 0 79px;
  margin-top: 46px;
}

.application::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -7px;
  transform: skewY(-1.5deg);
  z-index: -1;
}

.application::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
}

.application .sec_ttl {
  color: #000;
}

.sp_overray {
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: -5vw;
  background: url(../img/application_bg_sp3.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  display: none;
}

.sec_sub {
  text-align: center;
}

.sec_sub img {
  text-align: center;
  height: 43px;
}

.sec_ttl {
  position: relative;
  margin-top: -4px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  z-index: 0;
  letter-spacing: 0.06em;
}

.application_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  max-width: 1221px;
  margin: 40px auto;
  width: 95%;
}

.application_item {
  width: 381px;
  margin: 0 0 59px;
  border-bottom: 1px dotted #00c8c8;
  margin-right: 3.5%;
  width: 31%;
  padding-bottom: 41px;
  position: relative;
}

.application_item:nth-child(3n) {
  margin-right: 0;
}

.application_item_img {
  position: relative;
  width: 100%;
  height: 240px;
  background-size: 100%;
  background-position: 0% 0%;
}

@media all and (-ms-high-contrast: none) {
  .application_item_img {
    position: relative;
    width: 100%;
    height: auto;
    background-position: 0% 0%;
  }

  .application_item_img.st2::before {
    background-image: url(../img/application_number_02.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st1::before {
    background-image: url(../img/application_number_01.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st2::before {
    background-image: url(../img/application_number_02.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st3::before {
    background-image: url(../img/application_number_03.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st4::before {
    background-image: url(../img/application_number_04.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st5::before {
    background-image: url(../img/application_number_05.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  .application_item_img.st6::before {
    background-image: url(../img/application_number_06.svg);
    background-position-x: left;
    background-position-y: bottom 15px;
  }

  /*--- -ms-high-contrast: none ---*/
}

.application_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.application_item_img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 82px;
  background-repeat: no-repeat;
  background-position: 7% 96%;
  z-index: 1;
}

.application_item_img.st1::before {
  background-image: url(../img/application_number_01.svg);
}

.application_item_img.st2::before {
  background-image: url(../img/application_number_02.svg);
}

.application_item_img.st3::before {
  background-image: url(../img/application_number_03.svg);
}

.application_item_img.st4::before {
  background-image: url(../img/application_number_04.svg);
}

.application_item_img.st5::before {
  background-image: url(../img/application_number_05.svg);
}

.application_item_img.st6::before {
  background-image: url(../img/application_number_06.svg);
}

.application_item_ttl {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  padding-left: 25px;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.application_item_ttl::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 6px;
  left: 0;
  background: linear-gradient(225deg, transparent 0%, transparent 50%, #00c8c8 50%, #00c8c8 100%);
}

.application_item_txt {
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.application_item_price {
  text-align: right;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: -1px;
  position: absolute;
  bottom: 0;
  right: 7px;
}

.application_item_price .total {
  display: inline-block;
  font-size: 23px;
  margin-left: 5px;
}

.application_item_price .tax {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -6px;
}

/*********************
* important
*********************/
.important {
  position: relative;
  padding: 116px 0 223px;
  margin-top: -72px;
}

.important::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96%;
  left: 0;
  top: -7px;
  background-color: #00c8c8;
  transform: skewY(2deg);
  z-index: -1;
}

.important::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/important_bg.png) no-repeat;
  background-size: cover;
  transform: skewY(0deg);
  z-index: -1;
}

.important .sec_ttl {
  margin-top: 27px;
  z-index: 1;
}

.important .sec_ttl span {
  display: inline-block;
}

.important .sec_ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 532px;
  height: 74px;
  top: -8px;
  left: calc(50% - 266px);
  transform: skewX(-20deg) scaleX(0);
  background-color: #00c8c8;
  z-index: -1;
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left;
}

.important .sec_ttl.go::before {
  transform: skewX(-20deg) scaleX(1);
}

.important_box {
  position: relative;
  margin: -38px auto 0;
  padding: 80px 62px 45px 33px;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  max-width: 1375px;
  width: 95%;
}

.important_item {
  width: 80%;
  margin: 20px auto 20px;
  padding: 0 0px 24px 4px;
  border-bottom: 1px dotted #b7b7b7;
  margin-bottom: 25px;
}

.important_item_ttl {
  position: relative;
  padding-left: 63px;
  font-size: 27px;
  font-weight: 700;
  color: #00c8c8;
}

.important_item_ttl img {
  position: absolute;
  left: 0px;
  top: -4px;
  height: 48px;
}

.important_item_txt {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
}

/*********************
* question
*********************/
.question {
  padding: 52px 0 30px;
}

.question .sec_ttl {
  color: #000;
}

.question_box {
  margin-top: 82px;
}

.question_item {
  margin: 20px auto 0;
  letter-spacing: 0.07em;
  max-width: 1163px;
  width: 95%;
}

.q_area {
  position: relative;
  border: 1px solid #000;
  padding: 18px 27px 18px;
  cursor: pointer;
}

.q_area span {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0px;
  top: calc(50% - 21px);
  background-color: #000;
  transition: 0.8s;
}

.q_area.open span {
  transform: rotateX(180deg);
}

.q_area span::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 39%;
  top: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.8s;
}

.q_area .question_txt {
  position: relative;
  padding-left: 66px;
  font-size: 19px;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 5%;
}

.question_txt img {
  position: absolute;
  left: 0px;
  top: -3px;
  height: 32px;
  vertical-align: middle;
}

.a_area {
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 19px 87px 14px 25px;
  display: none;
}

.a_area .question_txt {
  position: relative;
  padding-left: 66px;
  font-size: 15px;
  vertical-align: middle;
}

/*********************
*  flow
*********************/
.flow {
  position: relative;
  padding: 175px 0 209px;
  margin-top: 70px;
}

.flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/flow_bg_03.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.flow_box {
  margin-top: 61px;
}

.flow_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 0px;
  justify-content: center;
  width: 95%;
}

.flow_txt {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  font-size: 17px;
  color: #dad9d9;
  padding: 0px 74px 20px 83px;
  width: 834px;
  margin-top: 10px;
}

.flow_txt span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 96px;
}

.flow_txt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 89px;
}

.flow_txt a {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #00c8c8;
  padding: 10px 2%;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 1);
  margin-right: 14px;
  font-weight: bold;
  margin-top: 7px;
  font-size: 15px;
}

.flow_txt a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00c8c8;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s ease;
}

.flow_txt a:hover::after {
  transform: scaleX(1);
}

.flow_txt a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00c8c8;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s ease;
}

.flow_txt a:hover::before {
  transform: scaleX(1);
}

.flow_txt.st1 span::before {
  background-image: url(../img/flow_step_01_n.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position-x: left;
  background-position-y: center;
}

.flow_txt.st2 span::before {
  background-image: url(../img/flow_step_02_n.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position-x: left;
  background-position-y: center;
}

.flow_txt.st3 span::before {
  background-image: url(../img/flow_step_03_n.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position-x: left;
  background-position-y: center;
}

.flow_txt.st4 span::before {
  background-image: url(../img/flow_step_04_n.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position-x: left;
  background-position-y: center;
}

.flow_img {
  width: 301px;
}

.flow_img img {
  width: 100%;
}

.thanks {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.73);
  margin-top: -5px;
  text-align: right;
}

.flow_arrow {
  display: block;
  width: 90px;
  height: 65px;
  margin: 0 auto;
  transform: rotate(22deg) skewX(-46deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-bottom: 52px;
}

/*********************
* staff
*********************/
.staff {
  padding: 52px 0 108px;
  margin: 0;
}

.staff .sec_ttl {
  color: #000;
}

.staff_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 95%;
  margin: 82px auto 0;
}

.staff_item {
  width: 21%;
  margin-right: 5%;
}

.staff_item:nth-child(4) {
  margin-right: 0;
}

.staff_img {
  position: relative;
}

.staff_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.staff_txtbox {
  margin-top: 23px;
}

.staff_name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.staff_name span {
  display: block;
  font-size: 13px;
  color: #00c8c8;
}

.staff_txt {
  margin-top: 23px;
  font-size: 17px;
}

/*********************
* voice
*********************/
.voice {
  padding: 52px 2% 108px;
}

.voice .sec_ttl {
  color: #000;
}

.voice_item {
  margin: 20px auto 25px;
  padding-bottom: 24px;
  max-width: 1000px;
  width: 95%;
  border-bottom: 1px dotted #b7b7b7;
}

.voice_name {
  position: relative;
  padding-left: 63px;
  font-size: 27px;
  font-weight: 700;
}

.voice_name img {
  position: absolute;
  left: 0px;
  top: -4px;
  height: 48px;
}

/*********************
* contact_form
*********************/
.contact_form {
  padding: 52px 0 108px;
}

.contact_form .sec_ttl {
  color: #000;
}

.contact_form form {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.contact_table {
  max-width: 627px;
  width: 90%;
  margin: 23px auto 0;
}

.contact_table tr {
}

.contact_table th,
.contact_table td {
  font-size: 14px;
  padding: 9px 0;
  text-align: left;
  font-weight: bold;
}

.contact_table tr {
  height: 65px;
}

.contact_table th {
  width: 26.9%;
}

.contact_table tr:last-child th {
  vertical-align: top;
}

.contact_table textarea {
  width: 100%;
  height: 167px !important;
  border: 1px solid #727272;
  transition: 0.8s;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}

.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table input[type="tel"] {
  border: 1px solid #727272;
  transition: 0.8s;
  padding: 6px 8px;
  width: 100%;
}

.formbtn {
  display: block;
  width: 262px;
  height: 61px;
  margin: 13px auto;
  text-align: center;
  line-height: 63px;
  background-color: #00c8c8;
  color: #fff;
  transition: 0.8s;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 600;
  border: 1px solid #00c8c8;
  border-radius: 0;
  box-shadow: none;
  transition: 0.8s;
}

.formbtn:hover {
  background-color: #00c8c8;
}

.required {
  color: #f90000;
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
}

#thanks {
  max-width: 1000px;
  margin: 160px auto;
  letter-spacing: 0.07em;
}

p.thanks_txt {
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
  line-height: 20px;
}

#thanks .sec_ttl {
  position: relative;
  margin-top: -4px;
  text-align: center;
  font-size: 32px;
  color: #000;
  z-index: 0;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.lowerImage .header_logo {
  margin-top: 9px;
  margin-left: 3.15%;
}

.lowerImage .g_nav ul li {
  border-right: 1px solid #fff;
  margin-top: 0;
}

.lowerImage .g_nav {
  margin-left: auto;
  margin-right: 369px;
  margin-top: 27px;
}

a.thanks_ancher {
  display: block;
  margin: 26px auto 0;
  max-width: 290px;
  text-align: center;
  background: #00c8c8;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

h2.thanks_headeing {
  text-align: center;
  /*margin-top: -21px;*/
  color: #00c8c8;
  font-size: 22px;
  margin-bottom: 12px;
}

a.hp_link {
  padding: 14px 1%;
  margin: 32px auto;
  display: block;
  width: 35%;
  color: #f3f3f3;
  border: 1px solid #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.2em;
}

a.hp_link:hover {
  background: #fff;
  color: #f7931e;
}

a.hp_link span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: block;
  /*   background: url(../img/fo_aro.png) no-repeat; */
  background-position: right top 24px;
  background-size: 81px auto;
}

a.hp_link:hover span {
  color: #00c8c8;
}

/*********************
* レスポンシブ
*********************/
@media screen and (max-width: 1250px) {
  .flow_flex {
    align-items: center;
  }

  .flow_txt {
    width: calc(100% - 301px);
  }

  .g_nav ul li.tel {
    margin-left: 0;
  }

  /*-- max-width:1250px --*/
}

@media screen and (max-width: 1100px) {
  .main_hedding {
    font-size: 50px;
  }
  /*-- max-width:1100px --*/
}

@media screen and (max-width: 1000px) {
  .main_hedding {
    font-size: 40px;
  }

  .g_nav ul li:nth-child(-n + 5) {
    display: none;
  }

  /*-- max-width:1000px --*/
}

@media screen and (max-width: 998px) {
  a.hp_link {
    padding: 14px 1%;
    margin: 32px auto;
    display: block;
    width: 95%;
    color: #f3f3f3;
    border: 1px solid #fff;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  /*--- max-width:998px ---*/
}

@media screen and (max-width: 800px) {
  .main_hedding {
    font-size: 32px;
  }

  /*--- max-width:800px ---*/
}

@media screen and (max-width: 768px) {
  .main_visual_point_item_txt {
    font-size: 15px;
  }

  .main_visual_point_item_txt span {
    font-size: 17px;
  }

  .main_visual_point_item_ttl {
    font-size: 23px;
  }

  .main_visual_point_item {
    padding: 18px 3%;
  }

  .message_flex {
    display: block;
  }

  .message_img_box {
    margin: 0 auto;
  }

  .message_coment_box {
    width: 90%;
    margin: 35px auto;
    padding: 0;
  }

  .message_coment_ttl img {
    height: 39px;
  }

  .application_flex {
    width: 90%;
  }

  .application_item {
    width: 48%;
    margin-right: 4%;
  }

  .application_item:nth-child(3n) {
    margin-right: 4%;
  }

  .application_item:nth-child(2n) {
    margin-right: 0;
  }

  .important_box {
    padding: 80px 5% 45px;
  }

  .important_item {
    width: 100%;
  }

  .flow_flex {
    width: 90%;
    display: block;
  }

  .flow_txt {
    margin: 0 auto;
    width: 70%;
    padding-right: 0;
    padding-left: 0;
  }

  .flow_img {
    margin: 0 auto;
  }

  .important {
    padding: 139px 0 155px;
  }

  .important::before {
    height: 99%;
  }

  .top_scroll_btn {
    position: absolute;
    bottom: auto;
    top: -33px;
    right: 5%;
  }

  .staff_box {
    width: 90%;
  }

  .staff_img {
    max-width: 268px;
    margin: 0 auto 20px;
  }

  .staff_item {
    width: 100%;
    margin-right: 0;
  }

  .staff_item + .staff_item {
    margin-top: 40px;
  }

  .staff_name {
    text-align: center;
  }

  .staff_txt {
    margin-top: 15px;
  }

  /*-- max-width:768px --*/
}

@media screen and (max-width: 700px) {
  .main_visual {
    padding: 140px 0 133px;
  }

  .main_price_bnr {
    width: 95%;
  }

  .main_visual_point_flex {
    margin: 48px auto 0;
    display: block;
    width: 90%;
  }

  .main_visual_point_item {
    width: 100%;
    margin: 20px auto;
  }

  .main_price_flex {
    width: 100%;
  }

  .main_price_bnr {
    padding: 10px 0;
    text-align: center;
  }

  .application_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .footer_table {
    transform: none;
  }

  .f_nav ul {
    flex-wrap: wrap;
  }

  .f_nav ul li {
    width: 50%;
    margin: 10px auto;
  }

  .f_nav ul li:nth-child(2n) {
    border: none;
  }

  .contact_table th,
  .contact_table td {
    font-size: 14px;
  }

  .contact_table th {
    width: 30%;
  }

  #thanks {
    max-width: 1000px;
    margin: 31% auto;
    padding: 0 3%;
    letter-spacing: 0.07em;
  }

  /*-- max-width:700px --*/
}

@media screen and (max-width: 680px) {
  .contact_table th,
  .contact_table td {
    width: 100% !important;
    display: block;
    padding: 6px 0;
  }

  .contact_table input[type="text"],
  .contact_table input[type="email"],
  .contact_table input[type="tel"] {
    border: 1px solid #727272;
    transition: 0.8s;
    padding: 6px 8px;
    /*width: 410px;*/
  }

  .contact_table textarea {
    width: 100% !important;
  }

  /*-- max-width:680px --*/
}

@media screen and (max-width: 640px) {
  .main_hedding {
    font-size: 24px;
  }

  .main_txt {
    font-size: 20px;
  }

  /*--- max-width:640px ---*/
}

@media screen and (max-width: 480px) {
  .g_nav ul li.tel {
    width: 219px;
    height: 48px;
    padding-top: 0;
  }

  .g_nav ul li.tel a {
    font-size: 12px;
    padding: 12px 0;
  }

  .g_nav ul li.tel a span {
    display: block;
    font-size: 21px;
    margin-top: 0;
  }

  .important .sec_ttl::before {
    height: 68px;
    top: -10px;
    left: 50%;
    transform: skewX(-20deg) translateX(-50%) scaleX(0);
    z-index: -1;
    width: 81%;
  }

  .important .sec_ttl.go::before {
    transform: skewX(-20deg) translateX(-50%) scaleX(1);
  }

  .g_nav ul li.tel a {
    font-size: 11px;
    padding: 5px 0;
  }

  .g_nav ul li.tel a span {
    display: block;
    font-size: 19px;
    margin-top: 6px;
  }

  .main_hedding {
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    padding: 0 2%;
  }

  .main_price_bnr {
    padding: 6px 4px 6px;
  }

  .important_item {
    padding-left: 0;
  }

  .f_nav ul {
    margin-top: 17px;
  }

  .main_price_sub {
    font-size: 10px;
    bottom: 7px;
    right: -8px;
  }

  .flow_flex {
    width: 100%;
  }

  .important {
    padding-bottom: 61px;
    margin-top: -100px;
    padding-top: 143px;
  }

  .important::before {
    top: auto;
    height: 80%;
    bottom: -9px;
  }

  .application_flex {
    margin-top: 26px;
    margin-bottom: 0;
  }

  .question_box {
    margin-top: 29px;
  }

  .header {
    position: fixed;
    height: 48px;
  }

  .g_nav ul li.tel a {
    font-size: 11px;
    padding: 5px 0;
  }

  .g_nav ul li.tel a span {
    display: block;
    font-size: 19px;
    margin-top: 0px;
  }

  .main_visual {
    padding-top: 89px;
    padding-bottom: 21px;
    background-position: 57% 0%;
    background-size: 1170px;
  }

  .main_txt {
    font-size: 17px;
  }

  .txt_bolder {
    padding: 3px 5px 3px;
    font-size: 27px;
    margin-top: 2px;
    margin-right: 3px;
  }

  .main_price_bnr_sub {
    font-size: 11px;
  }

  .main_price_bnr_sub:last-child {
    font-size: 16px;
    text-align: center;
  }

  .main_price_bnr_txt {
    font-size: 16px;
  }

  .main_price_bnr_txt br {
    display: block;
  }

  .main_price_set {
    font-size: 18px;
  }

  .main_price {
    font-size: 32px;
    margin-top: 1px;
  }

  .main_price span {
    font-size: 15px;
    margin: -13px 0 -9px;
  }

  .main_price::after {
    right: -18px;
    top: 20px;
    font-size: 11px;
  }

  .main_visual_point_flex {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }

  .main_visual_point_item {
    padding: 20px 10% 20px;
    min-height: 0;
    border-bottom: 2px solid #01031d;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/main_visual_point_item_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 5%;
  }

  .main_visual_point_item_ttl {
    font-size: 19px;
  }

  .main_visual_point_item_txt {
    margin-top: 19px;
    font-size: 14px;
    text-align: justify;
  }

  .main_visual_point_item::after {
    left: 5%;
    top: 20px;
  }

  .message_img_box {
    margin: 0 auto;
    width: 100%;
  }

  .message_img {
    width: 130px;
    margin: 0 auto;
  }

  .message_img_sub {
    margin-top: 11px;
    font-size: 13px;
  }

  .message_img_name {
    font-size: 24px;
    margin-top: -8px;
    margin-left: -11px;
  }

  .message_img_name span {
    padding: 4px 9px 4px;
    margin-right: 13px;
    font-size: 11px;
    margin-top: -5px;
  }

  .message_coment_box {
    width: 90%;
    margin: 31px auto;
    padding: 0;
  }

  .message_coment_ttl img {
    height: 23px;
  }

  .message_coment_txt {
    font-size: 12px;
    margin: 10px 10px 21px;
    line-height: 1.8;
    text-align: justify;
  }

  .application {
    margin-top: 0;
    padding-bottom: 142px;
  }

  .sec_sub img {
    text-align: center;
    height: 33px;
  }

  .sec_ttl {
    margin-top: 2px;
    font-size: 21px;
  }

  .application_item_ttl {
    font-size: 16px;
    padding-left: 25px;
    margin-top: 6px;
  }

  .application_item_ttl::before {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 0;
  }

  .application_item_txt {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 4px;
  }

  .application_item_price {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 6px;
  }

  .application_item_price .total {
    font-size: 20px;
    margin-left: 5px;
  }

  .application_item_price .tax {
    font-size: 11px;
    margin-left: 4px;
    margin-top: 0px;
  }

  .application_item {
    margin-bottom: 32px;
  }

  .important .sec_ttl::before {
    height: 50px;
    top: -7px;
    width: 69%;
  }

  .important_item_ttl {
    padding-left: 22px;
    font-size: 17px;
  }

  .important_item_ttl img {
    top: 4px;
    height: 17px;
    left: 0px;
  }

  .important_item_txt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.8;
  }

  .q_area {
    padding: 18px 5% 42px;
  }

  .q_area .question_txt {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 34px;
  }

  .question_txt img {
    height: 20px;
  }

  .q_area span {
    width: 28px;
    height: 28px;
    bottom: 0;
    top: auto;
  }

  .q_area span::before {
    width: 6px;
    height: 6px;
    left: 39%;
    top: 30%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .a_area {
    padding: 18px 5% 20px;
  }

  .a_area .question_txt {
    padding-left: 0;
    padding-top: 36px;
    font-size: 13px;
  }

  .flow_box {
    margin-top: 22px;
  }

  .flow_txt {
    font-size: 13px;
    margin: 0 auto;
    padding: 34px 0 20px;
    line-height: 1.8;
    width: 301px;
  }

  .flow_txt a {
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
  }

  .flow_arrow {
    margin-bottom: 6px;
    width: 65px;
    height: 46px;
  }

  .top_scroll_btn {
    position: absolute;
    bottom: auto;
    top: 2px;
    right: 5%;
  }

  .message {
    padding: 22px 0 5px;
  }

  .application_item_img::after {
    background-size: 50px;
    background-position: 4% 97%;
  }

  .important_box {
    padding: 43px 5% 15px;
    margin-top: -17px;
  }

  .main_txt br {
    display: block;
  }

  .header_logo img {
    height: 3rem;
  }

  .application::before {
    top: 20px;
    height: 80%;
  }

  .flow::before {
    background: url(../img/flow_bg_sp1.png) no-repeat;
    background-size: 100%;
    background-position: top;
    bottom: 7vw;
  }

  .flow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../img/flow_bg_sp3.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: -6.4vw;
    z-index: -1;
  }

  .flow {
    background: url(../img/flow_bg_sp2.png) repeat-y;
    background-size: 100%;
    background-position: top;
    margin-top: 23px;
    padding: 36px 0 71px;
  }

  .application {
    margin-top: 17px;
    padding-bottom: 10px;
    background: url(../img/application_bg_sp2.png) repeat-y;
    background-size: 100%;
    padding-top: 30px;
  }

  .application::before {
    top: -6vw;
    height: 80%;
  }

  .application::after {
    top: auto;
    background: url(../img/application_bg_sp1.png) no-repeat;
    background-size: 100%;
    bottom: 4.2vw;
  }

  .sp_overray {
    display: block;
  }

  .flow_txt span {
    font-weight: bold;
    font-size: 14px;
    padding-left: 80px;
    margin-bottom: 11px;
  }

  .g_nav ul li.mail {
    width: 51px;
    height: 48px;
    right: 219px;
  }

  .g_nav ul li.mail a {
    font-size: 10px;
    letter-spacing: 0;
    padding-top: 5px;
  }

  .g_nav ul li.mail a img {
    height: 17px;
  }

  .contact_form {
    padding: 50px 0 61px;
  }

  .flow_txt span::before {
    background-size: 73px !important;
  }

  .voice {
    padding: 50px 0 0;
  }

  .voice_item {
    width: 90%;
  }

  .voice_name img {
    top: 4px;
    height: 17px;
    left: 0px;
  }

  .voice_name {
    padding-left: 22px;
    font-size: 17px;
  }

  .contact_table input[type="text"],
  .contact_table input[type="email"],
  .contact_table input[type="tel"] {
    border: 1px solid #727272;
    transition: 0.8s;
    padding: 6px 8px;
    /*width: 280px;*/
  }

  .contact_table {
    margin: 23px auto 0;
    padding: 0 2%;
  }

  .contact_table th {
    padding: 8px 6px;
    width: 100% !important;
    margin: 0;
    background: #e1e1e1;
  }

  .footer_table {
    margin: 20px auto;
  }

  .footer_table td {
    margin-bottom: 10px;
  }

  .footer_table th,
  .footer_table td {
    display: block;
    text-align: left;
    padding: 0;
    font-size: 12px;
  }

  .sp_br {
    display: block;
  }

  .staff {
    padding: 50px 0 0;
    margin-bottom: -15px;
  }

  .staff_box {
    margin-top: 29px;
  }

  .staff_img {
    width: 130px;
    margin-bottom: 7px;
  }

  .staff_name {
    font-size: 24px;
  }

  .staff_name span {
    font-size: 11px;
  }

  .staff_txt {
    font-size: 13px;
  }

  /*--- max-width:480px ---*/
}

@media screen and (max-width: 400px) {
  a.hp_link span {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    display: block;
    /*background: url(../img/fo_aro.png) no-repeat;*/
    background-position: right top 24px;
    background-size: 81px auto;
  }

  a.hp_link:hover span {
    color: #00c8c8;
  }

  /*--- max-width:400px ---*/
}

@media screen and (max-width: 374px) {
  .g_nav ul li.tel {
    width: 180px;
  }

  .flow_txt span {
    font-size: 13px;
  }

  .g_nav ul li.mail {
    width: 48px;
    height: 48px;
    right: 180px;
  }

  .g_nav ul li.tel a {
    font-size: 10px;
    padding-top: 8px;
  }

  .contact_table th,
  .contact_table td {
    font-size: 13px;
  }

  .g_nav ul li.mail a img {
    height: 16px;
    margin-bottom: 8px;
  }

  .g_nav ul li.mail a {
    padding-top: 7px;
  }

  .important .sec_ttl::before {
    width: 81%;
  }

  /*-- max-width:374px --*/
}

@media screen and (max-width: 320px) {
  .main_hedding {
    font-size: 18px;
  }

  .message_img {
    width: 110px;
  }

  .message {
    padding: 12px 0 5px;
  }

  .message_coment_ttl img {
    height: 19px;
  }

  .message_coment_txt {
    margin: 10px 5px 21px;
  }

  .message_coment_box {
    margin-bottom: 0;
  }

  .important {
    padding-bottom: 46px;
  }

  .important_item_ttl {
    font-size: 13px;
  }

  .important_item_txt {
    font-size: 12px;
  }

  .important_item {
    padding-bottom: 15px;
  }

  .question {
    padding: 45px 0 30px;
  }

  .q_area .question_txt {
    font-size: 13px;
    padding-top: 32px;
  }

  .q_area {
    padding: 18px 5% 25px;
  }

  .a_area .question_txt {
    padding-top: 34px;
    font-size: 12px;
  }

  .flow_txt {
    font-size: 12px;
  }

  .contact {
    margin-top: 19px;
  }

  .contact img {
    height: 48px;
  }

  .footer {
    padding-top: 27px;
  }

  .f_nav ul {
    margin-top: 13px;
  }

  .copyright {
    padding: 13px 0 15px;
    margin-top: 15px;
  }

  .main_visual {
    padding-top: 83px;
  }

  .flow_txt span {
    font-size: 13px;
  }

  .contact_table th,
  .contact_table td {
    font-size: 13px;
  }

  .contact_table th {
    padding: 3px 0;
  }

  .flow {
    padding-bottom: 40px;
  }

  /*-- max-width:320px --*/
}

/* ------------------------------
* 2021/11/11
------------------------------ */

.main_price_bnr_txt {
  text-shadow: none;
  color: #000;
}

.main_price_bnr_txt {
  font-size: 2.1rem;
}

@media screen and (max-width: 479px) {
  .main_price_bnr_txt {
    font-size: 1.5rem;
  }
}

/* ------------------------------
* 2022.09.27 追加
------------------------------ */
.staff_item:nth-child(3n) {
  margin-right: 0;
}
.staff_item:nth-child(n + 4) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .staff_item {
    width: 22%;
  }
  .staff_item:nth-child(4) {
    margin-right: 5%;
  }
}
