<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: denkisodan-center-cms
Description: denkisodan-center-cms のテーマ
Version: 1.0
Author:	Rockstream
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"),
    url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"),
    url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"),
    url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: bold;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff"),
    url("../fonts/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: bold;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff"),
    url("../fonts/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: bold;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
/* ---------------------------------
	reset
---------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
}

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

p {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

/* ---------------------------------
	default
---------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka,
    "MS PGothic", arial, helvetica, sans-serif;
}

.wrapper {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
  overflow: hidden;
}
@media (max-width: 760px) {
  .wrapper {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .wrapper {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

.common-wrapper {
  position: relative;
  max-width: 1080px;
  width: 96%;
  margin: auto;
}

.inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 100%;
}

.fs20,
.privacy-policy h3 {
  font-size: min(20px, 2vw);
}

.fs22 {
  font-size: min(22px, 2.2vw);
}

.fs24 {
  font-size: min(24px, 2.4vw);
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: min(30px, 4vw);
}

.fs32 {
  font-size: 32px;
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 420px) {
  .fs30 {
    font-size: 18px;
  }
  .fs20,
  .privacy-policy h3,
  .fs22,
  .fs24 {
    font-size: 14px;
  }
}
.dispnone {
  display: none;
}

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

#loading {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -80px;
  margin-left: -80px;
  width: 80px;
  margin: auto;
}

.dot-loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  margin: auto;
}

.dot-loader div {
  width: 16px;
  height: 16px;
  background-color: #3498db;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.dot-loader div:nth-child(1) {
  animation-delay: -0.32s;
}

.dot-loader div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* ---------------------------------
	header
---------------------------------- */
#header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: #fff;
  flex-wrap: wrap;
}
#header .wrap {
  position: relative;
  width: 100%;
  padding: 10px 0.5% 10px 1%;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
#header .logo {
  width: 35%;
}
#header .logo a:hover {
  text-decoration: none;
}
#header .logo h1 {
  position: relative;
  margin-bottom: 5px;
}
#header .logo h1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#header .logo h1 span {
  display: block;
  font-weight: bold;
}
#header .logo h1 span:nth-of-type(1) {
  display: block;
  position: relative;
  font-size: min(36px, 2.6vw);
  font-weight: bold;
  color: #1b4eac;
  -webkit-text-stroke: 7px #fff;
  line-height: 1;
  z-index: 2;
}
#header .logo h1 span:nth-of-type(1)::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #1b4eac;
  -webkit-text-stroke: 1px #1b4eac;
}
#header .logo h1 span.under {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: min(36px, 2.6vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-shadow: 5px 5px 5px #888;
  line-height: 1;
  z-index: 1;
}
#header .logo p {
  font-size: min(18px, 1.8vw);
  font-weight: bold;
}
#header .right {
  width: 70%;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
#header .instagram {
  width: 4.5%;
  max-width: 72px;
  margin-right: 25px;
  align-items: center;
}
#header .credit {
  width: 18%;
  max-width: 204px;
}
#header ul {
  max-width: 265px;
  width: 26%;
  margin-left: 2%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#header ul li {
  padding: 0 4%;
  font-size: min(18px, 1.4vw);
  color: #1b4eac;
  line-height: 1.2;
  border-left: 2px solid #1b4eac;
}
#header ul li:last-child {
  border-right: 2px solid #1b4eac;
}
#header ul li a {
  color: #1b4eac;
}
#header ul li a:hover {
  text-decoration: none;
}
#header .telarea {
  width: 34%;
  text-align: center;
  padding: 0 1%;
  line-height: 1;
}
#header .telarea p:nth-of-type(1) {
  font-size: min(16px, 1vw);
  margin-bottom: 3px;
}
#header .telarea .tel {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 3px;
}
#header .telarea .tel span {
  display: block;
}
#header .telarea .tel span img {
  vertical-align: inherit;
}
#header .telarea .tel span:nth-of-type(1) {
  max-width: 26px;
  width: 10%;
  margin-right: 1.5%;
}
#header .telarea .tel span:nth-of-type(2) {
  font-size: min(32px, 2.3vw);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#header .telarea .time {
  text-align: center;
  font-size: min(14px, 1.2vw);
  line-height: 1;
  z-index: 3;
}
#header .mail {
  max-width: 202px;
  width: 18%;
}
@media (max-width: 999px) {
  #header .credit {
    max-width: 180px;
    width: 16%;
  }
}
@media (max-width: 760px) {
  #header .wrap {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #header .logo {
    width: 55%;
  }
  #header .logo h1 span:nth-of-type(1) {
    font-size: min(36px, 4.5vw);
  }
  #header .logo h1 span.under {
    font-size: min(36px, 4.5vw);
  }
  #header .logo p {
    font-size: min(18px, 3vw);
  }
  #header .right {
    width: 45%;
  }
  #header .instagram {
    width: 18.4%;
    margin-right: 8px;
  }
  #header .credit {
    max-width: 204px;
    width: 60%;
    margin-right: 5%;
  }
  #header ul,
  #header .telarea,
  #header .mail {
    display: none;
  }
}
_::-webkit-full-page-media,
_:future,
:root #header .telarea .tel span:nth-of-type(2) {
  font-size: min(24px, 1.6vw);
}

@media (max-width: 999px) {
  _::-webkit-full-page-media,
  _:future,
  :root #header .logo h1 span span:nth-of-type(1) {
    font-size: min(26px, 3.4vw);
  }
}
/* ---------------------------------
	gnav
---------------------------------- */
#gnav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #1b4eac;
}
#gnav ul {
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#gnav ul li {
  position: relative;
  padding: 0 1%;
  font-size: min(17px, 1.2vw);
  color: #fff;
  line-height: 1.2;
  /*border-right:2px solid #fff;*/
}
#gnav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gnav ul li a:hover {
  text-decoration: none;
}
#gnav ul li:last-child {
  border-right: none;
}
@media (max-width: 999px) {
  #gnav ul li {
    font-size: min(17px, 3vw);
  }
  #gnav ul li:nth-child(2) {
    /*border-left:2px solid #fff;*/
  }
  #gnav ul li:nth-child(1),
  #gnav ul li:nth-child(6),
  #gnav ul li:nth-child(7),
  #gnav ul li:nth-child(7),
  #gnav ul li:nth-child(8),
  #gnav ul li:nth-child(9),
  #gnav ul li:nth-child(10) {
    display: none;
  }
}

/* ---------------------------------
	ハンバーガーメニュー
---------------------------------- */
.drawer--right .drawer-hamburger {
  position: relative;
  max-width: 70px;
  width: 5.6%;
  margin-left: 1%;
  padding: 0;
}
.drawer--right .scroll-nav .drawer-hamburger {
  position: fixed;
  width: 3.8%;
  right: 0.5%;
}
.drawer--right .drawer-nav {
  right: -30rem;
  width: 30rem;
  z-index: 1000;
}
.drawer--right .drawer-nav .drawer-toggle {
  background-color: #041343;
  color: #fff;
  font-size: 15px;
  padding: 15px;
  cursor: pointer;
}
.drawer--right .drawer-nav .nav-list {
  padding-bottom: 10px;
}
.drawer--right .drawer-nav .nav-list li {
  font-size: 15px;
  border-bottom: 2px solid #dddddd;
}
.drawer--right .drawer-nav .nav-list li a {
  display: block;
  color: #000;
  padding: 10px 15px;
}
.drawer--right .drawer-nav .nav-list li:nth-child(1),
.drawer--right .drawer-nav .nav-list li:nth-child(2),
.drawer--right .drawer-nav .nav-list li:nth-child(3),
.drawer--right .drawer-nav .nav-list li:nth-child(4),
.drawer--right .drawer-nav .nav-list li:nth-child(5),
.drawer--right .drawer-nav .nav-list li:nth-child(6),
.drawer--right .drawer-nav .nav-list li:nth-child(7),
.drawer--right .drawer-nav .nav-list li:nth-child(8) {
  background-color: #fff;
}
.drawer--right .drawer-nav .nav-list li:last-child {
  border-bottom: 0;
}
.drawer--right .drawer-nav .nav-list li:last-child a {
  padding: 0;
}
.drawer--right .drawer-nav .nav-contact {
  text-align: center;
}
.drawer--right .drawer-nav .nav-contact h3 {
  text-align: center;
  padding: 7px;
  background-color: #ff6c00;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #dddddd;
}
.drawer--right .drawer-nav .nav-contact .tel {
  font-size: 150%;
}
.drawer--right .drawer-nav .nav-contact .fc-navy {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8px;
}
.drawer--right .drawer-nav .nav-contact a {
  padding: 0;
  color: #000;
}
.drawer--right .drawer-nav .nav-contact .mail {
  position: relative;
  max-width: 62px;
  width: 60%;
  margin: 10px auto 0;
}
.drawer--right .drawer-nav .nav-contact .mail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.drawer--right .drawer-nav .nav-contact .tel + p {
  font-size: 13px;
  margin-bottom: 0;
}
.drawer--right .drawer-nav .nav-area {
  padding: 5px 25px 15px;
}
.drawer--right .drawer-nav .nav-area h3 {
  padding: 6px 0 0;
  text-align: center;
  color: #9a0225;
}
.drawer--right .drawer-nav .nav-area p {
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}
.drawer--right .drawer-overlay {
  z-index: 999;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
@media (max-width: 999px) {
  .drawer--right .drawer-hamburger {
    position: static;
    top: 0%;
    right: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 760px) {
  .drawer--right .drawer-hamburger {
    width: 17%;
  }
  .drawer--right .scroll-nav .drawer-hamburger {
    width: 8%;
  }
}
@media (max-width: 420px) {
  .drawer--right .drawer-nav {
    width: 25rem;
  }
}

/* ---------------------------------
	MV
---------------------------------- */
#mv {
  position: relative;
  width: 100%;
  padding: 60px 0 40px;
  background-image: -webkit-image-set(
    url("../images/mv-main_bg_pc.webp") type("image/webp"),
    url("../images/mv-main_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-main_bg_pc.webp") type("image/webp"),
    url("../images/mv-main_bg_pc.jpg") type("image/jpeg")
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mv .mv_main {
  position: relative;
  margin: auto;
  max-width: 1145px;
  width: 96%;
}
#mv .mv_main img {
  position: relative;
}
#mv .mv_main p {
  position: absolute;
  top: 44%;
  left: 37%;
  font-size: min(42px, 3.5vw);
  display: inline-block;
  display: flex;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
#mv .mv_main p span {
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#mv .mv_main p .txt {
  color: #fd731e;
  -webkit-text-stroke: 9px #fff;
  z-index: 2;
  line-height: 1.25;
}
#mv .mv_main p .txt::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fd731e;
  -webkit-text-stroke: 1px #fd731e;
}
#mv .mv_main p .total {
  font-size: 140%;
  color: #fd731e;
  -webkit-text-stroke: 9px #fff;
  line-height: 1;
}
#mv .mv_main p .total::before {
  content: attr(data-text);
  position: absolute;
  top: 0%;
  left: 0;
  color: #fd731e;
  -webkit-text-stroke: 1px #fd731e;
}
#mv .mv_main.sp {
  display: none;
}
@media (max-width: 760px) {
  #mv {
    position: relative;
    width: 100%;
    padding: 50px 0 40px;
    background-image: -webkit-image-set(
      url("../images/mv-main_bg_sp.webp") type("image/webp"),
      url("../images/mv-main_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-main_bg_sp.webp") type("image/webp"),
      url("../images/mv-main_bg_sp.jpg") type("image/jpeg")
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #mv .mv_main {
    max-width: 745px;
    width: 96%;
    margin: auto;
  }
  #mv .mv_main.pc {
    display: none;
  }
  #mv .mv_main.sp {
    display: block;
  }
  #mv .mv_main .sp_02 {
    display: none;
  }
  #mv .mv_main img {
    width: 100%;
  }
  #mv .mv_main p {
    position: absolute;
    top: 27.5%;
    left: 3%;
    font-size: min(36px, 5vw);
    display: inline-block;
    display: flex;
    -moz-align-items: end;
    -ms-align-items: end;
    align-items: end;
  }
  #mv .mv_main p span {
    position: relative;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #mv .mv_main p .txt {
    color: #fd781e;
    -webkit-text-stroke: 9px #fff;
    z-index: 2;
    line-height: 1.25;
  }
  #mv .mv_main p .txt::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fd781e;
    -webkit-text-stroke: 1px #fd781e;
  }
  #mv .mv_main p .total {
    font-size: 140%;
    color: #fd781e;
    -webkit-text-stroke: 9px #fff;
    line-height: 1;
  }
  #mv .mv_main p .total::before {
    content: attr(data-text);
    position: absolute;
    top: 0%;
    left: 0;
    color: #fd781e;
    -webkit-text-stroke: 1px #fd781e;
  }
}
@media (max-width: 420px) {
  #mv {
    padding: 30px 0 40px;
  }
  #mv .mv_main {
    max-width: 420px;
  }
  #mv .mv_main.pc {
    display: none;
  }
  #mv .mv_main.sp {
    display: block;
  }
  #mv .mv_main .sp_01 {
    display: none;
  }
  #mv .mv_main .sp_02 {
    display: block;
  }
  #mv .mv_main p .txt {
    -webkit-text-stroke: 5px #fff;
  }
  #mv .mv_main p .total {
    -webkit-text-stroke: 5px #fff;
  }
}

/* ---------------------------------
 下層MV
---------------------------------- */
#mv.new-exterior {
  background-image: -webkit-image-set(
    url("../images/mv-new-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-new-exterior_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-new-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-new-exterior_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.new-exterior .mv_main p {
  top: 45%;
}
#mv.block-wall {
  background-image: -webkit-image-set(
    url("../images/mv-block-wall_bg_pc.webp") type("image/webp"),
    url("../images/mv-block-wall_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-block-wall_bg_pc.webp") type("image/webp"),
    url("../images/mv-block-wall_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.block-wall .mv_main p {
  top: 45.5%;
}
#mv.parking {
  background-image: -webkit-image-set(
    url("../images/mv-parking_bg_pc.webp") type("image/webp"),
    url("../images/mv-parking_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-parking_bg_pc.webp") type("image/webp"),
    url("../images/mv-parking_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.parking .mv_main {
  max-width: 1146px;
}
#mv.parking .mv_main p {
  top: 45.5%;
}
#mv.carport {
  background-image: -webkit-image-set(
    url("../images/mv-carport_bg_pc.webp") type("image/webp"),
    url("../images/mv-carport_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-carport_bg_pc.webp") type("image/webp"),
    url("../images/mv-carport_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.carport .mv_main {
  max-width: 1146px;
}
#mv.carport .mv_main p {
  top: 45.5%;
}
#mv.wood-deck {
  background-image: -webkit-image-set(
    url("../images/mv-wood-deck_bg_pc.webp") type("image/webp"),
    url("../images/mv-wood-deck_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-wood-deck_bg_pc.webp") type("image/webp"),
    url("../images/mv-wood-deck_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.wood-deck .mv_main {
  max-width: 1146px;
}
#mv.wood-deck .mv_main p {
  top: 45%;
}
#mv.brick {
  background-image: -webkit-image-set(
    url("../images/mv-brick_bg_pc.webp") type("image/webp"),
    url("../images/mv-brick_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-brick_bg_pc.webp") type("image/webp"),
    url("../images/mv-brick_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.brick .mv_main {
  max-width: 1146px;
}
#mv.brick .mv_main p {
  top: 45.5%;
}
#mv.planting {
  background-image: -webkit-image-set(
    url("../images/mv-planting_bg_pc.webp") type("image/webp"),
    url("../images/mv-planting_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-planting_bg_pc.webp") type("image/webp"),
    url("../images/mv-planting_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.planting .mv_main {
  max-width: 1167px;
}
#mv.planting .mv_main p {
  left: 36%;
}
#mv.all-exterior {
  background-image: -webkit-image-set(
    url("../images/mv-all-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-all-exterior_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-all-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-all-exterior_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.blog {
  background-image: -webkit-image-set(
    url("../images/mv-blog_bg_pc.webp") type("image/webp"),
    url("../images/mv-blog_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-blog_bg_pc.webp") type("image/webp"),
    url("../images/mv-blog_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.voice {
  background-image: -webkit-image-set(
    url("../images/mv-voice_bg_pc.webp") type("image/webp"),
    url("../images/mv-voice_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-voice_bg_pc.webp") type("image/webp"),
    url("../images/mv-voice_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.company {
  background-image: -webkit-image-set(
    url("../images/mv-new-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-new-exterior_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-new-exterior_bg_pc.webp") type("image/webp"),
    url("../images/mv-new-exterior_bg_pc.jpg") type("image/jpeg")
  );
}
#mv.contact {
  background-image: -webkit-image-set(
    url("../images/mv-contact-bg_pc.webp") type("image/webp"),
    url("../images/mv-contact-bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/mv-contact-bg_pc.webp") type("image/webp"),
    url("../images/mv-contact-bg_pc.jpg") type("image/jpeg")
  );
}
@media (max-width: 760px) {
  #mv.new-exterior {
    background-image: -webkit-image-set(
      url("../images/mv-new-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-new-exterior_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-new-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-new-exterior_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.new-exterior .mv_main p {
    top: 29%;
  }
  #mv.block-wall {
    background-image: -webkit-image-set(
      url("../images/mv-block-wall_bg_sp.webp") type("image/webp"),
      url("../images/mv-block-wall_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-block-wall_bg_sp.webp") type("image/webp"),
      url("../images/mv-block-wall_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.block-wall .mv_main p {
    top: 27%;
  }
  #mv.parking {
    background-image: -webkit-image-set(
      url("../images/mv-parking_bg_sp.webp") type("image/webp"),
      url("../images/mv-parking_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-parking_bg_sp.webp") type("image/webp"),
      url("../images/mv-parking_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.parking .mv_main {
    max-width: 746px;
  }
  #mv.parking .mv_main p {
    top: 27%;
  }
  #mv.carport {
    background-image: -webkit-image-set(
      url("../images/mv-carport_bg_sp.webp") type("image/webp"),
      url("../images/mv-carport_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-carport_bg_sp.webp") type("image/webp"),
      url("../images/mv-carport_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.carport .mv_main p {
    top: 27%;
  }
  #mv.wood-deck {
    background-image: -webkit-image-set(
      url("../images/mv-wood-deck_bg_sp.webp") type("image/webp"),
      url("../images/mv-wood-deck_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-wood-deck_bg_sp.webp") type("image/webp"),
      url("../images/mv-wood-deck_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.wood-deck .mv_main p {
    top: 27%;
  }
  #mv.brick {
    background-image: -webkit-image-set(
      url("../images/mv-brick_bg_sp.webp") type("image/webp"),
      url("../images/mv-brick_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-brick_bg_sp.webp") type("image/webp"),
      url("../images/mv-brick_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.brick .mv_main {
    max-width: 747px;
  }
  #mv.brick .mv_main p {
    top: 34%;
  }
  #mv.planting {
    background-image: -webkit-image-set(
      url("../images/mv-planting_bg_sp.webp") type("image/webp"),
      url("../images/mv-planting_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-planting_bg_sp.webp") type("image/webp"),
      url("../images/mv-planting_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.planting .mv_main {
    max-width: 747px;
  }
  #mv.planting .mv_main p {
    top: 32%;
    left: 3.5%;
  }
  #mv.all-exterior {
    background-image: -webkit-image-set(
      url("../images/mv-all-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-all-exterior_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-all-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-all-exterior_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.all-exterior .mv_main {
    max-width: 746px;
  }
  #mv.all-exterior .mv_main p {
    top: 32%;
    left: 3%;
  }
  #mv.blog {
    background-image: -webkit-image-set(
      url("../images/mv-blog_bg_sp.webp") type("image/webp"),
      url("../images/mv-blog_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-blog_bg_sp.webp") type("image/webp"),
      url("../images/mv-blog_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.voice {
    background-image: -webkit-image-set(
      url("../images/mv-voice_bg_sp.webp") type("image/webp"),
      url("../images/mv-voice_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-voice_bg_sp.webp") type("image/webp"),
      url("../images/mv-voice_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.company {
    background-image: -webkit-image-set(
      url("../images/mv-new-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-new-exterior_bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-new-exterior_bg_sp.webp") type("image/webp"),
      url("../images/mv-new-exterior_bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.company .mv_main {
    max-width: 745px;
  }
  #mv.company .mv_main p {
    top: 29%;
    left: 3%;
  }
  #mv.contact {
    background-image: -webkit-image-set(
      url("../images/mv-contact-bg_sp.webp") type("image/webp"),
      url("../images/mv-contact-bg_sp.jpg") type("image/jpeg")
    );
    background-image: image-set(
      url("../images/mv-contact-bg_sp.webp") type("image/webp"),
      url("../images/mv-contact-bg_sp.jpg") type("image/jpeg")
    );
  }
  #mv.contact .mv_main {
    max-width: 746px;
  }
  #mv.contact .mv_main p {
    top: 37%;
    left: 3%;
  }
}

/*---------------------
Bread Navi
---------------------*/
.breadcrumb {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 96%;
  margin: auto;
  text-align: left;
  font-size: 100%;
  line-height: 1.2;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, 1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, -1px -1px 0 #fff;
}
@media (max-width: 760px) {
  .breadcrumb {
    bottom: 1%;
  }
}
@media (max-width: 420px) {
  .breadcrumb {
    font-size: 10px;
  }
}

/* ---------------------------------
section
---------------------------------- */
/* セクション共通 */
.h2_01 {
  padding: 15px 2%;
  text-align: center;
  font-size: min(36px, 6vw);
  color: #fff;
  background-color: #1b4eac;
  line-height: 1.5;
}
.h2_02 {
  padding: 20px 2%;
  background-color: #1b4eac;
}
.h2_02 h2 {
  max-width: 831px;
  width: 90%;
  margin: auto;
}

.h3_01 {
  text-align: center;
  padding: 30px 2%;
  color: #fff;
  background-color: #041343;
}
.h3_01 span {
  font-size: min(48px, 6vw);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .h3_01 {
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 420px) {
  .h3_01 {
    padding: 15px 2%;
  }
}

.h3_02 {
  max-width: 1290px;
  width: 96%;
  margin: 0 auto 60px;
  padding: 20px 2%;
  text-align: center;
  font-size: min(48px, 6vw);
  color: #fff;
  background-color: #1336a4;
  border-radius: 60px;
}
@media only screen and (max-width: 760px) {
  .h3_02 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .h3_02 {
    margin-bottom: 30px;
  }
}

.h3_03 {
  text-align: center;
  font-size: min(36px, 5vw);
}
@media only screen and (max-width: 420px) {
  .h3_03 {
    font-size: 22px;
  }
}

.h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: min(48px, 6vw);
  line-height: 1.5;
}
.h4_01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: min(48px, 6vw);
  line-height: 1.5;
}
.h4_02 {
  margin-bottom: 40px;
  text-align: center;
  font-size: min(36px, 6vw);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .h4_02 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .h4_02 {
    margin-bottom: 25px;
  }
}

.h4_03 {
  max-width: 1680px;
  width: 98%;
  margin: 0 auto 100px;
  padding: 30px 2%;
  text-align: center;
  font-size: min(36px, 5vw);
  color: #fff;
  background-color: #041343;
  line-height: 1.4;
}
@media only screen and (max-width: 760px) {
  .h4_03 {
    margin-bottom: 40px;
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 420px) {
  .h4_03 {
    margin-bottom: 30px;
  }
}

.h4_04 {
  margin-bottom: 40px;
  text-align: center;
  font-size: min(36px, 6vw);
  line-height: 1.5;
}
@media only screen and (max-width: 420px) {
  .h4_04 {
    margin-bottom: 30px;
  }
}

.h4_05 {
  margin-bottom: 10px;
  text-align: center;
  font-size: min(30px, 2vw);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
.page-top {
  padding-top: 50px;
}
@media only screen and (max-width: 760px) {
  .page-top {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .page-top {
    padding-top: 30px;
  }
}

.btn-more {
  max-width: 297px;
  width: 50%;
  margin: auto;
}

.txt_shadow_01 {
  position: relative;
  font-size: min(72px, 7vw);
  font-weight: bold;
  color: #fd731e;
  -webkit-text-stroke: 9px #fff;
  z-index: 2;
  line-height: 1.25;
}
.txt_shadow_01::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fd731e;
  -webkit-text-stroke: 1px #fd731e;
}

.txt_shadow_02 {
  position: relative;
  font-size: min(60px, 7vw);
  font-weight: bold;
  color: #1b4eac;
  -webkit-text-stroke: 9px #fff;
  z-index: 2;
  line-height: 1.25;
}
.txt_shadow_02::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #1b4eac;
  -webkit-text-stroke: 1px #1b4eac;
}
.txt_shadow_02 .under {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: min(60px, 7vw);
  font-weight: bold;
  text-shadow: 5px 5px 5px #888;
  line-height: 1;
  z-index: 1;
}

/* ---------------------------------
layout
---------------------------------- */
.page-layout_01 {
  padding: 40px 0;
}
.page-layout_01 .tit {
  margin-bottom: 50px;
}
.page-layout_01 .tit p {
  position: relative;
  margin-bottom: 10px;
  padding: 0 2%;
  text-align: center;
}
.page-layout_01 .tit p span {
  display: block;
  font-weight: bold;
}
.page-layout_01 .tit p span:nth-of-type(1) {
  display: block;
  position: relative;
  font-size: min(36px, 5vw);
  font-weight: bold;
  color: #1b4eac;
  -webkit-text-stroke: 7px #fff;
  line-height: 1.2;
  z-index: 2;
}
.page-layout_01 .tit p span:nth-of-type(1)::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #1b4eac;
  -webkit-text-stroke: 1px #1b4eac;
}
.page-layout_01 .tit p span.under {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: min(36px, 5vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-shadow: 5px 5px 5px #888;
  line-height: 1.2;
  z-index: 1;
}
.page-layout_01 .tit p:nth-of-type(3),
.page-layout_01 .tit p:nth-of-type(4) {
  display: none;
}
.page-layout_01 .block_01 {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page-layout_01 .block_01 .img {
  max-width: 490px;
  width: 46%;
}
.page-layout_01 .block_01 .img img {
  box-shadow: 5px 5px 5px #ddd;
}
.page-layout_01 .block_01 .fs22 {
  width: 52%;
  line-height: 1.6;
}
.page-layout_01 .block_02 {
  position: relative;
}
.page-layout_01 .block_02 .inner {
  max-width: 1080px;
  width: 96%;
  margin: auto;
}
.page-layout_01 .block_02 .inner ul {
  width: 49%;
}
.page-layout_01 .block_02 .inner ul li {
  max-width: 524px;
  width: 100%;
  margin-bottom: 10px;
}
.page-layout_01 .block_02 .common-img {
  position: absolute;
  top: 0;
  left: 51%;
  width: 50%;
}
.page-layout_01 .block_02 .common-img.common-img_01 {
  max-width: 655px;
}
.page-layout_01 .block_02 .common-img.common-img_02 {
  max-width: 720px;
}
.page-layout_01 .block_02 .common-img.common-img_03 {
  max-width: 605px;
}
.page-layout_01 .block_03 {
  position: relative;
}
.page-layout_01 .block_03 .inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto 10px;
}
.page-layout_01 .block_03 .inner ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-layout_01 .block_03 .inner ul li {
  max-width: 524px;
  width: 49%;
  margin: 0 0.5% 10px;
}
.page-layout_01 .block_03 .common-img {
  max-width: 615px;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  .page-layout_01 .tit {
    margin-bottom: 40px;
  }
  .page-layout_01 .tit p:nth-of-type(2) {
    display: none;
  }
  .page-layout_01 .tit p:nth-of-type(3),
  .page-layout_01 .tit p:nth-of-type(4) {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .page-layout_01 {
    padding: 30px 0 10px;
  }
  .page-layout_01 .tit {
    margin-bottom: 20px;
  }
  .page-layout_01 .tit p span:nth-of-type(1) {
    font-size: min(36px, 5vw);
    -webkit-text-stroke: 4px #fff;
  }
  .page-layout_01 .tit p span.under {
    font-size: min(36px, 5vw);
    text-shadow: 3px 3px 3px #888;
  }
  .page-layout_01.block-wall .tit p span:nth-of-type(1) {
    font-size: min(36px, 4.5vw);
  }
  .page-layout_01.block-wall .tit p span.under {
    font-size: min(36px, 4.5vw);
  }
  .page-layout_01 .block_01 {
    padding-bottom: 30px;
    display: block;
  }
  .page-layout_01 .block_01 .img {
    width: 70%;
    margin: 0 auto 20px;
  }
  .page-layout_01 .block_01 .fs22 {
    width: 90%;
    margin: auto;
  }
  .page-layout_01 .block_02 {
    position: relative;
  }
  .page-layout_01 .block_02 .inner ul {
    width: 90%;
    margin: 0 auto 20px;
  }
  .page-layout_01 .block_02 .inner ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .page-layout_01 .block_02 .common-img {
    position: relative;
    left: 0;
    width: 80%;
    margin: auto;
  }
  .page-layout_01 .block_03 .inner ul {
    margin-bottom: 20px;
    display: block;
  }
  .page-layout_01 .block_03 .inner ul li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.page-layout_02 {
  padding: 80px 0 50px;
}
.page-layout_02 ul {
  max-width: 1110px;
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-layout_02 ul li {
  width: 32%;
  max-width: 344px;
  margin: 0 0.51% 15px;
}
.page-layout_02 ul li img {
  box-shadow: 5px 5px 5px #ddd;
}
.page-layout_02 .arrow {
  max-width: 288px;
  width: 50%;
  margin: 20px auto;
}
.page-layout_02 .bottom {
  text-align: center;
  font-size: min(72px, 7vw);
  font-weight: bold;
  color: #fd731e;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .page-layout_02 {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 420px) {
  .page-layout_02 {
    padding: 40px 0 30px;
  }
  .page-layout_02 ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
  .page-layout_02 .arrow {
    margin: 10px auto 20px;
  }
}

.page-layout_03 {
  padding: 40px 0 60px;
}
.page-layout_03 h3 {
  margin-bottom: 40px;
  padding: 0 2%;
  text-align: center;
  font-size: min(48px, 4vw);
  color: #fd731e;
  line-height: 1.4;
}
.page-layout_03 h3 br:nth-of-type(1),
.page-layout_03 h3 br:nth-of-type(3) {
  display: none;
}
.page-layout_03 ul {
  max-width: 1110px;
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-layout_03 ul li {
  max-width: 344px;
  width: 32%;
  margin: 0 0.51% 15px;
}
.page-layout_03 ul li img {
  box-shadow: 0 0 5px #ddd;
}
@media only screen and (max-width: 760px) {
  .page-layout_03 h3 {
    margin-bottom: 40px;
    font-size: min(48px, 5.5vw);
  }
  .page-layout_03 h3 br:nth-of-type(1),
  .page-layout_03 h3 br:nth-of-type(3) {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .page-layout_03 {
    padding: 40px 0;
  }
  .page-layout_03 h3 {
    margin-bottom: 20px;
  }
  .page-layout_03 ul {
    display: block;
  }
  .page-layout_03 ul li {
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 1500px) {
  #worries .page-layout_03 h3 br:nth-of-type(1) {
    display: block;
  }
}

.page-layout_04 ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-layout_04 ul li {
  max-width: 346px;
  width: 32%;
  margin: 0 0.51%;
}
@media only screen and (max-width: 420px) {
  .page-layout_04 ul {
    display: block;
  }
  .page-layout_04 ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.page-layout_05 {
  position: relative;
  padding: 30px 0 60px;
  background: url(../images/page-layout_05_bg.jpg) no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-layout_05.page-layout_05_01 {
  background-image: url(../images/page-layout_05_bg_01.jpg);
}
.page-layout_05.page-layout_05_02 {
  background-image: url(../images/page-layout_05_bg_02.jpg);
}
.page-layout_05.page-layout_05_02 .block {
  max-width: 1510px;
}
.page-layout_05.page-layout_05_02 .block .inner {
  max-width: 755px;
}
.page-layout_05.page-layout_05_03 {
  background-image: url(../images/page-layout_05_bg_03.jpg);
}
.page-layout_05.page-layout_05_04 {
  background-image: url(../images/page-layout_05_bg_04.jpg);
}
.page-layout_05.page-layout_05_05 {
  background-image: url(../images/page-layout_05_bg_05.jpg);
}
.page-layout_05.page-layout_05_06 {
  background-image: url(../images/page-layout_05_bg_06.jpg);
}
.page-layout_05.page-layout_05_07 {
  background-image: url(../images/page-layout_05_bg_07.jpg);
}
.page-layout_05.parking .block {
  max-width: 1580px;
}
.page-layout_05.parking .block .inner {
  max-width: 790px;
}
.page-layout_05.wood-deck .block,
.page-layout_05.brick .block,
.page-layout_05.planting .block,
.page-layout_05.all-exterior .block {
  max-width: 1460px;
}
.page-layout_05.wood-deck .block .inner,
.page-layout_05.brick .block .inner,
.page-layout_05.planting .block .inner,
.page-layout_05.all-exterior .block .inner {
  max-width: 730px;
}
.page-layout_05 .block {
  position: relative;
  max-width: 1020px;
  width: 96%;
  margin: auto;
  z-index: 3;
}
.page-layout_05 .block .inner {
  max-width: 510px;
  width: 55%;
  margin-left: 45%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #533830;
}
.page-layout_05 .block .inner h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4;
}
.page-layout_05 .block .inner p {
  line-height: 1.6;
}
@media only screen and (max-width: 999px) {
  .page-layout_05 .block .inner {
    width: 60%;
    margin-left: 40%;
    padding-right: 1%;
  }
  .page-layout_05 .block .inner h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .page-layout_05 {
    padding: 30px 0 50px;
    background-position: left;
  }
  .page-layout_05:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }
  .page-layout_05 .block .inner {
    width: 94%;
    margin: auto;
    color: #533830;
  }
  .page-layout_05 .block .inner h2 {
    font-size: 22px;
    text-shadow: 1px 0 0 #ededed, 0 1px 0 #ededed, -1px 0 0 #ededed, 0 -1px 0 #ededed, 1px 1px 0 #ededed,
      1px -1px 0 #ededed, -1px 1px 0 #ededed, -1px -1px 0 #ededed;
  }
  .page-layout_05 .block .inner p {
    text-shadow: 1px 0 0 #ededed, 0 1px 0 #ededed, -1px 0 0 #ededed, 0 -1px 0 #ededed, 1px 1px 0 #ededed,
      1px -1px 0 #ededed, -1px 1px 0 #ededed, -1px -1px 0 #ededed;
  }
}
@media only screen and (max-width: 420px) {
  .page-layout_05 {
    padding: 30px 0 40px;
  }
}

/* ---------------------------------
共通cta
---------------------------------- */
.cta {
  padding: 80px 0;
  background: url(../images/cta-bg.jpg) no-repeat center;
  background-size: cover;
}
.cta .block {
  position: relative;
  max-width: 1080px;
  width: 96%;
  margin: auto;
  background-color: #fff;
  border: 3px solid #1b4eac;
  border-radius: 20px;
}
.cta .block h2 {
  padding: 10px;
  background-color: #1b4eac;
  border-radius: 16px 16px 0 0;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cta .block h2 span {
  display: block;
  margin: 0 2%;
  font-weight: bold;
  line-height: 1;
}
.cta .block h2 span:nth-of-type(1) {
  max-width: 180px;
  width: 22.5%;
  padding: 10px;
  text-align: center;
  font-size: min(18px, 2vw);
  background-color: #fff;
  border-radius: 50px;
}
.cta .block h2 span:nth-of-type(2) {
  font-size: min(28px, 3vw);
  color: #fff;
}
.cta .block .person {
  position: absolute;
  top: 10%;
  right: 2%;
  max-width: 211px;
  width: 24%;
  z-index: 2;
}
.cta .block .box {
  position: relative;
  padding: 10px 2% 15px;
}
.cta .block .box h3 {
  margin-bottom: 10px;
  padding-right: 20%;
  font-size: min(33px, 3.5vw);
  letter-spacing: 0.1em;
}
.cta .block .box .contact-area {
  position: relative;
  max-width: 800px;
  width: 80%;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 4;
}
.cta .block .box .contact-area .left {
  position: relative;
  max-width: 576px;
  width: 72%;
  margin-bottom: 15px;
  text-align: center;
}
.cta .block .box .contact-area .left .telarea {
  position: relative;
  text-align: center;
}
.cta .block .box .contact-area .left .telarea .telbox {
  position: relative;
}
.cta .block .box .contact-area .left .telarea .telbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.cta .block .box .contact-area .left .telarea img {
  position: relative;
  z-index: 1;
}
.cta .block .box .contact-area .left .telarea .tel {
  position: absolute;
  top: 18%;
  left: 20%;
  font-size: min(60px, 5.5vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
  z-index: 2;
}
.cta .block .box .contact-area .left .telarea .tel a {
  position: static;
  color: #fff;
}
.cta .block .box .contact-area .left .telarea .time {
  font-size: min(20px, 2.5vw);
}
.cta .block .box .contact-area .mail {
  max-width: 199px;
  width: 25%;
  margin-top: -5%;
}
.cta .block .box .credit {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: auto;
  z-index: 3;
}
@media only screen and (max-width: 760px) {
  .cta {
    padding: 60px 0;
  }
  .cta .block h2 {
    padding: 10px 0;
  }
  .cta .block h2 span {
    margin: 0 1%;
  }
  .cta .block h2 span:nth-of-type(1) {
    font-size: min(18px, 2.5vw);
  }
  .cta .block h2 span:nth-of-type(2) {
    font-size: min(28px, 3.5vw);
  }
  .cta .block .box h3 {
    padding: 0;
    text-align: center;
    font-size: min(33px, 4vw);
  }
  .cta .block .box .contact-area {
    width: 96%;
    margin: auto;
  }
  .cta .block .box .contact-area .left .telarea .tel {
    top: 22%;
    font-size: min(60px, 6vw);
  }
  .cta .block .person {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .cta {
    padding: 40px 0;
  }
}

_::-webkit-full-page-media,
_:future,
:root .cta .block .box .contact-area .left .telarea .tel {
  top: 25%;
  left: 20%;
  font-size: min(52px, 5vw);
}

@media only screen and (max-width: 760px) {
  _::-webkit-full-page-media,
  _:future,
  :root .cta .block .box .contact-area .left .telarea .tel {
    top: 27%;
    left: 23%;
    font-size: min(42px, 5.8vw);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .cta .block .box .contact-area .left .telarea .tel {
    font-size: min(42px, 5.8vw);
    color: #fff;
  }
}
/* ---------------------------------
  メニュー
---------------------------------- */
#menu .h2_01 h2 {
  font-size: min(36px, 7vw);
}
#menu .h2_01 .fs24 {
  max-width: 1080px;
  width: 96%;
  margin: 15px auto 0;
  padding-bottom: 15px;
}
#menu section {
  padding: 60px 0 40px;
  background: url(../images/menu-bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
#menu section ul {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu section ul li {
  position: relative;
  max-width: 515px;
  width: 48%;
  margin: 0 0% 20px;
}
#menu section ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu section .img {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto 20px;
}
#menu section .box {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  padding: 10px 0;
  background-color: #fff;
  border: 2px solid #1b4eac;
}
#menu section .box .fs24 {
  max-width: 1000px;
  width: 96%;
  margin: auto;
  line-height: 1.4;
}
@media only screen and (max-width: 420px) {
  #menu section ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

/* ---------------------------------
 お悩み
---------------------------------- */
#top-worries section:nth-of-type(1) {
  padding: 60px 0;
  background: #eaf7fd url(../images/worries-bg_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#top-worries section:nth-of-type(1) .block_01 {
  margin-bottom: 60px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#top-worries section:nth-of-type(1) .block_01 li {
  max-width: 525px;
  width: 49%;
  margin: 0 0.5%;
  display: flex;
  flex-direction: column;
}
#top-worries section:nth-of-type(1) .block_01 li .img {
  display: block;
  margin-bottom: 10px;
}
#top-worries section:nth-of-type(1) .block_01 li div {
  padding: 10px 1.5%;
  background-color: #fff;
  flex-grow: 1;
}
#top-worries section:nth-of-type(1) .block_01 li div p {
  padding-left: 1em;
  text-indent: -1em;
}
#top-worries section:nth-of-type(1) .page-layout_04 {
  text-align: center;
}
#top-worries section:nth-of-type(1) .page-layout_04 ul {
  padding-top: 20px;
}
#top-worries section:nth-of-type(1) .page-layout_04 .arrow {
  max-width: 286px;
  width: 50%;
  margin: 10px auto;
}
#top-worries section:nth-of-type(2) {
  padding-bottom: 50px;
  background-color: #e9f6fc;
}
@media only screen and (max-width: 760px) {
  #top-worries section:nth-of-type(1) {
    padding: 60px 0;
    background: #eaf7fd url(../images/worries-bg_760.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #top-worries section:nth-of-type(2) {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  #top-worries section:nth-of-type(1) {
    padding: 40px 0;
    background: #eaf7fd url(../images/worries-bg_420.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #top-worries section:nth-of-type(1) .block_01 {
    margin-bottom: 40px;
    display: block;
  }
  #top-worries section:nth-of-type(1) .block_01 li {
    width: 90%;
    margin: 0 auto 30px;
  }
  #top-worries section:nth-of-type(1) .block_01 li .img {
    margin-bottom: 5px;
  }
  #top-worries section:nth-of-type(2) {
    padding-bottom: 30px;
  }
}

/* ---------------------------------
  共通解決
---------------------------------- */
.solution .block {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto 25px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #ddd;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.solution .block .img {
  max-width: 240px;
  width: 23%;
}
.solution .block .img img {
  border-radius: 15px 0 0 15px;
}
.solution .block .txtarea {
  width: 77%;
  padding: 20px 0;
}
.solution .block .txtarea .inner {
  max-width: 750px;
  width: 94%;
  margin: auto;
}
.solution .block .txtarea h3 {
  max-width: 350px;
  width: 50%;
  margin-bottom: 15px;
  padding: 5px 1.5%;
  color: #fff;
  background-color: #1b4eac;
  line-height: 1;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.solution .block .txtarea h3 span {
  display: block;
  font-weight: bold;
}
.solution .block .txtarea h3 span:nth-of-type(1) {
  margin-right: 2%;
  font-size: 120%;
  font-family: "Roboto", sans-serif;
}
.solution .block .txtarea p {
  line-height: 1.4;
}
@media only screen and (max-width: 760px) {
  .solution .block .txtarea {
    padding: 10px 0;
  }
  .solution .block .txtarea h3 {
    margin-bottom: 10px;
  }
  .solution .block .txtarea p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 420px) {
  .solution .block {
    display: block;
    padding-top: 10px;
  }
  .solution .block .img {
    width: 90%;
    margin: 0 auto 10px;
  }
  .solution .block .img img {
    border-radius: 15px;
  }
  .solution .block .txtarea {
    width: 90%;
    margin: auto;
  }
  .solution .block .txtarea h3 {
    width: 80%;
    margin: 0 auto 10px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .solution .block .txtarea h3 span:nth-of-type(1) {
    padding-top: 0.5%;
  }
}

/* ---------------------------------
 低価格
---------------------------------- */
#low-price .h2_01 h2 span {
  display: block;
  font-weight: bold;
}
#low-price .h2_01 h2 span:nth-of-type(1) {
  font-size: min(24px, 3vw);
}
#low-price .h2_01 h2 span:nth-of-type(2) {
  font-size: min(40px, 5vw);
}
#low-price section {
  padding: 60px 0 0;
  background: url(../images/bg_02.png);
}
#low-price section .block {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  padding-bottom: 60px;
}
#low-price section .block.block_01 h3 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 15px 2%;
  text-align: center;
  font-size: min(34px, 4.5vw);
  background-color: #fff;
  border: 3px solid #1b4eac;
  line-height: 1.4;
}
#low-price section .block.block_01 .img {
  display: block;
  max-width: 910px;
  width: 100%;
  margin: auto;
}
#low-price section .block.block_02 h3 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 15px 2%;
  text-align: center;
  font-size: min(40px, 5vw);
  background-color: #fd731e;
  line-height: 1.4;
}
#low-price section .block.block_02 .img {
  display: block;
  max-width: 961px;
  width: 100%;
  margin: auto;
}
#low-price section .block.block_02 .fs24 {
  margin-bottom: 30px;
}
#low-price section .block.block_02 .fs30 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#low-price section .block.block_03 {
  max-width: inherit;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 760px) {
  #low-price section {
    padding: 40px 0 0;
  }
  #low-price section .block {
    padding-bottom: 40px;
  }
  #low-price section .block.block_01 h3 {
    margin: 0 auto 30px;
    padding: 15px 2%;
  }
  #low-price section .block.block_02 h3 {
    margin: 0 auto 30px;
    padding: 15px 2%;
  }
  #low-price section .block.block_02 .fs24 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  #low-price section {
    padding: 40px 0 0;
  }
  #low-price section .block {
    padding-bottom: 30px;
  }
  #low-price section .block.block_01 h3 {
    margin: 0 auto 20px;
    padding: 10px 2%;
  }
  #low-price section .block.block_02 h3 {
    margin: 0 auto 20px;
    padding: 10px 2%;
  }
  #low-price section .block.block_02 .fs24 {
    margin-bottom: 20px;
  }
}

/* ---------------------------------
  共通比較
---------------------------------- */
.comparison {
  margin: auto;
}
.comparison .comparison-h3_01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: min(48px, 5vw);
  color: #7f5236;
}
.comparison .comparison-h3_01 span {
  font-size: 140%;
  font-weight: bold;
  color: #fd731e;
}
.comparison .comparison-h3_02 {
  margin-bottom: 20px;
  text-align: center;
  font-size: min(48px, 5vw);
  color: #1b4eac;
}
.comparison .comparison-h3_02 span:nth-of-type(1) {
  font-size: 140%;
  font-weight: bold;
  color: #fd731e;
}
.comparison .comparison-h3_02 span:nth-of-type(2) {
  font-size: 140%;
  font-weight: bold;
}
.comparison .comparison-h3_02 span:nth-of-type(3) {
  font-size: 140%;
  font-weight: bold;
  color: #1d86b3;
}
.comparison .img {
  display: block;
  max-width: 899px;
  width: 96%;
  margin: 0 auto 20px;
}
.comparison .box {
  max-width: 900px;
  width: 96%;
  margin: 0 auto 30px;
  padding: 20px 3%;
  background-color: #e4ecf0;
}
.comparison .box p {
  margin-bottom: 20px;
  font-size: min(26px, 3.5vw);
  font-weight: bold;
  line-height: 1.5;
}
.comparison .box p br {
  display: none;
}
.comparison .box dl {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.comparison .box dl dt {
  max-width: 108px;
  width: 15%;
}
.comparison .box dl dd {
  width: 83%;
  margin-left: 2%;
  font-size: 22px;
  line-height: 1.4;
}
.comparison .h2_01 {
  padding: 25px 0;
}
.comparison .h2_01 ul {
  width: 96%;
  margin: 0 auto 15px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.comparison .h2_01 ul li {
  max-width: 360px;
  width: 49%;
  margin: 0 0.5%;
  text-align: center;
  font-size: min(32px, 4vw);
  font-weight: bold;
  color: #1b4eac;
  background-color: #fff;
  border-radius: 30px;
}
.comparison .h2_01 p {
  font-size: min(32px, 4vw);
  font-weight: bold;
}
.comparison .h2_01 p span {
  font-weight: bold;
  color: #fff15b;
}
.comparison .h2_01 p .none {
  display: none;
}
@media only screen and (max-width: 760px) {
  .comparison .box p {
    text-align: center;
    font-size: min(26px, 4.5vw);
  }
  .comparison .box p br {
    display: block;
  }
  .comparison .box dl {
    display: block;
    text-align: center;
  }
  .comparison .box dl dt {
    width: 25%;
    margin: 0 auto 10px;
  }
  .comparison .box dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }
  .comparison .h2_01 {
    padding: 20px 0;
  }
  .comparison .h2_01 ul li {
    font-size: min(32px, 4.5vw);
  }
  .comparison .h2_01 p {
    font-size: min(32px, 4.5vw);
  }
  .comparison .h2_01 p .none {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .comparison .box p {
    margin-bottom: 15px;
  }
  .comparison .box dl dd {
    font-size: 14px;
  }
  .comparison .h2_01 {
    padding: 15px 0;
  }
}

/* ---------------------------------
 共通選ばれる理由
---------------------------------- */
#reason {
  padding-bottom: 60px;
  background: url(../images/bg_01.jpg) no-repeat center;
  background-size: cover;
}
#reason .title {
  position: relative;
  max-width: 1413px;
  width: 100%;
  margin: 0 auto 15px;
}
#reason .title h2 {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: min(48px, 3vw);
  color: #1b4eac;
  line-height: 1.3;
}
#reason .title h2 span {
  font-size: 130%;
  font-weight: bold;
}
#reason ul {
  max-width: 1092px;
  width: 96%;
  margin: 0 auto 30px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#reason ul li {
  max-width: 344px;
  width: 32%;
  margin: 0 0.51%;
  background-color: #fff;
}
#reason ul li img {
  display: block;
}
#reason ul li p {
  padding: 20px 2%;
  text-align: center;
  color: #454e52;
  line-height: 1.3;
}
#reason .box {
  padding: 30px 0 40px;
  background-color: #fff;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#reason .box p {
  margin: 0 2%;
}
#reason .box .img {
  max-width: 299px;
  width: 30%;
}
#reason .box .fs24 {
  line-height: 1.4;
}
#reason .box .fs24 .none {
  display: none;
}
@media (max-width: 760px) {
  #reason {
    padding-bottom: 50px;
    background: url(../images/bg_01_760.jpg) no-repeat center;
    background-size: cover;
  }
  #reason .title h2 {
    top: 9%;
    font-size: min(48px, 3.8vw);
  }
  #reason ul {
    margin: 0 auto;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #reason ul li {
    width: 48%;
    margin: 0 1% 20px;
  }
  #reason ul li p {
    padding: 10px 2%;
  }
  #reason .box {
    padding: 20px 0;
    display: block;
  }
  #reason .box .img {
    width: 70%;
    margin: auto;
  }
  #reason .box .fs24 {
    width: 94%;
    margin-top: 10px;
    text-align: center;
  }
  #reason .box .fs24 .none {
    display: block;
  }
}
@media (max-width: 420px) {
  #reason {
    padding-bottom: 40px;
    background: url(../images/bg_01_420.jpg) no-repeat center;
    background-size: cover;
  }
  #reason ul {
    margin: 0 auto;
    display: block;
  }
  #reason ul li {
    width: 80%;
    margin: 0 auto 20px;
  }
}

/* ---------------------------------
 外構工事全般
---------------------------------- */
.all-exterior.section_01 h2 span {
  display: block;
  position: relative;
  font-size: min(60px, 5vw);
  font-weight: bold;
  color: #1b4eac;
  -webkit-text-stroke: 7px #fff;
  line-height: 1.2;
  z-index: 2;
}
.all-exterior.section_01 h2 span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #1b4eac;
  -webkit-text-stroke: 1px #1b4eac;
}
.all-exterior.section_01 ul {
  max-width: 1100px;
  width: 96%;
  margin: auto;
  padding: 60px 0;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.all-exterior.section_01 ul li {
  max-width: 255px;
  width: 24%;
  margin: 0 0.5% 20px;
}
@media (max-width: 760px) {
  .all-exterior.section_01 ul {
    padding: 40px 0 30px;
  }
  .all-exterior.section_01 ul li {
    width: 48%;
    margin: 0 1% 20px;
  }
}
/* ---------------------------------
 共通簡単フォーム
---------------------------------- */
#simple-form {
  position: relative;
  padding: 30px 0 20px;
}
#simple-form:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 98%;
  height: 40%;
  margin: auto;
  background-color: #ffe9f3;
  transform: rotate(10deg);
  border-radius: 50%;
  z-index: 1;
}
#simple-form section {
  position: relative;
  z-index: 2;
}
#simple-form section:nth-of-type(1) {
  padding-bottom: 50px;
}
#simple-form section:nth-of-type(1) h2 {
  max-width: 660px;
  width: 80%;
  margin: 0 auto 30px;
  padding: 15px 2%;
  text-align: center;
  font-size: min(36px, 4.5vw);
  color: #fff;
  background-color: #ff6a2b;
  border-radius: 30px;
  line-height: 1;
}
#simple-form section:nth-of-type(1) .box {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 1px solid #1b4eac;
}
#simple-form section:nth-of-type(1) .box h3 {
  width: 100%;
  padding: 15px 2%;
  text-align: center;
  font-size: min(36px, 4.5vw);
  color: #fff;
  background-color: #1b4eac;
}
#simple-form section:nth-of-type(1) .box h3 br {
  display: none;
}
#simple-form section:nth-of-type(1) .box div {
  padding: 20px 2% 30px;
  text-align: center;
}
#simple-form section:nth-of-type(1) .box div h4 {
  margin-bottom: 10px;
  line-height: 1.3;
}
#simple-form section:nth-of-type(2) {
  max-width: 1260px;
  width: 96%;
  margin: auto;
  padding-bottom: 80px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#simple-form section:nth-of-type(2) .left,
#simple-form section:nth-of-type(2) .right {
  width: 48%;
  margin: 0 1%;
}
#simple-form section:nth-of-type(2) .left .free {
  max-width: 526px;
  width: 100%;
  margin: 0 auto 30px;
}
#simple-form section:nth-of-type(2) .left .telarea {
  text-align: center;
}
#simple-form section:nth-of-type(2) .left .telarea .title {
  font-size: min(36px, 5vw);
  font-weight: bold;
}
#simple-form section:nth-of-type(2) .left .telarea .telbox {
  position: relative;
  max-width: 538px;
  width: 100%;
  margin: auto;
  color: #fff;
}
#simple-form section:nth-of-type(2) .left .telarea .telbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#simple-form section:nth-of-type(2) .left .telarea .telbox .tel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 96%;
  margin: auto;
  text-align: center;
  font-size: min(50px, 5vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#simple-form section:nth-of-type(2) .left .telarea .telbox .tel a {
  color: #fff;
}
#simple-form section:nth-of-type(2) .left .telarea .telbox .time {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 96%;
  margin: auto;
  text-align: center;
  font-size: min(18px, 1.8vw);
}
#simple-form section:nth-of-type(2) .right {
  padding-top: 4%;
}
@media (max-width: 999px) {
  #simple-form:after {
    top: 13%;
    height: 20%;
  }
  #simple-form section:nth-of-type(1) {
    padding-bottom: 20px;
  }
  #simple-form section:nth-of-type(2) {
    display: block;
  }
  #simple-form section:nth-of-type(2) .left,
  #simple-form section:nth-of-type(2) .right {
    width: 100%;
    margin: 0 auto;
  }
  #simple-form section:nth-of-type(2) .left {
    margin-bottom: 80px;
  }
  #simple-form section:nth-of-type(2) .left .telarea .telbox .tel {
    font-size: min(50px, 9vw);
  }
  #simple-form section:nth-of-type(2) .left .telarea .telbox .time {
    bottom: 6%;
    font-size: min(18px, 3vw);
  }
}
@media (max-width: 760px) {
  #simple-form:after {
    top: 13%;
    height: 15%;
  }
  #simple-form section:nth-of-type(2) {
    padding-bottom: 60px;
  }
}
@media (max-width: 420px) {
  #simple-form:after {
    top: 13%;
    height: 10%;
  }
  #simple-form section:nth-of-type(1) .box {
    margin-bottom: 20px;
  }
  #simple-form section:nth-of-type(1) .box div {
    padding: 15px 2% 20px;
  }
  #simple-form section:nth-of-type(2) {
    padding-bottom: 40px;
  }
}

.simple_form_wrap .mw_wp_form_complete {
  line-height: 1.6;
  text-align: left;
}

.simple-form {
  position: relative;
  padding: 25px 15px 40px;
  background-color: white;
  width: 100%;
  max-width: 570px;
  box-shadow: 0 0 5px #ccc;
}
@media (max-width: 760px) {
  .simple-form {
    width: 96%;
    margin: auto;
    padding: 25px 10px 40px;
  }
}
.simple-form::before {
  content: "";
  display: block;
  width: 105%;
  height: 19.5%;
  background-image: url("../images/simple-form_head.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
}
.simple-form .simple-form_parts {
  border: 1px solid #f6f6f6;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  flex-direction: row;
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .simple-form .simple-form_parts {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
  }
}
.simple-form .simple-form_parts .simple-form_label {
  width: 160px;
  font-size: 20px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-right: 15px;
  color: #050505;
}
@media (max-width: 760px) {
  .simple-form .simple-form_parts .simple-form_label {
    width: 120px;
    padding-right: 0;
  }
}
.simple-form .simple-form_parts .simple-form_label .form_title {
  width: auto !important;
  font-size: 20px;
  color: black;
  background: white;
  padding: 0;
}
@media (max-width: 760px) {
  .simple-form .simple-form_parts .simple-form_label .form_title {
    font-size: 16px;
  }
}
.simple-form .simple-form_parts .simple-form_label .form_red {
  color: white;
  border-radius: 5px;
  background-color: red;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
  padding: 3px 8px;
  margin: 0;
}
.simple-form .simple-form_parts .simple-form_label .form_blue {
  color: white;
  border-radius: 5px;
  background-color: #88abda;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
  padding: 3px 8px;
  margin: 0;
}
.simple-form .simple-form_parts .form_text {
  width: 68.2656826568%;
  height: 37px;
  padding: 10px 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 760px) {
  .simple-form .simple-form_parts .form_text {
    width: 100%;
  }
}
.simple-form .simple-form_parts .form_text input {
  width: 100% !important;
  height: 36px !important;
  font-size: 100%;
  border-radius: 0 !important;
  border: none !important;
  background-color: #f6f6f6;
}
.simple-form .simple-form_parts .form_text .error {
  margin-top: 11px !important;
  line-height: 1.2;
}
.simple-form .simple-form_parts .form_text_area {
  width: 68.2656826568%;
  padding: 10px 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 760px) {
  .simple-form .simple-form_parts .form_text_area {
    width: 98%;
  }
}
.simple-form .simple-form_parts .form_text_area textarea {
  width: 100% !important;
  font-size: 100%;
  border-radius: 0 !important;
  border: none !important;
  background-color: #f6f6f6;
  padding: 10px 5px;
}
.simple-form .form_buttons {
  margin-top: 30px;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  flex-direction: row;
}
.simple-form .form_buttons br {
  display: none;
}
.simple-form .form_buttons .ct_submit[name="submitConfirm"] {
  margin: 0;
  background: #ef002d;
  color: white;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  width: 217px;
  height: 59px;
  border-radius: 22px;
  cursor: pointer;
}
.simple-form .form_buttons .ct_submit[name="submitBack"] {
  margin: 0;
  background: #1d719d;
  color: white;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  width: 150px;
  height: 40px;
  border-radius: 22px;
  cursor: pointer;
}
.simple-form .form_buttons .ct_submit[name="submit"] {
  margin: 0;
  background: #ef002d;
  color: white;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  width: 217px;
  height: 59px;
  border-radius: 22px;
  cursor: pointer;
}
.simple-form .simple_form_policy_btn {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.simple-form .simple_form_policy_btn .link {
  border-bottom: 1px solid #333333;
}
@media (max-width: 999px) {
  .simple-form {
    margin: auto;
  }
}
_::-webkit-full-page-media,
_:future,
:root #simple-form section:nth-of-type(2) .left .telarea .telbox .tel {
  top: 2%;
  font-size: min(47px, 4vw);
}

@media (max-width: 999px) {
  _::-webkit-full-page-media,
  _:future,
  :root #simple-form section:nth-of-type(2) .left .telarea .telbox .tel {
    top: 3%;
    font-size: min(47px, 8vw);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.policy_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.policy_modal .modal_content {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: 5vh auto;
  background-color: white;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(100%);
  /* 初期状態で画面外に配置 */
}
@media (max-width: 760px) {
  .policy_modal .modal_content {
    margin: 5vh 3vw 0 3vw;
  }
}
.policy_modal .modal_content.active {
  opacity: 1;
  transform: translateY(0);
  animation: slideInUp 0.5s ease forwards;
}
.policy_modal .modal_close {
  position: absolute;
  top: 20px;
  font-size: 50px;
  right: -4px;
  cursor: pointer;
}
.policy_modal .ct_policy {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 70vh;
  padding: 40px 30px;
  overflow-y: auto;
}
.policy_modal .policy_title {
  border-radius: 0px;
  background: none;
  font-size: 36px;
  color: black;
}
@media (max-width: 760px) {
  .policy_modal .policy_title {
    font-size: 18px;
  }
}
.policy_modal .policy_text {
  height: auto !important;
  line-height: 1.6 !important;
}

/* ---------------------------------
	design
---------------------------------- */
#design {
  padding: 60px 0 100px;
}
#design.design_01 {
  background: url(../images/design_bg_01_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_01 {
    background: url(../images/design_bg_01_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_01 {
    background: url(../images/design_bg_01_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design.design_02 {
  background: url(../images/design_bg_02_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_02 {
    background: url(../images/design_bg_02_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_02 {
    background: url(../images/design_bg_02_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design.design_03 {
  background: url(../images/design_bg_03_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_03 {
    background: url(../images/design_bg_03_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_03 {
    background: url(../images/design_bg_03_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design.design_04 {
  background: url(../images/design_bg_04_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_04 {
    background: url(../images/design_bg_04_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_04 {
    background: url(../images/design_bg_04_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design.design_05 {
  background: url(../images/design_bg_05_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_05 {
    background: url(../images/design_bg_05_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_05 {
    background: url(../images/design_bg_05_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design.design_06 {
  background: url(../images/design_bg_06_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #design.design_06 {
    background: url(../images/design_bg_06_760.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  #design.design_06 {
    background: url(../images/design_bg_06_420.jpg) no-repeat center;
    background-size: cover;
  }
}
#design h2 {
  max-width: 721px;
  width: 90%;
  margin: 0 auto 10px;
}
#design .box {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  background-color: #fff;
  border: 2px solid #00a0e5;
}
#design .box h3 {
  padding: 10px;
  text-align: center;
  font-size: min(26px, 3.5vw);
  color: #fff;
  background-color: #00a0e5;
}
#design .box .inner {
  padding: 20px 0;
  text-align: center;
}
#design .box .inner ul {
  max-width: 940px;
  width: 94%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#design .box .inner ul li {
  max-width: 141px;
  width: 16%;
  margin: 0 0.3% 10px;
}
#design .box .inner p {
  padding: 0 2%;
  line-height: 1.4;
}
#design .box .inner p br {
  display: none;
}
@media only screen and (max-width: 760px) {
  #design {
    padding: 40px 0 60px;
  }
  #design .box .inner p br {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  #design {
    padding: 30px 0 40px;
  }
  #design .box h3 {
    padding: 5px;
    font-size: 16px;
  }
  #design .box .inner {
    padding: 15px 0;
  }
  #design .box .inner ul li {
    margin-bottom: 5px;
  }
}

/*---------------------
flow
---------------------*/
.flow section {
  padding: 60px 0 40px;
  background: url(../images/flow-bg.png);
}
.flow .block {
  position: relative;
  max-width: 1080px;
  width: 96%;
  margin: 0 auto 40px;
  background-color: #fff;
  border: 3px solid #1b4eac;
  border-radius: 10px 0 0 10px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flow .block .img {
  max-width: 220px;
  width: 20.5%;
  border-radius: 10px 0 0 10px;
}
.flow .block .txtarea {
  width: 79.5%;
}
.flow .block .txtarea h3 {
  width: 100%;
  padding: 10px 3%;
  font-size: min(24px, 3vw);
  color: #fff;
  background-color: #1b4eac;
}
.flow .block .txtarea .inner {
  padding: 40px 3% 20px;
}
.flow .block .txtarea .inner p {
  color: #454e52;
  line-height: 1.4;
}
.flow .block::before {
  content: " ";
  position: absolute;
  bottom: -80px;
  left: 0%;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-color: #1b4eac transparent transparent;
  border-width: 40px;
  border-style: solid;
}
.flow .block:nth-of-type(5)::before {
  content: none;
}
@media only screen and (max-width: 760px) {
  .flow section {
    padding: 40px 0;
  }
  .flow .block {
    margin-bottom: 30px;
  }
  .flow .block .txtarea .inner {
    padding: 20px 2%;
  }
  .flow .block::before {
    content: " ";
    bottom: -60px;
    border-width: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .flow section {
    padding-bottom: 20px;
  }
  .flow .block {
    display: block;
    padding-top: 20px;
    border-radius: 10px;
  }
  .flow .block .img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .flow .block .txtarea {
    width: 100%;
  }
  .flow .block .txtarea h3 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  .flow .block .txtarea .inner {
    padding: 10px 2% 20px;
  }
  .flow .block::before {
    content: " ";
    bottom: -40px;
    border-width: 20px;
  }
}

/* ---------------------------------
  company
---------------------------------- */
#company section .block {
  max-width: 1080px;
  width: 96%;
  margin: 60px auto 120px;
  padding: 0 0 40px;
  border: 1px solid #1b4eac;
}
#company section .block h3 {
  text-align: left;
}
#company section .block table {
  width: 94%;
  margin: 30px auto 0;
  border: 1px solid #1b4eac;
}
#company section .block table th,
#company section .block table td {
  padding: 10px 15px;
  font-size: min(24px, 3vw);
  border-bottom: 1px solid #1b4eac;
}
#company section .block table th {
  width: 25%;
  text-align: left;
}
#company section .block table td {
  width: auto;
  border-left: 1px solid #1b4eac;
}
@media only screen and (max-width: 760px) {
  #company section .block {
    margin: 40px auto 60px;
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 420px) {
  #company section .block {
    margin: 40px auto;
    padding: 0 0 30px;
  }
  #company section .block h3 {
    text-align: left;
  }
  #company section .block table {
    width: 94%;
    margin: 30px auto 0;
  }
  #company section .block table th,
  #company section .block table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: min(24px, 3vw);
  }
  #company section .block table th {
    border-bottom: 1px dotted #000;
  }
  #company section .block table td {
    border-left: none;
  }
}

/* ---------------------------------
	contact
---------------------------------- */
#contact {
  padding-bottom: 100px;
}
#contact section.section_01 h3 {
  padding: 60px 0;
  text-align: center;
  font-size: min(48px, 6vw);
  color: #1b4eac;
  line-height: 1.3;
}
@media only screen and (max-width: 760px) {
  #contact {
    padding-bottom: 60px;
  }
  #contact section.section_01 h3 {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 420px) {
  #contact {
    padding-bottom: 40px;
  }
  #contact section.section_01 h3 {
    padding: 30px 0;
  }
}

#inquiry-form {
  max-width: 1100px;
  margin: auto;
  padding: 35px 0 50px;
  background-color: #fff;
  box-shadow: 5px 5px 8px #ccc, -3px 0 3px #ddd;
  border-radius: 10px;
}
#inquiry-form table {
  width: 94%;
  max-width: 1050px;
  margin: 0 auto 40px;
  border: 1px solid #e6e6e6;
}
#inquiry-form th {
  width: 25%;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}
#inquiry-form th span {
  float: right;
  display: block;
  margin-top: 4%;
  padding: 4px 8px;
  font-size: 70%;
  color: #fff;
  background-color: #fb5e5f;
  border-radius: 3px;
  line-height: 1;
}
#inquiry-form td {
  width: auto;
  padding: 15px 30px;
  border-bottom: 1px solid #e6e6e6;
}
#inquiry-form td dl {
  margin-bottom: 5px;
  display: flex;
}
#inquiry-form td dl dt {
  width: 25%;
}
#inquiry-form td dl dd {
  width: 75%;
}
#inquiry-form td.request {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#inquiry-form td.request label {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
#inquiry-form .w80 {
  width: 100%;
  padding: 10px;
}
#inquiry-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
#inquiry-form input[type="text"],
#inquiry-form textarea,
#inquiry-form select {
  padding: 10px;
  font-size: 100%;
  background-color: #f4f4f4;
  border: none;
  box-shadow: 2px 2px 2px #ccc inset;
}
#inquiry-form .mw_wp_form input[type="file"] {
  font-size: 90%;
}
#inquiry-form input::-moz-placeholder {
  color: #ccc;
}
#inquiry-form input::placeholder {
  color: #ccc;
}
#inquiry-form button.zip-button {
  width: 30%;
  max-width: 140px;
  padding: 5px;
  color: #fff;
  background-color: #033560;
  border: none;
  cursor: pointer;
}
#inquiry-form .mwform-tel-field input[type="text"],
#inquiry-form .mwform-zip-field input[type="text"] {
  background: #f4f4f4;
}
#inquiry-form input.zip {
  width: 20%;
  margin-right: 10px;
  padding: 10px;
  background-color: #f4f4f4;
}
#inquiry-form span.mwform-tel-field input[name="tel[data][0]"],
#inquiry-form span.mwform-tel-field input[name="fax[data][0]"] {
  width: 15%;
  padding: 10px;
  background: #f4f4f4;
}
#inquiry-form span.mwform-tel-field input[name="tel[data][1]"],
#inquiry-form span.mwform-tel-field input[name="fax[data][1]"] {
  width: 20%;
  padding: 10px;
  background: #f4f4f4;
}
#inquiry-form span.mwform-tel-field input[name="tel[data][2]"],
#inquiry-form span.mwform-tel-field input[name="fax[data][2]"] {
  width: 20%;
  padding: 10px;
  background: #f4f4f4;
}
#inquiry-form .check_policy {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
#inquiry-form .check_policy a {
  text-decoration: underline;
}
#inquiry-form .check_policy input {
  margin-right: 5px;
}
#inquiry-form .check_policy label span {
  display: none;
}
#inquiry-form .btn_form {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#inquiry-form input.btn_confirm {
  width: 248px;
  margin: 0 1%;
  padding: 15px 0;
  color: #fff;
  background: #ef002d;
  background-size: 100%;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 50px;
  line-height: 1;
}
#inquiry-form input.return {
  width: 100px;
  margin: 0 1%;
  padding: 15px 0;
  color: #fff;
  background: #ef002d;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 50px;
  line-height: 1;
}
#inquiry-form .complete {
  padding: 15px 2%;
  text-align: center;
}
#inquiry-form .mw_wp_form_confirm .check_policy {
  display: none;
}
@media only screen and (max-width: 999px) {
  #inquiry-form th {
    width: 30%;
  }
}
@media only screen and (max-width: 760px) {
  #inquiry-form {
    font-size: 16px;
  }
  #inquiry-form th,
  #inquiry-form td {
    display: block;
    width: 100%;
    padding: 10px 3%;
  }
  #inquiry-form th {
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #inquiry-form th span {
    float: none;
    display: inline-block;
    margin-top: 0%;
    margin-left: 10px;
  }
  #inquiry-form tr:last-child th br {
    display: none;
  }
  #inquiry-form .check_policy dl dd {
    width: 100%;
    margin-left: 0;
  }
  #inquiry-form input.btn_confirm {
    width: 230px;
    height: 50px;
    padding: 15px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  #inquiry-form {
    font-size: 14px;
  }
}

.confirm #inquiryForm {
  padding-top: 0;
}
.confirm #inquiryForm h2 {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: min(28px, 3.4vw);
  color: #fff;
  background-color: #033560;
}
.confirm #inquiryForm table {
  width: 100%;
  background-color: #f5f5f5;
}
.confirm #inquiryForm table th {
  width: 180px;
  padding: 10px 0 10px 50px;
  text-align: left;
}
.confirm #inquiryForm table th span {
  display: none;
}
.confirm #inquiryForm table td {
  width: auto;
  padding: 10px 0;
}
.confirm #inquiryForm table td:before {
  content: ":";
  display: inline-block;
  margin-right: 5px;
}
.confirm #inquiryForm table tr:nth-of-type(1) th,
.confirm #inquiryForm table tr:nth-of-type(1) td {
  padding-top: 30px;
}
.confirm #inquiryForm table tr:nth-of-type(3) th,
.confirm #inquiryForm table tr:nth-of-type(3) td {
  padding-bottom: 30px;
}
.confirm #inquiryForm table tr:nth-of-type(4) {
  display: none;
}
.confirm #inquiryForm .btn_form {
  text-align: center;
}
.confirm #inquiryForm input.btn_confirm {
  width: 298px;
  height: 64px;
  margin: 30px auto 0;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ef002d;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: none;
  border: none;
  line-height: 1;
}
.confirm #inquiryForm .txt {
  display: none;
}
.confirm section:nth-of-type(3) {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 760px) {
  .confirm section:nth-of-type(3) {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .confirm section:nth-of-type(3) {
    padding-bottom: 60px;
  }
}

/* ---------------------------------
	privacy policy
---------------------------------- */
#privacy-policy {
  padding-top: 80px;
}
#privacy-policy .common-wrapper {
  max-width: 1100px;
  width: 80%;
  border: 1px solid #1b4eac;
}
#privacy-policy h2 {
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #1b4eac;
  line-height: 1.5;
}
#privacy-policy h3 {
  margin-bottom: 10px;
}
#privacy-policy p,
#privacy-policy div {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #privacy-policy {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 414px) {
  #privacy-policy {
    padding-top: 40px;
  }
}

/*---------------------
スクロールバー
---------------------*/
#scrollbar1 {
  width: 98%;
  height: 470px;
  padding: 15px 10px 20px 20px;
  clear: both;
  background: #fff;
}

#scrollbar1 .scrollbar {
  position: relative;
  float: right;
  width: 10px;
}

#scrollbar1 .viewport {
  width: 93%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
  background-color: #1b4eac;
}

#scrollbar1 .track {
  background-color: #cccccc;
  width: 10px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

#scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 5px;
}

#scrollbar1 .disable {
  display: none;
}

/* ---------------------------------
	error
---------------------------------- */
.mainmv.error {
  background: url(../images/error/mv_bg.jpg) no-repeat center;
  background-size: cover;
}
.mainmv.error h1 {
  max-width: 129px;
  width: 30%;
  margin: 0 auto 20px;
}

/* ---------------------------------
	投稿共通
---------------------------------- */
.common-list {
  max-width: 1100px;
  width: 98%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.common-list li {
  max-width: 340px;
  width: 31%;
  margin: 0 1.1% 30px;
  background-color: #fff;
}
.common-list li .img img {
  display: block;
  aspect-ratio: 340/246;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .common-list {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .common-list li {
    width: 48%;
    margin: 0 1% 30px;
  }
}
@media only screen and (max-width: 420px) {
  .common-list li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

/* ---------------------------------
	voice
---------------------------------- */
#ft-voice {
  padding-bottom: 80px;
}
#ft-voice section:nth-of-type(1) {
  padding: 60px 0 0;
}
#ft-voice section:nth-of-type(1) .block {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto 30px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#ft-voice section:nth-of-type(1) .block .img {
  max-width: 416px;
  width: 40%;
}
#ft-voice section:nth-of-type(1) .block .txtarea {
  width: 60%;
  padding: 20px 0;
}
#ft-voice section:nth-of-type(1) .block .txtarea p {
  max-width: 570px;
  width: 94%;
  margin: auto;
  font-size: 22px;
  line-height: 1.3;
}
@media only screen and (max-width: 760px) {
  #ft-voice {
    padding-bottom: 60px;
  }
  #ft-voice section:nth-of-type(1) {
    padding: 50px 0 0;
  }
  #ft-voice section:nth-of-type(1) .block {
    display: block;
    width: 90%;
    padding-top: 20px;
  }
  #ft-voice section:nth-of-type(1) .block .img {
    width: 90%;
    margin: 0 auto;
  }
  #ft-voice section:nth-of-type(1) .block .txtarea {
    width: 94%;
    margin: auto;
  }
  #ft-voice section:nth-of-type(1) .block .txtarea p {
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  #ft-voice {
    padding-bottom: 40px;
  }
  #ft-voice section:nth-of-type(1) {
    padding: 40px 0 0;
  }
  #ft-voice section:nth-of-type(1) .block .txtarea p {
    font-size: 14px;
  }
}

#voice {
  padding-bottom: 60px;
}
@media only screen and (max-width: 760px) {
  #voice {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 420px) {
  #voice {
    padding-bottom: 30px;
  }
}

.voice .common-list {
  padding-top: 60px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.voice .common-list li {
  box-shadow: 0 0 5px #ddd;
  border-radius: 10px;
}
.voice .common-list li .img img {
  border-radius: 10px 10px 0 0;
}
.voice .common-list li .box {
  padding: 10px 3% 20px;
  color: #191919;
}
.voice .common-list li .box .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.voice .common-list li .box .date {
  margin-bottom: 10px;
  font-size: 14px;
}
.voice .common-list li .box div {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .voice .common-list {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .voice .common-list {
    padding-top: 40px;
  }
}

/* ---------------------------------
	blog/works
---------------------------------- */
#top-blog section:nth-of-type(1) {
  padding: 60px 0;
  padding-bottom: 60px;
  background-image: url(../images/top-blog-bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
#top-blog section:nth-of-type(1) h2 {
  max-width: 524px;
  width: 70%;
  margin: 0 auto 40px;
}
#top-blog section:nth-of-type(1) ul {
  position: relative;
  max-width: 1140px;
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
}
#top-blog section:nth-of-type(1) ul li {
  position: relative;
  max-width: 486px;
  width: 47%;
  margin: 0 1.5% 60px;
  display: flex;
  flex-direction: column;
}
#top-blog section:nth-of-type(1) ul li .before {
  position: relative;
  max-width: 352px;
  width: 90%;
  margin: 0 auto 20px;
  z-index: 2;
  border: 1px solid #1b4eac;
}
#top-blog section:nth-of-type(1) ul li .before img {
  position: relative;
  z-index: 2;
}
#top-blog section:nth-of-type(1) ul li .before span {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  width: 35%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  line-height: 1;
  z-index: 3;
}
#top-blog section:nth-of-type(1) ul li .arrow {
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  max-width: 61px;
  width: 15%;
  margin: auto;
  z-index: 3;
}
#top-blog section:nth-of-type(1) ul li .after {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 3px solid #1b4eac;
  flex-grow: 1;
}
#top-blog section:nth-of-type(1) ul li .after .img {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #1b4eac;
}
#top-blog section:nth-of-type(1) ul li .after .img span {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 120px;
  width: 35%;
  padding: 5px;
  text-align: center;
  font-size: min(34px, 4vw);
  font-weight: bold;
  color: #fff15b;
  background-color: #1b4eac;
  line-height: 1;
  z-index: 2;
}
#top-blog section:nth-of-type(1) ul li .after .txt {
  padding: 10px 2% 15px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#top-blog section:nth-of-type(1) ul li .after .txt span {
  display: block;
}
#top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(1) {
  max-width: 90px;
  width: 25%;
  margin-right: 1%;
  padding: 3px 5px;
  font-size: min(20px, 2vw);
  color: #fff;
  background-color: #0083bb;
  border-radius: 5px;
  line-height: 1;
}
#top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(2) {
  width: 74%;
  color: #454e52;
  line-height: 1.3;
}
#top-blog section:nth-of-type(2) {
  padding: 60px 0 100px;
  background: url(../images/bg_03.png);
}
#top-blog section:nth-of-type(2) h2 {
  max-width: 670px;
  width: 60%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 760px) {
  #top-blog section:nth-of-type(1) {
    padding: 40px 0;
  }
  #top-blog section:nth-of-type(1) h2 {
    margin: 0 auto 30px;
  }
  #top-blog section:nth-of-type(1) ul li .before {
    margin-bottom: 15px;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt {
    text-align: center;
    display: block;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt span {
    display: block;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(1) {
    max-width: 80px;
    width: 25%;
    margin: 0 auto 10px;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(2) {
    width: 100%;
  }
  #top-blog section:nth-of-type(2) {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 420px) {
  #top-blog section:nth-of-type(1) {
    padding: 30px 0 20px;
  }
  #top-blog section:nth-of-type(1) h2 {
    margin: 0 auto 20px;
  }
  #top-blog section:nth-of-type(1) ul {
    display: block;
  }
  #top-blog section:nth-of-type(1) ul li {
    width: 90%;
    margin: 0 auto 30px;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt span {
    display: block;
  }
  #top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(1),
  #top-blog section:nth-of-type(1) ul li .after .txt span:nth-of-type(2) {
    font-size: 14px;
  }
  #top-blog section:nth-of-type(2) {
    padding: 40px 0;
  }
  #top-blog section:nth-of-type(2) h2 {
    margin-bottom: 20px;
  }
}

.common-blog {
  padding: 60px 0;
  background: url(../images/bg_03.png);
}
.common-blog h2 {
  max-width: 540px;
  width: 60%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 760px) {
  .common-blog {
    padding: 50px 0;
  }
  .common-blog h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .common-blog {
    padding: 40px 0;
  }
  .common-blog h2 {
    margin-bottom: 20px;
  }
}

.blog .btn-more {
  margin-top: 40px;
}
.blog .common-list li {
  position: relative;
  padding: 10px 5px;
  border: 1px solid #b9b9b9;
  background-image: linear-gradient(-45deg, #009ee9 20px, transparent 0);
}
.blog .common-list li.works {
  background-image: linear-gradient(-45deg, #fd731e 20px, transparent 0);
}
.blog .common-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog .common-list li .img {
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
.blog .common-list li .img .cate {
  position: absolute;
  top: 0%;
  left: 5px;
}
.blog .common-list li .cate {
  width: 40%;
  max-width: 100px;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #009ee9;
  line-height: 1;
}
.blog .common-list li .cate.works {
  background-color: #fd731e;
}
.blog .common-list li .box {
  padding-top: 8px;
}
.blog .common-list li .box .cate {
  width: auto;
  max-width: inherit;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 10px;
}
.blog .common-list li .box .cate span {
  text-align: center;
}
.blog .common-list li .box .title {
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.blog .common-list li .box .content {
  padding: 0 5px 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 760px) {
  .blog .btn-more {
    margin-top: 30px;
  }
  .blog .common-list li .cate {
    width: 40%;
    font-size: min(18px, 3vw);
  }
  .blog .common-list li .box .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .blog .btn-more {
    margin-top: 10px;
  }
  .blog .common-list li .box .title {
    font-size: 15px;
  }
}

#blog_01 section {
  padding: 60px 0;
}
#blog_01 .btn {
  max-width: 540px;
  width: 60%;
  margin: 40px auto;
}
#blog_01 .reset {
  text-align: center;
}
#blog_01 .reset a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 760px) {
  #blog_01 section {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 420px) {
  #blog_01 section {
    padding: 40px 0 10px;
  }
}

.block-cate {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto 30px;
}
.block-cate .box {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 4%;
  text-align: center;
  background-color: #fffef4;
  border: 2px solid #040404;
}
.block-cate .box h3 {
  max-width: 450px;
  width: 60%;
  margin: 0 auto 30px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  line-height: 1;
}
.block-cate .box h3 span {
  font-size: min(36px, 4.5vw);
  font-weight: bold;
  line-height: 1;
}
.block-cate .box ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.block-cate .box ul li {
  position: relative;
  display: block;
  margin: 0 5px 10px;
  padding: 0 10px;
  color: #fff;
  border-radius: 10px;
}
.block-cate .box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-cate.works .box h3 {
  background-color: #fd731e;
}
.block-cate.works .box ul li {
  background-color: #fd731e;
}
.block-cate.blog .box h3 {
  background-color: #009ee9;
}
.block-cate.blog .box ul li {
  background-color: #009ee9;
}
@media only screen and (max-width: 760px) {
  .block-cate .box {
    padding: 10px 2% 20px;
  }
}
@media only screen and (max-width: 420px) {
  .block-cate .box {
    padding: 10px 2% 15px;
  }
  .block-cate .box h3 {
    margin: 0 auto 15px;
    padding: 15px 0;
  }
}

#blog_02 {
  padding-bottom: 60px;
}
#blog_02 h2 {
  text-align: center;
  font-size: min(36px, 5vw);
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  #blog_02 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 420px) {
  #blog_02 {
    padding-bottom: 30px;
  }
}

#blog.detail {
  padding: 60px 0 100px;
}
#blog.detail h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: min(36px, 5vw);
}
#blog.detail section .block {
  max-width: 905px;
  width: 96%;
  margin: auto;
}
#blog.detail section .block .cate-block {
  margin-bottom: 20px;
}
#blog.detail section .block .cate-block .cate ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#blog.detail section .block .cate-block .cate ul li {
  position: relative;
  display: block;
  margin: 0 5px 10px;
  padding: 0 10px;
  color: #fff;
  border-radius: 10px;
}
#blog.detail section .block .cate-block .cate.blog ul li {
  background-color: #fd731e;
}
#blog.detail section .block .cate-block .cate.works ul li {
  background-color: #009ee9;
}
#blog.detail section .block .img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  #blog.detail section .block .cate-block {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  #blog.detail section .block .cate-block {
    padding-bottom: 20px;
  }
}

/*---------------------
Pager
---------------------*/
.pager {
  position: relative;
  max-width: 1080px;
  width: 96%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pager .total-page {
  text-align: left;
  font-size: 18px;
}
.pager.upper {
  padding-top: 0;
}
.pager .right {
  width: 40%;
  display: flex;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
}
.pager .pager_num {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pager .pager_num span,
.pager .pager_num a {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 5px;
  font-size: 18px;
}
.pager .sort {
  padding-left: 2%;
}
.pager .sort ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pager .sort ul li {
  margin: 0 !important;
}
@media only screen and (max-width: 760px) {
  .pager {
    padding: 30px 0;
  }
  .pager .total-page {
    font-size: 14px;
  }
  .pager .pager_num span,
  .pager .pager_num a {
    font-size: 14px;
  }
  .pager .right {
    width: 65%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .pager {
    padding: 20px 0;
  }
  .pager .total-page {
    font-size: 12px;
  }
  .pager .pager_num span,
  .pager .pager_num a {
    font-size: 12px;
  }
  .pager .right {
    font-size: 12px;
  }
}

/* ---------------------------------
	ビジュアルエディタ装飾
---------------------------------- */
.freeeditor .sub_comment {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 30px;
  color: #033560;
  background-color: #d8fbff;
  border-radius: 10px;
}
.freeeditor #ez-toc-container {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px 2%;
  background-color: #f7f7f7;
  border-top: 10px solid #041343;
  border-right: 1px solid #041343;
  border-bottom: 1px solid #041343;
  border-left: 1px solid #041343;
  border-radius: 0;
}
.freeeditor #ez-toc-container .ez-toc-title-toggle {
  display: none;
}
.freeeditor #ez-toc-container a.ez-toc-toggle {
  color: #fff;
}
.freeeditor #ez-toc-container .ez-toc-title-container {
  padding-left: 2%;
  padding-bottom: 10px;
  text-align: center;
}
.freeeditor #ez-toc-container p.ez-toc-title {
  position: relative;
  font-size: min(30px, 3vw);
  font-weight: bold;
}
.freeeditor #ez-toc-container .ez-toc-js-icon-con {
  padding: 3% 0;
  color: #fff;
  background-color: #041343;
  border-radius: 50%;
  border: none;
}
.freeeditor #ez-toc-container .ez-toc-icon-toggle-span svg {
  color: #fff !important;
}
.freeeditor #ez-toc-container ul li {
  font-size: min(24px, 2.4vw);
}
.freeeditor #ez-toc-container ul li a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.freeeditor #ez-toc-container ul li a:visited {
  color: #000;
}
.freeeditor section {
  padding: 60px 0;
}
.freeeditor h1 {
  margin: 0 0 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 5px;
  font-size: 140%;
  font-weight: bold;
  border-bottom: 3px solid #1b4eac;
}
.freeeditor h2 {
  margin: 0 0 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 5px;
  border: none;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 3px solid #1b4eac;
}
.freeeditor h3 {
  margin-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 3px solid #1b4eac;
}
.freeeditor h4 {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #033560;
  margin-bottom: 10px;
}
.freeeditor h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.freeeditor strong {
  font-weight: bold;
}
.freeeditor p {
  margin-bottom: 30px;
  font-size: min(20px, 3vw);
}
.freeeditor img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.freeeditor img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.freeeditor img.aligncenter {
  display: block;
  margin: 0 auto;
}
.freeeditor img {
  display: block;
  max-width: 905px;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 8px;
}
@media only screen and (max-width: 760px) {
  .freeeditor p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .freeeditor p {
    font-size: 14px;
  }
}

.pagenavi {
  margin-top: 100px;
}
.pagenavi .inner {
  max-width: 830px;
  width: 96%;
  margin: auto;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagenavi .inner img {
  width: auto;
}
.pagenavi .inner p {
  position: relative;
  width: 30%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
}
.pagenavi .inner p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagenavi .inner p span {
  display: block;
}
.pagenavi .inner p:nth-of-type(1) .arrow {
  margin-right: 8px;
}
.pagenavi .inner p:nth-of-type(2) {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagenavi .inner p:nth-of-type(3) {
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}
.pagenavi .inner p:nth-of-type(3) .arrow {
  margin-left: 8px;
}
@media only screen and (max-width: 760px) {
  .pagenavi {
    margin-top: 40px;
  }
  .pagenavi .inner p:nth-of-type(2) {
    width: 40%;
  }
}
@media only screen and (max-width: 420px) {
  .pagenavi {
    margin-top: 30px;
  }
  .pagenavi .inner p:nth-of-type(1) .txt,
  .pagenavi .inner p:nth-of-type(3) .txt {
    font-size: min(12px, 3vw);
  }
}

/* ---------------------------------
	footer
---------------------------------- */
#ft-map {
  position: relative;
  display: flex;
  background-color: #e9f5fb;
}
#ft-map iframe {
  width: 35%;
  order: -1;
}
#ft-map .block {
  max-width: 800px;
  width: 63%;
  margin: auto;
  padding: 50px 0;
}
#ft-map .block h2 {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
#ft-map .block h2 span {
  display: block;
  position: relative;
}
#ft-map .block h2 span:nth-of-type(1) {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 10px;
}
#ft-map .block h2 span:nth-of-type(2) {
  text-align: center;
  font-size: min(40px, 3vw);
  color: #fd731e;
  -webkit-text-stroke: 9px #fff;
  z-index: 2;
  line-height: 1;
}
#ft-map .block h2 span:nth-of-type(2)::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fd731e;
  -webkit-text-stroke: 1px #fd731e;
}
#ft-map .block .box {
  position: relative;
  max-width: 740px;
  width: 100%;
  margin: auto;
  padding: 50px 0;
  background-color: #fff;
  border: 3px solid #009ee9;
  border-radius: 20px;
}
#ft-map .block .box h3 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 617px;
  margin: auto;
  z-index: 2;
}
#ft-map .block .box dl {
  width: 96%;
  max-width: 690px;
  margin: auto;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#ft-map .block .box dl dt {
  width: 23%;
  font-size: min(24px, 4vw);
  font-weight: bold;
}
#ft-map .block .box dl dd {
  width: 77%;
  padding-left: 8%;
  border-left: 5px solid #009ee9;
}
@media only screen and (max-width: 999px) {
  #ft-map {
    display: block;
  }
  #ft-map iframe {
    width: 100%;
    height: 450px;
  }
  #ft-map .block {
    width: 90%;
    margin: auto;
  }
  #ft-map .block h2 {
    margin-bottom: 10%;
  }
  #ft-map .block h2 span:nth-of-type(2) {
    font-size: min(42px, 4.2vw);
  }
  #ft-map .block .box {
    padding: 40px 0;
  }
  #ft-map .block .box h3 {
    top: -22%;
  }
}
@media only screen and (max-width: 760px) {
  #ft-map .block {
    padding: 40px 0;
  }
  #ft-map .block h2 span:nth-of-type(2) {
    -webkit-text-stroke: 6px #fff;
  }
  #ft-map .block .box {
    padding: 20px 0 30px;
  }
  #ft-map .block .box h3 {
    top: -18%;
  }
  #ft-map .block .box dl {
    display: block;
  }
  #ft-map .block .box dl dt {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  #ft-map .block .box dl dd {
    width: 100%;
    padding: 20px 2% 0;
    border-left: none;
    border-top: 2px solid #009ee9;
  }
}
@media only screen and (max-width: 420px) {
  #ft-map .block {
    padding: 30px 0;
  }
  #ft-map .block h2 {
    margin-bottom: 40px;
  }
  #ft-map .block h2 span:nth-of-type(1) {
    margin-bottom: 5px;
  }
  #ft-map .block h2 span:nth-of-type(2) {
    -webkit-text-stroke: 4px #fff;
  }
  #ft-map .block .box {
    padding: 15px 0;
  }
  #ft-map .block .box h3 {
    top: -20px;
    width: 90%;
  }
  #ft-map .block .box dl dt {
    font-size: 15px;
  }
  #ft-map .block .box dl dd {
    padding-top: 10px;
  }
}

#footer {
  margin-bottom: 100px;
  padding: 40px 0 0;
  color: #fff;
  background: #1b4eac;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
}
#footer .upper {
  width: 96%;
  margin: 0 auto 40px;
  text-align: center;
}
#footer .upper ul {
  margin-bottom: 30px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#footer .upper ul li {
  position: relative;
  padding: 0 1%;
  font-size: min(22px, 1.2vw);
  border-left: 2px solid #fff;
  line-height: 1.2;
}
#footer .upper ul li:last-child {
  border-right: 2px solid #fff;
}
#footer .upper ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .lower {
  position: relative;
  max-width: 1090px;
  width: 96%;
  margin: 20px auto 60px;
  padding: 30px 1%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#footer .lower .left {
  text-align: center;
}
#footer .lower .left .logo p {
  font-weight: bold;
  line-height: 1.4;
}
#footer .lower .left .logo p:nth-of-type(2) {
  font-size: min(38px, 3.6vw);
}
#footer .lower .left .logo p:nth-of-type(3) {
  font-size: min(30px, 3vw);
}
#footer .lower .center {
  position: relative;
  margin: 0 3%;
  height: 60px;
  border: 1px solid #fff;
}
#footer .lower .center:after {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #fff;
}
#footer .lower .right {
  width: 45%;
}
#footer .lower .right table {
  width: 100%;
}
#footer .lower .right table th,
#footer .lower .right table td {
  padding: 0 5px;
}
#footer .lower .right table th {
  width: 25%;
  text-align: left;
  font-size: min(18px, 2vw);
}
#footer .lower .right table td {
  width: 75%;
  font-size: min(18px, 2vw);
  line-height: 1.3;
}
#footer .copyright {
  padding: 10px 0 40px;
  text-align: center;
  font-size: min(24px, 2vw);
  color: #fff;
  background-color: #041343;
}
@media only screen and (max-width: 760px) {
  #footer {
    margin-bottom: 95px;
  }
  #footer .upper ul {
    margin-bottom: 20px;
  }
  #footer .upper ul li {
    font-size: 2.2vw;
  }
  #footer .lower {
    display: block;
    margin-bottom: 30px;
  }
  #footer .lower .left {
    padding-bottom: 30px;
  }
  #footer .lower .left .logo p:nth-of-type(2) {
    font-size: min(50px, 6vw);
  }
  #footer .lower .left .logo p:nth-of-type(3) {
    font-size: min(30px, 4vw);
  }
  #footer .lower .center {
    display: none;
  }
  #footer .lower .right {
    width: 80%;
    margin: auto;
  }
  #footer .lower .right table th,
  #footer .lower .right table td {
    font-size: 17px;
  }
  #footer .copyright {
    padding-bottom: 40px;
    font-size: min(16px, 2.5vw);
  }
}
@media only screen and (max-width: 640px) {
  #footer {
    margin-bottom: 85px;
  }
  #footer .copyright {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 420px) {
  #footer {
    margin-bottom: 70px;
    padding: 30px 0 0;
  }
  #footer .upper {
    margin-bottom: 20px;
  }
  #footer .upper ul {
    width: 98%;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #footer .upper ul li {
    width: 33%;
    margin-bottom: 10px;
    font-size: 2.5vw;
  }
  #footer .upper ul li:nth-child(3) {
    border-right: 2px solid #fff;
  }
  #footer .upper .open {
    font-size: 14px;
  }
  #footer .lower .right {
    width: 90%;
  }
  #footer .lower .right table th,
  #footer .lower .right table td {
    font-size: 14px;
  }
  #footer .copyright {
    font-size: min(10px, 2.5vw);
  }
}
/* ---------------------------------
   フッター追尾
---------------------------------- */
#footer-btn {
  position: fixed;
  display: block;
  width: 100%;
  left: 0px;
  bottom: 0;
  z-index: 990;
  background-color: #fff;
  border-top: 5px solid #1b4eac;
  z-index: 10;
}
#footer-btn .container {
  position: relative;
  max-width: 900px;
  width: 96%;
  margin: auto;
  background-image: url(../images/footer-btn-bg.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18.5%;
}
#footer-btn .footer-btn-wrapper {
  position: relative;
  max-width: 640px;
  width: 85%;
  padding-top: 8px;
  z-index: 992;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#footer-btn .footer-btn-wrapper .telarea {
  position: relative;
  text-align: center;
}
#footer-btn .footer-btn-wrapper .telarea img {
  position: relative;
  z-index: 1;
}
#footer-btn .footer-btn-wrapper .telarea .telbox {
  position: relative;
}
#footer-btn .footer-btn-wrapper .telarea a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#footer-btn .footer-btn-wrapper .telarea .tel {
  position: absolute;
  top: 18%;
  left: 20%;
  font-size: min(43px, 6vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
  z-index: 2;
}
#footer-btn .footer-btn-wrapper .telarea .tel a {
  position: static;
  color: #fff;
}
#footer-btn .footer-btn-wrapper .telarea .time {
  font-size: min(16px, 2vw);
}
@media only screen and (max-width: 768px) {
  #footer-btn {
    border-top: 3px solid #1b4eac;
  }
  #footer-btn .container {
    background: none;
  }
  #footer-btn .footer-btn-wrapper {
    width: 94%;
    margin: auto;
  }
  #footer-btn .footer-btn-wrapper .telarea {
    margin: 0 1%;
  }
  #footer-btn .footer-btn-wrapper .telarea .tel {
    top: 18%;
    font-size: min(43px, 6.2vw);
  }
  #footer-btn .footer-btn-wrapper .telarea .time {
    font-size: min(14px, 2.5vw);
  }
}

_::-webkit-full-page-media,
_:future,
:root #footer-btn .footer-btn-wrapper .telarea .tel {
  top: 22%;
  left: 20%;
  font-size: min(40px, 4.3vw);
}

@media only screen and (max-width: 1080px) {
  _::-webkit-full-page-media,
  _:future,
  :root #footer-btn .footer-btn-wrapper .telarea .tel {
    top: 29%;
    font-size: min(34px, 5.5vw);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #footer-btn .footer-btn-wrapper .telarea .tel {
    font-size: min(34px, 5.5vw);
  }
  #footer-btn .footer-btn-wrapper .telarea .tel a {
    color: #fff;
  }
}
/* ---------------------------------
	レスポンシブ
---------------------------------- */
/* PC向けレイアウト */
@media (min-width: 1200px) {
  /* default */
  body {
    min-width: 1200px;
  }
}
/* タブレット向けレイアウト */
@media (max-width: 1000px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 761px) {
  .sp {
    display: none;
  }
}
/* スマホ向けレイアウト */
@media (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
} /*# sourceMappingURL=style.css.map */

.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
</pre></body></html>