@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

p {
  line-height: 2;
  margin: 30px 0;
}

figure {
  margin: 30px 0;
}

.wrap {
  width: 100%;
  padding: 0 4vw;
  max-width: calc(960px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

main {
  display: block;
}

main > section:nth-last-child(1) {
  padding-bottom: 60px;
}

section {
  padding: 30px 0;
}

section .wrap > *:nth-child(1) {
  margin-top: 0;
}

section .wrap > *:nth-last-child(1) {
  margin-bottom: 0;
}

section.line {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

section.line p {
  margin: 0 0 20px;
}

.lp-header {
  padding: 15px 0;
  background: #fff;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 999;
}

.lp-header h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-header h1 img {
  height: 36px;
  width: auto;
}

.lp-header h1 span {
  display: block;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  font-size: 15px;
  border-left: 1px solid #ddd;
}

.lp-header p {
  margin: 10px 0 0;
  font-size: 13px;
}

a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a img:hover {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

p a {
  color: #1976d2;
  text-decoration: underline;
  font-weight: bold;
}

p a:hover {
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

figure {
  text-align: center;
}

.btn a {
  color: #333;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  background: #d4e157;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  font-style: 18px;
  max-width: 500px;
}

.btn a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}

.btn a:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0px 2px black;
  box-shadow: 0 0px 2px black;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

#pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #004374;
  display: block;
  width: 50px;
  height: 50px;
}

#pageTop:before {
  content: "";
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

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

.blue {
  color: #1976d2;
}

.b {
  font-weight: bold;
}

br.lg, br.md {
  display: none;
}

.label-arrow {
  font-size: 13px;
  background: #1976d2;
  height: 30px;
  width: 85px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
}

.label-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #1976d2;
  position: absolute;
  top: 0;
  right: -10px;
}

.em {
  color: red;
}

.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.num span:nth-child(1) {
  font-size: 0.85em;
  background: #1976d2;
  width: 1.65em !important;
  height: 1.65em !important;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.num span:nth-child(2) {
  width: calc(100% - 15px - 1.5em);
}

.question {
  color: #6b3f31;
  padding-left: 2em;
  position: relative;
}

.question:before {
  content: "Q";
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #6b3f31;
  border-radius: 50%;
}

.balloon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  height: 24px;
  width: auto;
  padding: 0 1em;
  background: #666;
  color: #fff;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}

.balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}

.any,
.reqired {
  width: 60px;
  height: 22px;
  font-size: 13px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.any {
  background: #1976d2;
}

.reqired {
  background: #ff5722;
}

.marker {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f00), color-stop(30%, #f00), color-stop(30%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #f00 0%, #f00 30%, transparent 30%, transparent 100%);
  background-image: -o-linear-gradient(bottom, #f00 0%, #f00 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to top, #f00 0%, #f00 30%, transparent 30%, transparent 100%);
}

h2,
h3,
h4 {
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0;
  color: #04264d;
}

h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #04264d;
}

h3 {
  font-size: 20px;
}

.gray-bg {
  background-color: #f7f6fb;
}

.ivory-bg {
  background-color: #f3f0e6;
}

.fv {
  background: url(../images/fv-bg-sm.png?20201214) no-repeat center center;
  background-size: cover;
}

.fv .wrap > * {
  margin: 20px 0;
}

.fv h2 {
  padding: 0;
  border: none;
  color: #fff;
}

.fv .em {
  color: #f0e63c;
}

.fv .catch {
  font-size: 22px;
  text-align: center;
  color: #f0e63c;
  line-height: 1.8;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.fv .catch span:not(.marker) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-shadow: none;
  padding: 0 8px;
  background: #f0e63c;
  color: #004374;
  border-radius: 2px;
  margin-right: 0.25em;
}

.fv .btn a {
  background: #1976d2;
  color: #fff;
}

.tel-block {
  text-align: center;
}

.tel-block > *:nth-child(1) {
  margin-top: 0;
}

.tel-block > *:nth-last-child(1) {
  margin-bottom: 0;
}

.tel-block h2 {
  padding-bottom: 0;
  border: none;
  color: #1976d2;
  font-size: 20px;
}

.tel-block p {
  margin-left: auto;
  margin-right: auto;
}

.tel-block .title {
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #1976d2;
  font-size: 18px;
  margin-bottom: 10px;
}

.tel-block .tel {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
}

.tel-block .tel a {
  text-decoration: none;
  color: #333;
}

.tel-block .comment {
  font-size: 20px;
  margin: 0;
  color: #ff0000;
  font-weight: bold;
  text-shadow: 0 0 8px #fff;
}

.tel-block .inquiry-time {
  margin-top: 10px;
  line-height: 1;
}

.work-flow .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-flow .container h3 {
  margin-bottom: 20px;
}

.work-flow .container p {
  margin-top: 20px;
}

.work-flow .container .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.work-flow .container figure {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

.works-container {
  background: #fff;
  padding: 4vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  max-height: 300px;
}

.works-container table {
  background: #fff;
  font-size: 14px;
}

.works-container table tr:nth-child(even) {
  background: #f0f0f0;
}

.works-container table tr td {
  border: 1px solid #ddd;
  padding: 0.5em 0.5em;
  white-space: nowrap;
}

.works-container.active {
  max-height: none;
}

.more {
  color: #fff;
  background: #1976d2;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 2em;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.26);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.26);
}

.faq .container h3 {
  margin-bottom: 20px;
}

.faq .container p {
  margin-top: 20px;
}

.order-flow .container {
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.order-flow .container > *:nth-child(1) {
  margin-top: 0;
}

.order-flow .container > *:nth-last-child(1) {
  margin-bottom: 0;
}

.order-flow .container h3 {
  margin-bottom: 20px;
}

.order-flow .container p {
  margin-top: 20px;
}

.banner-block figure {
  margin-bottom: 10px;
}

.banner-block p {
  margin-top: 10px;
}

.rss-block {
  background: #fff;
  padding: 4vw;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  margin-bottom: 30px;
}

.rss-block h3 {
  margin: 0;
  background: #1976d2;
  color: #fff;
  margin: -4vw -4vw 0;
  padding: 2vw 4vw;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 2vw;
}

.rss-block ul li:nth-child(1) {
  display: none;
}

.rss-block ul li a {
  color: #333;
  text-decoration: none !important;
  padding: 1em 0 1em 2em;
  display: block;
  position: relative;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}

.rss-block ul li a:before {
  content: "rss_feed";
  font-family: 'Material Icons';
  color: #999;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 0.5em;
}

.input-block > p:nth-child(1) {
  margin-bottom: 10px;
  margin-top: 30px;
}

.input-block > p:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 30px;
}

form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

button {
  border: none;
  border-radius: 8px;
  background: #d4e157;
  color: #333;
  line-height: 1;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  outline: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  height: 80px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 8px;
  background: #d4e157;
  color: #333;
  line-height: 1;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  outline: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  height: 80px;
  width: 100%;
  -webkit-appearance: none;
}

button:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}

button:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0px 2px black;
  box-shadow: 0 0px 2px black;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0px 2px black;
  box-shadow: 0 0px 2px black;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  max-width: 100%;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea,
select {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  max-width: 100%;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  color: #333;
  -webkit-appearance: none;
}

textarea:focus,
select:focus {
  color: #333;
  -webkit-appearance: none;
}

div.wpcf7-response-output {
  background: #fff;
  padding: 30px !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  width: 100%;
  margin-right: 8px;
  margin: 2em 0 !important;
}

form.wpcf7-form.sent .input-block,
form.wpcf7-form.sent .submit-container {
  display: none;
}

.lp-footer {
  background: #004374;
  color: #fff;
  text-align: center;
  padding: 30px 0 0;
}

.lp-footer figure {
  margin-top: 0;
  margin-bottom: 30px;
}

.lp-footer figure span {
  display: block;
  margin-top: 10px;
}

.lp-footer img {
  height: 36px;
  width: auto;
}

.lp-footer .address {
  font-size: 14px;
  margin-top: 30px;
}

.lp-footer .copyright {
  margin: 0;
  background: #04264d;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.feedzy-rss .rss_item {
  padding: 10px 0 !important;
}

.feedzy-rss .rss_item .title a {
  color: #004374;
  text-decoration: none;
  margin-bottom: 10px !important;
}

.feedzy-rss .rss_item .rss_image {
  width: 80px !important;
  height: 80px !important;
  margin-top: 0 !important;
}

.feedzy-rss .rss_item .rss_content small {
  display: none !important;
}

.feedzy-rss .rss_item .rss_content p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.25;
}

.youtube-container {
  position: relative;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 854px;
}

.youtube-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  p,
  figure {
    margin: 40px 0;
  }
  section {
    padding: 40px 0;
  }
  br.md {
    display: inline;
  }
  br.sm {
    display: none;
  }
  .md-hide {
    display: none;
  }
  h2,
  h3.h4 {
    margin: 40px 0;
  }
  h2 {
    font-size: 28px;
  }
  h3,
  button {
    font-size: 24px;
  }
  input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 24px;
  }
  .btn {
    font-size: 24px;
  }
  .lp-header {
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .lp-header h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-header h1 span {
    margin: 0;
    padding: 0;
    border: none;
  }
  .lp-header h1 span br {
    display: none;
  }
  .lp-header .wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main {
    margin-top: 70px;
  }
  main > section:nth-last-child(1) {
    padding-bottom: 80px;
  }
  .fv {
    background: url(../images/fv-bg.png?20201214) no-repeat center center;
    background-size: cover;
  }
  .tel-block .title {
    font-size: 20px;
    height: 50px;
    margin-bottom: 20px;
  }
  .tel-block .tel {
    font-size: 50px;
    margin: 20px 0;
  }
  .work-flow .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
  .work-flow .container:nth-last-child(1) {
    margin-bottom: 0;
  }
  .work-flow .container .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 290px);
  }
  .work-flow .container .text > *:nth-child(1) {
    margin-top: 0;
  }
  .work-flow .container .text > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .work-flow .container figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 50px;
    width: 240px;
  }
}

@media screen and (min-width: 960px) {
  p {
    margin: 50px 0;
    font-size: 18px;
  }
  figure {
    margin: 50px 0;
  }
  section {
    padding: 80px 0;
  }
  main {
    margin-top: 80px;
  }
  main > section:nth-last-child(1) {
    padding-bottom: 100px;
  }
  .works-container {
    overflow-x: hidden;
    padding: 50px;
    max-height: 500px;
  }
  .works-container table {
    font-size: 16px;
    width: 100%;
  }
  .lp-header {
    height: 80px;
  }
  .lp-header h1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lp-header h1 img {
    height: 44px;
    width: auto;
  }
  .lp-header h1 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
  }
  .lp-header h1 span br {
    display: inline;
  }
  .lp-header p {
    font-size: 16px;
  }
  p.lg {
    font-size: 24px;
  }
  br.lg {
    display: inline;
  }
  h2,
  h3,
  h4 {
    margin: 50px 0;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  .fv {
    padding: 80px 0;
  }
  .fv .wrap > * {
    margin: 50px 0;
  }
  .fv h2 {
    font-size: 45px;
  }
  .fv .catch {
    font-size: 28px;
    text-shadow: none;
  }
  .fv .catch span:not(.marker) {
    padding: 0 12px;
  }
  .fv .btn {
    margin-top: 20px;
  }
  .tel-block .title {
    font-size: 24px;
  }
  .tel-block .tel {
    font-size: 60px;
  }
  .tel-block h2 {
    font-size: 24px;
  }
  .form-container {
    margin-top: 50px;
    background: #eaedf7;
    padding: 20px 50px;
    border-radius: 8px;
  }
  .rss-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rss-block {
    width: calc(50% - 25px);
    padding: 30px;
  }
  .rss-block h3 {
    padding: 30px;
    font-size: 24px;
    margin: -30px -30px 0;
    margin-bottom: 30px;
  }
  .rss-block li a:hover {
    color: #1976d2;
    text-decoration: underline !important;
  }
  .feedzy-rss ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .feedzy-rss .rss_item {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
    margin: 0 2% !important;
  }
  .youtube-container {
    position: relative;
    padding-top: 0;
    width: 854px;
    height: 480px;
  }
}
