@charset "UTF-8";
main .sp {
  display: none;
}
main .pc {
  display: block;
}

#sub_mainvisual {
  background-color: #f3ffff;
}

.mv__img {
  height: 477px;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.mv__img:before, .mv__img:after {
  content: "";
  position: absolute;
  height: 477px;
  top: 0;
}
.mv__img:before {
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, #f3ffff 75%, transparent 100%);
}
.mv__img:after {
  right: 0;
  width: 100px;
  background: linear-gradient(90deg, transparent, #f3ffff);
}
.mv .zenkoku {
  background-color: #1aa9b7;
}
.mv__detail {
  font-size: 19px;
  margin-top: 25px;
}
.mv__detail span {
  font-size: 24px;
  color: #1aa9b7;
}
.mv__wrap {
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  max-width: 950px;
  width: 100%;
}
.mv .btn {
  max-width: 325px;
  width: 90%;
  background-color: #1aa9b7;
  box-sizing: border-box;
}
.mv h1 {
  margin-top: 5px;
}
.mv h1 span {
  color: #1aa9b7;
  line-height: 1.2;
}
.mv h1 .min {
  font-size: 45px;
}

h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.group ul li::before {
  border: 2px solid #1aa9b7 !important;
}
.group ul li::after {
  border-left: 2px solid #1aa9b7 !important;
  border-bottom: 2px solid #1aa9b7 !important;
}
.group ul li span {
  color: #1aa9b7;
  font-weight: bold;
}

#catch .title {
  width: -moz-fit-content;
  width: fit-content;
}
#catch p {
  font-weight: bold;
}
#catch .information li:before {
  border-bottom: solid 1px #1aa9b7;
  border-right: solid 1px #1aa9b7;
}

#lead {
  padding: 0px 0 40px 0;
  margin-bottom: 0 !important;
  width: 100%;
}
#lead h2 {
  background-color: #7fad56 !important;
  padding: 40px 0;
}
#lead p {
  box-sizing: border-box;
}
#lead .btn {
  margin: auto;
  width: 90%;
  max-width: 400px;
}

.lead_box {
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.lead_box .title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #df711e;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 0;
}

.point_box {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.point_box p span {
  font-size: 29px;
}

#point_01 .point_box, #point_02 .point_box {
  width: 100%;
  max-width: 900px;
}
#point_01 h2.num, #point_02 h2.num {
  text-indent: 0;
  padding-left: 55px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
#point_01 h2.num::before, #point_02 h2.num::before {
  color: #df711e !important;
  left: 0;
}
#point_01 ul, #point_02 ul {
  max-width: 640px;
  margin: auto;
  width: 90%;
}
#point_01 ul li::before, #point_02 ul li::before {
  border: 2px solid #df711e !important;
}
#point_01 ul li::after, #point_02 ul li::after {
  border-left: 2px solid #df711e !important;
  border-bottom: 2px solid #df711e !important;
}
#point_01 p.pink, #point_02 p.pink {
  color: #df711e;
}

#point_02 {
  margin: 0px auto;
}

.btn_inq .btn {
  margin: 50px auto;
  box-sizing: border-box;
}

#catch {
  padding: 90px 0;
  width: 100%;
}

#caution {
  padding: 90px 0;
  width: 100%;
  background-color: #fcf4ed;
}
#caution .caution_box {
  border: 10px solid #df711e;
  background-color: #fff;
  width: 94%;
  max-width: 820px;
  padding: 60px 0;
  margin: 20px auto 0;
}
#caution .caution_box ul {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
#caution .caution_box ul li {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  padding: 0px 0 20px 35px;
  background: none;
  text-align: left;
  letter-spacing: 0.1em;
}
#caution .caution_box ul li:last-child {
  margin-bottom: 0;
}
#caution .caution_box ul li::before {
  border: 2px solid #df711e !important;
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: transparent;
  left: 0;
  top: 11px;
}
#caution .caution_box ul li::after {
  border-left: 2px solid #df711e !important;
  border-bottom: 2px solid #df711e !important;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  transform: rotate(-45deg);
  left: 4px;
  top: 16px;
}
#caution .caution_box ul li span {
  color: #df711e;
  font-weight: bold;
}
#caution .arrow1 {
  width: 24px;
  height: 24px;
  border: 3px solid;
  border-color: transparent transparent #f1774f #f1774f;
  transform: rotate(-45deg);
  margin: 40px auto;
}
#caution p {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
#caution p span {
  color: #f1774f;
}

#previous {
  padding: 90px 0;
  width: 100%;
  background-color: #e8f6f8 !important;
  padding-bottom: 90px !important;
}
#previous h3 {
  color: #df711e;
  margin-bottom: 10px;
}
#previous .caution_box {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  padding: 60px 0;
  margin: 20px auto 0;
}
#previous .caution_box ul {
  width: 86%;
  max-width: 660px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#previous .caution_box ul li {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  padding: 0px 0 20px 35px;
  background: none;
  text-align: left;
  letter-spacing: 0.1em;
  width: 31%;
}
#previous .caution_box ul li:nth-of-type(3n) {
  width: 20%;
}
#previous .caution_box ul li:nth-last-child(2) {
  margin-bottom: 0;
}
#previous .caution_box ul li:last-child {
  margin-bottom: 0;
}
#previous .caution_box ul li::before {
  border: 2px solid #df711e !important;
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: transparent;
  left: -4px;
  top: 11px;
}
#previous .caution_box ul li::after {
  border-left: 2px solid #df711e !important;
  border-bottom: 2px solid #df711e !important;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  transform: rotate(-45deg);
  left: 0;
  top: 16px;
}
#previous .caution_box ul li span {
  color: #df711e;
  font-weight: bold;
}

#point_01 {
  padding: 90px 0;
  width: 100%;
}

#qa {
  padding: 90px 0;
  width: 100%;
}

.line {
  border: 1px solid #bdbdbd;
  max-width: 980px;
  width: 90%;
  margin: 60px auto;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .onecolumn {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .onecolumn, .inside_set {
    width: 100% !important;
  }
  main .sp {
    display: block;
  }
  main .pc {
    display: none;
  }
  #sub_mainvisual {
    width: 100% !important;
  }
  .mv {
    height: auto;
    margin-top: 14vw;
  }
  .mv__img {
    height: auto;
    background-size: contain;
  }
  .mv__img:before, .mv__img:after {
    content: none;
  }
  .mv__wrap {
    position: relative;
  }
  .mv h1 {
    margin-top: 0;
  }
  .mv h1 .min {
    font-size: 70%;
    text-indent: -1vw;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0em;
  }
  .mv h1 .min:nth-of-type(2) {
    text-indent: -3vw;
  }
  .mv h1 .min_02 {
    font-size: 90%;
    text-indent: -1vw;
    display: inline-block;
    vertical-align: middle;
    color: #282828;
    letter-spacing: 0em;
  }
  .mv .btn {
    max-width: unset;
    width: 100%;
  }
  .mv .btn::before {
    top: 7.4vw !important;
  }
  .mv_detail {
    font-size: 3.066vw;
  }
  .mv_detail span {
    font-size: 3.8666vw;
  }
  .mv_lead {
    letter-spacing: 0 !important;
  }
  h3 {
    font-size: 4.6666666667vw;
    margin: 4vw 0;
    letter-spacing: 0.1em;
  }
  .col {
    margin-bottom: 4vw;
    letter-spacing: 0.1em;
    padding: 0;
    width: 100%;
    font-size: 4.6vw;
    font-weight: bold;
    text-align: center;
  }
  .sub_title {
    text-align: center;
  }
  .bold {
    font-weight: bold;
  }
  #catch .title::before {
    top: 0.8rem;
    height: 2.6rem;
  }
  #catch .title::after {
    top: 0.8rem;
    height: 2.6rem;
  }
  #catch .information li {
    font-size: 4vw;
    border: 1px solid #1aa9b7 !important;
  }
  #lead {
    padding-bottom: 10vw;
    padding-top: 0;
  }
  #lead p {
    width: 100%;
  }
  #lead h2 {
    padding: 4vw 0;
    font-size: 5.5vw;
  }
  #lead .title {
    margin: 6vw auto 0vw;
    padding: 0;
    font-weight: bold;
    color: #df711e;
    text-align: center;
    width: 100%;
  }
  #lead p {
    padding: 15px 20px 0;
    margin: 10px auto 0;
  }
  #lead .btn {
    letter-spacing: 0.1em;
  }
  .point_box ul {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 4vw;
  }
  .point_box p.pink {
    margin-bottom: 0;
  }
  .point_box p span {
    font-size: 7vw;
  }
  .btn_inq {
    text-align: center;
  }
  .btn_inq .btn {
    margin: 35px auto 15px;
    width: 90%;
    text-align: center;
  }
  #point {
    background-color: #f3fff7;
  }
  #point h3 {
    color: #df711e;
  }
  #point .point_box h4 {
    font-weight: bold;
    text-align: left;
    position: relative;
    margin-top: 6vw;
    padding-left: 2em;
    text-indent: 0em;
  }
  #point .point_box h4::before {
    content: "";
    position: absolute;
    color: #df711e;
    top: -0.6vw;
    left: 2vw;
    font-size: 6vw;
  }
  #point .point_box h4:nth-of-type(1):before {
    content: "❶";
  }
  #point .point_box h4:nth-of-type(2):before {
    content: "❷";
  }
  #point .point_box h4:nth-of-type(3):before {
    content: "❸";
  }
  #point .btn {
    margin: 0vw auto 4vw;
    display: block;
  }
  .point_box p {
    padding-bottom: 6vw;
  }
  .point_box p:last-child {
    border-bottom: none;
  }
  #other .btn {
    margin: 0vw auto 4vw;
    display: block;
  }
  #catch {
    padding: 12vw 0;
  }
  #caution {
    padding: 12vw 0;
  }
  #caution .caution_box {
    box-sizing: border-box;
    border: 6px solid #ff844c;
    padding: 6vw 5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #caution .caution_box ul li {
    font-size: 4vw;
    line-height: 1.8;
    padding: 0px 4vw 5vw 10vw;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
  #caution .caution_box ul li::before {
    width: 12px;
    height: 12px;
    left: 0;
    top: 6px;
  }
  #caution .caution_box ul li::after {
    left: 4px;
    top: 10px;
  }
  #caution .arrow1 {
    width: 4.6vw;
    height: 4.6vw;
    border: 2px solid;
    border-color: transparent transparent #f1774f #f1774f;
    transform: rotate(-45deg);
    margin: 4vw auto 8vw;
  }
  #caution p {
    font-size: 4vw;
    margin: 0 8vw;
    letter-spacing: 0.05em;
  }
  #previous {
    padding: 12vw 0;
  }
  #previous h3 {
    margin-bottom: 0;
  }
  #previous .caution_box {
    width: 90%;
    padding: 6vw 0;
    margin: -4vw auto 0;
  }
  #previous .caution_box ul li {
    font-size: 4vw;
    line-height: 1.8;
    padding: 0px 4vw 4vw 5vw;
    letter-spacing: 0.05em;
    width: 33%;
  }
  #previous .caution_box ul li:nth-of-type(3n) {
    width: 33%;
  }
  #previous .caution_box ul li::before {
    top: 5px;
  }
  #previous .caution_box ul li::after {
    top: 10px;
  }
  #point_01 {
    padding: 12vw 0;
  }
  #point_01 .point_box {
    width: 100%;
  }
  #point_01 .point_box li {
    width: 42%;
    padding-left: 7vw;
  }
  #point_01 .point_box li::before {
    left: 0;
  }
  #point_01 .point_box li::after {
    left: 4px;
  }
  #point_01 h2.num, #point_02 h2.num {
    padding: 4vw 0 4vw 8vw;
  }
  #qa {
    padding: 12vw 0;
  }
  .line {
    margin: 8vw auto;
  }
}
.gaikokujin #catch .information {
  width: 90%;
  max-width: 900px;
}
.gaikokujin #catch .information li {
  font-size: 19px;
}

.mv__img {
  background-image: url(../../../assets/images/client/service/gaikokujin/mainvisual.jpg);
}