@charset "UTF-8";
/* CSS Document */
/* -------------------------------------
Browser：IE11 over
-------------------------------------
01:共通
02:テンプレート
03:ページ
-------------------------------------*/

/** ================================================================================
  01.共通
================================================================================ **/
/* -------------------------------------
レイアウト
-------------------------------------*/
.w980 {
  width: 980px;
  margin: 0px auto;
}
section {
  /*	margin: 60px auto;*/
}
.block {
  display: block;
}
img {
  border: 0;
  vertical-align: top;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .w980 {
    width: 100%;
    margin: 0px auto;
  }
  .sp90p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section {
  }
}

/* -------------------------------------
セクション
-------------------------------------*/
body main {
  overflow: hidden;
  padding-top: 151px;
  /*	padding-bottom: 30px;*/
  /*	min-width: 1000px;*/
}
/*
body section,
body aside{
	padding: 1px 0;
    position: relative;
  z-index: 1;
}
*/

@media screen and (max-width: 768px) {
  body main {
    padding-top: 60px;
    /*
		padding-bottom: 3.5vw;
*/
  }
  body section {
    width: 100%;
  }
  section.sp100vw {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  section .sp100vw {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  body#top main {
    padding-top: 46px;
  }
  body#gyousyu main {
    padding-top: 83px;
  }
}

/* -------------------------------------
文字
-------------------------------------*/
.kozuka {
  /*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans JP",
    sans-serif;
}
.hiragino {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.mplus {
  font-family: "M PLUS 1p", sans-serif;
}
.fw-800 {
  font-weight: 800;
}

/* -------------------------------------
カラー
-------------------------------------*/
/* マーカー線・黄色 */
.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75%, transparent),
    color-stop(75%, #ffff00)
  );
  background: linear-gradient(transparent 75%, #ffff00 75%);
  font-weight: bold;
}

.yellow {
  color: #ffff00;
}
.blue {
  color: #00509d;
}
.red {
  color: #bc2221;
}
.green {
  color: #008442;
}
.orange {
  color: #e94709;
}

/* -------------------------------------
背景色
-------------------------------------*/
.bg-blue {
  background-color: #c8e6fa;
}
.bg-white {
  background-color: #fff;
}

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

/* -------------------------------------
margin
-------------------------------------*/
.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 20px;
  }
}

/* -------------------------------------
タイトル
-------------------------------------*/
/*titA*/
.titA {
  text-align: center;
  margin: 20px auto;
  /*
    display: flex;
    justify-content: center;
*/
}

.titA dl dt {
  background-color: #00509d;
  border-radius: 50%;
  color: white;
  width: 87px;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.375em;
  font-weight: 500;
  margin: 0px auto 15px;
}
.titA dl dd {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
}
.titA p {
  font-size: 0.93em;
  font-weight: normal;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

/*titB*/
.titB {
  background-color: #00509d;
  color: white;
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  padding: 12px 10px;
}
.titB span::before {
  content: "";
  display: block;
  margin-bottom: -10px;
  background-image: url(../images/titb-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin: 0 auto;
}

/*titC*/
.titC {
  text-align: center;
}
.titC span {
  font-size: 1.625em;
  font-weight: bold;
  border: 1px solid #000;
  background-color: white;
  display: inline-block;
  padding: 6px 26.5px;
}

/*titD*/
.titD {
  background-color: #00509d;
  color: white;
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.75em;
  font-weight: 500;
  border-radius: 11px;
  min-width: 181px;
  text-align: center;
}

/*titE*/
.titE {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 5px 0px;
  font-size: 1.56em;
  font-weight: bold;
}
.titE span {
  font-size: 1.2em;
}

/*titF*/
.titF {
  position: relative;
  text-align: center;
  font-size: 1.875em;
  font-weight: bold;
}
.titF span {
  background-color: white;
  padding: 0px 30px;
  z-index: 1;
}
.titF:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-top: solid 1px #1e1e1e;
  border-bottom: solid 1px #1e1e1e;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  /*titA*/
  .titA dl dt {
    width: 65px;
    height: 65px;
    font-size: 1.125em;
    margin: 0px auto 15px;
  }
  .titA dl dd {
    font-size: 1.125em;
    line-height: 1.4;
  }
  .titA p {
    font-size: 0.93em;
    width: 100%;
    margin-top: 5px;
  }

  .titB {
    font-size: 1.375em;
    padding: 10px 10px;
  }
  .titB span::before {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .titC span {
    font-size: 1.375em;
    padding: 6px 26.5px;
  }
  .titD {
    padding: 4px 6px;
    font-size: 1.125em;
    min-width: 181px;
  }
  .titE {
    padding: 5px 0px;
    font-size: 1.187em;
    line-height: 1.3;
  }
  .titF {
    font-size: 1.125em;
  }
  .titF span {
    padding: 0px 15px;
  }
}

/* -------------------------------------
btn
-------------------------------------*/
.btnA {
  border: 1px solid #000;
  padding: 7.5px;
  background-color: white;
  font-size: 1.625em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 10px;
  min-width: 324px;
}
.btnA span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: -3px;
}
.btnA span em {
  font-size: 15px;
}

.btnB {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffab00),
    to(#ff0000)
  );
  background: linear-gradient(#ffab00, #ff0000);
  color: white;
  font-weight: 500;
  font-size: 20px;
  padding: 13px 10px;
  border: 4px solid white;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
  min-width: 324px;
  -webkit-box-shadow: 3px 4px 0px 0 rgb(181 179 178);
  box-shadow: 3px 4px 0px 0 rgb(181 179 178);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnB::after {
  content: url(../images/btn-icon.png);
  margin-left: 10px;
}

.btnB:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff0000),
    to(#ffab00)
  );
  background: linear-gradient(#ff0000, #ffab00);
}

.btnC {
  background-color: #000;
  color: white;
  width: 400px;
  height: 60px;
  border-color: black;
  font-size: 1.19em;
  font-weight: bold;
  border: 2px solid #000;
  cursor: pointer;
}
.btnC:hover {
  background-color: white;
  color: #000;
}

.btnD {
  background-color: #e5e5e5;
  padding: 30px 5% 40px;
  font-size: 1.25em;
  display: inline-block;
  text-align: center;
  min-width: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnD .wrap {
  border: 2px solid #000;
  padding: 16px 5%;
  background-color: white;
  width: 660px;
}
.btnD .wrap strong {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnD .wrap a {
  font-size: 1.3em;
  margin-left: 10px;
}
.btnD .wrap span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .btnA {
    font-size: 1.625em;
    min-width: 80%;
    margin: 0;
  }
  .btnA span {
    font-size: 14px;
  }
  .btnA span em {
    font-size: 15px;
  }
  .btnB {
    font-size: 1.125em;
    min-width: 80%;
    margin: 10px 0 0;
  }
  .btnB::after {
    margin-left: 5px;
  }
  .btnC {
    width: 90%;
  }
  .btnD {
    padding: 20px 5% 20px;
    min-width: 100%;
  }
  .btnD .wrap {
    padding: 10px 5%;
    width: 100%;
  }
  .btnD .wrap strong {
    display: block;
    font-size: 18px;
  }
}

/* -------------------------------------
header
-------------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 9999999999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 13px 0px 0px;
}
header h1 {
  font-size: 11px;
  padding-left: calc((100% - 980px) / 2);
  margin-bottom: 5px;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*	min-height: 150px;*/
  padding-left: calc((100% - 980px) / 2);
  padding-right: calc((100% - 980px) / 2);
  min-width: 980px;
}
header .inner #mobile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  margin-top: -6px;
}
header .inner #mobile-head .logo {
  text-align: center;
  margin-right: 60px;
}
header .inner #mobile-head .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 13px 0 0;
}
header .inner #mobile-head .wrap .tel {
  margin-right: 7px;
}
header .inner #mobile-head .wrap .tel a {
  color: #bc2221;
  font-weight: bold;
  font-size: 1.875em;
  font-size: 33px;
}
header .inner #mobile-head .wrap .tel span {
  display: block;
  margin-top: -6px;
  font-size: 15px;
}
header .inner #mobile-head .wrap .btn {
}
header nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 0;
}
header nav ol li {
  border-right: 1px solid #000;
}
header nav ol li:first-child {
  border-left: 1px solid #000;
}
header nav ol li a {
  display: block;
  padding: 0 20px;
  font-size: 0.875em;
}
header nav ol li a:hover {
  color: #00509d;
}

@media screen and (max-width: 768px) {
  header {
    z-index: 999999;
    position: relative;
  }
  header h1 {
    margin: 2px 0px 0;
    font-size: 0.6rem;
    display: none;
  }
  header .inner {
    min-height: 100%;
    background-color: white;
    display: block;
    min-width: 100%;
  }
  header .inner #mobile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    margin-top: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  header .inner #mobile-head .logo {
    text-align: left;
    margin-right: 0px;
    display: block;
    top: 10px;
  }
  header .logo img {
    width: auto;
    height: 40px;
  }
  header .inner #mobile-head .wrap {
    margin: 0 63px 0 0;
  }
  header .inner #mobile-head .wrap .tel {
    margin-right: 3px;
  }
  header ol.menu3 {
    font-size: 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    background-color: #c8e6fa;
    padding: 10px 5px 20px;
  }
  header ol.menu3 li {
    margin: 12px auto;
    border: none;
  }
  header ol.menu3 li:first-child {
    border: none;
  }
  header .tel .sp a {
    background: #0e7f3f;
    width: 60px;
    height: 60px;
    /*
        background-image: url(../images/tel-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
  }
  header .tel .sp a img {
    width: 30px;
  }
  header .btn .sp a {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffab00),
      to(#ff0000)
    );
    background: linear-gradient(#ffab00, #ff0000);
    width: 60px;
    height: 60px;
    /*
        background-image: url(../images/tel-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
  }
  header .btn .sp a img {
    width: 40px;
  }
}

/*ハンバーガーメニュー↓*/
#top-head.fixed .logo {
  font-size: 1.6em;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle strong {
  color: #fff;
  font-size: 0.6em;
  position: absolute;
  top: 33px;
}

@media screen and (max-width: 768px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 999999999;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #333;
    font-size: 1.4em;
    /*		width: 100%;*/
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -496px;
    background: #fff;
    width: 100%;
    text-align: center;
    /*		padding: 10px 0;*/
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1.2em;
    display: block;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 100%;
    margin: 0px 0 5px;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav-toggle {
    display: block;
    background: #134c8f;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  #nav-toggle div {
    /* position: relative; */
    width: 30px;
    position: absolute;
    top: 29%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/* -------------------------------------
footer
-------------------------------------*/
footer {
  border-top: 1px solid;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 668px;
  margin: 20px auto 40px;
}
footer .logo .copyright {
  font-size: 10px;
  margin-top: 5px;
}
footer dl dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}
footer dl dd {
  font-size: 0.93em;
}

@media screen and (max-width: 768px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 20px auto 20px;
  }
  footer .logo {
    margin-top: 20px;
  }
  footer dl dt {
    font-size: 1.125em;
  }
  footer dl dd {
    margin-top: -2px;
  }
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  background: #000;
}
.fixed_footer a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.fixed_footer a img {
  height: 30px;
}
.fixed_footer a.tel {
  background: #0e7f3f;
}
.fixed_footer a.btn {
  background: linear-gradient(#ffab00, #ff0000);
}
.fixed_footer a.line {
  background: #06c755;
}
.fixed_footer a.line svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

/* -------------------------------------
hero
-------------------------------------*/
.hero .top {
  background-image: url(../images/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}
.hero .top picture {
  text-align: center;
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .hero .top {
    width: 100%;
    height: auto;
    background: none;
  }
  .hero .top picture {
    padding-top: 0px;
  }
  .hero .top picture img {
    width: 100%;
    height: auto;
  }
}

/* -------------------------------------
youtube
-------------------------------------*/
.youtube {
  width: 972px;
  margin: 0 auto;
}
.youtube p {
  width: 100%;
  height: 0px;
  margin: 30px auto 20px;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.youtube p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube {
    width: 90%;
  }
}

/* -------------------------------------
sec01
-------------------------------------*/
.sec01 {
  padding: 54px 5% 67px;
  margin: 17px auto 0;
}
.sec01 > div {
  width: 820px;
  border-radius: 8px;
  margin: 0 auto;
  padding: 19px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec01 h2 {
  font-weight: 800;
  font-size: 1.875em;
  color: white;
  background-color: #00509d;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 6.5px;
  line-height: 1.133;
  padding: 11px 52px;
  position: relative;
  margin-bottom: 17px;
}
.sec01 h2::before {
  content: url(../images/tit-icon.png);
  position: absolute;
  left: 50%;
  bottom: -17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec01 h2::after {
  /*    content: url(../images/tit-img.png);*/
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/tit-img.png);
  height: 130px;
  width: 130px;
}
.sec01 ul {
  margin: 24px auto 27px;
}
.sec01 ul li + li {
  margin-top: 37px;
}
.sec01 ul li dl dt span {
  background-color: #00509d;
  font-size: 1.25em;
  font-weight: 500;
  color: white;
  padding: 3.5px 20px;
}
.sec01 ul li dl dt em {
  font-size: 1.5em;
  font-weight: bold;
  color: #bc2221;
  margin-left: 10px;
}
.sec01 ul li dl dd {
  margin: 15px 0;
  font-size: 0.875em;
}
.sec01 .features {
  text-align: center;
  border-top: 2px solid #00509d;
  border-bottom: 2px solid #00509d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 0 22px;
  margin-bottom: 44px;
}
.sec01 .features span {
  font-size: 1.25em;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 5% 30px;
  }
  .sec01 > div {
    width: 100%;
    padding: 19px 5% 0;
  }
  .sec01 h2 {
    font-size: 1.25em;
    padding: 11px 62px 11px 42px;
  }
  .sec01 h2::before {
  }
  .sec01 h2::after {
    right: -32px;
    content: "";
    height: 80px;
    width: 80px;
    background-size: contain;
  }
  .sec01 ul {
    margin: 10px auto 20px;
  }
  .sec01 ul li + li {
    margin-top: 20px;
  }
  .sec01 ul li dl dt span {
    font-size: 1em;
    padding: 3px 10px;
  }
  .sec01 ul li dl dt em {
    font-size: 1.125em;
    margin-left: 0px;
    margin-top: 7px;
    display: block;
    line-height: 1.3;
  }
  .sec01 ul li dl dd {
    margin: 3px 0 10px;
    font-size: 0.94em;
  }
  .sec01 .features {
    font-size: 1.125em;
    line-height: 1.3;
    padding: 10px 0 10px;
    margin-bottom: 19px;
  }
  .sec01 .features span {
  }
}

/* -------------------------------------
contact
-------------------------------------*/
.contact {
  background-image: url(../images/contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.contact .wrap {
  margin: 0 auto;
  width: 980px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 35px 10px;
  border-radius: 10.5px;
}
.contact h3 {
  text-align: center;
  border-top: 3px solid #00509d;
  border-bottom: 3px solid #00509d;
  padding: 12px 10px;
}
.contact h3 em {
  font-size: 1.31em;
  line-height: 40px;
}
.contact h3 span {
  font-size: 1.22em;
}
.contact h3 strong {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
.contact .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  margin: 20px auto;
}
.contact .text span {
  font-size: 1.25em;
}
.contact .text span.mt3 {
  margin-top: 3;
  display: inline-block;
}
.contact .btn-g {
  margin: 20px auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact .line {
  background: #06c755;
}
.contact .line svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  vertical-align: top;
  fill: #fff;
}
.contact .line::after {
  display: none;
}
.contact .line:hover {
  color: #06c755;
  background: #fff;
  border-color: #06c755;
}
.contact .line:hover svg {
  fill: #06c755;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 5%;
  }
  .contact .wrap {
    margin: 0 auto;
    width: 100%;
    padding: 20px 5%;
  }
  .contact h3 {
    border-top: 3px solid #00509d;
    border-bottom: 3px solid #00509d;
    padding: 10px;
  }
  .contact h3 em {
    font-size: 1.05em;
    line-height: 1.35;
  }
  .contact h3 span {
    font-size: 1.2em;
  }
  .contact h3 strong {
    font-size: 15px;
    margin-top: 10px;
  }
  .contact .text {
    font-size: 1.125em;
    margin: 10px auto;
  }
  .contact .text span {
    font-size: 1.11em;
  }
  .contact .text span.mt3 {
    display: inline;
  }
  .contact .btn-g {
    margin: 20px auto;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* -------------------------------------
sec05
-------------------------------------*/
.sec05 .wrap {
  padding: 37px 0 37px;
}
.sec05 .titC {
  font-size: 1em;
}
.sec05 .tit {
  color: #e94709;
  font-size: 1.875em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin: 31px auto 10px;
}
.sec05 .tit span {
  font-size: 1.53em;
}
.sec05 .other-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 966px;
  margin: 0 auto;
}
.sec05 .other-logo ul li {
  width: 25%;
  margin-bottom: 10px;
}
.sec05 .other-logo ul li figure {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec05 .wrap {
    padding: 30px 5% 20px;
  }
  .sec05 .tit {
    font-size: 1.25em;
    margin: 10px auto 10px;
  }
  .sec05 .tit span {
    font-size: 1.53em;
  }
  .sec05 .other-logo ul {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec05 .other-logo ul li {
    width: 47%;
  }
  .sec05 .other-logo ul li figure img {
    width: 100%;
  }
}

/* -------------------------------------
sec07
-------------------------------------*/
.sec07 .example {
  padding: 52px 0 103px;
}
.sec07 .detail {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 71px;
}
.sec07 .example-list .titD {
  font-size: 1.25em;
  border-radius: 11px;
  margin-bottom: 21px;
  padding: 8px 5px;
  min-width: 201px;
}
.sec07 .example-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec07 .example-list ul li {
  width: 48%;
  text-align: center;
  margin: 20px 0 41px;
}

@media screen and (max-width: 768px) {
  .sec07 .example {
    padding: 20px 5% 60px;
  }
  .sec07 .detail {
    font-size: 1.125em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sec07 .example-list .titD {
    font-size: 1em;
    border-radius: 11px;
    min-width: 100%;
    margin-bottom: 10px;
    padding: 5px 3px;
  }
  .sec07 .example-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec07 .example-list ul li {
    width: 48%;
    text-align: center;
    margin: 10px 0;
  }
  .sec07 .example-list ul li figure img {
    width: 100%;
  }
}

/* -------------------------------------
申込みとチラシ搬入の流れ
-------------------------------------*/
.step dl {
  text-align: center;
  margin: 40px auto 70px;
}
.step dl dt {
  height: 40px;
  width: 40px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  text-align: center;
  /*    line-height: 40px;*/
  font-size: 1.56em;
  font-weight: bold;
  margin: 0 auto 22px;
}
.step dl dd {
  font-size: 1.56em;
  font-weight: bold;
  line-height: 1.12;
}
.step dl dd span {
  display: block;
  margin-top: 12px;
}
.step dl dd p {
  font-weight: normal;
  font-size: 0.6em;
  margin-top: 8px;
  line-height: 1.33;
}

@media screen and (max-width: 768px) {
  .step dl {
    margin: 20px auto 30px;
    padding: 0 5%;
  }
  .step dl dt {
    height: 40px;
    width: 40px;
    font-size: 1.56em;
    margin: 0 auto 10px;
  }
  .step dl dd {
    font-size: 1.12em;
    line-height: 1.4;
  }
  .step dl dd span {
    margin-top: 0px;
  }
  .step dl dd p {
    font-size: 0.83em;
    margin-top: 8px;
    line-height: 1.33;
  }
}

/* -------------------------------------
sec09
-------------------------------------*/
.sec09 {
  padding: 55px 0 71px;
}
.sec09 .bg-white {
  width: 820px;
  border-radius: 8px;
  margin: 0px auto;
}
.sec09 > div {
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec09 h2 {
  font-weight: 800;
  font-size: 1.875em;
  color: white;
  background-color: #00509d;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  line-height: 1.133;
  padding: 10px 40px;
  position: relative;
  min-width: 560px;
  margin-bottom: 18px;
}
.sec09 h2::before {
  content: url(../images/tit-icon.png);
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec09 ul {
  margin: 24px auto 41px;
}
.sec09 ul li + li {
  margin-top: 37px;
}
.sec09 ul li dl dt span {
  background-color: #00509d;
  font-size: 1.25em;
  font-weight: 500;
  color: white;
  padding: 3.5px 20px;
}
.sec09 ul li dl dt em {
  font-size: 1.5em;
  font-weight: bold;
  color: #bc2221;
  margin-left: 10px;
}
.sec09 ul li dl dd {
  margin: 15px 0;
  font-size: 0.875em;
  position: relative;
  /*    text-indent: -1em;*/
  padding-left: 2em;
}
.sec09 ul li dl dd::before {
  content: "A";
  color: #bc2221;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.sec09 ul li dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: 30px 5% 30px;
  }
  .sec09 .bg-white {
    width: 100%;
    margin: 0px auto;
  }
  .sec09 > div {
    width: 100%;
    padding: 20px 5%;
  }
  .sec09 h2 {
    font-size: 1.25em;
    min-width: 100%;
  }
  .sec09 h2::after {
  }
  .sec09 ul {
    margin: 10px auto 0px;
  }
  .sec09 ul li + li {
    margin-top: 20px;
  }
  .sec09 ul li dl dt span {
    font-size: 14px;
    padding: 3px 10px;
  }
  .sec09 ul li dl dt em {
    font-size: 1.125em;
    margin-left: 0px;
    margin-top: 7px;
    display: block;
    line-height: 1.3;
  }
  .sec09 ul li dl dd {
    margin: 3px 0 10px;
    font-size: 0.94em;
  }
}

/* -------------------------------------
sec10
-------------------------------------*/
.sec10 form {
  text-align: left;
  width: 900px;
  margin: 26px auto 61px;
  background-color: white;
}
.sec10 table {
  width: 900px;
  text-align: left;
}
.sec10 table tr {
  padding: 20px;
  border-top: 2px dotted #808080;
}
.sec10 table tr:last-child {
  border-bottom: 2px dotted #808080;
}
.sec10 table tr th {
  background-color: #e5e5e5;
  padding: 20px 25px;
  width: 246px;
  position: relative;
  font-size: 16px;
  /*	vertical-align: baseline;*/
}
.sec10 table tr th em {
  font-size: 0.93em;
}
.sec10 table tr th .must {
  background-color: #bc2221;
  padding: 2.5px 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 0.87em;
  border: none;
  background-image: none;
  border-radius: 0;
}
.sec10 table tr th .nmust {
  background-color: #fff;
  color: #787878;
}
.sec10 table tr td {
  padding: 20px 20px;
  font-size: 14px;
}
.sec10 table tr td i {
  margin-right: 5px;
  font-weight: 1.25em;
  font-weight: bold;
}
.sec10 table tr td em {
  margin-left: 10px;
}
.sec10 table .text1 {
  font-weight: bold;
  margin-bottom: 15px;
}
.sec10 table tr td p {
  margin-top: 5px;
}
.sec10 table tr td p + p {
  margin-top: -1px;
}
.sec10 table tr td p b {
  color: #be3d53;
}
.sec10 .titf {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.sec10 .wrapper {
  /*	padding: 10px 10px;*/
  text-align: center;
}
.sec10 dl dt {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px dotted #646464;
  padding: 18px 0 12px;
}
.sec10 dl dt::before {
  content: "●";
  margin-right: 5px;
}
.sec10 dl dd {
  padding: 16px 0;
}
.sec10 dl dd .titf2 {
  font-weight: bold;
  clear: both;
}
.sec10 dl dd ul {
  margin: 10px 0 10px;
}
.sec10 dl dd ul li strong {
  font-weight: normal;
  min-width: 150px;
}
.sec10 dl dd ul li:first-child strong {
  min-width: 50px;
}
.sec10 dl dd ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec10 dl dd ul li .text5 {
  margin-top: 15px;
}
.sec10 dl dd ul li strong,
.sec10 dl dd ul li p {
  float: left;
}
.sec10 .mr20 {
  margin-left: 20px;
}
.sec10 .privacy {
  text-align: center;
  margin: 33px auto 30px;
}
.sec10 .privacy strong {
  font-size: 0.875em;
  line-height: 1.857;
}
.sec10 .privacy .text {
  text-align: right;
  margin: 30px auto;
}
.sec10 .privacy .text span {
  font-size: 0.875em;
  margin: 0px 0 6px;
  display: inline-block;
}
.sec10 .privacy .text .kojin {
  overflow: hidden;
  overflow-y: scroll;
  height: 200px;
  border: 1px solid #000;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.sec10 .privacy .text .kojin h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: bold;
}
.sec10 .privacy .text .kojin ul {
  margin-bottom: 50px;
}
.sec10 .privacy .text .kojin ul > li {
  margin: 4px auto;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.sec10 .privacy .text .kojin ul > li ol li {
  text-indent: -1em;
  margin-left: 1.5em;
}
.sec10 .privacy .text .kojin a:not([href^="tel"]) {
  text-decoration: underline;
}
.sec10 .privacy .privacy-check {
  background-color: #e5e5e5;
  margin: 0px 0 30px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}
.sec10 input {
  border: 1px solid #808080;
  padding: 10px;
}
.sec10 input.size {
  width: 90%;
}
.sec10 select {
  height: 37px;
  padding: 3px;
  width: 90%;
}
.sec10 .inputbox {
  width: 90%;
  height: 134px;
  padding: 10px;
}
.sec10 label + label {
  margin: 0 0 0 20px;
}
.mailform {
  font-size: 16px;
}
.sec10 dl.tdl dt {
  font-size: 1em;
  font-weight: bold;
  border-bottom: none;
  padding: 0px 0 5px;
}
.sec10 dl.tdl dt::before {
  content: none;
  margin-right: 0px;
}
.sec10 dl.tdl dd {
  padding: 0px 0 16px;
}
.sec10 dl.tdl dd:last-child {
  padding: 0px 0 0px;
}
.sec10 form#mailformpro .mfp_element_text,
.sec10 form#mailformpro .mfp_element_number,
.sec10 form#mailformpro .mfp_element_select-one,
.sec10 form#mailformpro .mfp_element_email,
.sec10 form#mailformpro .mfp_element_tel,
.sec10 form#mailformpro .mfp_element_textarea,
.sec10 form#mailformpro .mfp_element_date,
.sec10 form#mailformpro .mfp_element_password {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec10 form#mailformpro .mfp_element_textarea {
  width: 90% !important;
  height: 134px !important;
  border: 1px solid #808080;
}
.sec10 form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}
.sec10 form#mailformpro .mfp_element_submit {
  border-radius: 0px;
  text-shadow: none;
  background: #000;
}
.sec10 form#mailformpro .mfp_element_submit:hover {
  text-shadow: none;
  background: #fff;
  color: #000;
}
.sec10 form#mailformpro label.mfp_checked {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .sec10 .tit4 {
    font-size: 1.46em;
    margin-bottom: 12.5px;
  }
  .sec10 {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .sec10 .tit .titB {
    padding: 10px 10px;
    font-size: 20px;
  }
  .sec10 .tit p {
    font-size: 0.875em;
    margin-top: 10px;
    padding: 0 5%;
  }
  .sec10 .wrap {
    padding: 0 5%;
  }
  .sec10 table {
    width: 100%;
  }
  .sec10 form {
    width: 100%;
    margin: 7.5px auto;
  }
  .sec10 table tr {
    display: block;
    padding: 0;
  }
  .sec10 table tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .sec10 table tr td {
    display: block;
    padding: 10px 0;
  }
  .sec10 .inputbox {
    width: 100%;
    height: 100px;
  }
  .sec10 table tr th .must {
    padding: 1px 5px;
    right: 10px;
    font-size: 0.87em;
  }
  .sec10 .wrapper {
    padding: 20px 0px;
  }
  .sec10 .titf {
    font-size: 1.25em;
    line-height: 1.4;
  }
  .sec10 dl dt {
    font-size: 1.06em;
    padding: 9px 0 6px;
    line-height: 1.4;
  }
  .sec10 dl dd {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec10 dl dd ul li .text5 {
    margin-top: 7px;
  }
  .sec10 .privacy {
    margin: 16px auto 21px;
  }
  .sec10 .privacy strong {
    font-size: 0.875em;
    line-height: 1.3;
  }
  .sec10 .privacy .text {
    text-align: right;
    margin: 20px auto;
  }
  .sec10 .privacy .privacy-check {
    background-color: #e5e5e5;
    margin: 0px 0 30px;
    padding: 10px;
    line-height: 1.4;
  }
  .sec10 .privacy .privacy-check label {
    white-space: normal !important;
  }
  .sec10 dl dd ul li strong {
    min-width: 100%;
  }

  .sec10 dl dd ul li:first-child strong {
    min-width: 50px;
  }
  .sec10 input.size {
    width: 100%;
    max-width: 100%;
    height: 40px;
    /*        font-size: 14px;*/
  }
  .sec10 dl dd ul li {
    display: block;
  }
  .sec10 dl dd ul {
    margin: 10px 0 10px;
  }
  .sec10 label + label {
    margin: 5px 0 0 0px;
  }
  .sec10 table tr td p {
    margin-top: 5px;
  }
  .sec10 table tr th.nbb {
    border-bottom: none;
    padding: 5px 10px;
  }

  .sec10 table tr td.nbb {
    border-bottom: none;
    padding: 10px;
  }
  .sec10 form#mailformpro .mfp_element_textarea {
    width: 100% !important;
    height: 100px !important;
  }
  .sec10 form#mailformpro .mfp_element_all {
    max-width: 100%;
  }
  .sec10 table#mfp_confirm_table {
    width: 100%;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    white-space: normal !important;
  }
}

/*【とぐる】*/
.sec10 .menu__item {
  /*	background: #e8e8e8;*/
  color: #fff;
  /*	cursor: pointer;*/
  display: block;
  /*	margin-bottom: 20px;*/
  margin-top: 15px;
  font-size: 1em;
}
/*
.icon strong{
	padding: 0.1rem 0.5rem 1.2rem;
}
*/
.sec10 .menu__item span {
  display: block;
  color: #000;
  font-size: 0.6em;
}
.sec10 .menu__item__link {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.sec10 .menu__item__link b {
  font-size: 0.93em;
  font-weight: bold;
}
.sec10 .menu__item__link:after {
  content: url(../images/btn-icon01.png);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
}
.sec10 .menu__item__link.on:after {
  content: url(../images/btn-icon02.png);
}
.sec10 .submenu {
  background: #fff;
  display: none;
}
.sec10 .submenu__item {
  border-top: 1px solid #fff;
  color: #000;
  font-size: 0.76em;
  position: relative;
}

/*【とぐる↑】*/
.sec10 #open {
  background: #fff;
  display: block;
}
.sec10 #open2:after {
  /*	background: #d9ecec;*/
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 70%;
  width: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*	border: 1px solid;*/
  color: #8d783d;
}
.sec10 #open2.on:after {
  content: "\f067";
}
.sec10 .tit2 {
  margin: 60px 0 40px;
  width: 100%;
}
.sec10 .tit2 em {
  position: absolute;
  right: 40px;
  font-size: 0.53em;
  color: #000;
  top: 40%;
}

@media screen and (max-width: 768px) {
  .sec10 .tit2 {
    margin: 30px 0 20px;
  }
  .sec10 .tit2 em {
    right: 20px;
  }
  .sec10 .menu__item__link {
    line-height: 1.6;
    padding: 10px 20px 10px 20px;
    width: 90%;
  }
  .sec10 #open2:after,
  .sec10 .menu__item__link:after {
    right: 10px;
  }
  .sec10 .submenu__item {
    color: #000;
    padding: 5px 10px 15px 10px;
    font-size: 0.88em;
  }
  .sec10 .menu__item {
    font-size: 1.13em;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .sec10 .menu__item__link::before {
    width: 30px;
    height: 30px;
    line-height: 26px;
    left: 10px;
    top: 10px;
  }
  .sec10 .submenu__item::before {
    width: 30px;
    height: 30px;
    line-height: 26px;
    left: 10px;
    top: 10px;
  }
  .sec10 .menu__item__link b:after {
    top: 80%;
  }
  .sec10 select {
    width: 100%;
    height: 40px;
  }
}

/* -------------------------------------
thanksページ
-------------------------------------*/
.thanks {
  text-align: center;
  margin: 30px auto;
}
.thanks h3 {
  margin: 60px auto 30px;
  font-size: 22px;
  text-align: center;
}
.thanks h3 span {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #464646;
  font-size: 22px;
}
.thanks .btnC {
  margin: 40px auto 60px;
  display: inline-block;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 0 5%;
  }
  .thanks h3 {
    margin: 30px auto 30px;
    font-size: 22px;
    text-align: center;
  }
  .thanks .btnC {
    margin: 20px auto;
    display: inline-block;
    line-height: 60px;
    width: 80%;
  }
}
