@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/css?family=Roboto);

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: 000;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop html,
  *::-ms-backdrop body,
  *::-ms-backdrop div,
  *::-ms-backdrop span,
  *::-ms-backdrop object,
  *::-ms-backdrop iframe,
  *::-ms-backdrop h1,
  *::-ms-backdrop h2,
  *::-ms-backdrop h3,
  *::-ms-backdrop h4,
  *::-ms-backdrop h5,
  *::-ms-backdrop h6,
  *::-ms-backdrop p,
  *::-ms-backdrop blockquote,
  *::-ms-backdrop pre,
  *::-ms-backdrop abbr,
  *::-ms-backdrop address,
  *::-ms-backdrop cite,
  *::-ms-backdrop code,
  *::-ms-backdrop del,
  *::-ms-backdrop dfn,
  *::-ms-backdrop em,
  *::-ms-backdrop img,
  *::-ms-backdrop ins,
  *::-ms-backdrop kbd,
  *::-ms-backdrop q,
  *::-ms-backdrop samp,
  *::-ms-backdrop small,
  *::-ms-backdrop strong,
  *::-ms-backdrop sub,
  *::-ms-backdrop sup,
  *::-ms-backdrop var,
  *::-ms-backdrop b,
  *::-ms-backdrop i,
  *::-ms-backdrop dl,
  *::-ms-backdrop dt,
  *::-ms-backdrop dd,
  *::-ms-backdrop ol,
  *::-ms-backdrop ul,
  *::-ms-backdrop li,
  *::-ms-backdrop fieldset,
  *::-ms-backdrop form,
  *::-ms-backdrop label,
  *::-ms-backdrop legend,
  *::-ms-backdrop table,
  *::-ms-backdrop caption,
  *::-ms-backdrop tbody,
  *::-ms-backdrop tfoot,
  *::-ms-backdrop thead,
  *::-ms-backdrop tr,
  *::-ms-backdrop th,
  *::-ms-backdrop td,
  *::-ms-backdrop article,
  *::-ms-backdrop aside,
  *::-ms-backdrop canvas,
  *::-ms-backdrop details,
  *::-ms-backdrop figcaption,
  *::-ms-backdrop figure,
  *::-ms-backdrop footer,
  *::-ms-backdrop header,
  *::-ms-backdrop hgroup,
  *::-ms-backdrop menu,
  *::-ms-backdrop nav,
  *::-ms-backdrop section,
  *::-ms-backdrop summary,
  *::-ms-backdrop time,
  *::-ms-backdrop mark,
  *::-ms-backdrop audio,
  *::-ms-backdrop video,
  *::-ms-backdrop input,
  *::-ms-backdrop textarea,
  .-frame a html,
  .-frame a body,
  .-frame a div,
  .-frame a span,
  .-frame a object,
  .-frame a iframe,
  .-frame a h1,
  .-frame a h2,
  .-frame a h3,
  .-frame a h4,
  .-frame a h5,
  .-frame a h6,
  .-frame a p,
  .-frame a blockquote,
  .-frame a pre,
  .-frame a abbr,
  .-frame a address,
  .-frame a cite,
  .-frame a code,
  .-frame a del,
  .-frame a dfn,
  .-frame a em,
  .-frame a img,
  .-frame a ins,
  .-frame a kbd,
  .-frame a q,
  .-frame a samp,
  .-frame a small,
  .-frame a strong,
  .-frame a sub,
  .-frame a sup,
  .-frame a var,
  .-frame a b,
  .-frame a i,
  .-frame a dl,
  .-frame a dt,
  .-frame a dd,
  .-frame a ol,
  .-frame a ul,
  .-frame a li,
  .-frame a fieldset,
  .-frame a form,
  .-frame a label,
  .-frame a legend,
  .-frame a table,
  .-frame a caption,
  .-frame a tbody,
  .-frame a tfoot,
  .-frame a thead,
  .-frame a tr,
  .-frame a th,
  .-frame a td,
  .-frame a article,
  .-frame a aside,
  .-frame a canvas,
  .-frame a details,
  .-frame a figcaption,
  .-frame a figure,
  .-frame a footer,
  .-frame a header,
  .-frame a hgroup,
  .-frame a menu,
  .-frame a nav,
  .-frame a section,
  .-frame a summary,
  .-frame a time,
  .-frame a mark,
  .-frame a audio,
  .-frame a video,
  .-frame a input,
  .-frame a textarea {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
    font-weight: normal;
  }
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

br {
  color: rgba(255, 255, 255, 0);
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

strong {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0) {

  .br::before *::-ms-backdrop,
  .br::before {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0) {

  .br *::-ms-backdrop,
  .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #707070;
  box-shadow: 0px 8px 18px -7px #707070;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  margin-top: 20px;
  margin-left: 0;
  font-size: 1rem;
  border-radius: 10px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: #ffab32;
  color: #FFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: none;
  border-bottom: solid 5px #c47800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn::after {
  display: none;
}

.btn .fa-calculator {
  margin-right: .5rem;
  color: #fff;
}

.btn .fa-chevron-circle-right {
  position: relative;
  right: 0;
  margin-left: .5rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #fff54d;
}

.btn:hover {
  background: #ffcb52;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  border: none;
  border-bottom: solid 0px #c47800;
}

.btn:hover i:last-child {
  right: -.5rem;
}

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

@media screen and (max-width: 639px) {
  .btn {
    width: 100%;
    padding: 5% 2%;
  }
}

/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 50px;
  color: #212121;
}

.ttl.-lh12 {
  line-height: 1.2;
}

.ttl.-large {
  font-size: 3.2rem;
}

.ttl .sub-ttl {
  font-weight: 900;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
}

.ttl .bg-orange {
  background: #ffab32;
  font-weight: 900;
  padding: 0px 4px 1px;
  margin-right: 2px;
}

.ttl .main-ttl {
  font-weight: 900;
  display: block;
  font-size: 2.8rem;
  background: none;
  margin: 0;
  padding: 0;
}

.ttl .bg-blue {
  background: #abe3ff;
  font-weight: 900;
  padding: 0px 4px 1px;
  margin-right: 2px;
}

.pen-b {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #abe3ff));
  background: -webkit-linear-gradient(transparent 70%, #abe3ff 0%);
  background: -o-linear-gradient(transparent 70%, #abe3ff 0%);
  background: linear-gradient(transparent 70%, #abe3ff 0%);
}

.ttl .txt-o {
  color: #ffab32;
  font-weight: 900;
  font-size: 3.2rem;
}

.ttl .txt-y {
  color: #e9ff3d;
  font-weight: 900;
  font-size: 3.2rem;
}

.ttl .pen-o {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #e9ff3d));
  background: -webkit-linear-gradient(transparent 87%, #e9ff3d 0%);
  background: -o-linear-gradient(transparent 87%, #e9ff3d 0%);
  background: linear-gradient(transparent 87%, #e9ff3d 0%);
}

.ttl .main-ttl_inline {
  font-weight: 900;
  display: inline-block;
  font-size: 3.2rem;
}

.ttl .point-trouble {
  font-weight: 900;
  color: #fff6e1;
  margin: 0 2px;
  text-shadow: #f39714 0px 0px 0px, #f39714 -6px 2px 0px, #f39714 0px -2px 0px, #f39714 1px 4px 0px, #f39714 3px 3px 0px, #f39714 -3px 6px 0px, #f39714 3px -4px 0px, #f39714 -4px -2px 0px, #f39714 -3px 6px 0px, #f39714 1px -4px 0px, #f39714 1px 0px 0px, #f39714 -1px -4px 0px, #f39714 6px -4px 0px, #f39714 -1px 6px 0px, #f39714 0px 6px 1px, #f39714 -6px 0px 3px, #f39714 6px 0px 0px, #f39714 6px -2px 1px, #f39714 4px 0px 0px, #f39714 6px 3px 0px;
}

.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 10%;
  }

  .ttl.-large {
    font-size: 2.2rem;
  }

  .ttl .sub-ttl {
    font-size: 1.3rem;
  }

  .ttl .main-ttl_inline {
    font-size: 2rem;
  }

  .ttl .txt-o {
    font-size: 2rem;
  }

  .ttl .txt-y {
    font-size: 2rem;
  }
}

.dot {
  padding-top: .5em;
  background-position: top left -50px;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  background-image: -webkit-radial-gradient(#ffab32 10%, transparent 15%);
  background-image: -o-radial-gradient(#ffab32 10%, transparent 15%);
  background-image: radial-gradient(#ffab32 10%, transparent 15%);
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.8;
  font-size: 1rem;
}

.txt.-bold {
  font-weight: bold;
}

.txt.-white {
  color: #FFF;
}

.txt.-black {
  color: #212121;
}

.txt.-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}

.breadcrumb ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumb ul li {
  font-size: .9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}

.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul a {
  font-size: .9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.breadcrumb ul a:hover {
  opacity: .8;
}

@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pen-y {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: -webkit-linear-gradient(transparent 60%, #ffea77 0%);
  background: -o-linear-gradient(transparent 60%, #ffea77 0%);
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-o {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffb516));
  background: -webkit-linear-gradient(transparent 70%, #ffb516 0%);
  background: -o-linear-gradient(transparent 70%, #ffb516 0%);
  background: linear-gradient(transparent 70%, #ffb516 0%);
}

.cmn-contact {
  background: #3d4676;
  padding: 20px 0 0;
  position: relative;
}

.cmn-contact .cmn-contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.cmn-contact .cmn-contact_wrap::before {
  content: '';
  background: url(../img/top_catch_estimate.svg) no-repeat bottom center/contain;
  display: block;
  width: 20%;
  height: 14em;
  margin-right: 20px;
  margin-top: -3rem;
}

.cmn-contact .cmn-contact_wrap::after {
  content: '';
  background: url(../img/top_con_phone.svg) no-repeat bottom right/contain;
  display: block;
  width: 17%;
  height: 11em;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cmn-contact .con-detail {
  width: 75%;
}

.cmn-contact .cmn-contact_ttl {
  color: #ffd822;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  line-height: 1.4;
}

.cmn-contact .ttl-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  margin-bottom: 8px;
}

.cmn-contact .ttl-line::before,
.cmn-contact .ttl-line::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background: #ffd822;
  display: block;
}

.cmn-contact .ttl-line::before {
  margin-right: 0.4em;
}

.cmn-contact .ttl-line::after {
  margin-left: 0.4em;
}

.cmn-contact .con-list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmn-contact .con-list li {
  text-align: center;
  width: 80%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
}

.cmn-contact .con-list li.-tel {
  margin-right: 20px;
  padding: 0.5rem 0;
}

.cmn-contact .con-list li.-tel a {
  color: #fff;
  font-size: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
}

.cmn-contact .con-list li .fa-mobile-alt {
  color: #ffd822;
  margin-right: 8px;
  font-size: 2.5rem;
  position: relative;
  top: -2px;
}

.cmn-contact .con-list li .time {
  font-size: 1.2rem;
  display: block;
  color: #fff;
}

.cmn-contact .con-list li .waku {
  font-size: .9rem;
  padding: 2px 8px;
  border: 1px solid #FFF;
  margin-right: 8px;
  color: #fff;
}

.cmn-contact .con-list li .support {
  background: #fff;
  border-radius: 50px;
  padding: 4px 12px;
  border: 1px solid #ffab32;
  display: table;
  margin: -2rem auto .5rem;
  font-size: 1rem;
  color: #ff8e18;
  font-weight: bold;
}

.cmn-contact .con-list li .btn {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  overflow: initial;
  color: #212121;
  padding: 20px 2rem;
  display: block;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffcc00), color-stop(50%, #fff368));
  background: -webkit-linear-gradient(bottom, #ffcc00 0%, #fff368 50%);
  background: -o-linear-gradient(bottom, #ffcc00 0%, #fff368 50%);
  background: linear-gradient(0deg, #ffcc00 0%, #fff368 50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cmn-contact .con-list li .btn:hover {
  color: #ff8e18;
}

.cmn-contact .con-list li .btn i {
  color: #ff8f16;
}

@media screen and (max-width: 959px) {
  .cmn-contact .cmn-contact_wrap::after {
    display: none;
  }

  .cmn-contact .con-list li.-tel a {
    font-size: 4vw;
    position: relative;
    top: 10px;
  }

  .cmn-contact .con-list li .btn {
    font-size: 1.4rem;
    padding: 20px 1rem;
  }

  .cmn-contact .con-list li .support {
    font-size: .9rem;
    padding: 4px 4px;
  }
}

@media screen and (max-width: 767px) {
  .cmn-contact {
    padding: 20px 0;
    overflow: hidden;
  }

  .cmn-contact .con-detail {
    width: 100%;
  }

  .cmn-contact .cmn-contact_wrap::before {
    display: none;
  }

  .cmn-contact .cmn-contact_wrap::after {
    display: block;
    width: 39%;
    height: 13em;
    z-index: -1;
    position: absolute;
    bottom: -20px;
    right: -4rem;
  }

  .cmn-contact .con-list {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cmn-contact .con-list::before {
    content: '合見積りも歓迎です';
    display: table;
    margin: 0 auto;
    color: #ffd822;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
  }

  .cmn-contact .con-list li.-tel a {
    font-size: 5vw;
  }
}

@media screen and (max-width: 639px) {
  .cmn-contact {
    overflow: initial;
  }

  .cmn-contact .cmn-contact_wrap::after {
    width: 27%;
    height: 8em;
    z-index: -1;
    position: absolute;
    bottom: -20px;
    right: -4rem;
    right: auto;
    left: -2rem;
    bottom: auto;
    top: -13%;
  }

  .cmn-contact .con-list li.-tel {
    margin-right: 0;
    padding: 0;
    margin-bottom: 5%;
  }

  .cmn-contact .con-list li.-tel a {
    font-size: 10vw;
  }
}

@media screen and (max-width: 499px) {
  .cmn-contact .cmn-contact_wrap::after {
    display: none;
  }

  .cmn-contact .cmn-contact_ttl {
    font-size: 1.1rem;
  }

  .cmn-contact .con-list::before {
    font-size: 1rem;
  }
}

header {
  padding: 24px;
}

@media screen and (max-width: 639px) {
  header {
    padding: 4%;
  }
}

.sp-con_icon {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp-con_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 1%;
    right: 2%;
    z-index: 10;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sp-con_icon li {
    width: 30%;
  }

  .sp-con_icon li:last-child {
    margin-left: 4px;
  }

  .sp-con_icon li img {
    width: 100%;
  }
}

.main-logo {
  width: 220px;
}

.main-logo a {
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.main-logo a:hover {
  opacity: .7;
}

.main-logo img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .main-logo {
    width: 180px;
  }
}

@media screen and (max-width: 639px) {
  .main-logo {
    width: 40%;
  }
}

.fv-wrap {
  background: url(../img/keyimage_pc.jpg) repeat-x center center/cover;
  padding: 2% 5% 4%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-animation: bgroop 70s linear infinite;
  animation: bgroop 70s linear infinite;
}

.fv-wrap::after {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  background: url(../img/top_shape.svg) no-repeat right center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 950px;
}

.fv-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #fff;
  margin-left: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

.fv-wrap .fv-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fv-wrap .maincatch-item {
  width: 50%;
  max-width: 650px;
}

.fv-wrap .main-ttl {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: none;
  padding: 0;
  margin-left: 0;
}

.fv-wrap .main-ttl img {
  width: 100%;
}

.fv-wrap .sub-ttl {
  position: relative;
  z-index: 0;
}

.fv-wrap .sub-ttl::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 89%;
  background: #ff9000;
  position: absolute;
  z-index: -1;
  left: -99%;
  top: 52%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fv-wrap .sub-ttl img {
  width: 100%;
}

.fv-wrap .main-img {
  width: 49%;
  max-width: 700px;
  /* margin-left: auto; */
  margin: 0 auto;
}

.fv-wrap .main-img img {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .fv-wrap .fv-column {
    max-width: 1300px;
    margin: auto;
  }

  .fv-wrap .maincatch-item {
    width: 50%;
    margin-right: 40px;
    max-width: 900px;
  }
}

@media screen and (max-width: 639px) {
  .fv-wrap::before {
    height: 29%;
  }

  .fv-wrap::after {
    width: 53%;
  }

  .fv-wrap .fv-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fv-wrap .maincatch-item {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }

  .fv-wrap .main-img {
    width: 90%;
  }
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1550px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1550px 0;
  }
}

.trouble .trouble-about {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.trouble .trouble-about::before,
.trouble .trouble-about::after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.trouble .trouble-about::before {
  background: url(../img/trouble_img_l.svg) no-repeat left bottom/contain;
  left: 4%;
  width: 16%;
  padding-bottom: 20%;
}

.trouble .trouble-about::after {
  background: url(../img/trouble_img_r.svg) no-repeat right bottom/contain;
  right: 4%;
  width: 16%;
  padding-bottom: 20%;
}

@media screen and (max-width: 639px) {

  .trouble .trouble-about::before,
  .trouble .trouble-about::after {
    width: 20%;
    padding-bottom: 30%;
  }

  .trouble .trouble-about .main-ttl {
    font-size: 1.6rem;
  }

  .trouble .trouble-about .ttl {
    font-size: 1.1rem;
  }

  .trouble .trouble-about .txt {
    text-align: left;
  }

  .trouble .trouble-about .point-trouble {
    text-shadow: #4f4f4f 2px 0px 0px, #4f4f4f -2px 0px 0px,
      #4f4f4f 0px -2px 0px, #4f4f4f 0px 2px 0px,
      #4f4f4f 2px 2px 0px, #4f4f4f -2px 2px 0px,
      #4f4f4f 2px -2px 0px, #4f4f4f -2px -2px 0px,
      #4f4f4f 1px 2px 0px, #4f4f4f -1px 2px 0px,
      #4f4f4f 1px -2px 0px, #4f4f4f -1px -2px 0px,
      #4f4f4f 2px 1px 0px, #4f4f4f -2px 1px 0px,
      #4f4f4f 2px -1px 0px, #4f4f4f -2px -1px 0px,
      #4f4f4f 1px 1px 0px, #4f4f4f -1px 1px 0px,
      #4f4f4f 1px -1px 0px, #4f4f4f -1px -1px 0px;
  }
}

@media screen and (max-width: 399px) {
  .trouble .trouble-about .ttl {
    font-size: 1rem;
  }

  .trouble .trouble-about .main-ttl {
    font-size: 1.35rem;
  }
}

.risk-wrap {
  background: url(../img/risk_bg_pt.jpg) repeat center center/contain;
  background-size: 500px 500px;
  padding: 100px 0;
  text-align: center;
}

.risk-wrap .trouble-list {
  margin-top: -150px;
  margin-bottom: 80px;
}

.risk-wrap .trouble-list li {
  width: 23%;
  padding: 18px 8px;
  color: #212121;
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #747474;
  position: relative;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.risk-wrap .trouble-list li p {
  font-weight: bold;
}

.risk-wrap .trouble-list li .trouble-deco {
  position: absolute;
  width: 2rem;
  top: -.7rem;
  left: -.7rem;
}

.risk-wrap .trouble-list li .trouble-deco img {
  width: 100%;
}

.risk-wrap .trouble-list li::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 41px;
  width: 0;
  height: 0;
  border-top: 25px solid #747474;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}

.risk-wrap .trouble-list li::after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 43px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 12px solid transparent;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}

.risk-wrap .trouble-list li:nth-of-type(3)::before,
.risk-wrap .trouble-list li:nth-of-type(4)::before {
  right: auto;
  left: 41px;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.risk-wrap .trouble-list li:nth-of-type(3)::after,
.risk-wrap .trouble-list li:nth-of-type(4)::after {
  right: auto;
  left: 43px;
  border-left: 14px solid transparent;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.risk-wrap .trouble-list li:nth-child(odd) {
  background: #ecf9fd;
}

.risk-wrap .trouble-list li:nth-child(odd)::after {
  border-top: 30px solid #ecf9fd;
}

.risk-wrap .trouble-list li:nth-child(even) {
  background: #fff6e1;
}

.risk-wrap .trouble-list li:nth-child(even)::after {
  border-top: 30px solid #fff6e1;
}

.risk-wrap .trouble-list .txt-red {
  font-weight: bold;
  color: #ed2c2c;
}

.risk-wrap .risk-ttl {
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
  color: #3d4676;
  line-height: 1.4;
  border-bottom: 2px solid #3d4676;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}

.risk-wrap .risk-ttl::after {
  content: '';
  background: url(../img/ttl_arrow.svg) no-repeat center center/contain;
  width: 33px;
  height: 16px;
  display: block;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.risk-wrap .rotate-txt {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  display: inline-block;
  padding: 0 .8rem;
  position: absolute;
  top: -1rem;
  left: -4rem;
}

.risk-wrap .rotate-txt::before,
.risk-wrap .rotate-txt::after {
  position: absolute;
  top: 0.5rem;
  height: 1.2rem;
  content: '';
}

.risk-wrap .rotate-txt::before {
  border-left: solid 3px;
  left: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.risk-wrap .rotate-txt::after {
  border-right: solid 3px;
  right: 0;
  top: 0.3rem;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.risk-wrap .point-risk {
  font-weight: 900;
  font-size: 2.4rem;
  color: #ffd822;
  text-shadow: #3d4676 2px 0px 0px, #3d4676 -2px 0px 0px,
    #3d4676 0px -2px 0px, #3d4676 0px 2px 0px,
    #3d4676 2px 2px 0px, #3d4676 -2px 2px 0px,
    #3d4676 2px -2px 0px, #3d4676 -2px -2px 0px,
    #3d4676 1px 2px 0px, #3d4676 -1px 2px 0px,
    #3d4676 1px -2px 0px, #3d4676 -1px -2px 0px,
    #3d4676 2px 1px 0px, #3d4676 -2px 1px 0px,
    #3d4676 2px -1px 0px, #3d4676 -2px -1px 0px,
    #3d4676 1px 1px 0px, #3d4676 -1px 1px 0px,
    #3d4676 1px -1px 0px, #3d4676 -1px -1px 0px;
}

.risk-wrap .attention-txt {
  font-size: .9rem;
  color: #212121;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .risk-wrap .rotate-txt {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    left: -1rem;
  }
}

@media screen and (max-width: 639px) {
  .risk-wrap .rotate-txt {
    top: -2rem;
  }

  .risk-wrap .trouble-list {
    margin-top: -8rem;
    margin-bottom: 15%;
  }

  .risk-wrap .trouble-list li {
    width: 100%;
    margin-bottom: 2%;
    padding: 2% 2%;
  }

  .risk-wrap .trouble-list li::before,
  .risk-wrap .trouble-list li::after {
    display: none;
  }

  .risk-wrap .trouble-list li .trouble-deco {
    width: 1.4rem;
  }
}

@media screen and (max-width: 399px) {
  .risk-wrap .risk-ttl {
    font-size: 1.4rem;
  }

  .risk-wrap .point-risk {
    font-size: 2rem;
  }
}

.risk-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.risk-list li {
  width: 30%;
  margin: 0 12px 30px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  text-align: left;
}

.risk-list li::before {
  content: '';
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 1;
}

.risk-list li:nth-of-type(1)::before {
  background: url(../img/risk_num01.png) no-repeat center center/contain;
}

.risk-list li:nth-of-type(2)::before {
  background: url(../img/risk_num02.png) no-repeat center center/contain;
}

.risk-list li:nth-of-type(3)::before {
  background: url(../img/risk_num03.png) no-repeat center center/contain;
}

.risk-list li:nth-of-type(4)::before {
  background: url(../img/risk_num04.png) no-repeat center center/contain;
}

.risk-list li:nth-of-type(5)::before {
  background: url(../img/risk_num05.png) no-repeat center center/contain;
}

.risk-list li .risk-img {
  width: 100%;
  display: block;
}

.risk-list li .risk-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.risk-list li .risk-list_ttl {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #212121;
  position: relative;
  margin-bottom: 12px;
}

.risk-list li .risk-list_ttl::after {
  content: '';
  display: table;
  width: 100px;
  height: 1px;
  background: #9a9a9a;
  margin: 12px auto 0;
}

.risk-list li .risk-list_ttl .txt-red {
  font-weight: 900;
  color: #ce4242;
}

.risk-list li .txt-box {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .risk-list li {
    width: 45%;
  }
}

@media screen and (max-width: 639px) {
  .risk-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 4%;
  }

  .risk-list li:last-child .risk-img img {
    -o-object-position: 24%;
    object-position: 24%;
  }

  .risk-list li .risk-img {
    width: 38%;
  }

  .risk-list li .risk-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
  }

  .risk-list li .txt-box {
    width: 62%;
  }
}

@media screen and (max-width: 399px) {
  .risk-list li {
    display: block;
    margin-bottom: 6%;
  }

  .risk-list li .risk-img {
    width: 100%;
    height: 25%;
  }

  .risk-list li .risk-img img {
    border-radius: 8px 8px 0 0;
  }

  .risk-list li .txt-box {
    width: 100%;
  }
}

.risk-point {
  background: #3d4676;
  padding: 24px 100px 24px 32px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.risk-point::before,
.risk-point::after {
  content: '';
  display: block;
  position: absolute;
}

.risk-point::before {
  background: url(../img/risk_point.svg) no-repeat center center/contain;
  width: 3.5rem;
  height: 3.5rem;
  top: -.5rem;
  left: -.5rem;
}

.risk-point::after {
  background: url(../img/risk_ishikawa.png) no-repeat center center/contain;
  width: 6rem;
  height: 9rem;
  bottom: -.5rem;
  right: -.5rem;
}

.risk-point .risk-point_txt {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
}

.risk-point .txt-red {
  color: #fd5f60;
  font-weight: 900;
}

.risk-point .txt-yellow {
  color: #ffd822;
  font-weight: 900;
  margin: 0 4px;
  font-size: 1.6rem;
}

@media screen and (max-width: 639px) {
  .risk-point {
    padding: 20px 8px;
    display: block;
  }

  .risk-point::before {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
  }

  .risk-point::after {
    bottom: -7rem;
    right: 0;
  }

  .risk-point .risk-point_txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 399px) {
  .risk-point .txt-yellow {
    font-size: 1.3rem;
  }

  .risk-point .risk-point_txt {
    font-size: .9rem;
    font-weight: bold;
  }
}

.dd-point {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}

.dd-point::before {
  content: '';
  display: block;
  background: url(../img/dd_choice_bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.dd-point .dd-point_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dd-point .dd-point_img {
  width: 40%;
  margin-top: -4rem;
  margin-right: 20px;
}

.dd-point .dd-point_img img {
  width: 100%;
}

.dd-point .txt-box {
  width: 55%;
  margin-bottom: 20px;
}

.dd-point .dd-point_ttl {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 0.091rem + 4.55vw, 3.5rem);
  color: #3d4676;
  line-height: 1.4;
}

.dd-point .dd-point_ttl .txt-yellow {
  background: #3d4676;
  font-weight: 900;
  color: #ffd822;
  font-size: clamp(1.2rem, 6vw, 4.5rem);
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .dd-point .dd-point_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 499px) {
  .dd-point .dd-point_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dd-point .dd-point_img {
    width: 50%;
    margin-bottom: 3%;
  }

  .dd-point .txt-box {
    width: 100%;
  }

  .dd-point .dd-point_ttl {
    font-size: 1.6rem;
  }

  .dd-point .dd-point_ttl .txt-yellow {
    font-size: 2rem;
  }
}

.dd-point_attention {
  background: #f4f4f4;
  padding: 20px 40px;
  border: 2px solid #a8a8a8;
  border-radius: 12px;
  text-align: left;
  position: relative;
  margin: 0 auto 80px;
  font-weight: bold;
  max-width: 670px;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dd-point_attention::before {
  content: '';
  background: url(../img/icon_caution.png) no-repeat center center/contain;
  width: 4em;
  height: 3em;
  margin-right: 20px;
}

.dd-point_attention::after {
  content: '';
  background: url(../img/arrow_gray.svg) no-repeat center center/contain;
  width: 4em;
  height: 2em;
  margin: auto;
  position: absolute;
  top: 100%;
}

.dd-point_attention .txt {
  font-weight: bold;
}

.dd-point_attention .txt-red {
  color: #e30613;
  font-weight: bold;
  border-bottom: 1px solid #e30613;
}

@media screen and (max-width: 639px) {
  .dd-point_attention {
    padding: 4%;
  }
}

@media screen and (max-width: 399px) {
  .dd-point_attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dd-point_attention::before {
    width: 3em;
    height: 2em;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.risk-avoidance {
  padding: 0 0 100px;
}

.risk-avoidance .about-txt {
  margin-bottom: 60px;
}

.risk-avoidance .comparison .comparison-ttl {
  background: #FFF;
  border-radius: 50px;
  padding: 12px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #4e4e4e;
  max-height: 50px;
  margin-bottom: 20px;
}

.risk-avoidance .comparison .comparison-ttl .logo-img {
  width: 150px;
  margin-top: -2rem;
  position: relative;
  top: 2px;
}

.risk-avoidance .comparison .comparison-img {
  height: 300px;
  margin-bottom: 20px;
}

.risk-avoidance .comparison .comparison-img img {
  height: 100%;
}

.risk-avoidance .comparison li {
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.risk-avoidance .comparison li.-bad {
  width: 45%;
  background: #d4d4d4;
}

.risk-avoidance .comparison li.-good {
  width: 53%;
  background: #ffab32;
}

.risk-avoidance .comparison li .comparison-txt {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: auto;
}

.risk-avoidance .comparison li .comparison-txt.-bad {
  color: #3d4676;
}

.risk-avoidance .comparison li .comparison-txt.-bad .point-txt {
  color: #e30613;
  font-weight: 900;
}

.risk-avoidance .comparison li .comparison-txt.-good {
  color: #212121;
}

.risk-avoidance .comparison li .comparison-txt.-good .point-txt {
  background: #fffc00;
  padding-left: 4px;
  margin: 0 2px;
  color: #ce4242;
  font-weight: 900;
}

@media screen and (max-width: 959px) {
  .risk-avoidance .comparison .comparison-img {
    height: auto;
    margin-bottom: 0;
  }

  .risk-avoidance .comparison .comparison-img img {
    height: 13rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
  }
}

@media screen and (max-width: 767px) {
  .risk-avoidance .comparison li .comparison-txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 639px) {
  .risk-avoidance {
    padding: 0 0 15%;
  }

  .risk-avoidance .about-txt {
    margin-bottom: 10%;
    text-align: left;
  }

  .risk-avoidance .comparison li {
    padding: 4%;
  }

  .risk-avoidance .comparison li.-bad,
  .risk-avoidance .comparison li.-good {
    width: 100%;
  }

  .risk-avoidance .comparison li.-bad {
    margin-bottom: 4%;
  }

  .risk-avoidance .comparison li .comparison-txt {
    font-size: 1.2rem;
  }

  .risk-avoidance .comparison .comparison-img img {
    height: auto;
    width: 100%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 499px) {
  .risk-avoidance .comparison .comparison-ttl {
    font-size: 1.1rem;
  }

  .risk-avoidance .comparison .comparison-ttl .logo-img {
    width: 130px;
    top: 3px;
  }
}

@media screen and (max-width: 399px) {
  .risk-avoidance .comparison li .comparison-txt {
    font-size: 1.1rem;
  }
}

.reason-wrap {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.reason-wrap::before {
  content: '';
  background-color: #ffab32;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  background-image: url(../img/reason_bg_img01.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}

.reason-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 5%;
  width: 100%;
  height: 20%;
  background-image: url(../img/reason_bg_img02.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.reason-wrap .about-txt {
  margin-bottom: 60px;
}

.reason-wrap .reason-list li {
  background: #fff;
  padding: 60px 40px 40px;
  border-radius: 30px;
  border: 3px solid #3f3f3f;
  position: relative;
  margin-bottom: 30px;
}

.reason-wrap .reason-list li.-reverse::before {
  left: auto;
  right: 40px;
}

.reason-wrap .reason-list li:last-child {
  margin-bottom: 0;
}

.reason-wrap .reason-list li::before {
  display: inline-block;
  background: #ffd822;
  color: #383838;
  padding: 8px 20px;
  border: 3px solid #383838;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  position: absolute;
  top: -1rem;
  left: 40px;
}

.reason-wrap .reason-list li:nth-of-type(1)::before {
  content: "選ばれる理由01";
}

.reason-wrap .reason-list li:nth-of-type(2)::before {
  content: "選ばれる理由02";
}

.reason-wrap .reason-list li:nth-of-type(3)::before {
  content: "選ばれる理由03";
}

.reason-wrap .reason-list li:nth-of-type(4)::before {
  content: "選ばれる理由04";
}

.reason-wrap .reason-list li:nth-of-type(5)::before {
  content: "選ばれる理由05";
}

.reason-wrap .reason-list .txt-box {
  width: 55%;
}

.reason-wrap .reason-list .reason-img {
  width: 38%;
}

.reason-wrap .reason-list .reason-img img {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  border-radius: 16px;
}

.reason-wrap .reason-list .reason-img figcaption {
  color: #4e4e4e;
  font-size: .9rem;
  line-height: 1.4;
}

.reason-wrap .reason-list .reason-ttl {
  font-size: 2rem;
  font-weight: 900;
  color: #212121;
  line-height: 1.6;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffab32;
}

.reason-wrap .reason-list .reason-ttl::first-letter {
  font-weight: 900;
  color: #ffab32;
  font-size: 2.6rem;
}

.reason-wrap .reason-list .reason-ttl .first-l {
  font-weight: 900;
  color: #ffab32;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .reason-wrap .reason-list .reason-ttl {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 639px) {
  .reason-wrap {
    padding: 15% 0;
  }

  .reason-wrap::after {
    top: 2%;
  }

  .reason-wrap .about-txt {
    text-align: left;
  }

  .reason-wrap .reason-list li {
    padding: 7% 4% 4%;
  }

  .reason-wrap .reason-list li.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason-wrap .reason-list .txt-box {
    width: 100%;
    margin-bottom: 5%;
  }

  .reason-wrap .reason-list .reason-img {
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .reason-wrap .reason-list li {
    padding: 8% 4% 4%;
  }

  .reason-wrap .reason-list li.-reverse::before {
    left: 4%;
    right: auto;
    font-size: 1rem;
  }

  .reason-wrap .reason-list li::before {
    left: 4%;
    font-size: 1rem;
  }

  .reason-wrap .reason-list .reason-ttl {
    font-size: 1.2rem;
  }

  .reason-wrap .reason-list .reason-ttl::first-letter {
    font-size: 1.8rem;
  }
}

.price-menu {
  background: #f5f5f5;
  padding: 100px 0;
}

.price-menu .about-txt {
  margin-bottom: 60px;
}

.price-menu .about-subtxt {
  margin-bottom: 20px;
}

.price-menu .price-list {
  margin-bottom: 40px;
}

.price-menu .price-list>li {
  width: 32%;
  padding: 40px 30px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 2px solid #b7b7b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price-menu .price-list>li::before {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.price-menu .price-list>li.-row {
  border-top: 10px solid #5566cb;
}

.price-menu .price-list>li.-row::before {
  background: #5566cb;
}

.price-menu .price-list>li.-middle {
  outline: 7px solid #ffc600;
  border-top: 10px solid #ffc600;
}

.price-menu .price-list>li.-middle::before {
  background: #ffc600;
}

.price-menu .price-list>li.-high {
  border-top: 10px solid #ff8d27;
}

.price-menu .price-list>li.-high::before {
  background: #ff8d27;
}

.price-menu .price-list .price-ttl {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.price-menu .price-list .price-ttl.-row {
  color: #5566cb;
}

.price-menu .price-list .price-ttl.-middle {
  color: #ffc600;
}

.price-menu .price-list .price-ttl.-high {
  color: #ff8d27;
}

.price-menu .price-list .price-num {
  color: #212121;
  line-height: 1.4;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 12px;
}

.price-menu .price-list .price-num .tax {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: -0.5rem;
}

.price-menu .price-list .price-num .count-up {
  font-weight: 900;
  font-size: 3.4rem;
}

.price-menu .price-list .price-num .txt-s {
  font-size: 2rem;
  font-weight: 900;
}

.price-menu .price-list .detail {
  margin-top: 20px;
}

.price-menu .price-list .detail-ttl {
  padding: 4px;
  line-height: 1.6;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}

.price-menu .price-list .detail-ttl.-row {
  background: #5566cb;
}

.price-menu .price-list .detail-ttl.-middle {
  background: #ffc600;
}

.price-menu .price-list .detail-ttl.-high {
  background: #ff8d27;
}

.price-menu .price-list .detail-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.price-menu .price-list .detail-list li {
  padding: 4px;
  background: #efefef;
  border: 1px solid #a9a9a9;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 4px;
  color: #474747;
  border-radius: 4px;
  font-weight: bold;
}

.price-menu .price-list .detail-list li.-half {
  width: 49%;
}

.price-menu .price-list .detail-list li.-five {
  width: 19%;
}

.price-menu .price-list .detail-list li.-full {
  width: 100%;
}

.price-menu .price-list .attention-txt {
  font-size: .9rem;
  color: #4e4e4e;
  text-align: left;
  line-height: 1.4;
}

.price-menu .price-list .recommend {
  opacity: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.price-menu .price-list .aos-animate .recommend {
  background: #ff4e4a;
  border-radius: 50px;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  display: table;
  -webkit-animation: 3s fuwafuwa infinite;
  animation: 3s fuwafuwa infinite;
  opacity: 1;
}

.price-menu .price-list .aos-animate .recommend::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff4e4a;
}

.price-menu .last-txt {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .price-menu .price-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-menu .price-list>li {
    width: 47%;
  }

  .price-menu .price-list>li:nth-of-type(1) {
    margin-right: 3%;
  }

  .price-menu .price-list>li:last-child {
    margin-top: 3%;
  }
}

@media screen and (max-width: 639px) {
  .price-menu {
    padding: 15% 0;
  }

  .price-menu .about-txt {
    text-align: left;
  }

  .price-menu .price-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .price-menu .price-list>li {
    width: 48%;
    padding: 5% 4% 4%;
  }

  .price-menu .price-list .price-ttl {
    font-size: 1.4rem;
  }

  .price-menu .price-list .detail-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .price-menu .price-list .detail-list li {
    font-size: .9rem;
  }

  .price-menu .price-list .price-num {
    font-size: 1.3rem;
  }

  .price-menu .price-list .price-num .tax {
    margin-right: 0;
  }

  .price-menu .price-list .price-num .count-up {
    font-size: 2.8rem;
  }

  .price-menu .last-txt {
    text-align: left;
  }
}

@media screen and (max-width: 499px) {
  .price-menu .about-subtxt {
    margin-bottom: 0;
  }

  .price-menu .price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-menu .price-list>li {
    width: 100%;
    margin-bottom: 10%;
    padding: 8% 4% 6%;
  }

  .price-menu .price-list>li:nth-of-type(1) {
    margin-right: 0;
  }

  .price-menu .price-list>li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-menu .price-list .aos-animate .recommend {
    top: -1rem;
  }
}

::-webkit-full-page-media,
:future,
:root .price-menu .price-list .price-num {
  margin-bottom: -20px;
}

::-webkit-full-page-media,
:future,
:root .price-menu .price-list>li {
  outline: none;
}

::-webkit-full-page-media,
:future,
:root .price-menu .price-list .aos-animate .recommend {
  display: block;
}

@-webkit-keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.company {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.company::before {
  content: '';
  display: block;
  width: 43%;
  height: 43%;
  background: url(../img/buk_deco.svg) no-repeat left top/contain;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.company::after {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  background: url(../img/buk_bg.jpg) no-repeat center top/cover;
  z-index: -2;
}

.company .ttl-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  margin-bottom: 50px;
}

.company .ttl-line::before,
.company .ttl-line::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #212121;
  display: block;
}

.company .ttl-line::before {
  margin-right: 0.4em;
}

.company .ttl-line::after {
  margin-left: 0.4em;
}

.company .ttl-line .logo-img {
  width: 220px;
  margin-right: 4px;
}

.company .ttl-line .ttl {
  line-height: 1;
  font-size: 2.6rem;
  color: #241916;
  margin-bottom: 30px;
}

.company .group-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.company .group-wrap .txt-box {
  width: 50%;
}

.company .group-wrap .group-img {
  width: 45%;
}

.company .group-wrap .group-img img {
  width: 100%;
}

.company .group-wrap_ttl {
  font-weight: 900;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #212121;
  margin-bottom: 40px;
}

.company .topics {
  background: #ffde6a;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #4e4e4e;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 60px;
  max-width: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company .topics::before {
  content: '';
  display: block;
  background: url(../img/ranking_label.png) no-repeat top left/contain;
  width: 8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1rem;
}

.company .topics .txt-box {
  margin-left: 5rem;
  width: 60%;
  margin-right: 20px;
}

.company .topics .topics-img {
  width: 40%;
}

.company .topics .topics-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.company .topics .topics-ttl {
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 20px;
}

.company .topics .topics-ttl .txt-red {
  font-size: 2rem;
  font-weight: 900;
  color: #e30613;
}

@media screen and (max-width: 767px) {
  .company .topics {
    padding: 3%;
  }

  .company .topics::before {
    width: 7rem;
  }

  .company .topics .txt-box {
    margin-left: 5rem;
    width: 60%;
    margin-right: 16px;
  }

  .company .topics .txt-box .txt {
    font-size: .9rem;
  }

  .company .topics .topics-ttl {
    font-size: 1.2rem;
  }

  .company .topics .topics-img {
    width: 45%;
  }
}

@media screen and (max-width: 639px) {
  .company {
    padding: 15% 0;
  }

  .company::before {
    width: 30%;
  }

  .company .ttl-line {
    margin-bottom: 5%;
  }

  .company .ttl-line .ttl {
    font-size: 1.8rem;
  }

  .company .ttl-line .logo-img {
    width: 160px;
  }

  .company .group-wrap {
    margin-bottom: 15%;
  }

  .company .group-wrap .txt-box {
    width: 100%;
    margin-bottom: 5%;
  }

  .company .group-wrap .group-img {
    width: 100%;
  }

  .company .group-wrap_ttl {
    font-size: 1.4rem;
  }

  .company .topics {
    margin-bottom: 20%;
  }

  .company .topics::before {
    width: 24%;
  }

  .company .topics .txt-box {
    margin-left: 18%;
    width: 80%;
    margin-right: 0;
  }

  .company .topics .topics-img {
    width: 100%;
    margin: 5% auto -12%;
  }
}

@media screen and (max-width: 399px) {
  .company::before {
    width: 30%;
  }

  .company .ttl-line .ttl {
    font-size: 1.4rem;
  }

  .company .ttl-line .logo-img {
    width: 140px;
  }

  .company .group-wrap .txt-box .txt {
    font-size: .9rem;
  }

  .company .topics {
    padding: 5%;
  }

  .company .topics .txt-box {
    margin-left: 0;
    width: 100%;
  }

  .company .topics::before {
    display: none;
  }

  .company .topics .topics-img {
    width: 90%;
  }
}

.company-list {
  border-bottom: none;
}

.company-list dl {
  width: 18.5%;
}

.company-list .company-img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.company-list .company-img img {
  width: 100%;
}

.company-list .company-area {
  font-weight: bold;
  color: #4e4e4e;
  line-height: 1.4;
  margin-bottom: 8px;
  font-size: 1rem;
}

.company-list .address {
  font-size: .9rem;
  line-height: 1.6;
}

.company-list .attention-txt {
  display: block;
  margin-top: 4px;
  font-size: .85rem;
  color: #7d7d7d;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .company-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company-list::after {
    content: '';
    width: 48%;
    display: block;
  }

  .company-list dl {
    width: 48%;
    margin-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .company-list dl:last-child {
    margin-bottom: 0;
  }

  .company-list .company-info {
    width: 68%;
  }

  .company-list .company-img {
    width: 30%;
    margin-bottom: 0;
    margin-right: 12px;
  }
}

@media screen and (max-width: 399px) {
  .company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-list dl {
    width: 100%;
  }
}

.lp-contact {
  text-align: center;
  overflow: hidden;
}

.lp-contact .contact-head {
  padding: 60px 0;
  background: #ffd24a;
  position: relative;
  z-index: 1;
}

.lp-contact .contact-head::before {
  content: '';
  background: url(../img/form_deco_r.svg) no-repeat right bottom/contain;
  width: 50%;
  height: 14rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: -18em;
  z-index: -1;
  max-width: 1200px;
  margin: 0 auto;
  opacity: .7;
  left: 0;
}

.lp-contact .contact-head::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffd24a;
}

.lp-contact .contact-head .ttl {
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
  text-shadow: #ffd24a 2px 0px 0px, #ffd24a -2px 0px 0px,
    #ffd24a 0px -2px 0px, #ffd24a 0px 2px 0px,
    #ffd24a 2px 2px 0px, #ffd24a -2px 2px 0px,
    #ffd24a 2px -2px 0px, #ffd24a -2px -2px 0px,
    #ffd24a 1px 2px 0px, #ffd24a -1px 2px 0px,
    #ffd24a 1px -2px 0px, #ffd24a -1px -2px 0px,
    #ffd24a 2px 1px 0px, #ffd24a -2px 1px 0px,
    #ffd24a 2px -1px 0px, #ffd24a -2px -1px 0px,
    #ffd24a 1px 1px 0px, #ffd24a -1px 1px 0px,
    #ffd24a 1px -1px 0px, #ffd24a -1px -1px 0px;
}

.lp-contact .contact-head .ttl::before {
  content: '';
  background: url(../img/form_deco_l.svg) no-repeat left center/contain;
  width: 55%;
  height: 14rem;
  display: inline-block;
  position: absolute;
  top: -40%;
  left: -8rem;
  z-index: -1;
}

.lp-contact .contact-head .txt-o {
  color: #ff732e;
}

.lp-contact .form-wrap {
  background: #3d4676;
  padding: 60px 0;
}

@media screen and (max-width: 499px) {
  .lp-contact .contact-head {
    padding: 40px 0;
  }

  .lp-contact .contact-head .ttl::before {
    width: 27%;
    height: auto;
    padding-top: 34%;
    top: -20%;
    left: -20%;
  }

  .lp-contact .form-wrap {
    padding: 40px 0;
  }

  .lp-contact .form-wrap .txt {
    text-align: left;
  }
}

@media screen and (max-width: 399px) {
  .lp-contact .contact-head .txt-o {
    font-size: 1.6rem;
  }

  .lp-contact .contact-head .ttl {
    font-size: 1.6rem;
  }

  .lp-contact .contact-head .ttl::before {
    display: none;
  }
}

.form {
  margin: 40px auto 0;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 639px) {
  .form {
    width: 100%;
    padding: 8% 4%;
  }
}

@media screen and (min-width: 640px) {
  .form {
    max-width: 600px;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.selector {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 4px 0 12px;
  outline: none;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  line-height: 1.4rem;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: dodgerBlue;
  -webkit-box-shadow: 0 0 8px 0 dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
  background: #fff;
}

.inputWithIcon input[type="text"],
.inputWithIcon input[type="tel"],
.inputWithIcon input[type="email"],
.inputWithIcon textarea {
  padding-left: 40px;
}

.wpcf7-list-item label {
  color: #888;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: .25rem;
  top: 1.6rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 4px 8px;
  color: #aaa;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.selector {
  width: 250px;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #616161;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMjg2LjkzNSw2OS4zNzdjLTMuNjE0LTMuNjE3LTcuODk4LTUuNDI0LTEyLjg0OC01LjQyNEgxOC4yNzRjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBDMS44MDcsNzIuOTk4LDAsNzcuMjc5LDAsODIuMjI4YzAsNC45NDgsMS44MDcsOS4yMjksNS40MjQsMTIuODQ3bDEyNy45MDcsMTI3LjkwN2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOCAgIHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRUQ2RDNEIiBkYXRhLW9sZF9jb2xvcj0iI0ZENjM2MyI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat 95% center/0.85em;
  padding-left: 40px;
}

.require {
  position: relative;
}

.require::after {
  content: '必須';
  position: absolute;
  right: 2%;
  top: 1.6rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.8rem;
  background: #ce4242;
  padding: .25rem .5rem;
  color: #fff;
  border-radius: 3px;
}

.require.require2::after {
  top: -2rem;
}

@media screen and (max-width: 639px) {
  .require.require3::after {
    top: .7rem;
  }
}

.option {
  position: relative;
}

.option::after {
  content: '任意';
  position: absolute;
  right: 2%;
  top: 1.8rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.8rem;
  background: #618fd4;
  padding: .25rem .5rem;
  color: #fff;
  border-radius: 3px;
}

.option.option2::after {
  top: -1.4rem;
}

.wpcf7-submit,
.btn-submit {
  display: block !important;
  margin: auto;
  font-size: 1.4rem;
  color: dodgerBlue !important;
  border: 2px dodgerBlue solid !important;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width: 639px) {

  .wpcf7-submit,
  .btn-submit {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {

  .wpcf7-submit,
  .btn-submit {
    width: 300px;
  }
}

.inputWithIcon input[type="text"]:focus+i,
.inputWithIcon textarea:focus+i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus+i,
.inputWithIcon.inputIconBg textarea:focus+i {
  color: #fff;
  background-color: dodgerBlue;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0);
  }
}

.md-radio,
.wpcf7-list-item {
  margin: 0 auto 1rem;
  display: block;
}

@media screen and (max-width: 639px) {

  .md-radio,
  .wpcf7-list-item {
    width: 100%;
    line-height: 1.2;
    margin: 0 !important;
  }
}

.md-radio.md-radio-inline,
.wpcf7-list-item.md-radio-inline {
  display: inline-block;
}

.md-radio input[type="radio"],
.wpcf7-list-item input[type="radio"] {
  display: none;
}

.md-radio input[type="radio"]:checked+.wpcf7-list-item-label:before,
.wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:before {
  border-color: #337ab7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked+.wpcf7-list-item-label:after,
.wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 639px) {

  .md-radio .wpcf7-list-item-label2,
  .wpcf7-list-item .wpcf7-list-item-label2 {
    margin-bottom: 35px;
  }
}

.md-radio .wpcf7-list-item-label,
.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 0 20px 0 25px;
  margin-bottom: 16px;
  font-size: 1.1rem;
  line-height: 1.1;
  cursor: pointer;
  vertical-align: bottom;
  padding-right: 30px;
}

@media screen and (max-width: 639px) {

  .md-radio .wpcf7-list-item-label,
  .wpcf7-list-item .wpcf7-list-item-label {
    margin-bottom: 10px;
    padding-right: 0px;
    line-height: 1.3rem;
    font-size: 1rem;
  }
}

.md-radio .wpcf7-list-item-label:before,
.md-radio .wpcf7-list-item-label:after,
.wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  -o-transition-property: transform, border-color;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.md-radio .wpcf7-list-item-label:before,
.wpcf7-list-item .wpcf7-list-item-label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.md-radio .wpcf7-list-item-label:after,
.wpcf7-list-item .wpcf7-list-item-label:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #337ab7;
}

.-recruitinfo .contents-box .inner {
  margin-bottom: 60px !important;
}

.-recruitinfo .contents-box.-bg_white {
  margin-top: 20px;
}

.-recruitinfo .contents-box .ttl {
  margin-bottom: 10px;
}

.form-container>.form {
  padding: 2.5rem 2rem;
  background: #fff;
}

.form-container>.form {
  padding: 2.5rem 2rem;
  background: #fff;
}

@media screen and (max-width: 639px) {
  .form-container>.form {
    padding: 2rem 1rem;
  }
}

.form .form-list {
  text-align: left;
}

.form .form-ttl,
.form .privacy-ttl {
  text-align: left;
  font-weight: bold;
  border-left: 6px solid #ffab32;
  font-size: 1rem;
  padding-left: 8px;
  margin-bottom: 15px;
  color: #212121;
}

.form .btn {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.4;
  overflow: initial;
  color: #212121 !important;
  padding: 10px 2rem;
  margin-bottom: 2rem;
  display: block;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffcc00), color-stop(50%, #fff368));
  background: -webkit-linear-gradient(bottom, #ffcc00 0%, #fff368 50%);
  background: -o-linear-gradient(bottom, #ffcc00 0%, #fff368 50%);
  background: linear-gradient(0deg, #ffcc00 0%, #fff368 50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-top: none !important;
  border-top: left !important;
  border-top: right !important;
  border-bottom: solid 5px #c47800 !important;
}

.form .btn:hover {
  color: #ff8e18;
  border-bottom: solid 0px #c47800 !important;
}

.form .btn i {
  color: #ff8f16;
}

.form .privacy {
  text-align: left;
}

#privacy-policy {
  width: 100%;
  display: block;
  height: 160px;
  overflow-y: scroll;
  border: 2px solid #aaa;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 12px;
}

#privacy-policy h4 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 12px 0;
  text-align: left;
}

#privacy-policy .tel-link {
  font-weight: bold;
  line-height: 1.4;
  color: #5f6fc5;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .-choise .wpcf7-list-item-label {
    margin-bottom: 8px !important;
  }
}

.md-radio .wpcf7-list-item-label,
.wpcf7-list-item .wpcf7-list-item-label {
  height: auto !important;
}

.sttl.-small.-under:after {
  display: none;
}

footer {
  background: #3d4676;
  padding: 0 0 12px;
}

footer .copy {
  font-size: .85rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}

@media screen and (max-width: 639px) {
  footer {
    padding: 0 0 9em;
  }
}

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  max-width: 100px;
  opacity: .7;
}

.re-btn img {
  width: 100%;
}

.re-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 639px) {
  .re-btn {
    display: none !important;
  }
}

.wpcf7-response-output,
.screen-reader-response p {
  font-size: 1rem;
  color: #ff5f5f;
  line-height: 1.6;
  text-align: center;
  margin: 12px auto;
}

/*  navigation  */
.main-nav {
  background: #3d4676;
  padding: 10px 30px;
  border-radius: 50px 0 0 50px;
  display: inline-block;
  position: fixed;
  top: 18px;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 8px 18px -7px #707070;
  box-shadow: 0px 8px 18px -7px #707070;
}

.main-nav .nav-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .nav-list>li {
  margin-left: 28px;
  text-align: left;
  position: relative;
}

.main-nav .nav-list>li .pc-nav {
  display: inline-block;
}

.main-nav .nav-list>li .sp-nav {
  display: none;
}

.main-nav .nav-list>li.-con {
  margin-left: 16px;
}

.main-nav .nav-list>li.-con::after {
  display: none;
}

.main-nav .nav-list>li.-con a::before {
  display: none;
}

.main-nav .nav-list>li::after {
  content: '';
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #ffbb1c;
  border-radius: 100%;
  left: -1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 0 0 0 #1155cb, 0 0 0 0 #ffe867;
  box-shadow: 0 0 0 0 #1155cb, 0 0 0 0 #ffe867;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-nav .nav-list>li:hover::after {
  -webkit-box-shadow: 0 0 0 2px #ffe867, 0 0 0 4px #ffbb1c;
  box-shadow: 0 0 0 2px #ffe867, 0 0 0 4px #ffbb1c;
}

.main-nav .nav-list>li:first-child {
  margin-left: 0;
}

.main-nav .nav-list>li a {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  font-size: .9rem;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main-nav .nav-list>li a .sp-arrow {
  display: none;
}

.main-nav .nav-list>li a:hover {
  color: #ffbb1c;
}

.main-nav .nav-list>li a:hover::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 2s linear infinite; animation-delay:0s; stroke:%23ffe867; stroke-width:2; stroke-dashoffset:0px; stroke-dasharray:80px; stroke-linecap:round; fill:%233d4676; %7D @keyframes wave%7B 25%25%7B stroke-dashoffset:-80px; %7D 50%25%7B stroke-dashoffset:-80px; %7D 100%25%7B stroke-dashoffset:-160px; %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath class='wave' d='M 0 40 L 50 40 L 80 40 L 54 44 L 54 36 L 80 40 ' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") calc(100% - 10px) 50%/40px 80px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23ffe867; stroke-width:2; stroke-linecap:round; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/calc(100% - 25px) 80px no-repeat;
  -webkit-animation: none;
  animation: none;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav .nav-list>li a::before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  width: calc(100% + 25px);
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -45px;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transform-origin: right;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23e0ff00; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
}

@media screen and (max-width: 959px) {
  .main-nav {
    width: 60%;
    padding: 10px 20px 16px;
  }

  .main-nav .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-nav .nav-list>li {
    margin-top: 6px;
    margin-left: 32px;
  }

  .main-nav .nav-list>li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    width: 100%;
    border-radius: 0;
    top: auto;
    bottom: 0;
    border-top: 2px solid #ffd822;
    padding: 2%;
  }

  .main-nav .nav-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-nav .nav-list>li {
    margin-right: 12px;
    margin-top: 0;
  }

  .main-nav .nav-list>li:last-child {
    margin-right: 0;
  }

  .main-nav .nav-list>li.-con {
    display: none;
  }

  .main-nav .nav-list>li::after {
    display: none;
  }

  .main-nav .nav-list>li a {
    font-size: .85rem;
    text-align: center;
  }

  .main-nav .nav-list>li a .sp-arrow {
    display: inline-block;
    color: #ffd822;
  }

  .main-nav .nav-list>li a::before {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .main-nav {
    padding: 0;
    border-top: none;
  }

  .main-nav .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-nav .nav-list>li {
    width: 25%;
    margin-right: 0;
    margin-left: 0;
  }

  .main-nav .nav-list>li .pc-nav {
    display: none;
  }

  .main-nav .nav-list>li .sp-nav {
    display: block;
  }

  .main-nav .nav-list>li .sp-nav img {
    width: 100%;
  }
}

@-webkit-keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}

@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}

.main-nav .nav-list li .nav-btn {
  /* background: linear-gradient(90deg, rgba(255,247,28,1) 0%, rgba(255,191,48,1) 50%, rgba(249,193,0,1) 100%);
  				background-size: 200% 100%; */
  background: #fff71c;
  color: #3c3c3c;
  padding: 8px 26px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: .95rem;
  position: relative;
}

.main-nav .nav-list li .nav-btn:hover {
  color: #ff8104;
  background-position: 100% 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-nav .nav-list li i {
  color: #ff8104;
  position: relative;
}

.main-nav .nav-list li .fa-envelope {
  margin-right: 4px;
}

.main-nav .nav-list li .fa-chevron-circle-right {
  margin-left: 4px;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }

  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }

  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}

/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}


.top-btn {
  margin-top: 8px;
  display: block;
  background: #fff9e6;
  padding: 12px;
  border-radius: 50px;
  transition: .4s;
  color: #3d4676;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  border: 4px solid #3d4676;
  box-sizing: border-box;
  text-align: center;
}

.top-btn .txt-s {
  font-size: .9rem;
  color: #3d4676;
  font-weight: bold;
}

.top-btn .txt-s i {
  margin-left: 4px;
  color: #3d4676;
}

.top-btn:hover {
  opacity: .7;
}

.main-logo {
  position: relative;
}

.main-logo::after {
  /* content: '';
  display: inline-block;
  background: url(../img/rank_lavel.png) no-repeat left bottom/contain;
  width: 260px;
  padding-bottom: 20%;
  position: absolute;
  top: 0;
  left: 106%; */
}

.risk-avoidance .add-txt {
  padding: 40px 0 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  color: #ffab32;
}

.lp-contact .easy-lavel {
  font-size: 1.4rem;
  padding: 4px 20px;
  background: red;
  text-shadow: none;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
  display: inline-block;
}

.lp-contact .contact-head .ttl::before {
  top: -22%;
}

.select_plan .wpcf7-radio span:nth-of-type(2) label {
  margin-right: 4px;
}

.select_plan .wpcf7-radio span:nth-of-type(2) {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.select_plan .wpcf7-radio span:nth-of-type(2)::after {
  content: 'オススメ！';
  display: inline;
  color: #FFF;
  background: red;
  padding: 4px 4px;
  font-size: .7rem;
  border-radius: 10px;
  width: 5rem;
  text-align: center;
}

.campaign-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 8px 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #ff5656;
  border-radius: 16px;
  animation: 4s fuwafuwa infinite;
}

.campaign-ttl::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ff5656;
}

.campaign-ttl .txt-s {
  display: block;
  font-size: 1rem;
  color: #fff;
}

@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 1230px) {
  .main-logo::after {
    /* position: relative;
    left: 0;
    margin-top: 8px; */
  }
}


@media screen and (max-width: 639px) {
  .top-btn {
    text-align: center;
    margin-top: 2%;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }

  .top-btn .txt-s {
    font-size: .9rem;
  }
}

@media screen and (max-width: 499px) {
  .main-logo {
    margin-bottom: 20px;
  }

  .main-logo::after {
    width: 110%;
    height: 2.3rem;
    position: absolute;
    top: calc(100% + 0px);
    display: block;
    z-index: 1;
    background: url(../img/rank_lavel.png) no-repeat left top/contain;
  }

  .lp-contact .contact-head .ttl::before {
    top: 20%;
  }
}

@media screen and (max-width: 425px) {
  .risk-avoidance .add-txt {
    font-size: 1.6rem;
  }
}

.buk-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.buk-service li {
  width: 23%;
  text-align: center;
  border: 1px solid #858585;
  padding: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 8px 18px -7px #b3b3b3;
  box-shadow: 0px 8px 18px -7px #b3b3b3;
}

.buk-service li .txt {
  text-align: left;
}

.buk-service .service-img {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
}

.buk-service img {
  width: 100%;
}

.buk-service .service-ttl {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #4789b8;
}

.buk-service .service-ttl.-tax {
  color: #64c6ce;
}

.buk-service .service-ttl.-legal {
  color: #77ba72;
}

.buk-service .service-ttl.-human {
  color: #ffa127;
}

.service-wrap_ttl {
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .buk-service {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .buk-service li {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .buk-service li {
    width: 100%;
    margin-bottom: 20px;
  }

  .buk-service li:last-child {
    margin-bottom: 0;
  }
}

.inputWithIcon span {
  display: block;
}

.error {
  display: block;
  color: #dc3232;
}


/*--サンクスページ--*/
.thanks {
  min-height: calc(100dvh - 145px);
}

.thanks .pc {
  display: block;
}

.thanks p {
  text-align: center;
    padding: 5rem 1rem;
}

@media(max-width:554px) {
  .thanks {
    min-height: calc(100dvh - 225px);
  }

  .thanks .pc {
    display: none;
  }

  .thanks p {
    text-align: left;
    padding: 3rem 1rem;
  }
}