@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, input):not(svg *)) {
  all: unset;
  display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除します */
ol, ul {
  list-style: none;
}

/* 画像がコンテナを超えないようにするため */
img {
  max-width: 100%;
}

/* テーブルのセル間のスペースを削除します */
table {
  border-collapse: collapse;
}

html, body {
  width: 100%;
}

/* wrapper */
.wrapper {
  position: relative;
  overflow: hidden;
  font-family: "メイリオ", meiryo, sans-serif;
  background-color: #fff;
  color: #222;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-feature-settings: palt;
}

/* hiddn */
.wrapper .pc {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  .wrapper .pc {
    display: block !important;
  }
  .wrapper .sp {
    display: none !important;
  }
  .wrapper span.pc,
  .wrapper img.pc {
    display: inline !important;
  }
}
/* img */
.wrapper img {
  vertical-align: bottom;
}

@media print, screen and (max-width: 768px) {
  .wrapper img {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .wrapper img {
    max-width: auto;
    max-height: auto;
  }
}
/* a */
a {
  text-decoration: none;
  cursor: pointer;
}

/*a:hover { text-decoration: underline; }*/
@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* rollover */
@media print, screen and (min-width: 768px) {
  .ovrgp a:hover img, img.ovr:hover, input.ovr:hover, button.ovr:hover {
    opacity: 0.9;
  }
  a.hov {
    transition: 0.3s;
  }
  a.hov:hover {
    transform: scale(1.1);
  }
}
/* Selected Text */
/* wrap */
.wrapper {
  position: relative;
  background: url(../img/visual_bg_pc.png) no-repeat top center;
  background-size: 1920px;
}

@media print, screen and (min-width: 1920px) {
  .wrapper {
    background-size: contain;
  }
}
@media print, screen and (max-width: 1220px) {
  .wrapper {
    background-size: 160vw;
  }
}
@media print, screen and (max-width: 768px) {
  .wrapper {
    background: url(../img/visual_bg_sp.png) no-repeat top center;
    background-size: contain;
  }
}
@media print, screen and (max-width: 768px) {
  .wrapper .wrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .wrapper .wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
/* marker */
.marker {
  background: linear-gradient(transparent 65%, #FFF932 65%);
}

.under {
  text-decoration: underline;
}

/* sticky */
.sticky-wrapper {
  z-index: 999;
}

/* fade-in */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 30px);
}

.fade-in-down {
  transform: translate(0, -30px);
}

.fade-in-left {
  transform: translate(-30px, 0);
}

.fade-in-right {
  transform: translate(30px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* color */
.red {
  color: #FC2828;
}

.yellow {
  color: #FFF932;
}

.green {
  color: #028E31;
}

/* icon */
.wrapper i.ico-mail {
  display: inline-block;
  content: "";
  background: url(../img/ico_mail.png) no-repeat;
  background-size: cover;
}

.wrapper i.ico-tel {
  display: inline-block;
  content: "";
  background: url(../img/ico_tel.png) no-repeat;
  background-size: cover;
}

.wrapper i.ico-arw {
  display: inline-block;
  content: "";
  background: url(../img/ico_arw_right.png) no-repeat;
  background-size: cover;
}

/* mark */
.mark {
  background: url(../img/ico_mark.png) no-repeat top 60px center;
  background-size: 70px;
}

/* sp-next */
.sp-next {
  position: relative;
  width: 46.154vw;
  height: 10.256vw;
  margin: 0 auto;
  padding: 2.051vw 0;
  border-radius: 5.128vw;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #b8b8b8;
  font-size: 4.103vw;
  color: #fff;
  text-align: center;
}

.sp-next:before {
  position: absolute;
  top: 2.564vw;
  right: 2.564vw;
  display: inline-block;
  content: "";
  width: 4.615vw;
  height: 4.615vw;
  background: url(../img/ico_arw_next.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp-next {
    display: none;
  }
}
/* sp-tel */
.sp-tel {
  position: fixed;
  top: 3.846vw;
  right: 16.923vw;
  z-index: 999;
}

.sp-tel img {
  width: 6.41vw;
  height: 6.41vw;
}

@media print, screen and (min-width: 768px) {
  .sp-tel {
    display: none;
  }
}
/* sp-btn */
#sp-btn {
  position: fixed;
  top: 4.615vw;
  right: 4.359vw;
  z-index: 999;
}

#sp-btn span {
  display: block;
  width: 5.128vw;
  height: 4.359vw;
  background: url(../img/ico_menu.png) no-repeat;
  background-size: cover;
}

.sp-nav-open #sp-btn span {
  width: 5.128vw;
  height: 4.872vw;
  background: url(../img/ico_close.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #sp-btn {
    display: none;
  }
}
/* sp-nav */
#sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 998;
  padding-bottom: 38.462vw;
  background: #F9FBFF url(../img/visual_bg_sp.png) no-repeat bottom center;
  background-size: 100%;
}

#sp-nav .sp-menu ul {
  margin: 17.949vw 0 7.692vw;
}

#sp-nav .sp-menu li {
  padding: 2.564vw 0 2.564vw 11.538vw;
}

#sp-nav .sp-menu li a {
  font-size: 4.615vw;
  font-weight: bold;
}

#sp-nav .sp-daial {
  position: relative;
  width: 89.744vw;
  height: 51.282vw;
  margin: 5.128vw 5.128vw 0;
  padding: 6.41vw 0 0;
  background-color: #eff8f3;
  text-align: center;
}

#sp-nav .sp-daial .iepo {
  font-size: 5.641vw;
  font-weight: bold;
  line-height: 1.6;
}

#sp-nav .sp-daial .tel {
  margin-top: 2.564vw;
  font-family: Montserrat;
  font-size: 12.821vw;
  font-weight: 600;
  color: #028e31;
}

#sp-nav .sp-daial span {
  display: block;
  margin-top: 3.846vw;
  font-size: 4.615vw;
  font-weight: bold;
  line-height: 1.4;
}

#sp-nav .sp-daial .tel a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76.923vw;
  height: 16.923vw;
  margin: 0 auto;
  border-radius: 8.462vw;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #028E31;
  font-size: 7.179vw;
  font-weight: 400;
  color: #fff;
}

#sp-nav .sp-daial .time {
  font-size: 3.077vw;
}

#sp-nav .sp-daial .tel a:before {
  position: absolute;
  top: 4.103vw;
  left: 3.333vw;
  display: inline-block;
  content: "";
  width: 7.949vw;
  height: 7.949vw;
  background: url(../img/ico_tel_sp.png) no-repeat;
  background-size: cover;
}

#sp-nav .sp-daial .tel a:after {
  position: absolute;
  top: 4.103vw;
  right: 3.333vw;
  display: inline-block;
  content: "";
  width: 7.436vw;
  height: 7.436vw;
  background: url(../img/ico_arw_right.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #sp-nav {
    display: none;
  }
}
.sp-logo {
  position: fixed;
  top: 3.846vw;
  left: 3.846vw;
  z-index: 1000;
}

.sp-logo img {
  width: 30.769vw;
}

@media print, screen and (min-width: 768px) {
  .sp-logo {
    display: none;
  }
}
/* sec-header */
.sec-header {
  position: relative;
  z-index: 2;
}

/*.is-sticky .sec-header { background: linear-gradient(to bottom,  rgba(9,93,181,0.8) 0%,rgba(9,93,181,0) 100%); }*/
.sec-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 100px;
}

.sec-header .logo {
  width: 173px;
}

.sec-header .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-header .menu li {
  margin: 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.sec-header .menu a {
  color: #222;
}

.sec-header .menu a:hover {
  text-decoration: underline;
}

.sec-header .tel {
  display: flex;
  justify-content: center;
  align-items: last baseline;
}

.sec-header .tel a {
  position: relative;
  font-family: Montserrat;
  font-size: 37px;
  font-weight: 600;
}

.sec-header .tel .ico-tel {
  width: 30px;
  height: 30px;
}

.sec-header .tel small {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

@media print, screen and (max-width: 1600px) {
  .sec-header .wrap {
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 1500px) {
  .sec-header .logo {
    width: 143px;
  }
  .sec-header .menu li {
    margin: 0 10px;
    font-size: 14px;
  }
  .sec-header .tel a {
    font-size: 27px;
  }
  .sec-header .tel .ico-tel {
    width: 20px;
    height: 20px;
  }
  .sec-header .tel small {
    padding-left: 10px;
    font-size: 11px;
  }
}
@media print, screen and (max-width: 1220px) {
  .sec-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.417vw;
    padding: 0 2.5vw;
  }
  .sec-header .logo {
    width: 11.917vw;
  }
  .sec-header .menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-header .menu li {
    margin: 0 0.833vw;
    font-size: 1.167vw;
    font-weight: bold;
    line-height: 1.7;
  }
  .sec-header .menu a {
    color: #222;
  }
  .sec-header .menu a:hover {
    text-decoration: underline;
  }
  .sec-header .tel {
    display: flex;
    justify-content: center;
    align-items: last baseline;
  }
  .sec-header .tel a {
    position: relative;
    font-family: Montserrat;
    font-size: 2.25vw;
    font-weight: 600;
  }
  .sec-header .tel .ico-tel {
    width: 1.667vw;
    height: 1.667vw;
  }
  .sec-header .tel small {
    padding-left: 0.833vw;
    font-size: 0.917vw;
    font-weight: bold;
    line-height: 1.1;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-header {
    display: none;
  }
}
/* sec-visual */
.sec-visual {
  position: relative;
}

.sec-visual .wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-bottom: 30px;
}

.sec-visual .inner {
  padding-top: 30px;
}

.sec-visual .inner + .inner {
  width: 640px;
}

.sec-visual .txt {
  font-size: 32px;
  line-height: 1.7;
  font-weight: bold;
}

.sec-visual .txt span {
  border-bottom: 3px solid #222;
}

.sec-visual h1 {
  position: relative;
  display: flex;
  align-items: end;
  margin-top: 25px;
  font-size: 70px;
  font-weight: bold;
}

.sec-visual h1 img {
  position: relative;
  top: -22px;
}

.sec-visual .handling {
  display: flex;
  text-align: left;
}

.sec-visual .handling li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 42px;
  margin: 0 20px 0 0;
  border: solid 2px #222;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.4px;
}

.sec-visual .strong {
  position: relative;
  display: flex;
  justify-content: start;
  text-align: left;
  padding-top: 25px;
}

.sec-visual .strong:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 157px;
  height: 190px;
  background: url(../img/visual_men.png) no-repeat;
  background-size: cover;
}

.sec-visual .strong li {
  position: relative;
  z-index: 2;
  height: 150px;
  margin-right: 15px;
  text-align: center;
}

.sec-visual .strong .st01 {
  width: 158px;
  background: url(../img/visual_li01.png) no-repeat;
  background-size: cover;
}

.sec-visual .strong .st02 {
  width: 159px;
  background: url(../img/visual_li02.png) no-repeat;
  background-size: cover;
}

.sec-visual .strong .st03 {
  width: 160px;
  background: url(../img/visual_li03.png) no-repeat;
  background-size: cover;
}

.sec-visual .strong p {
  margin: 0;
  padding-top: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.9px;
}

@media print, screen and (max-width: 1220px) {
  .sec-visual {
    position: relative;
  }
  .sec-visual .wrap {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    margin-bottom: 2.5vw;
  }
  .sec-visual .inner {
    padding-top: 2.5vw;
  }
  .sec-visual .inner + .inner {
    width: 53.333vw;
  }
  .sec-visual .txt {
    font-size: 2.667vw;
    line-height: 1.7;
    font-weight: bold;
  }
  .sec-visual .txt span {
    border-bottom: 3px solid #222;
  }
  .sec-visual h1 {
    position: relative;
    display: flex;
    align-items: end;
    margin-top: 2.083vw;
    font-size: 5.833vw;
    font-weight: bold;
  }
  .sec-visual h1 img {
    position: relative;
    top: -1.833vw;
    width: 13.667vw;
  }
  .sec-visual .handling {
    display: flex;
    text-align: left;
  }
  .sec-visual .handling li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.833vw;
    height: 3.5vw;
    margin: 0 1.667vw 0 0;
    border: solid 2px #222;
    background-color: #fff;
    font-size: 1.333vw;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.117vw;
  }
  .sec-visual .strong {
    position: relative;
    display: flex;
    justify-content: start;
    text-align: left;
    padding-top: 2.083vw;
  }
  .sec-visual .strong:before {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: "";
    width: 13.083vw;
    height: 15.833vw;
    background: url(../img/visual_men.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong li {
    position: relative;
    z-index: 2;
    height: 12.5vw;
    margin-right: 1.25vw;
    text-align: center;
  }
  .sec-visual .strong .st01 {
    width: 13.167vw;
    background: url(../img/visual_li01.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong .st02 {
    width: 13.25vw;
    background: url(../img/visual_li02.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong .st03 {
    width: 13.333vw;
    background: url(../img/visual_li03.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong p {
    margin: 0;
    padding-top: 5vw;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.075vw;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-visual {
    margin-top: 8.974vw;
  }
  .sec-visual .wrap {
    display: block;
    width: 100%;
    margin-bottom: 7.692vw;
  }
  .sec-visual .inner {
    padding: 7.692vw 0 0 3.333vw;
  }
  .sec-visual .inner + .inner {
    width: 100%;
  }
  .sec-visual .txt {
    font-size: 5.654vw;
  }
  .sec-visual .txt span {
    border-bottom: 2px solid #222;
  }
  .sec-visual h1 {
    margin-top: 5.128vw;
    font-size: 11.821vw;
  }
  .sec-visual h1 img {
    width: 30.769vw;
    top: -3.846vw;
  }
  .sec-visual .handling li {
    width: 25.641vw;
    height: 8.718vw;
    margin: 0 3.846vw 0 0;
    border: solid 2px #222;
    font-size: 3.59vw;
  }
  .sec-visual .strong {
    display: block;
    padding-top: 0;
  }
  .sec-visual .strong:before {
    top: auto;
    right: 3.846vw;
    bottom: -3.846vw;
    width: 36.667vw;
    height: 44.103vw;
    z-index: 99;
  }
  .sec-visual .strong li {
    height: 18.462vw;
    margin: 0 0 2.564vw 0;
    padding-left: 6.41vw;
    text-align: left;
  }
  .sec-visual .strong .st01 {
    width: 76.41vw;
    background: url(../img/visual_li01_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong .st02 {
    width: 76.41vw;
    background: url(../img/visual_li02_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong .st03 {
    width: 76.41vw;
    background: url(../img/visual_li03_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-visual .strong p {
    margin: 0;
    padding: 3.846vw 0 0 6.41vw;
    font-size: 4.359vw;
  }
}
/* sec-calltoaction */
.calltoaction-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.calltoaction-inner {
  height: 250px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 4px #028e31;
  background: #fff url(../img/visual_satei.png) no-repeat bottom 20px left 196px;
  background-size: 132px;
}

.calltoaction-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 5px 5px 0 0;
  background-color: #028E31;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.68;
  color: #fff;
}

.calltoaction-ttl span {
  position: relative;
  display: inline-block;
}

.calltoaction-ttl span.yellow:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #FFF932;
}

.calltoaction-ttl sup {
  font-size: 16px;
}

.calltoaction-txt01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.calltoaction-txt02 {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 14px;
  line-height: 2.29;
  color: #b8b8b8;
}

.calltoaction-button {
  margin: 30px 0 15px;
}

.calltoaction-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff6767;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}

.calltoaction-button a:hover {
  opacity: 0.8;
}

.calltoaction .ico-mail {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.calltoaction .ico-arw {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

@media print, screen and (max-width: 1220px) {
  .calltoaction-wrap {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    text-align: center;
  }
  .calltoaction-inner {
    height: 20.833vw;
    border-radius: 0.833vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 4px #028e31;
    background: #fff url(../img/visual_satei.png) no-repeat bottom 1.667vw left 16.333vw;
    background-size: 11vw;
  }
  .calltoaction-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.333vw;
    border-radius: 0.417vw 0.417vw 0 0;
    background-color: #028E31;
    font-size: 2.333vw;
    font-weight: bold;
    line-height: 0.68;
    color: #fff;
  }
  .calltoaction-ttl span {
    position: relative;
    display: inline-block;
  }
  .calltoaction-ttl span.yellow:before {
    position: absolute;
    bottom: -0.833vw;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 0.25vw;
    background: #FFF932;
  }
  .calltoaction-ttl sup {
    font-size: 1.333vw;
  }
  .calltoaction-txt01 {
    font-size: 1.333vw;
    font-weight: bold;
    line-height: 2;
  }
  .calltoaction-txt02 {
    position: absolute;
    bottom: 1.25vw;
    right: 2.5vw;
    font-size: 1.167vw;
    line-height: 2.29;
    color: #b8b8b8;
  }
  .calltoaction-button {
    margin: 2.5vw 0 1.25vw;
  }
  .calltoaction-button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37.5vw;
    height: 6.667vw;
    margin: 0 auto;
    padding: 0 1.25vw;
    border-radius: 3.333vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff6767;
    font-size: 2.333vw;
    font-weight: bold;
    letter-spacing: 0.167vw;
    color: #fff;
  }
  .calltoaction-button a:hover {
    opacity: 0.8;
  }
  .calltoaction .ico-mail {
    width: 2.5vw;
    height: 2.5vw;
    vertical-align: middle;
  }
  .calltoaction .ico-arw {
    width: 2.5vw;
    height: 2.5vw;
    vertical-align: middle;
  }
}
@media print, screen and (max-width: 768px) {
  .calltoaction {
    padding: 0 5.128vw;
  }
  .calltoaction-wrap {
    width: 100%;
  }
  .calltoaction-inner {
    height: 69.231vw;
    border-radius: 1.282vw;
    border: solid 2px #028e31;
    background: #fff;
  }
  .calltoaction-ttl {
    display: block;
    height: 23.077vw;
    padding: 4.359vw 0 0 14.103vw;
    border-radius: 0.769vw 0.769vw 0 0;
    font-size: 5.128vw;
    line-height: 1.5;
    background: #028E31 url(../img/visual_satei.png) no-repeat top 1.282vw left -7.692vw;
    background-size: 19.231vw;
    text-align: left;
  }
  .calltoaction-ttl span {
    position: relative;
  }
  .calltoaction-ttl span:before {
    bottom: 0;
    height: 0.513vw;
  }
  .calltoaction-ttl sup {
    font-size: 3.077vw;
  }
  .calltoaction-txt01 {
    font-size: 4.103vw;
    line-height: 1.5;
  }
  .calltoaction-txt02 {
    bottom: 2.564vw;
    right: 3.846vw;
    font-size: 2.564vw;
    line-height: 2;
  }
  .calltoaction-button {
    margin: 5.128vw 0 3.846vw;
  }
  .calltoaction-button a {
    width: 76.923vw;
    height: 16.923vw;
    padding: 0 3.846vw;
    border-radius: 8.462vw;
    font-size: 5.641vw;
    letter-spacing: 0.513vw;
  }
  .calltoaction .ico-mail {
    width: 6.41vw;
    height: 6.41vw;
  }
  .calltoaction .ico-arw {
    width: 6.41vw;
    height: 6.41vw;
  }
}
/* sec-introduction */
.sec-introduction .wrap {
  position: relative;
  width: 1200px;
  margin: 120px auto 0;
  padding-bottom: 100px;
  text-align: center;
}

.sec-introduction h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-introduction h2:before {
  display: inline-block;
  content: "";
  width: 37px;
  height: 51px;
  margin-right: 15px;
  background: url(../img/ico_h2_01.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-introduction .intro-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.sec-introduction .intro-wrap > div {
  width: 540px;
  height: 540px;
  padding: 70px 40px 0;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
}

.sec-introduction .int01 h3:before {
  display: inline-block;
  content: "01";
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.22;
  margin-right: 15px;
}

.sec-introduction .int02 h3:before {
  display: inline-block;
  content: "02";
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.22;
  margin-right: 15px;
}

.sec-introduction h3 {
  margin: 10px 0 20px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.24;
}

.sec-introduction p {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}

@media print, screen and (max-width: 1220px) {
  .sec-introduction .wrap {
    position: relative;
    width: 100vw;
    margin: 120px auto 0;
    padding-bottom: 8.333vw;
    text-align: center;
  }
  .sec-introduction h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-introduction h2:before {
    display: inline-block;
    content: "";
    width: 3.083vw;
    height: 4.25vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_01.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-introduction .intro-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 5vw;
  }
  .sec-introduction .intro-wrap > div {
    width: 45vw;
    height: 45vw;
    padding: 5.833vw 3.333vw 0;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
    background-color: #f9f9f9;
  }
  .sec-introduction .int01 h3:before {
    display: inline-block;
    content: "01";
    font-family: Montserrat;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 1.22;
    margin-right: 1.25vw;
  }
  .sec-introduction .int02 h3:before {
    display: inline-block;
    content: "02";
    font-family: Montserrat;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 1.22;
    margin-right: 1.25vw;
  }
  .sec-introduction .int01 img {
    width: 20.75vw;
  }
  .sec-introduction .int02 img {
    width: 18.833vw;
  }
  .sec-introduction h3 {
    margin: 0.833vw 0 1.667vw;
    font-size: 2.833vw;
    font-weight: bold;
    line-height: 1.24;
  }
  .sec-introduction p {
    font-size: 1.667vw;
    line-height: 1.6;
    text-align: left;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-introduction .wrap {
    width: 100%;
    margin: 41.026vw auto 0;
    padding-bottom: 5.128vw;
  }
  .sec-introduction h2 {
    font-size: 6.667vw;
    line-height: 1.3;
  }
  .sec-introduction h2:before {
    display: block;
    width: 7.692vw;
    height: 10.769vw;
    margin: 0 auto 15px;
  }
  .sec-introduction .intro-wrap {
    display: block;
    padding-top: 7.692vw;
  }
  .sec-introduction .intro-wrap > div {
    width: 84.615vw;
    height: auto;
    margin: 0 auto 7.692vw;
    padding: 10.256vw 3.846vw;
  }
  .sec-introduction .intro-wrap .int01 img {
    width: 47.949vw;
  }
  .sec-introduction .intro-wrap .int02 img {
    width: 43.59vw;
  }
  .sec-introduction .int01 h3:before {
    font-size: 7.692vw;
    margin-right: 2.564vw;
  }
  .sec-introduction .int02 h3:before {
    font-size: 7.692vw;
    margin-right: 2.564vw;
  }
  .sec-introduction h3 {
    margin: 2.564vw 0;
    font-size: 6.154vw;
  }
  .sec-introduction p {
    font-size: 4.103vw;
  }
}
/* sec-solution */
.sec-solution {
  padding-bottom: 60px;
  background: #f3f9ff url(../img/sec_02_04.png) no-repeat top center;
}

.sec-solution .wrap {
  position: relative;
  width: 1200px;
  padding: 100px 0 0;
  text-align: center;
}

.sec-solution .wrap .txt01 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}

.sec-solution .wrap .txt02 {
  position: relative;
  margin: 40px 0 60px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.sec-solution .wrap .txt02:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "※";
}

.sec-solution h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-solution h2:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 58px;
  margin-right: 15px;
  background: url(../img/ico_h2_02.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-solution .solution-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 60px;
}

.sec-solution .solution-wrap > div {
  position: relative;
  width: 374px;
  padding: 120px 25px 25px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #222;
  background-color: #fff;
}

.sec-solution h3:before {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.08;
}

.sec-solution h3:after {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -26px;
  display: inline-block;
  content: "";
  width: 52px;
  height: 27px;
  background: url(../img/ico_arw_down.png) no-repeat;
  background-size: cover;
}

.sec-solution .solu01 h3:before {
  content: "01";
}

.sec-solution .solu02 h3:before {
  content: "02";
  margin-left: -30px;
}

.sec-solution .solu03 h3:before {
  content: "03";
  margin-left: -30px;
}

.sec-solution .solution-wrap h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.46;
}

.sec-solution .solution-wrap .solu01 .img {
  width: 201px;
  margin: 25px auto 15px;
}

.sec-solution .solution-wrap .solu02 .img {
  width: 185px;
  margin: 15px auto;
}

.sec-solution .solution-wrap .solu03 .img {
  width: 218px;
  margin: 25px auto 30px;
}

.sec-solution .solution-wrap p {
  padding: 25px;
  background-color: #fffede;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}

.sec-solution .solution-wrap b {
  font-weight: bold;
  color: #FC2828;
}

@media print, screen and (max-width: 1220px) {
  .sec-solution {
    padding-bottom: 5vw;
    background: #f3f9ff url(../img/sec_02_04.png) no-repeat top center;
  }
  .sec-solution .wrap {
    position: relative;
    width: 100vw;
    padding: 8.333vw 0 0;
    text-align: center;
  }
  .sec-solution .wrap .txt01 {
    margin-top: 2.5vw;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.78;
  }
  .sec-solution .wrap .txt02 {
    position: relative;
    margin: 3.333vw 0 5vw;
    padding-left: 1.667vw;
    font-size: 1.333vw;
    line-height: 2;
    text-align: left;
  }
  .sec-solution .wrap .txt02:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "※";
  }
  .sec-solution h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-solution h2:before {
    display: inline-block;
    content: "";
    width: 4.833vw;
    height: 4.833vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_02.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-solution .solution-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 5vw;
    margin-bottom: 7.692vw;
  }
  .sec-solution .solution-wrap > div {
    position: relative;
    width: 31.167vw;
    padding: 10vw 2.083vw 2.083vw;
    border-radius: 0.833vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #222;
    background-color: #fff;
  }
  .sec-solution h3:before {
    position: absolute;
    top: 1.667vw;
    left: 50%;
    margin-left: -2.083vw;
    display: inline-block;
    font-family: Montserrat;
    font-size: 4.167vw;
    font-weight: 400;
    line-height: 1.08;
  }
  .sec-solution h3:after {
    position: absolute;
    top: 6.667vw;
    left: 50%;
    margin-left: -2.167vw;
    display: inline-block;
    content: "";
    width: 4.333vw;
    height: 2.25vw;
    background: url(../img/ico_arw_down.png) no-repeat;
    background-size: cover;
  }
  .sec-solution .solu01 h3:before {
    content: "01";
  }
  .sec-solution .solu02 h3:before {
    content: "02";
    margin-left: -2.5vw;
  }
  .sec-solution .solu03 h3:before {
    content: "03";
    margin-left: -2.5vw;
  }
  .sec-solution .solution-wrap h3 {
    font-size: 2.167vw;
    font-weight: bold;
    line-height: 1.46;
  }
  .sec-solution .solution-wrap .solu01 .img {
    width: 16.75vw;
    margin: 25px auto 15px;
  }
  .sec-solution .solution-wrap .solu02 .img {
    width: 15.417vw;
    margin: 15px auto;
  }
  .sec-solution .solution-wrap .solu03 .img {
    width: 18.167vw;
    margin: 25px auto 30px;
  }
  .sec-solution .solution-wrap p {
    padding: 2.083vw;
    background-color: #fffede;
    font-size: 1.833vw;
    line-height: 1.5;
    text-align: left;
  }
  .sec-solution .solution-wrap b {
    font-weight: bold;
    color: #FC2828;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-solution {
    padding-bottom: 7.692vw;
    background: #f3f9ff url(../img/sec_02_04.png) no-repeat top left;
    background-size: 230.769vw;
  }
  .sec-solution .wrap {
    width: 100%;
    padding: 10.256vw 0 0;
  }
  .sec-solution .wrap .txt01 {
    margin-top: 3.846vw;
    font-size: 4.103vw;
    font-weight: normal;
    line-height: 1.5;
  }
  .sec-solution .wrap .txt02 {
    margin: 5.128vw 3.846vw 7.692vw;
    padding-left: 3.846vw;
    font-size: 3.59vw;
    line-height: 1.6;
  }
  .sec-solution h2 {
    font-size: 6.667vw;
    line-height: 1.3;
  }
  .sec-solution h2:before {
    display: block;
    width: 10.256vw;
    height: 10.256vw;
    margin: 0 auto 3.846vw;
  }
  .sec-solution .solution-wrap {
    display: block;
    padding: 5.128vw 5.128vw 0;
  }
  .sec-solution .solution-wrap > div {
    position: relative;
    width: 100%;
    margin-bottom: 5.128vw;
    padding: 5.128vw 3.846vw;
    border-radius: 1.282vw;
    border: solid 1px #222;
  }
  .sec-solution h3:before {
    top: 5.128vw;
    left: 5.128vw;
    margin-left: 0;
    font-size: 8.205vw;
  }
  .sec-solution h3:after {
    top: 14.103vw;
    left: 6.41vw;
    margin-left: 0;
    width: 6.41vw;
    height: 3.077vw;
  }
  .sec-solution .solu02 h3:before {
    margin-left: 0;
  }
  .sec-solution .solu03 h3:before {
    margin-left: 0;
  }
  .sec-solution .solu02 h3:after {
    left: 7.436vw;
  }
  .sec-solution .solu03 h3:after {
    left: 7.179vw;
  }
  .sec-solution .solution-wrap h3 {
    font-size: 6.154vw;
    line-height: 1.4;
    padding-left: 12.821vw;
    text-align: left;
  }
  .sec-solution .solution-wrap .solu01 .img {
    width: 74.359vw;
    margin: 6.41vw 3.846vw 3.846vw;
  }
  .sec-solution .solution-wrap .solu02 .img {
    width: 75.641vw;
    margin: 3.846vw;
  }
  .sec-solution .solution-wrap .solu03 .img {
    width: 55.897vw;
    margin: 1.282vw 11.538vw 3.846vw;
  }
  .sec-solution .solution-wrap p {
    padding: 3.846vw;
    font-size: 4.615vw;
    line-height: 1.6;
  }
}
/* sec-voice */
.sec-voice {
  margin-bottom: 60px;
}

.sec-voice .wrap {
  position: relative;
  width: 1200px;
  padding: 90px 0 0;
  text-align: center;
}

.sec-voice h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-voice h2:before {
  display: inline-block;
  content: "";
  width: 64px;
  height: 62px;
  margin-right: 15px;
  background: url(../img/ico_h2_03.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-voice .voice-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px 0;
}

.sec-voice .voice-wrap > div {
  text-align: left;
}

.sec-voice .voi01 {
  padding-right: 25px;
  border-right: 1px solid #cfcfcf;
}

.sec-voice .voi02 {
  padding: 0 25px;
  border-right: 1px solid #cfcfcf;
}

.sec-voice .voi03 {
  padding-left: 25px;
}

.sec-voice .voi01 .property img {
  width: 118px;
}

.sec-voice .voi02 .property img {
  width: 136px;
}

.sec-voice .voi03 .property img {
  width: 120px;
}

.sec-voice .voice-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #028E31;
}

.sec-voice .voice-wrap .txt01 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.67;
}

.sec-voice .voice-wrap .txt01 img {
  display: inline-block;
  width: 79px;
  margin-right: 25px;
  vertical-align: middle;
}

.sec-voice .voice-wrap .txt02 {
  font-size: 18px;
  line-height: 1.78;
}

.sec-voice .property {
  padding: 40px 0;
  text-align: center;
}

@media print, screen and (max-width: 1220px) {
  .sec-voice {
    margin-bottom: 5vw;
  }
  .sec-voice .wrap {
    position: relative;
    width: 100vw;
    padding: 7.5vw 0 0;
    text-align: center;
  }
  .sec-voice h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-voice h2:before {
    display: inline-block;
    content: "";
    width: 5.333vw;
    height: 5.167vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_03.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-voice .voice-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5vw 0;
  }
  .sec-voice .voice-wrap > div {
    text-align: left;
  }
  .sec-voice .voi01 {
    padding-right: 2.083vw;
    border-right: 1px solid #cfcfcf;
  }
  .sec-voice .voi02 {
    padding: 0 2.083vw;
    border-right: 1px solid #cfcfcf;
  }
  .sec-voice .voi03 {
    padding-left: 2.083vw;
  }
  .sec-voice .voi01 .property img {
    width: 9.833vw;
  }
  .sec-voice .voi02 .property img {
    width: 11.333vw;
  }
  .sec-voice .voi03 .property img {
    width: 10vw;
  }
  .sec-voice .voice-wrap .ttl {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.6;
    color: #028E31;
  }
  .sec-voice .voice-wrap .txt01 {
    display: flex;
    align-items: center;
    font-size: 1.5vw;
    line-height: 1.67;
  }
  .sec-voice .voice-wrap .txt01 img {
    display: inline-block;
    width: 6.583vw;
    margin-right: 2.083vw;
    vertical-align: middle;
  }
  .sec-voice .voice-wrap .txt02 {
    font-size: 1.5vw;
    line-height: 1.78;
  }
  .sec-voice .property {
    padding: 3.333vw 0;
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-voice {
    margin-bottom: 10.256vw;
  }
  .sec-voice .wrap {
    width: 100%;
    padding: 10.256vw 0 0;
  }
  .sec-voice .wrap > p {
    font-size: 3.59vw;
  }
  .sec-voice h2 {
    font-size: 6.667vw;
    line-height: 1.3;
  }
  .sec-voice h2:before {
    display: block;
    width: 11.538vw;
    height: 11.282vw;
    margin: 0 auto 3.846vw;
  }
  .sec-voice .voice-wrap {
    display: block;
    padding: 7.692vw 3.846vw;
  }
  .sec-voice .voi01 {
    padding: 0 2.564vw 7.692vw;
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
  }
  .sec-voice .voi02 {
    padding: 7.692vw 2.564vw;
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
  }
  .sec-voice .voi03 {
    padding: 7.692vw 2.564vw 0;
  }
  .sec-voice .voi01 .property img {
    width: 30.256vw;
  }
  .sec-voice .voi02 .property img {
    width: 34.872vw;
  }
  .sec-voice .voi03 .property img {
    width: 30.769vw;
  }
  .sec-voice .voice-wrap .ttl {
    margin-bottom: 2.564vw;
    font-size: 5.641vw;
    line-height: 1.5;
  }
  .sec-voice .voice-wrap .txt01 {
    font-size: 4.615vw;
    line-height: 1.6;
  }
  .sec-voice .voice-wrap .txt01 img {
    width: 17.949vw;
    margin-right: 3.846vw;
  }
  .sec-voice .voice-wrap .txt02 {
    font-size: 4.615vw;
    line-height: 1.6;
  }
  .sec-voice .property {
    padding: 5.128vw 0;
  }
}
/* sec-stream */
.sec-stream {
  margin-top: 100px;
  padding-bottom: 60px;
  background: #eff8f3;
}

.sec-stream .wrap {
  position: relative;
  width: 1200px;
  padding: 100px 0 0;
  text-align: center;
}

.sec-stream h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-stream h2:before {
  display: inline-block;
  content: "";
  width: 65px;
  height: 65px;
  margin-right: 15px;
  background: url(../img/ico_h2_04.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-stream .wrap .txt01 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.sec-stream .wrap .txt02 {
  padding-bottom: 250px;
  background: url(../img/sec_04_04.png) no-repeat bottom center;
}

.sec-stream .wrap .txt02 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.sec-stream .stream-wrap {
  margin: 50px 0 60px;
}

.sec-stream .stream-wrap > div {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: left;
}

.sec-stream .stream-wrap .stre01,
.sec-stream .stream-wrap .stre02 {
  margin-bottom: 90px;
}

.sec-stream .stream-wrap .stre01:before {
  position: absolute;
  top: 23px;
  right: 43px;
  display: inline-block;
  content: "";
  width: 265px;
  height: 218px;
  background: url(../img/sec_04_01.png) no-repeat;
  background-size: cover;
}

.sec-stream .stream-wrap .stre02:before {
  position: absolute;
  top: 42px;
  right: 0;
  display: inline-block;
  content: "";
  width: 340px;
  height: 249px;
  background: url(../img/sec_04_02.png) no-repeat;
  background-size: cover;
}

.sec-stream .stream-wrap .stre03:before {
  position: absolute;
  top: 28px;
  right: 34px;
  display: inline-block;
  content: "";
  width: 250px;
  height: 224px;
  background: url(../img/sec_04_03.png) no-repeat;
  background-size: cover;
}

.sec-stream .stream-wrap .stre01:after,
.sec-stream .stream-wrap .stre02:after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  display: inline-block;
  content: "";
  width: 192px;
  height: 24px;
  margin-left: -96px;
  background: url(../img/ico_arw_flow.png) no-repeat;
  background-size: cover;
}

.sec-stream .stream-wrap .ttl {
  display: flex;
  align-items: center;
  height: 70px;
  padding-left: 40px;
  background-color: #028E31;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.7;
  border-radius: 10px 10px 0 0;
}

.sec-stream .stream-wrap .ttl span {
  display: none;
}

.sec-stream .stream-wrap .step {
  display: inline-block;
  position: absolute;
  top: 75px;
  left: 40px;
  font-family: Montserrat;
  font-size: 60px;
  line-height: 0.9;
  text-align: center;
}

.sec-stream .stream-wrap .step small {
  font-size: 23px;
  font-weight: 600;
}

.sec-stream .stream-wrap .inner {
  margin-left: 150px;
  padding-top: 30px;
}

.sec-stream .stream-wrap h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}

.sec-stream .stream-wrap p {
  width: 650px;
  font-size: 20px;
  line-height: 1.6;
}

@media print, screen and (max-width: 1220px) {
  .sec-stream {
    margin-top: 8.333vw;
    padding-bottom: 5vw;
    background: #eff8f3;
  }
  .sec-stream .wrap {
    position: relative;
    width: 100vw;
    padding: 8.333vw 0 0;
    text-align: center;
  }
  .sec-stream h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-stream h2:before {
    display: inline-block;
    content: "";
    width: 5.417vw;
    height: 5.417vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_04.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-stream .wrap .txt01 {
    margin-top: 1.667vw;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 2;
  }
  .sec-stream .wrap .txt02 {
    padding-bottom: 20.833vw;
    background: url(../img/sec_04_04.png) no-repeat bottom center;
  }
  .sec-stream .wrap .txt02 p {
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.8;
  }
  .sec-stream .stream-wrap {
    margin: 4.167vw 0 5vw;
  }
  .sec-stream .stream-wrap > div {
    position: relative;
    min-height: 21.667vw;
    border-radius: 0.833vw;
    padding-bottom: 3.333vw;
    background-color: #fff;
    text-align: left;
  }
  .sec-stream .stream-wrap .stre01,
  .sec-stream .stream-wrap .stre02 {
    margin-bottom: 7.5vw;
  }
  .sec-stream .stream-wrap .stre01:before {
    position: absolute;
    top: 1.917vw;
    right: 3.583vw;
    display: inline-block;
    content: "";
    width: 22.083vw;
    height: 18.167vw;
    background: url(../img/sec_04_01.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre02:before {
    position: absolute;
    top: 3.5vw;
    right: 0;
    display: inline-block;
    content: "";
    width: 28.333vw;
    height: 20.75vw;
    background: url(../img/sec_04_02.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre03:before {
    position: absolute;
    top: 2.333vw;
    right: 2.833vw;
    display: inline-block;
    content: "";
    width: 20.833vw;
    height: 18.667vw;
    background: url(../img/sec_04_03.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre01:after,
  .sec-stream .stream-wrap .stre02:after {
    position: absolute;
    bottom: -5vw;
    left: 50%;
    display: inline-block;
    content: "";
    width: 16vw;
    height: 2vw;
    margin-left: -8vw;
    background: url(../img/ico_arw_flow.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .ttl {
    display: flex;
    align-items: center;
    height: 5.833vw;
    padding-left: 3.333vw;
    background-color: #028E31;
    color: #fff;
    font-size: 1.917vw;
    font-weight: bold;
    line-height: 1.7;
    border-radius: 0.833vw 0.833vw 0 0;
  }
  .sec-stream .stream-wrap .ttl span {
    display: none;
  }
  .sec-stream .stream-wrap .step {
    display: inline-block;
    position: absolute;
    top: 6.25vw;
    left: 3.333vw;
    font-family: Montserrat;
    font-size: 5vw;
    line-height: 0.9;
    text-align: center;
  }
  .sec-stream .stream-wrap .step small {
    font-size: 1.917vw;
    font-weight: 600;
  }
  .sec-stream .stream-wrap .inner {
    margin-left: 12.5vw;
    padding-top: 2.5vw;
  }
  .sec-stream .stream-wrap h3 {
    margin-bottom: 0.833vw;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.7;
  }
  .sec-stream .stream-wrap p {
    width: 54.167vw;
    font-size: 1.667vw;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-stream {
    margin-top: 10.256vw;
    padding-bottom: 10.256vw;
  }
  .sec-stream .wrap {
    width: 100%;
    padding: 10.256vw 0 0;
  }
  .sec-stream h2 {
    font-size: 6.667vw;
  }
  .sec-stream h2:before {
    display: block;
    width: 14.103vw;
    height: 14.103vw;
    margin: 0 auto 3.846vw;
  }
  .sec-stream .wrap .txt01 {
    margin: 3.846vw 3.846vw;
    font-size: 4.103vw;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
  }
  .sec-stream .wrap .txt02 {
    padding-bottom: 33.333vw;
    background: url(../img/sec_04_04_sp.png) no-repeat bottom center;
    background-size: 53.846vw;
  }
  .sec-stream .wrap .txt02 p {
    font-size: 4.103vw;
    line-height: 1.5;
  }
  .sec-stream .stream-wrap {
    margin: 7.692vw 0;
    padding: 0 3.846vw;
  }
  .sec-stream .stream-wrap > div {
    min-height: inherit;
    border-radius: 1.282vw;
    padding-bottom: 0;
  }
  .sec-stream .stream-wrap .stre01,
  .sec-stream .stream-wrap .stre02 {
    margin-bottom: 12.821vw;
  }
  .sec-stream .stream-wrap .stre01:before {
    top: 1.795vw;
    right: 5.128vw;
    z-index: 99;
    content: "";
    width: 24.615vw;
    height: 27.949vw;
    background: url(../img/sec_04_01_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre02:before {
    top: 1.538vw;
    right: 0;
    z-index: 99;
    width: 35.641vw;
    height: 27.949vw;
    background: url(../img/sec_04_02_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre03:before {
    top: 2.821vw;
    right: 3.846vw;
    z-index: 99;
    width: 19.744vw;
    height: 27.692vw;
    background: url(../img/sec_04_03_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-stream .stream-wrap .stre01:after,
  .sec-stream .stream-wrap .stre02:after {
    bottom: -8.974vw;
    left: 50%;
    width: 35.897vw;
    height: 4.615vw;
    margin-left: -17.949vw;
  }
  .sec-stream .stream-wrap .ttl {
    position: relative;
    display: block;
    height: auto;
    padding: 3.846vw 0 3.846vw 10.256vw;
    font-size: 5.128vw;
    line-height: 1.5;
    border-radius: 1.282vw 1.282vw 0 0;
  }
  .sec-stream .stream-wrap .ttl span {
    display: inline-block;
    font-weight: normal;
  }
  .sec-stream .stream-wrap .ttl:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5.128vw;
    content: "";
    width: 2.051vw;
    height: 2.051vw;
    margin-top: -1.026vw;
    border-radius: 50%;
    background: #fff;
  }
  .sec-stream .stream-wrap .step {
    display: none;
  }
  .sec-stream .stream-wrap .inner {
    margin-left: 0;
    padding: 6.41vw 5.128vw;
  }
  .sec-stream .stream-wrap h3 {
    margin-bottom: 2.564vw;
    font-size: 5.641vw;
    line-height: 1.5;
  }
  .sec-stream .stream-wrap p {
    width: 100%;
    font-size: 4.615vw;
    line-height: 1.6;
  }
}
/* sec-faq */
.sec-faq {
  padding: 60px 0 100px;
  background: #eff8f3;
}

.sec-faq .wrap {
  position: relative;
  width: 1200px;
  text-align: center;
}

.sec-faq h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-faq h2:before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 55px;
  margin-right: 15px;
  background: url(../img/ico_h2_05.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-faq .faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 60px 0;
}

.sec-faq .faq-wrap dl {
  width: 570px;
  min-height: 250px;
  padding: 40px 35px;
  border: solid 1px #028e31;
  background-color: #fff;
  text-align: left;
}

.sec-faq .faq-wrap dt {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px dashed #222;
}

.sec-faq .faq-wrap dt::first-letter {
  color: #028E31;
}

.sec-faq .faq-wrap dd {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.7;
}

@media print, screen and (max-width: 1220px) {
  .sec-faq {
    padding: 5vw 0 8.333vw;
    background: #eff8f3;
  }
  .sec-faq .wrap {
    position: relative;
    width: 100vw;
    text-align: center;
  }
  .sec-faq h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-faq h2:before {
    display: inline-block;
    content: "";
    width: 2.667vw;
    height: 4.583vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_05.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-faq .faq-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    margin: 5vw 0;
  }
  .sec-faq .faq-wrap dl {
    width: 47.5vw;
    min-height: 20.833vw;
    padding: 3.333vw 2.917vw;
    border: solid 1px #028e31;
    background-color: #fff;
    text-align: left;
  }
  .sec-faq .faq-wrap dt {
    padding-bottom: 0.417vw;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 1px dashed #222;
  }
  .sec-faq .faq-wrap dt::first-letter {
    color: #028E31;
  }
  .sec-faq .faq-wrap dd {
    padding-top: 1.25vw;
    font-size: 1.5vw;
    line-height: 1.7;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-faq {
    padding: 10.256vw 0;
  }
  .sec-faq .wrap {
    width: 100%;
  }
  .sec-faq h2 {
    font-size: 6.667vw;
    line-height: 1.1;
  }
  .sec-faq h2:before {
    display: block;
    width: 7.949vw;
    height: 13.846vw;
    margin: 0 auto 15px;
  }
  .sec-faq .faq-wrap {
    display: block;
    margin: 7.692vw 6.41vw;
  }
  .sec-faq .faq-wrap dl {
    width: 100%;
    min-height: inherit;
    margin-bottom: 3.846vw;
    padding: 7.692vw 3.846vw;
  }
  .sec-faq .faq-wrap dt {
    margin-bottom: 3.846vw;
    padding-bottom: 1.282vw;
    font-size: 5.128vw;
  }
  .sec-faq .faq-wrap dd {
    padding-top: 0;
    font-size: 4.615vw;
    line-height: 1.6;
  }
}
/* sec-form */
.sec-form .wrap {
  position: relative;
  width: 1200px;
  padding-top: 60px;
  text-align: center;
}

.sec-form h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-form h2:before {
  display: inline-block;
  content: "";
  width: 56px;
  height: 59px;
  margin-right: 15px;
  background: url(../img/ico_h2_06.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-form .satei-visual {
  width: 1200px;
  height: 413px;
  margin: 60px 0;
  padding: 50px;
  background: url(../img/sec_05_01.png) no-repeat;
  text-align: left;
}

.sec-form .satei-visual p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7;
}

.sec-form .satei-visual .daial {
  position: relative;
  width: 650px;
  height: 168px;
  margin-top: 15px;
  padding: 20px 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 3px #028e31;
  background-color: #fff;
}

.sec-form .satei-visual .daial .iepo {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}

.sec-form .satei-visual .daial .iepo img {
  vertical-align: middle;
  margin-right: 15px;
}

.sec-form .satei-visual .daial .tel {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 600;
  color: #028e31;
}

.sec-form .satei-visual .daial span {
  position: absolute;
  bottom: 26px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.sec-form .satei-visual i.ico-grn {
  display: inline-block;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/ico_tel_grn.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-form .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.2;
  height: 55px;
  padding-left: 20px;
  border-left: 12px solid #028e31;
  border-bottom: 1px solid #707070;
  text-align: left;
}

.sec-form .notis {
  padding: 25px;
  text-align: left;
}

.sec-form .notis li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.9;
  color: #FC2828;
}

.sec-form .notis li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.sec-form .form-table {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.sec-form .form-table th {
  position: relative;
  width: 340px;
  padding: 25px;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #b8b8b8;
  background-color: #e9e9e9;
  vertical-align: middle;
}

.sec-form .form-table th::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "任意";
  width: 54px;
  height: 36px;
  margin-top: -18px;
  background-color: #b8b8b8;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.sec-form .form-table .hiisu th::before {
  content: "必須";
  background-color: #FC2828;
}

.sec-form .form-table th .oyoso {
  font-size: 16px;
  font-weight: normal;
}

.sec-form .form-table td {
  position: relative;
  padding: 25px;
  font-size: 22px;
  border: 1px solid #b8b8b8;
  vertical-align: middle;
}

.sec-form .form-table .error td {
  background-color: #fff5f5;
}

/* .sec-form .form-table td::before {
  position: absolute;
  top: 50%;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "OK";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  background-color: #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
} */

.sec-form .form-table .data-ok td::before {
  background-color: #028E31;
}

.sec-form .form-table td span {
  font-size: 20px;
}

.sec-form .form-table td span.rei {
  font-size: 18px;
  color: #b8b8b8;
}

.sec-form .form-table .error-word {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 5px 3px;
  background-color: #FC2828;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.sec-form .form-table label {
  margin-right: 20px;
  cursor: default;
}

.sec-form .form-table input[type=text],
.sec-form .form-table input[type=tel],
.sec-form .form-table input[type=email] {
  width: 580px;
  height: 60px;
  border-radius: 5px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  font-size: 22px;
  line-height: 1.8;
}

.sec-form .form-table textarea {
  width: 580px;
  height: 150px;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  font-size: 22px;
  line-height: 1.8;
}

.sec-form .form-table input:focus,
.sec-form .form-table textarea:focus {
  border: solid 1px #FC2828 !important;
  color: #222 !important;
  outline: none;
}

.sec-form .form-table .error input,
.sec-form .form-table .error textarea {
  border: solid 2px #FC2828 !important;
  color: #FC2828 !important;
}

.sec-form .form-table input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

.sec-form .form-table input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: solid 3px #dcdcdc;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.sec-form .form-table input[type=checkbox]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23028e31' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.sec-form .form-table input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

.sec-form .form-table input[type=radio] + span {
  position: relative;
}

.sec-form .form-table input[type=radio] + span::before {
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 3px #dcdcdc;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.sec-form .form-table input[type=radio]:checked + span::before {
  border: solid 3px #028E31;
}

.sec-form .form-table input[type=radio]:checked + span::after {
  position: absolute;
  top: 6px;
  left: 7px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #028E31;
}

.sec-form .form-table .selectbox {
  position: relative;
  width: 580px;
  height: 60px;
}

.sec-form .form-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 580px;
  height: 60px;
  padding: 12px 0 0 15px;
  border-radius: 5px;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  font-size: 22px;
}

.sec-form .form-table .selectbox::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  content: "";
  width: 27px;
  height: 17px;
  background: url(../img/ico_arw_select.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sec-form .submit {
  text-align: center;
}

.sec-form .submit input[type=submit] {
  display: inline-block;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #028E31;
  border: none;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.sec-form .submit input[type=submit]:focus {
  opacity: 0.8;
}

@media print, screen and (max-width: 1220px) {
  .sec-form .wrap {
    position: relative;
    width: 100vw;
    padding-top: 5vw;
    text-align: center;
  }
  .sec-form h2 {
    font-size: 3.333vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-form h2:before {
    display: inline-block;
    content: "";
    width: 4.667vw;
    height: 4.917vw;
    margin-right: 1.25vw;
    background: url(../img/ico_h2_06.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-form .satei-visual {
    width: 100vw;
    height: 34.417vw;
    margin: 5vw 0;
    padding: 4.167vw;
    background: url(../img/sec_05_01.png) no-repeat;
    background-size: cover;
    text-align: left;
  }
  .sec-form .satei-visual p {
    font-size: 2.25vw;
    font-weight: bold;
    line-height: 1.7;
  }
  .sec-form .satei-visual .daial {
    position: relative;
    width: 54.167vw;
    height: 14vw;
    margin-top: 1.25vw;
    padding: 1.667vw 3.333vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border: solid 3px #028e31;
    background-color: #fff;
  }
  .sec-form .satei-visual .daial .iepo {
    font-size: 2.333vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .sec-form .satei-visual .daial .iepo img {
    width: 3.667vw;
    vertical-align: middle;
    margin-right: 1.25vw;
  }
  .sec-form .satei-visual .daial .tel {
    font-family: Montserrat;
    font-size: 4.167vw;
    font-weight: 600;
    color: #028e31;
  }
  .sec-form .satei-visual .daial span {
    position: absolute;
    bottom: 2.167vw;
    right: 2vw;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .sec-form .satei-visual i.ico-grn {
    display: inline-block;
    content: "";
    width: 3.583vw;
    height: 3.583vw;
    background: url(../img/ico_tel_grn.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-form .title {
    font-size: 2.333vw;
    font-weight: bold;
    line-height: 2.2;
    height: 4.583vw;
    padding-left: 1.667vw;
    border-left: 12px solid #028e31;
    border-bottom: 1px solid #707070;
    text-align: left;
  }
  .sec-form .notis {
    padding: 2.083vw;
    text-align: left;
  }
  .sec-form .notis li {
    position: relative;
    padding-left: 1.667vw;
    font-size: 1.5vw;
    line-height: 1.9;
    color: #FC2828;
  }
  .sec-form .notis li::before {
    position: absolute;
    top: 0;
    left: -.8em;
    content: "※";
  }
  .sec-form .form-table {
    width: 100%;
    margin-bottom: 3.333vw;
    text-align: left;
  }
  .sec-form .form-table th {
    position: relative;
    width: 28.333vw;
    padding: 2.083vw;
    font-size: 1.833vw;
    font-weight: bold;
    border: 1px solid #b8b8b8;
    background-color: #e9e9e9;
    vertical-align: middle;
  }
  .sec-form .form-table th::before {
    position: absolute;
    top: 50%;
    right: 1.667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "任意";
    width: 4.5vw;
    height: 3vw;
    margin-top: -1.5vw;
    background-color: #b8b8b8;
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
  }
  .sec-form .form-table .hiisu th::before {
    content: "必須";
    background-color: #FC2828;
  }
  .sec-form .form-table th .oyoso {
    font-size: 1.333vw;
    font-weight: normal;
  }
  .sec-form .form-table td {
    position: relative;
    padding: 2.083vw;
    font-size: 1.833vw;
    border: 1px solid #b8b8b8;
    vertical-align: middle;
  }
  .sec-form .form-table .error td {
    background-color: #fff5f5;
  }
  /* .sec-form .form-table td::before {
    position: absolute;
    top: 50%;
    right: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "OK";
    width: 4.167vw;
    height: 4.167vw;
    border-radius: 50%;
    margin-top: -2.083vw;
    background-color: #dcdcdc;
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
  } */
  .sec-form .form-table .data-ok td::before {
    background-color: #028E31;
  }
  .sec-form .form-table td span {
    font-size: 1.667vw;
  }
  .sec-form .form-table td span.rei {
    font-size: 1.5vw;
    color: #b8b8b8;
  }
  .sec-form .form-table .error-word {
    display: inline-block;
    margin: 0.417vw 0.417vw 0 0;
    padding: 0.417vw 0.25vw;
    background-color: #FC2828;
    font-size: 1.333vw;
    color: #fff;
    font-weight: bold;
  }
  .sec-form .form-table label {
    margin-right: 1.667vw;
    cursor: default;
  }
  .sec-form .form-table input[type=text],
  .sec-form .form-table input[type=tel],
  .sec-form .form-table input[type=email] {
    width: 48.333vw;
    height: 5vw;
    border-radius: 0.417vw;
    padding: 1.25vw;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: solid 1px #b8b8b8;
    background-color: #fff;
    font-size: 1.833vw;
    line-height: 1.8;
  }
  .sec-form .form-table textarea {
    width: 48.333vw;
    height: 12.5vw;
    padding: 1.25vw;
    border-radius: 0.417vw;
    border: solid 1px #b8b8b8;
    background-color: #fff;
    font-size: 1.833vw;
    line-height: 1.8;
  }
  .sec-form .form-table input:focus,
  .sec-form .form-table textarea:focus {
    border: solid 1px #FC2828 !important;
    color: #222 !important;
  }
  .sec-form .form-table .error input,
  .sec-form .form-table .error textarea {
    border: solid 2px #FC2828 !important;
    color: #FC2828 !important;
  }
  .sec-form .form-table input[type=checkbox] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: absolute;
  }
  .sec-form .form-table input[type=checkbox] + span::before {
    display: inline-block;
    content: "";
    width: 2.917vw;
    height: 2.917vw;
    border-radius: 0.417vw;
    border: solid 3px #dcdcdc;
    background-color: #fff;
    margin-right: 0.667vw;
    vertical-align: middle;
  }
  .sec-form .form-table input[type=checkbox]:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23028e31' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0.167vw;
  }
  .sec-form .form-table input[type=radio] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: absolute;
  }
  .sec-form .form-table input[type=radio] + span {
    position: relative;
  }
  .sec-form .form-table input[type=radio] + span::before {
    display: inline-block;
    content: "";
    width: 2.833vw;
    height: 2.833vw;
    border-radius: 50%;
    border: solid 3px #dcdcdc;
    background-color: #fff;
    margin-right: 0.667vw;
    vertical-align: middle;
  }
  .sec-form .form-table input[type=radio]:checked + span::before {
    border: solid 3px #028E31;
  }
  .sec-form .form-table input[type=radio]:checked + span::after {
    position: absolute;
    top: 0.5vw;
    left: 0.583vw;
    display: inline-block;
    content: "";
    width: 1.667vw;
    height: 1.667vw;
    border-radius: 50%;
    background-color: #028E31;
  }
  .sec-form .form-table .selectbox {
    position: relative;
    width: 48.333vw;
    height: 5vw;
  }
  .sec-form .form-table select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    display: block;
    width: 48.333vw;
    height: 5vw;
    padding: 1vw 0 0 1.25vw;
    border-radius: 0.417vw;
    border: solid 1px #b8b8b8;
    background-color: #fff;
    font-size: 1.833vw;
  }
  .sec-form .form-table .selectbox::after {
    position: absolute;
    top: 1.667vw;
    right: 1.667vw;
    display: block;
    content: "";
    width: 2.25vw;
    height: 1.417vw;
    background: url(../img/ico_arw_select.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .sec-form .submit {
    text-align: center;
  }
  .sec-form .submit input[type=submit] {
    display: inline-block;
    width: 37.5vw;
    height: 6.667vw;
    margin: 0 auto;
    border-radius: 3.333vw;
    background-color: #028E31;
    border: none;
    font-size: 2.333vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }
  .sec-form .submit input[type=submit]:focus {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-form .wrap {
    width: 100%;
    padding-top: 7.692vw;
  }
  .sec-form h2 {
    font-size: 6.667vw;
  }
  .sec-form h2:before {
    display: block;
    width: 14.103vw;
    height: 14.872vw;
    margin: 0 auto 3.846vw;
  }
  .sec-form .satei-visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8.974vw 6.41vw;
    background: none;
    text-align: left;
  }
  .sec-form .satei-visual p {
    font-size: 4.615vw;
    font-weight: normal;
    line-height: 1.7;
  }
  .sec-form .satei-visual .daial {
    width: 87.179vw;
    height: 51.282vw;
    margin-top: 3.846vw;
    padding: 6.41vw 0 0;
    box-shadow: none;
    border: none;
    background-color: #eff8f3;
    text-align: center;
  }
  .sec-form .satei-visual .daial .iepo {
    font-size: 5.641vw;
    line-height: 1.6;
  }
  .sec-form .satei-visual .daial .iepo img {
    display: none;
  }
  .sec-form .satei-visual .daial .tel {
    width: auto;
    height: auto;
    margin-top: 2.564vw;
  }
  .sec-form .satei-visual .daial span {
    position: static;
    display: block;
    margin-top: 3.846vw;
    font-size: 4.615vw;
  }
  .sec-form .satei-visual .daial .tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76.923vw;
    height: 16.923vw;
    margin: 0 auto;
    border-radius: 8.462vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #028E31;
    font-size: 7.179vw;
    font-weight: 400;
    color: #fff;
  }
  .sec-form .satei-visual .daial .time {
    font-size: 3.077vw;
  }
  .sec-form .satei-visual i.ico-grn {
    display: none;
  }
  .sec-form .satei-visual .daial .tel a:before {
    position: absolute;
    top: 4.103vw;
    left: 3.333vw;
    display: inline-block;
    content: "";
    width: 7.949vw;
    height: 7.949vw;
    background: url(../img/ico_tel_sp.png) no-repeat;
    background-size: cover;
  }
  .sec-form .satei-visual .daial .tel a:after {
    position: absolute;
    top: 4.103vw;
    right: 3.333vw;
    display: inline-block;
    content: "";
    width: 7.436vw;
    height: 7.436vw;
    background: url(../img/ico_arw_right.png) no-repeat;
    background-size: cover;
  }
  .sec-form .title {
    margin: 0 3.846vw;
    font-size: 5.128vw;
    line-height: 1.2;
    height: 11.538vw;
    padding: 2.564vw 0 0 2.564vw;
    border-left: 8px solid #028e31;
  }
  .sec-form .notis {
    padding: 6.41vw;
    text-align: left;
  }
  .sec-form .notis li {
    font-size: 4.103vw;
    line-height: 1.6;
  }
  .sec-form .form-wrap {
    margin: 0 3.846vw;
  }
  .sec-form .form-table {
    display: block;
    width: 100%;
    margin-bottom: 5.128vw;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
  }
  .sec-form .form-table th {
    display: block;
    width: 100%;
    padding: 3.846vw;
    font-size: 4.615vw;
    border-top: none;
    border-bottom: none;
  }
  .sec-form .form-table th::before {
    right: 2.564vw;
    width: 11.026vw;
    height: 7.692vw;
    margin-top: -3.846vw;
    font-size: 3.59vw;
  }
  .sec-form .form-table th .oyoso {
    font-size: 3.077vw;
  }
  .sec-form .form-table td {
    display: block;
    padding: 3.846vw;
    font-size: 4.615vw;
    border-top: none;
    border-bottom: none;
  }
  .sec-form .form-list {
    line-height: 2.5;
  }
  /* .sec-form .form-table td::before {
    right: 3.846vw;
    width: 7.692vw;
    height: 7.692vw;
    margin-top: -3.846vw;
    font-size: 2.821vw;
  } */
  .sec-form .form-table td span {
    font-size: 4.615vw;
  }
  .sec-form .form-table td span.rei {
    font-size: 4.103vw;
  }
  .sec-form .form-table .error-word {
    margin: 1.282vw 1.282vw 0 0;
    padding: 1.026vw 0.513vw;
    font-size: 3.077vw;
  }
  .sec-form .form-table label {
    margin-right: 2.564vw;
  }
  .sec-form .form-table input[type=text],
  .sec-form .form-table input[type=tel],
  .sec-form .form-table input[type=email] {
    width: 71.795vw;
    height: 12.821vw;
    border-radius: 0.769vw;
    padding: 1.795vw;
    font-size: 4.615vw;
    line-height: 1.6;
  }
  .sec-form .form-table .sec_tatemono input[type=text],
  .sec-form .form-table .sec_tochi input[type=text],
  .sec-form .form-table .sec_madori input[type=text],
  .sec-form .form-table .sec_chiku input[type=text] {
    width: 46.154vw;
  }
  .sec-form .form-table textarea {
    width: 71.795vw;
    height: 30.769vw;
    padding: 1.795vw;
    border-radius: 0.769vw;
    font-size: 4.615vw;
    line-height: 1.6;
  }
  .sec-form .form-table input[type=checkbox] + span::before {
    width: 7.692vw;
    height: 7.692vw;
    border-radius: 0.769vw;
    border: solid 2px #dcdcdc;
    margin-right: 1.282vw;
  }
  .sec-form .form-table input[type=radio] + span {
    position: relative;
  }
  .sec-form .form-table input[type=radio] + span::before {
    display: inline-block;
    content: "";
    width: 8.718vw;
    height: 8.718vw;
    border-radius: 50%;
    border: solid 3px #dcdcdc;
    background-color: #fff;
    margin-right: 2.051vw;
    vertical-align: middle;
  }
  .sec-form .form-table input[type=radio]:checked + span::before {
    border: solid 3px #028E31;
  }
  .sec-form .form-table input[type=radio]:checked + span::after {
    position: absolute;
    top: 0.726vw;
    left: 1.795vw;
    display: inline-block;
    content: "";
    width: 5.128vw;
    height: 5.128vw;
    border-radius: 50%;
    background-color: #028E31;
  }
  .sec-form .form-table .selectbox {
    width: 71.795vw;
    height: 12.821vw;
  }
  .sec-form .form-table select {
    width: 71.795vw;
    height: 12.821vw;
    padding: 3.077vw 0 0 3.846vw;
    border-radius: 0.769vw;
    font-size: 4.615vw;
  }
  .sec-form .form-table .selectbox::after {
    position: absolute;
    top: 5.128vw;
    right: 5.128vw;
    width: 3.077vw;
    height: 1.538vw;
  }
  .sec-form .submit input[type=submit] {
    width: 64.103vw;
    height: 11.282vw;
    border-radius: 5.641vw;
    font-size: 3.846vw;
    display: block;
    margin: 0 auto;
  }
}
/* sec-footer */
.sec-footer {
  margin-bottom: 68px;
}

.sec-footer .wrap {
  padding-top: 150px;
}

.sec-footer .localnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px 40px;
}

.sec-footer .logo {
  width: 173px;
}

.sec-footer .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-footer .menu li {
  margin: 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.sec-footer .menu a {
  color: #222;
}

.sec-footer .menu a:hover {
  text-decoration: underline;
}

.sec-footer .tel {
  display: flex;
  justify-content: center;
  align-items: last baseline;
}

.sec-footer .tel a {
  position: relative;
  font-family: Montserrat;
  font-size: 37px;
  font-weight: 600;
}

.sec-footer .tel .ico-tel {
  width: 30px;
  height: 30px;
}

.sec-footer .tel small {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

.sec-footer .copyright {
  background-color: #028E31;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 90px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

@media print, screen and (max-width: 1700px) {
  .sec-footer .localnav {
    padding: 0 30px 40px;
  }
  .sec-footer .copyright {
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 1500px) {
  .sec-footer .logo {
    width: 143px;
  }
  .sec-footer .menu li {
    margin: 0 10px;
    font-size: 14px;
  }
  .sec-footer .tel a {
    font-size: 27px;
  }
  .sec-footer .tel .ico-tel {
    width: 20px;
    height: 20px;
  }
  .sec-footer .tel small {
    padding-left: 10px;
    font-size: 11px;
  }
}
@media print, screen and (max-width: 1220px) {
  .sec-footer {
    margin-bottom: 5.667vw;
  }
  .sec-footer .wrap {
    padding-top: 12.5vw;
  }
  .sec-footer .localnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5vw 3.333vw;
  }
  .sec-footer .logo {
    width: 11.917vw;
  }
  .sec-footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-footer .menu li {
    margin: 0 0.833vw;
    font-size: 1.167vw;
    font-weight: bold;
    line-height: 1.7;
  }
  .sec-footer .menu a {
    color: #222;
  }
  .sec-footer .menu a:hover {
    text-decoration: underline;
  }
  .sec-footer .tel {
    display: flex;
    justify-content: center;
    align-items: last baseline;
  }
  .sec-footer .tel a {
    position: relative;
    font-family: Montserrat;
    font-size: 2.25vw;
    font-weight: 600;
  }
  .sec-footer .tel .ico-tel {
    width: 1.667vw;
    height: 1.667vw;
  }
  .sec-footer .tel small {
    padding-left: 0.833vw;
    font-size: 0.917vw;
    font-weight: bold;
    line-height: 1.1;
  }
  .sec-footer .copyright {
    background-color: #028E31;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5vw;
    padding: 0 2.5vw;
    text-align: center;
    font-size: 1.333vw;
    line-height: 1.7;
    color: #fff;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-footer {
    margin-bottom: 12.821vw;
  }
  .sec-footer .wrap {
    padding: 19.231vw 0 0;
  }
  .sec-footer .localnav {
    display: block;
    padding: 6.41vw 6.41vw;
  }
  .sec-footer .logo {
    width: 39.231vw;
  }
  .sec-footer .menu {
    display: block;
    padding-top: 3.846vw;
  }
  .sec-footer .menu li {
    margin: 3.846vw 0;
    font-size: 4.103vw;
    line-height: 1.7;
  }
  .sec-footer .tel {
    display: none;
  }
  .sec-footer .copyright {
    display: block;
    height: 23.077vw;
    padding: 5.128vw 0 0;
    font-size: 3.59vw;
  }
}
/* sec-banner */
.sec-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 997;
  background-color: #fff;
  height: 68px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.sec-banner .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-banner .button {
  margin: 0 30px;
}

.sec-banner .button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 46px;
  padding: 0 17px;
  border-radius: 23px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  background-color: #ff6767;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.2px;
  color: #fff;
}

.sec-banner .button a:hover {
  opacity: 0.8;
}

.sec-banner .txt01 {
  font-size: 26px;
  font-weight: bold;
  line-height: 0.7;
  color: #028E31;
}

.sec-banner .txt02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.sec-banner .ico-mail {
  width: 27px;
  height: 27px;
  vertical-align: middle;
}

.sec-banner .ico-arw {
  width: 27px;
  height: 27px;
  vertical-align: middle;
}

.sec-banner .ico-ladies {
  display: inline-block;
  content: "";
  background: url(../img/ico_ladies.png) no-repeat;
  background-size: cover;
  width: 68px;
  height: 62px;
  vertical-align: middle;
}

.sec-banner .ico-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  display: inline-block;
  content: "";
  background: url(../img/ico_close.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 24px;
}

@media print, screen and (max-width: 1220px) {
  .sec-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    background-color: #fff;
    height: 5.667vw;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .sec-banner .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-banner .button {
    margin: 0 2.5vw;
  }
  .sec-banner .button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35vw;
    height: 3.833vw;
    padding: 0 1.417vw;
    border-radius: 1.917vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    background-color: #ff6767;
    font-size: 1.833vw;
    font-weight: bold;
    letter-spacing: 0.183vw;
    color: #fff;
  }
  .sec-banner .button a:hover {
    opacity: 0.8;
  }
  .sec-banner .txt01 {
    font-size: 2.167vw;
    font-weight: bold;
    line-height: 0.7;
    color: #028E31;
  }
  .sec-banner .txt02 {
    font-size: 1.667vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .sec-banner .ico-mail {
    width: 2.25vw;
    height: 2.25vw;
    vertical-align: middle;
  }
  .sec-banner .ico-arw {
    width: 2.25vw;
    height: 2.25vw;
    vertical-align: middle;
  }
  .sec-banner .ico-ladies {
    display: inline-block;
    content: "";
    background: url(../img/ico_ladies.png) no-repeat;
    background-size: cover;
    width: 5.667vw;
    height: 5.167vw;
    vertical-align: middle;
  }
  .sec-banner .ico-close {
    position: absolute;
    top: 1.667vw;
    right: 1.667vw;
    z-index: 999;
    display: inline-block;
    content: "";
    background: url(../img/ico_close.png) no-repeat;
    background-size: cover;
    width: 2.083vw;
    height: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-banner {
    height: 12.821vw;
  }
  .sec-banner .wrap {
    padding-top: 1.282vw;
  }
  .sec-banner .button {
    margin: 0;
  }
  .sec-banner .button a {
    width: 76.923vw;
    height: 10.256vw;
    padding: 0 2.051vw;
    border-radius: 5.128vw;
    font-size: 4.615vw;
    letter-spacing: 0.462vw;
  }
  .sec-banner .txt01,
  .sec-banner .txt02 {
    display: none;
  }
  .sec-banner .ico-mail {
    width: 6.41vw;
    height: 6.41vw;
  }
  .sec-banner .ico-arw {
    width: 6.41vw;
    height: 6.41vw;
  }
  .sec-banner .ico-ladies {
    display: none;
  }
  .sec-banner .ico-close {
    top: 4.103vw;
    right: 3.846vw;
    z-index: 999;
    width: 4.103vw;
    height: 4.103vw;
  }
}
/* sec-pagetop */
.sec-pagetop {
  display: none;
  position: fixed;
  bottom: 240px;
  right: 60px;
  z-index: 997;
}

@media print, screen and (max-width: 1220px) {
  .sec-pagetop {
    display: none;
    position: fixed;
    bottom: 20vw;
    right: 5vw;
    z-index: 997;
  }
  .sec-pagetop img {
    width: 5.667vw;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-pagetop {
    bottom: 41.026vw;
    right: 2.564vw;
    z-index: 997;
  }
  .sec-pagetop img {
    width: 10.256vw;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */
