@charset "UTF-8";

@font-face {
  font-family: unicnd;
  src: url(../font/rajdhani/Rajdhani-Light.ttf) format("truetype");
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  color: #4E422B;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

header {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-bottom: 1px solid #A8DC00;
  padding: 0 256px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo-area {
  display: flex;
  align-items: center;
}

header .logo-area .logo {
  width: 141.08px;
  height: 56px;
  margin-right: 32px;
}

header .logo-area .logo-text {
  display: flex;
  align-items: center;
}

header .logo-area .logo-text .icon {
  width: 30.99px;
  height: 40px;
  margin-right: 10px;
}

header .logo-area .logo-text .txt {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #4E422B;
}

header .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .contact-info .tel-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

header .contact-info .tel-wrapper .icon {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

header .contact-info .tel-wrapper .txt {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #4E422B;
}

header .contact-info .contact-date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.container {
  width: 1512px;
  margin-left: auto;
  margin-right: auto;
}

.fv .image-catchcopy {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(180deg, #F5F9E9 0%, #FFFFFF 99.99%, #FFFFFF 100%);
}

.fv .image-catchcopy .content-inner {
  padding: 0 220px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fv .image-catchcopy .content-inner .catchcopy-text .text01 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 57px;
  color: #66B400;
}

.fv .image-catchcopy .content-inner .catchcopy-text .text02 {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 145%;
  margin-top: 28px;
}

.fv .image-catchcopy .content-inner .catchcopy-text .text02 span {
  position: relative;
}

.fv .image-catchcopy .content-inner .catchcopy-text .text02 span:after {
  content: "";
  width: 80%;
  height: 0;
  border-bottom: 3.5px solid #f3c04d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.fv .image-catchcopy .content-inner .catch-image {
  width: 378px;
  height: 235px;
}

.fv .fv-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.fv .detail-content {
  width: 1000px;
  height: auto;
  padding: 20px 40px;
  margin: auto;
  margin-top: 56px;
  margin-bottom: 46px;
  background: #F5F9E9;
  border: 1px dashed #66B400;
  border-radius: 10px;
  position: relative;
}

.fv .detail-content .detail-mark {
  width: 218px;
  height: 162px;
  position: absolute;
  right: 80px;
  bottom: 14px;
}

.fv .detail-content .lbl-area {
  display: flex;
  align-items: center;
}

.fv .detail-content .lbl-area .icon {
  width: 32px;
  height: 32px;
}

.fv .detail-content .lbl-area .txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.fv .detail-content .d_txt {
  width: 614px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

.btn-template {
  max-width: 480px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.btn-template .lbl {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.btn-template .lbl::before {
  content: "";
  width: 0;
  height: 100%;
  border: 1px solid #4E422B;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(335deg);
}

.btn-template .lbl::after {
  content: "";
  width: 0;
  height: 100%;
  border: 1px solid #4E422B;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.btn-template .btn {
  width: 100%;
  height: 64px;
  background: #FF8C00;
  border-radius: 100px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.btn-template .btn:disabled {
  background-color: #EEE;
  border: 2px solid #EEE;
  color: #999;
}

.btn-template .btn .b_icon {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  margin-left: 27px;
  position: relative;
}

.btn-template .btn .b_icon:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FF8C00;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.page-links {
  width: 100%;
  background: #66B400;
  padding: 12px 0;
  margin-top: 60px;
}

.page-links ul {
  display: flex;
  justify-content: center;
}

.page-links ul li {
  padding: 0 40px;
  border-right: 2px dashed #FFFFFF;
}

.page-links ul li:last-child {
  border: 0;
}

.page-links ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

section {
  padding: 56px 0 80px;
}

.section-title .en_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #A8DC00;
}

.section-title .ja_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #4E422B;
  margin-top: 10px;
}

.section-title ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.section-title ul li {
  width: 64px;
  height: 5px;
  background: #A8DC00;
  border-radius: 100px;
  margin: 0 2.5px;
}

.section-title ul li:last-child {
  background: #66B400;
}

.section-reason .trouble-area {
  width: 852px;
  margin: auto;
  margin-top: 48px;
  position: relative;
}

.section-reason .trouble-area .problem-text01 {
  display: inline-block;
  background: #EAF6F1;
  border: 1px dashed #9BCDB8;
  border-radius: 5px;
  padding: 10px 20px;
  position: absolute;
  top: 67px;
  left: -24px;
}

.section-reason .trouble-area .problem-text01.text02 {
  background: #F5F9E9;
  border: 1px dashed #66B400;
  top: 173px;
  left: 0;
}

.section-reason .trouble-area .problem-text01.text03 {
  left: auto;
  right: 25px;
  top: 67px;
}

.section-reason .trouble-area .problem-text01.text04 {
  top: 163px;
  right: 25px;
  left: auto;
}

.section-reason .trouble-area .problem-text01 p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.section-reason .trouble-area .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-reason .trouble-area .trouble-man {
  width: 264px;
  height: 252px;
  margin: auto;
  margin-top: 50px;
}

.section-reason .solve-problem {
  margin-top: 80px;
  margin-bottom: 25px;
}

.section-reason .solve-problem .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #66B400;
}

.section-reason .solve-problem .solve-back {
  width: 999px;
  height: 88px;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: -1;
}

.section-reason .solve-problem .solve-content {
  width: 1040px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.section-reason .solve-problem .solve-content .item {
  width: 50%;
  padding: 0 20px;
  margin: 20px 0;
}

.section-reason .solve-problem .solve-content .item .inner {
  width: 100%;
  height: 393px;
  padding: 15px 20px;
  border: 2px solid #66B400;
  border-radius: 5px;
}

.section-reason .solve-problem .solve-content .item .inner .solve-pic {
  width: 100%;
}

.section-reason .solve-problem .solve-content .item .inner .title_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  text-align: center;
}

.section-reason .solve-problem .solve-content .item .inner .txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

.section-feature {
  background: #F5F9E9;
}

.section-feature .feature-content {
  width: 1000px;
  margin: auto;
  margin-top: 48px;
}

.section-feature .feature-content .safety-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-feature .feature-content .safety-content .content {
  width: 560px;
}

.section-feature .feature-content .safety-content .content .title_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-feature .feature-content .safety-content .content .c_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
}

.section-feature .feature-content .safety-content .safety-img {
  width: 371.41px;
  height: 276px;
}

.section-feature .feature-content .apply-content {
  margin-top: 60px;
  flex-wrap: wrap;
}

.section-feature .feature-content .apply-content .content {
  width: 100%;
}

.section-feature .feature-content .apply-content .safety-img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.section-feature .safety-img .safety-txt {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  top: 30px;
  left: 60px;
}

.safety-img .safety-txt span {
  font-size: 56px;
  color: #66B400;
}

.section-feature .safety-img .safety-subtxt {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 14px;
}

.section-feature .feature-content .adver-download-content {
  margin-top: 60px;
}

.section-feature .feature-content .adver-download-content .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-feature .feature-content .adver-download-content .d_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
}

.section-feature .feature-content .advers-company {
  width: 1005px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

.section-feature .feature-content .advers-company .item {
  width: 33.3333%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.section-feature .feature-content .advers-company .item.--other .inner {
  background: transparent;
  padding: 26px 10px;
}

.section-feature .feature-content .advers-company .item .inner {
  display: flex;
  align-items: center;
  padding: 13.5px 15px;
  background: #FFFFFF;
  border-radius: 5px;
}

.section-feature .feature-content .advers-company .item .inner .icon {
  width: 56px;
  height: 56px;
}

.section-feature .feature-content .advers-company .item .inner .content {
  margin-left: 10px;
}

.section-feature .feature-content .advers-company .item .inner .content .t_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.section-feature .feature-content .advers-company .item .inner .content .c_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.section-voice .voice_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 48px;
  text-align: center;
}

.section-voice .voice-content {
  width: 990px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.section-voice .voice-content .item {
  width: 320px;
  height: auto;
  background: #FFFFFF;
  border: 2px solid #66B400;
  border-radius: 5px;
  overflow: hidden;
}

.section-voice .voice-content .item .title_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 6.5px 0;
  text-align: center;
  background: #F5F9E9;
}

.section-voice .voice-content .item .txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  padding: 15px;
}

.section-voice .voice-content .item .txt span {
  font-weight: 600;
}

.section-flow {
  /* background: #F5F9E9; */
}

.section-flow .flow-content {
  margin-top: 50px;
}

.section-flow .flow-content .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-flow .flow-content .flow_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
}

.section-flow .flow-content .flow-images-wrapper {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-flow .flow-content .flow-images-wrapper .item {
  width: 30%;
  padding: 0;
  /* margin-bottom: 25px; */
  border: 1px solid #efefef;
  margin: 0 15px 25px 0;
}

.section-flow .advers-flow {
  margin-top: 60px;
}

.section-flow .advers-flow .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-flow .advers-flow .flow-steps {
  width: 980px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.section-flow .advers-flow .flow-steps .item {
  width: 184px;
  height: auto;
  padding: 9px 0 12px;
  background: white;
  border-radius: 15px;
}

.section-flow .advers-flow .flow-steps .item .lbl_txt {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #66B400;
}

.section-flow .advers-flow .flow-steps .item .lbl_txt span {
  font-size: 17px;
}

.section-flow .advers-flow .flow-steps .item .title_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 13px;
  text-align: center;
}

.section-flow .advers-flow .flow-steps .item .icon {
  width: 111px;
  height: 78px;
  margin: auto;
  margin-top: 5px;
}

.section-flow .width-arrow {
  width: 970px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  height: 0;
  border: 2px solid #A8DC00;
  position: relative;
}

.section-flow .width-arrow:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  left: -5px;
  top: 50%;
  font-weight: 600;
  color: #A8DC00;
  transform: translateY(-50%);
}

.section-flow .width-arrow:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  right: -5px;
  top: 50%;
  font-weight: 600;
  color: #A8DC00;
  transform: translateY(-50%);
}

.section-flow .flow-term {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 60px;
  text-align: center;
}

.section-flow .flow-term span {
  font-size: 22px;
}

.section-flow .cost .lbl_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-flow .cost .cost_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 55px;
}

.section-plan .plan-gap_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 60px;
  text-align: center;
}

.section-plan .note-detail {
  width: 1000px;
  margin: auto;
  margin-top: 40px;
  padding: 30px 0;
  height: auto;
  background: #F5F9E9;
  border: 1px dashed #66B400;
  border-radius: 10px;
}

.section-plan .note-detail .note-lbl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-plan .note-detail .note-lbl .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.section-plan .note-detail .note-lbl .txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.section-plan .note-detail .warning_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-top: 15px;
}

.section-other {
  background: #F5F9E9;
}

.section-other .other-wrap {
  display: flex;
  max-width: 1000px;
  margin: 50px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 32px;
}

.section-other .other-item {
  display: inline-block;
}

.section-other .other-ttl {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.section-other .ttl_link {
  color: inherit;
  text-decoration: underline;
}

.section-other .ttl_link::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
}

.section-other .other-img {
  height: 400px;
  width: auto;
  border: 1px solid #efefef;
}

.section-other .okuyaminavi .other-img {
  border: none;
}

.section-other .other_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 48px;
  text-align: center;
}

input[type=checkbox] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel] {
  width: 100%;
  height: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  padding-left: 15px;
  background: #FFFFFF;
  border: 2px solid #BBBBBB;
  border-radius: 5px;
  outline: 0;
}

input[type=number] {
  width: 100%;
  height: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  padding-left: 15px;
  background: #FFFFFF;
  border: 2px solid #BBBBBB;
  border-radius: 5px;
  outline: 0;
}

textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  width: 100%;
  height: 168px;
  background: #FFFFFF;
  border: 2px solid #BBBBBB;
  border-radius: 5px;
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  outline: 0;
}

select {
  width: 100%;
  height: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  padding-left: 15px;
  background: #FFFFFF;
  border: 2px solid #BBBBBB;
  border-radius: 5px;
  outline: 0;
}

label {
  font-weight: 600;
  font-size: 18px;
}

label a {
  color: #66B400;
}

.section-application {
  /* background: #F5F9E9; */
  padding-bottom: 160px;
}

.section-application form {
  width: 1000px;
  padding: 60px 100px 100px;
  height: auto;
  margin: auto;
  margin-top: 50px;
  background: #FFFFFF;
  border: 1px dashed #66B400;
  border-radius: 10px;
}

.section-application form table {
  width: 100%;
  border-collapse: collapse;
}

.section-application form table tr:last-child td:first-child {
  vertical-align: top;
}

.section-application form table tr td {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0;
}

.section-application form table tr td .warning_txt {
  font-size: 14px;
  color: #DC4C3C;
}

.section-application form table tr td span.required {
  background: #DC4C3C;
  border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: white;
}

.section-application form table tr td:last-child {
  width: 600px;
}

.section-application form .privacy_pos {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.section-application form .privacy_waring_txt {
  font-size: 14px;
  color: #DC4C3C;
  position: absolute;
  bottom: -14px;
  left: 194px;
}

.copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
}

.thanks-content {
  padding-top: 80px;
  text-align: center;
}

.thanks-content h1 {
  font-size: 28px;
  margin-bottom: 40px;
}

.thanks-content p {
  font-size: 18px;
  line-height: 2.2;
}

.thanks-content .support-list-item {
  padding: 80px 50px;
  background-color: rgba(134, 160, 79, 0.08);
  margin-top: 40px;
}

.thanks-content .support-list-item a {
  color: #4E422B;
}

.thanks-content .footer-logo a {
  display: block;
  width: 122px;
  margin: auto;
  margin-top: 100px;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBBBBB;
  font-weight: 100;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBBBBB;
  font-weight: 100;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBBBBB;
  font-weight: 100;
  opacity: 1;
  /* Firefox */
}

@media screen and (max-width: 1530px) {
  .container {
    width: 100%;
  }

  .fv .image-catchcopy .content-inner {
    width: 1053px;
    margin: auto;
    padding: 0;
  }

  header {
    padding: 0 126px;
  }
}

@media screen and (max-width: 1130px) {
  header {
    padding: 0 58px;
  }
}

@media screen and (max-width: 1090px) {
  .fv .image-catchcopy .content-inner {
    width: 95%;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text01 {
    font-size: 35px;
    line-height: 48px;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text02 {
    font-size: 37px;
  }

  .page-links ul li {
    padding: 0 20px;
  }

  .section-reason .solve-problem .solve-content {
    width: 98%;
  }

  .section-feature .feature-content {
    width: 95%;
  }

  .section-feature .feature-content .advers-company {
    width: 98%;
  }

  .section-voice .voice-content {
    width: 95%;
  }

  .section-voice .voice-content .item {
    width: 32%;
  }

  .section-flow .flow-content .flow-images-wrapper {
    width: 98%;
  }

  .section-flow .advers-flow .flow-steps {
    width: 95%;
  }

  .section-flow .advers-flow .flow-steps .item {
    width: 18.4%;
  }

  .section-application form {
    width: 95%;
    padding: 60px 50px 100px;
  }

  .section-application form table tr td:last-child {
    width: 77%;
  }

  .section-plan .note-detail {
    width: 98%;
  }

  .fv .detail-content {
    width: 98%;
  }

  .section-flow .width-arrow {
    width: 95%;
  }

  header {
    padding: 0 28px;
  }

  .section-reason .solve-problem .solve-back {
    width: 100%;
  }
}

@media screen and (max-width: 966px) {
  header .logo-area .logo {
    width: 113.08px;
    margin-right: 13px;
    height: auto;
  }

  header .contact-info .tel-wrapper .txt {
    font-size: 26px;
  }

  header .contact-info .tel-wrapper .icon {
    width: 25px;
    height: 25px;
  }

  .fv .image-catchcopy .content-inner .catch-image {
    width: 316px;
    height: auto;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text01 {
    font-size: 27px;
    line-height: 37px;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text02 {
    font-size: 28px;
  }

  .fv .detail-content .d_txt {
    width: 67%;
  }

  .page-links ul li a {
    font-size: 13px;
    line-height: 22px;
  }

  .section-reason .trouble-area {
    width: 97%;
  }

  header .logo-area .logo-text .txt {
    font-size: 11px;
  }

  header .contact-info .contact-date {
    font-size: 12px;
  }

  header .contact-info .tel-wrapper .txt {
    font-size: 23px;
  }

  .fv .detail-content .detail-mark {
    right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .pc-block {
    display: none !important;
  }

  .sp {
    display: flex !important;
  }

  .sp-block {
    display: block !important;
  }

  html {
    font-size: 0.266666vw;
  }

  header {
    height: 48rem;
  }

  header .logo-area .logo {
    width: 80rem;
    margin-right: 0;
    height: 32rem;
  }

  header .logo-area .logo img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .fv .image-catchcopy .content-inner {
    display: block;
  }

  .fv .image-catchcopy {
    padding: 20rem 0 28rem;
  }

  .fv .image-catchcopy .content-inner {
    width: 100%;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text01 {
    font-size: 24rem;
    line-height: 160%;
    text-align: center;
  }

  .fv .image-catchcopy .content-inner .catchcopy-text .text02 {
    font-size: 24rem;
    text-align: center;
    margin-top: 20rem;
  }

  .fv .image-catchcopy .content-inner .catch-image {
    width: 240rem;
    height: auto;
    margin: auto;
    margin-top: 30rem;
  }

  .fv .fv-text {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    text-align: justify;
    line-height: 24rem;
  }

  .fv .detail-content {
    width: 355rem;
    padding: 20rem;
    margin-top: 30rem;
    margin-bottom: 40rem;
    border-radius: 5rem;
  }

  .fv .detail-content .lbl-area .icon {
    width: 32rem;
    height: 32rem;
  }

  .fv .detail-content .lbl-area .txt {
    font-size: 16rem;
    line-height: 24rem;
  }

  .fv .detail-content .lbl-area {
    justify-content: center;
  }

  .fv .detail-content .d_txt {
    width: 100%;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 10rem;
  }

  .fv .detail-content .detail-mark {
    width: 218rem;
    height: 162rem;
    margin: auto;
    margin-top: 15rem;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .btn-template .lbl {
    font-size: 16rem;
    margin-bottom: 5rem;
  }

  .btn-template {
    width: 315rem;
  }

  .btn-template .btn {
    height: 56rem;
  }

  .btn-template .btn .txt {
    font-size: 20rem;
  }

  .btn-template .btn .b_icon {
    width: 36rem;
    height: 36rem;
    margin-left: 20rem;
  }

  .btn-template .btn .b_icon:after {
    font-size: 26rem;
  }

  .page-links {
    width: 355rem;
    margin: auto;
    background: transparent;
    padding: 15rem;
    margin-top: 50rem;
    border: 2rem solid #66B400;
    border-radius: 5rem;
  }

  .page-links ul {
    display: block;
  }

  .page-links ul li a {
    font-size: 16rem;
    line-height: 24rem;
    color: #66B400;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .page-links ul li {
    padding: 12rem 0;
    position: relative;
    border: 0;
  }

  .page-links ul li:last-child {
    padding-bottom: 0;
  }

  .page-links ul li:last-child:after {
    content: unset;
  }

  .page-links ul li:after {
    content: "";
    width: 80%;
    height: 0;
    border-bottom: 1px dashed #4E422B;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
  }

  .page-links .list_txt {
    font-style: normal;
    font-weight: 600;
    font-size: 16rem;
    line-height: 24rem;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    position: relative;
  }

  .page-links .list_txt:before {
    content: "";
    width: 40rem;
    height: 0px;
    border-bottom: 2rem solid #66B400;
    position: absolute;
    left: 95rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-links .list_txt:after {
    content: "";
    width: 40rem;
    height: 0px;
    border-bottom: 2rem solid #66B400;
    position: absolute;
    right: 95rem;
    top: 50%;
    transform: translateY(-50%);
  }

  section {
    padding: 40rem 0 30rem;
  }

  .section-title .en_txt {
    font-size: 14rem;
    line-height: 21rem;
  }

  .section-title .ja_txt {
    font-size: 22rem;
    line-height: 150%;
    margin-top: 10rem;
  }

  .section-title ul li {
    width: 56rem;
    height: 5rem;
    border-radius: 100rem;
    margin: 0 2.5rem;
  }

  .section-title ul {
    margin-top: 10rem;
  }

  .section-reason .trouble-area {
    width: 355rem;
    margin: auto;
    margin-top: 40rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-reason .trouble-area .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
    margin-bottom: 10rem;
  }

  .section-reason .trouble-area .problem-text01 {
    border: 1rem dashed #9BCDB8;
    border-radius: 5rem;
    padding: 10rem 20rem;
    position: relative;
    top: 0;
    left: 0;
    margin: 7rem;
  }

  .section-reason .trouble-area .problem-text01 p {
    font-size: 16rem;
    line-height: 24rem;
  }

  .section-reason .trouble-area .problem-text01.text02 {
    border: 1rem dashed #66B400;
    top: 0;
    left: 0;
  }

  .section-reason .trouble-area .problem-text01.text04 {
    top: 0;
    /* padding-top: 25rem; */
    right: 0;
    left: auto;
  }

  .section-reason .trouble-area .trouble-man {
    width: 200rem;
    height: 192rem;
    margin: auto;
    margin-top: 22rem;
  }

  .section-reason .solve-problem {
    margin-top: 40rem;
    margin-bottom: 25rem;
  }

  .section-reason .solve-problem .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-reason .solve-problem .solve-back {
    width: 355rem;
    height: 88rem;
    margin: auto;
    margin-top: -47rem;
  }

  .section-reason .solve-problem .solve-content {
    width: 355rem;
  }

  .section-reason .solve-problem .solve-content .item {
    width: 100%;
    padding: 0;
    margin: 8rem 0;
  }

  .section-reason .solve-problem .solve-content .item .inner {
    width: 100%;
    height: auto;
    padding: 15rem 20rem;
    border: 2rem solid #66B400;
    border-radius: 5rem;
  }

  .section-reason .solve-problem .solve-content .item .inner .title_txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 15rem;
  }

  .section-reason .solve-problem .solve-content .item .inner .txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 10rem;
  }

  .section-feature .feature-content .safety-content {
    display: block;
    margin: 30rem 0 60rem;
  }

  .section-feature .feature-content {
    width: 360rem;
    margin: auto;
    margin-top: 30rem;
  }

  .section-feature .feature-content .safety-content .content {
    width: 100%;
  }

  .section-feature .feature-content .safety-content .content .title_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-feature .feature-content .safety-content .content .c_txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
  }

  .section-feature .feature-content .safety-content .safety-img {
    width: 240rem;
    height: auto;
    margin: auto;
    margin-top: 20rem;
    border-radius: 8px;
  }

  .section-feature .feature-content .apply-content .safety-img {
    width: 100%;
  }

  .section-feature .safety-img .safety-txt {
    font-size: 18px;
    top: 16px;
    left: 24px;
    line-height: 1.2;
  }

  .safety-img .safety-txt span {
    font-size: 24px;
  }

  .section-feature .safety-subtxt {
    font-size: 14rem;
    text-align: center;
    margin-top: 10rem;
  }

  .section-feature .feature-content .adver-download-content .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-feature .feature-content .adver-download-content .d_txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
  }

  .section-feature .feature-content .advers-company .item {
    width: 50%;
    padding: 0 5rem;
    margin-bottom: 10rem;
  }

  .section-feature .feature-content .advers-company .item .inner {
    padding: 10rem 15rem;
    border-radius: 5rem;
  }

  .section-feature .feature-content .advers-company .item .inner .icon {
    width: 40rem;
    height: 40rem;
  }

  .section-feature .feature-content .advers-company .item .inner .icon img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-feature .feature-content .advers-company .item .inner .content .t_txt {
    font-size: 16rem;
    line-height: 24rem;
  }

  .section-feature .feature-content .advers-company .item .inner .content .c_txt {
    font-size: 12rem;
    line-height: 18rem;
  }

  .section-feature .feature-content .advers-company {
    width: 100%;
    margin: auto;
    margin-top: 20rem;
    margin-bottom: 50rem;
    justify-content: center;
  }

  .section-feature .feature-content .advers-company .item.--other {
    width: 100%;
  }

  .section-feature .feature-content .advers-company .item.--other .inner {
    background: transparent;
    padding: 20rem 0 0 0;
    text-align: center;
    justify-content: center;
  }

  .section-voice .voice_txt {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 30rem;
  }

  .section-voice .voice-content {
    width: 355rem;
    margin: auto;
    margin-top: 30rem;
    margin-bottom: 30rem;
    display: block;
  }

  .section-voice .voice-content .item {
    width: 100%;
    border: 2rem solid #66B400;
    border-radius: 5rem;
    margin-bottom: 15rem;
  }

  .section-voice .voice-content .item .title_txt {
    font-weight: 600;
    font-size: 16rem;
    line-height: 24rem;
    padding: 6rem 0;
  }

  .section-voice .voice-content .item .txt {
    font-size: 16rem;
    line-height: 24rem;
    padding: 10rem 15rem;
  }

  .section-voice {
    padding-bottom: 50rem;
  }

  .section-flow .flow-content {
    margin-top: 30rem;
  }

  .section-flow .flow-content .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-flow .flow-content .flow_txt {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
  }

  .section-flow .flow-content .flow-images-wrapper {
    width: calc(100% - 20px);
    margin: 30rem auto 40rem;
  }

  .section-flow .flow-content .flow-images-wrapper .item {
    width: calc(50% - 4rem);
    /* padding: 0 5rem; */
    margin: 4rem 8rem 4rem 0;
  }

  .section-flow .flow-content .flow-images-wrapper .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .section-flow .advers-flow {
    margin-top: 50rem;
  }

  .section-flow .advers-flow .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-flow .advers-flow .flow-steps {
    width: 308rem;
    margin: auto;
    margin-top: 20rem;
    display: block;
    position: relative;
    margin-bottom: 30rem;
  }

  .section-flow .advers-flow .flow-steps .height-arrow {
    height: 100%;
    width: 0;
    border-left: 2rem solid #A8DC00;
    position: absolute;
    left: 218rem;
    top: 0;
  }

  .section-flow .advers-flow .flow-steps .height-arrow:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 16rem;
    position: absolute;
    left: -6.5rem;
    top: -10rem;
    font-weight: 600;
    color: #A8DC00;
  }

  .section-flow .advers-flow .flow-steps .height-arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16rem;
    position: absolute;
    left: -6.5rem;
    bottom: -10rem;
    font-weight: 600;
    color: #A8DC00;
  }

  .section-flow .advers-flow .flow-steps .sp-term {
    font-weight: 600;
    font-size: 11rem;
    line-height: 24rem;
    text-align: center;
    position: absolute;
    left: 230rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-flow .advers-flow .flow-steps .sp-term span {
    font-size: 20rem;
  }

  .section-flow .advers-flow .flow-steps .item {
    width: 200rem;
    margin-bottom: 20rem;
    height: auto;
    padding: 10rem 13rem;
    background: white;
    border-radius: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section-flow .advers-flow .flow-steps .item .lbl_txt {
    font-size: 12rem;
    line-height: 16rem;
  }

  .section-flow .advers-flow .flow-steps .item .lbl_txt span {
    font-size: 16rem;
    display: block;
  }

  .section-flow .advers-flow .flow-steps .item .title_txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 0;
    width: 100rem;
  }

  .section-flow .advers-flow .flow-steps .item .icon {
    width: 40rem;
    height: 40rem;
    margin-right: 0;
    margin-top: 0;
  }

  .section-flow .cost .lbl_txt {
    font-size: 20rem;
    line-height: 30rem;
  }

  .section-flow .cost .cost_txt {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
    margin-bottom: 25rem;
  }

  .section-plan .plan-gap_txt {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 30rem;
  }

  .section-plan .note-detail {
    width: 355rem;
    margin: auto;
    margin-top: 20rem;
    padding: 15rem 20rem;
    height: auto;
    border: 1rem dashed #66B400;
    border-radius: 5rem;
  }

  .section-plan .note-detail .note-lbl .icon {
    width: 40rem;
    height: auto;
    margin-right: 15rem;
  }

  .section-plan .note-detail .note-lbl .txt {
    font-style: normal;
    font-weight: 600;
    font-size: 16rem;
    line-height: 24rem;
    text-align: center;
  }

  .section-plan .note-detail .warning_txt {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 15rem;
  }

  .section-other .other-wrap {
    margin: 30rem 10px 0;
    width: calc(100% - 20px);
    gap: 16px 8px;
  }

  .section-other .other_txt {
    width: 355rem;
    margin: auto;
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
  }

  .section-other .other-item {
    width: calc(50% - 8px);
  }

  .section-other .other-img {
    height: auto;
    width: 100%;
  }

  .section-other .okuyaminavi {
    width: 100%;
    text-align: center;
  }

  .section-other .okuyaminavi .other-img {
    width: 80%;
  }

  .section-application form {
    width: 355rem;
    padding: 40rem 20rem 50rem;
    margin-top: 40rem;
    border: 1rem dashed #66B400;
    border-radius: 5rem;
  }

  .section-application form table tr {
    display: grid;
  }

  .section-application form table tr td {
    font-size: 16rem;
    line-height: 24rem;
    padding: 12rem 0;
  }

  .section-application form table tr td:first-child {
    padding-bottom: 0;
  }

  .section-application form table tr td:last-child {
    width: 100%;
  }

  label {
    font-weight: 600;
    font-size: 16rem;
  }

  input[type=text],
  input[type=url],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 52rem;
    font-size: 16rem;
    line-height: 24rem;
    padding-left: 15rem;
    border: 2rem solid #BBBBBB;
    border-radius: 4rem;
  }

  textarea {
    height: 144rem;
    background: #FFFFFF;
    border: 2rem solid #BBBBBB;
    border-radius: 4rem;
    padding: 15rem;
    font-weight: 500;
    font-size: 16rem;
    line-height: 24rem;
  }

  .section-application form .privacy_pos {
    margin-top: 30rem;
    margin-bottom: 40rem;
  }

  .privacy_pos label p {
    text-align: left;
  }

  .section-application {
    background: #F5F9E9;
    padding-bottom: 43rem;
  }

  .copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 12rem;
    line-height: 20rem;
    text-align: center;
    padding: 12rem 0;
  }

  .thanks-content h1 {
    font-size: 22rem;
    margin-bottom: 25rem;
  }

  .thanks-content p {
    font-size: 14rem;
    line-height: 2.2;
    padding: 0 15rem;
  }

  .thanks-content .support-list-item {
    padding: 40rem 19rem;
    background-color: rgba(134, 160, 79, 0.08);
    margin-top: 40rem;
  }

  .thanks-content .footer-logo a {
    display: block;
    width: 121rem;
    margin: auto;
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
}

/*# sourceMappingURL=style.css.map */
