@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  counter-reset: followupnum;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
  }
}

@media screen and (max-width: 799px) {
  html, body {
    width: 100%;
    height: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  word-break: break-all;
  line-height: 1.8;
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

iframe {
  vertical-align: top;
}

.u-font--m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-font--shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.u-color--pink {
  color: #df739c;
}

.u-color--yellow {
  color: #ffee00;
}

.t-c {
  text-align: center;
}

/* ==========================================================================
 layout
============================================================================*/
#l-wrapper {
  /*セクション２　土地活用変更*/
}

#l-wrapper .l-section__w {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  #l-wrapper .l-section__w {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .l-header__inner {
    display: flex;
    width: 1080px;
    justify-content: space-between;
    padding: 30px 0;
    margin: 0 auto;
  }
  #l-wrapper .l-header__inner nav {
    display: flex;
  }
  #l-wrapper .l-header__inner nav .mail {
    text-align: center;
    background: url(../img/hd-mail.png) no-repeat left 10px top 18px;
    background-color: #021f4b;
    line-height: 3.5;
    margin-left: 15px;
  }
  #l-wrapper .l-header__inner nav .mail a {
    color: #fff;
    display: block;
    padding-left: 65px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .l-header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: solid #444 1px;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
  }
  #l-wrapper .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #l-wrapper .l-header__inner__logo {
    width: 60%;
    padding-left: 3px;
    padding-top: 3px;
  }
  #l-wrapper .l-header__inner nav {
    display: flex;
  }
  #l-wrapper .l-header__inner nav p a {
    background-color: #021f4b;
    display: block;
    margin-right: 10px;
    padding: 11px 10px;
  }
  #l-wrapper .l-header__inner nav p.sp-tel {
    text-align: center;
  }
  #l-wrapper .l-header__inner nav p.sp-tel img {
    width: 70%;
  }
  #l-wrapper .l-header__inner nav p.sp-mail img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-main .c-main {
    margin-top: 70px;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec-main .c-main {
    width: 100%;
    height: 950px;
    background: url(../img/mainbg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom 0 left;
  }
}

#l-wrapper .sec-main .c-main div {
  margin-left: 35%;
  padding-top: 7%;
}

#l-wrapper .sec-main .c-main div p {
  margin-bottom: 20px;
}

#l-wrapper .sec-main .c-main div h1 {
  margin-bottom: 40px;
}

#l-wrapper .sec-main div > img {
  width: 100%;
  margin-bottom: 20px;
}

#l-wrapper .sec1 ul {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec1 ul {
    font-size: 22px;
  }
}

#l-wrapper .sec1 ul li {
  background: #021f4b;
  position: relative;
  margin-bottom: 20px;
}

#l-wrapper .sec1 ul li p {
  position: absolute;
  top: 33%;
  left: 45%;
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec1 ul li:nth-child(2n) div {
    text-align: right;
  }
  #l-wrapper .sec1 ul li:nth-child(2n) p {
    left: 20%;
  }
}

#l-wrapper .sec1 > div {
  width: 100%;
}

#l-wrapper .sec1 > div > img {
  width: 100%;
}

#l-wrapper .sec-con1 .box1 {
  padding-top: 80px;
  position: relative;
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec-con1 .box1 {
    padding-left: 330px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1 {
    padding: 40px 10px 120px;
  }
}

#l-wrapper .sec-con1 .box1::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/person1.png) no-repeat;
  left: 0;
  bottom: 0;
  width: 302px;
  height: 273px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1::after {
    width: 180px;
    height: 165px;
    background-size: contain;
    bottom: -2px;
  }
}

#l-wrapper .sec-con1 .box1 p.t-1 {
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1 p.t-1 {
    font-size: 18px;
  }
}

#l-wrapper .sec-con1 .box1 p.t-2 {
  font-size: 20px;
  padding-bottom: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1 p.t-2 {
    font-size: 16px;
  }
}

#l-wrapper .sec-con1 .box1 p.t-2 img {
  margin-right: 10px;
  margin-top: -5px;
}

#l-wrapper .sec-con1 .box1 p.con-tel {
  padding-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1 p.con-tel {
    width: 80%;
  }
}

#l-wrapper .sec-con1 .box1 h2 {
  font-size: 37px;
  font-weight: bold;
  padding-bottom: 40px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box1 h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

#l-wrapper .sec-con1 .box2 {
  background: url(../img/con1-bg.jpg) repeat-x;
  padding: 35px 0;
}

#l-wrapper .sec-con1 .box2 > div {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box2 > div {
    width: 100%;
  }
}

#l-wrapper .sec-con1 .box2 > div::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/con1-pamphlet.png) no-repeat;
  right: 0;
  top: -70px;
  width: 426px;
  height: 414px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box2 > div::after {
    width: 100px;
    height: 100px;
    background-size: contain;
    right: 30px;
    top: -95px;
  }
}

#l-wrapper .sec-con1 .box2 > div p {
  width: 580px;
  padding: 5px 0;
  background: #a2537c;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box2 > div p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 20px;
  }
}

#l-wrapper .sec-con1 .box2 > div h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box2 > div h3 {
    font-size: 22px;
    padding: 0 10px;
  }
}

#l-wrapper .sec-con1 .box2 > div h3 span {
  border-bottom: solid 4px #dacc21;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con1 .box2 > div div {
    text-align: center;
  }
  #l-wrapper .sec-con1 .box2 > div div img {
    width: 70%;
  }
}

#l-wrapper .sec2 .l-section__w {
  position: relative;
}

#l-wrapper .sec2 .l-section__w h2 {
  font-size: 58px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-top: 90px;
  margin-top: 90px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w h2 {
    margin-top: 50px;
    padding-top: 30px;
  }
}

#l-wrapper .sec2 .l-section__w h2::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec2-question.png) no-repeat;
  left: 0;
  top: -10px;
  width: 144px;
  height: 161px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w h2::before {
    width: 80px;
    height: 90px;
    background-size: cover;
    left: 10px;
  }
}

#l-wrapper .sec2 .l-section__w h2::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec2-question.png) no-repeat;
  right: 0;
  top: -10px;
  width: 144px;
  height: 161px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w h2::after {
    width: 80px;
    height: 90px;
    background-size: cover;
    right: 10px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w h2 {
    font-size: 23px;
    padding-left: 0;
    text-align: center;
  }
}

#l-wrapper .sec2 .l-section__w h2 span.u-font--size {
  font-size: 70px;
  color: #005eae;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w h2 span.u-font--size {
    font-size: 28px;
  }
}

#l-wrapper .sec2 .l-section__w ul {
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec2 .l-section__w ul {
    width: 900px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w ul {
    padding: 0 20px 50px 20px;
    margin-bottom: 50px;
  }
}

#l-wrapper .sec2 .l-section__w ul::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec2-arrow.png) no-repeat;
  left: 50%;
  bottom: 0;
  width: 201px;
  height: 57px;
  margin-left: -100px;
}

#l-wrapper .sec2 .l-section__w ul li {
  border: #2676ba solid 4px;
  font-size: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w ul li {
    font-size: 18px;
  }
}

#l-wrapper .sec2 .l-section__w ul li span {
  width: 100%;
  padding: 10px;
  border: #7dacd5 solid 4px;
  display: block;
  position: relative;
  padding-left: 100px;
}

#l-wrapper .sec2 .l-section__w ul li span::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec2-check.png) no-repeat;
  left: 20px;
  top: 50%;
  width: 46px;
  height: 42px;
  margin-top: -21px;
}

#l-wrapper .sec2 .l-section__w p {
  text-align: center;
  padding-left: 160px;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec2 .l-section__w p {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}

#l-wrapper .sec3 .box1 {
  background: url(../img/sec3-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 {
    padding: 30px 0 30px;
  }
}

#l-wrapper .sec3 .box1 > div {
  width: 950px;
  margin: 0 auto;
  background: #ffffc6;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div {
    width: 100%;
    padding-top: 10px;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec3 .box1 > div::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/sec3-person.png) no-repeat;
    left: -140px;
    bottom: -50px;
    width: 327px;
    height: 487px;
  }
}

#l-wrapper .sec3 .box1 > div h3 {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div h3 {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
}

#l-wrapper .sec3 .box1 > div h2 {
  font-size: 45px;
  line-height: 1;
  text-align: right;
  padding-right: 30px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div h2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div h2 img {
    width: 50%;
  }
}

#l-wrapper .sec3 .box1 > div h2 span {
  font-size: 60px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div h2 span {
    font-size: 25px;
  }
}

#l-wrapper .sec3 .box1 > div div {
  background: #595757;
  margin: 20px 30px 30px;
}

#l-wrapper .sec3 .box1 > div div p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div div p {
    font-size: 20px;
  }
}

#l-wrapper .sec3 .box1 > div > p {
  padding: 0 60px 20px 230px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box1 > div > p {
    padding: 0 20px 20px;
  }
}

#l-wrapper .sec3 .box2 h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.3;
  font-weight: bold;
  padding: 50px 0;
  background: #c9ced3;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 {
    padding: 25px 0;
    line-height: 1;
  }
}

#l-wrapper .sec3 .box2 h2 span.position {
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 span.position {
    font-size: 18px;
  }
}

#l-wrapper .sec3 .box2 h2 span.position::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bef1.png) no-repeat;
  left: -255px;
  bottom: 5px;
  width: 157px;
  height: 65px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 span.position::before {
    left: -90px;
    top: 20px;
    width: 70px;
    height: 30px;
    background-size: contain;
  }
}

#l-wrapper .sec3 .box2 h2 span.position::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/af1.png) no-repeat;
  right: -170px;
  bottom: 5px;
  width: 157px;
  height: 65px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 span.position::after {
    right: -90px;
    top: 20px;
    width: 70px;
    height: 30px;
    background-size: contain;
  }
}

#l-wrapper .sec3 .box2 h2 span.f-s1 {
  font-size: 58px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 span.f-s1 {
    font-size: 21px;
  }
}

#l-wrapper .sec3 .box2 h2 span.f-s2 {
  font-size: 45px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 h2 span.f-s2 {
    font-size: 16px;
  }
}

#l-wrapper .sec3 .box2 > div {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec3 .box2 > div::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/sec3-icon.png) no-repeat;
    left: 20px;
    top: 0;
    width: 117px;
    height: 194px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-1 {
  width: 600px;
  margin: 70px 60px 70px auto;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-1 {
    width: 100%;
    margin: 40px 0;
  }
}

#l-wrapper .sec3 .box2 > div .box2-1 .text1 {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-1 .text1 {
    font-size: 18px;
    padding-left: 10px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-1 .text2 {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: solid 1px #231815;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-1 .text2 {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-1 .text3 {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-1 dl {
    font-size: 15px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec3 .box2 > div .box2-2 {
    margin-bottom: 100px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 h3 {
  background: #3e3a39;
  font-size: 25px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 h3 {
    font-size: 18px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 ul {
    margin: 20px 5px 0;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 ul li.sec3-b img {
  display: inline-block;
  padding-top: 15px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 ul li.sec3-b img {
    padding: 6px 5px 0;
    height: 8px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 h4 {
    font-size: 20px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 h4 span.f-size-1 {
  font-size: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 h4 span.f-size-1 {
    font-size: 30px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 h4 span.f-size-2 {
  font-size: 120px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 h4 span.f-size-2 {
    font-size: 50px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 div {
  background: #df739c;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-around;
  padding-top: 10px;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 div {
    display: block;
    text-align: center;
    padding-right: 80px;
    padding-left: 10px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 div::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec3-1-4.png) no-repeat;
  right: 10px;
  top: -90px;
  width: 133px;
  height: 103px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 div::after {
    top: 32px;
    width: 80px;
    height: 63px;
    background-size: contain;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 div p.text1 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 div p.text1 {
    font-size: 18px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 div p.text2 {
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 div p.text2 {
    font-size: 40px;
    padding-top: 10px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-2 div p.text2 span {
  font-size: 120px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-2 div p.text2 span {
    font-size: 60px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 h3 {
  background: #3e3a39;
  font-size: 25px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 h3 {
    font-size: 18px;
    margin-top: 80px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 ul {
    margin: 20px 5px 0;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 ul li.sec3-b img {
  display: inline-block;
  padding-top: 15px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 ul li.sec3-b img {
    padding: 6px 5px 0;
    height: 8px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 h4 {
    font-size: 20px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 h4 span.f-size-1 {
  font-size: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 h4 span.f-size-1 {
    font-size: 30px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 h4 span.f-size-2 {
  font-size: 120px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 h4 span.f-size-2 {
    font-size: 65px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 div {
  background: #df739c;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-around;
  padding-top: 10px;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 div {
    display: block;
    text-align: center;
    padding-right: 80px;
    padding-left: 10px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 div::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec3-2-4.png) no-repeat;
  right: 10px;
  top: -90px;
  width: 133px;
  height: 103px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 div::after {
    top: 20px;
    width: 80px;
    height: 63px;
    background-size: contain;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 div p.text1 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 div p.text1 {
    font-size: 18px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 div p.text2 {
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 div p.text2 {
    font-size: 40px;
  }
}

#l-wrapper .sec3 .box2 > div .box2-3 div p.text2 span {
  font-size: 120px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec3 .box2 > div .box2-3 div p.text2 span {
    font-size: 60px;
  }
}

#l-wrapper .sec-con2 {
  background: url(../img/con1-bg.jpg) repeat-x;
  background-size: cover;
  margin-bottom: 100px;
  margin-top: 70px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}

#l-wrapper .sec-con2 > div .box1 {
  border-bottom: solid 1px #fff;
}

#l-wrapper .sec-con2 > div .box1 h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box1 h2 {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
  }
}

#l-wrapper .sec-con2 > div .box1 p {
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box1 p {
    margin: 0 auto;
    width: 80%;
  }
}

#l-wrapper .sec-con2 > div .box2 {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box2 {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec-con2 > div .box2::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/con2-person.png) no-repeat;
    left: -40px;
    bottom: 0;
    width: 287px;
    height: 346px;
  }
}

#l-wrapper .sec-con2 > div .box2::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/con2-pamphlet.png) no-repeat;
  right: 0;
  top: -180px;
  width: 198px;
  height: 246px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box2::before {
    width: 110px;
    height: 140px;
    background-size: contain;
    top: -230px;
  }
}

#l-wrapper .sec-con2 > div .box2 p {
  font-size: 15px;
  color: #fff;
  padding-right: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box2 p {
    text-align: center;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec-con2 > div .box2 div {
    width: 70%;
    margin: 0 auto;
  }
}

#l-wrapper .sec4 {
  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 {
    margin-bottom: 60px;
  }
}

#l-wrapper .sec4 .box1 > p {
  text-align: right;
  padding-right: 60px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 > p {
    margin: 50px 0 10px;
    padding: 0 30px;
  }
}

#l-wrapper .sec4 .box1 div {
  width: 780px;
  margin: 90px 0 0 auto;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div {
    width: 100%;
    margin-top: 0;
    padding-top: 220px;
  }
}

#l-wrapper .sec4 .box1 div::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec4-person.png) no-repeat;
  left: -300px;
  top: -50px;
  width: 283px;
  height: 318px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div::after {
    left: 110px;
    top: 0;
    width: 190px;
    height: 215px;
    background-size: contain;
  }
}

#l-wrapper .sec4 .box1 div h2 {
  font-size: 38px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div h2 {
    font-size: 20px;
    text-align: center;
  }
}

#l-wrapper .sec4 .box1 div h2 img {
  padding-top: 30px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div h2 img {
    width: 40%;
    padding-top: 5px;
  }
}

#l-wrapper .sec4 .box1 div h2 span {
  font-size: 55px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div h2 span {
    font-size: 25px;
  }
}

#l-wrapper .sec4 .box1 div p.text1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  padding-top: 30px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div p.text1 {
    font-size: 18px;
    padding: 30px 10px 0 10px;
  }
}

#l-wrapper .sec4 .box1 div h3 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  padding-top: 15px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div h3 {
    font-size: 20px;
    padding: 15px 10px 0 10px;
  }
}

#l-wrapper .sec4 .box1 div h3 span {
  font-size: 58px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div h3 span {
    font-size: 24px;
  }
}

#l-wrapper .sec4 .box1 div p.text2 {
  font-size: 17px;
  padding-top: 40px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 div p.text2 {
    font-size: 14px;
    padding: 20px 10px 0 10px;
  }
}

#l-wrapper .sec4 .box1 ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 ul {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

#l-wrapper .sec4 .box1 ul li {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box1 ul li {
    width: 45%;
    padding-bottom: 20px;
  }
}

#l-wrapper .sec4 .box1 ul li img {
  padding-bottom: 5px;
}

#l-wrapper .sec4 .box2 {
  background: #c9ced3;
}

#l-wrapper .sec4 .box2 h2 {
  text-align: center;
  font-size: 45px;
  padding-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 h2 {
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 0;
  }
}

#l-wrapper .sec4 .box2 h2 span.f-size1 {
  font-size: 58px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 h2 span.f-size1 {
    font-size: 32px;
  }
}

#l-wrapper .sec4 .box2 h2 span.position {
  position: relative;
}

#l-wrapper .sec4 .box2 h2 span.position::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bef1.png) no-repeat;
  left: -170px;
  bottom: 5px;
  width: 157px;
  height: 65px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 h2 span.position::before {
    left: 10px;
    top: -50px;
    width: 70px;
    height: 30px;
    background-size: contain;
  }
}

#l-wrapper .sec4 .box2 h2 span.position::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/af1.png) no-repeat;
  right: -170px;
  bottom: 5px;
  width: 157px;
  height: 65px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 h2 span.position::after {
    right: 10px;
    top: -50px;
    width: 70px;
    height: 30px;
    background-size: contain;
  }
}

#l-wrapper .sec4 .box2 dl {
  width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  border-bottom: dotted 1px #000;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 dl {
    width: 100%;
  }
}

#l-wrapper .sec4 .box2 dl:last-of-type {
  border-bottom: none;
}

#l-wrapper .sec4 .box2 dl dt {
  color: #021f4b;
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 dl dt {
    font-size: 18px;
  }
}

#l-wrapper .sec4 .box2 dl dt span {
  font-size: 55px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 dl dt span {
    font-size: 28px;
  }
}

#l-wrapper .sec4 .box2 dl dt span.point {
  color: #fff;
  display: inline-block;
  background: #021f4b;
  border-radius: 80px;
  font-size: 48px;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 dl dt span.point {
    font-size: 20px;
    width: 30px;
    margin: 0 10px;
  }
}

#l-wrapper .sec4 .box2 dl dd {
  font-size: 18px;
  margin-left: 80px;
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec4 .box2 dl dd {
    font-size: 14px;
    margin: 0 10px;
  }
  #l-wrapper .sec4 .box2 dl dd span {
    color: #ce5788;
  }
}

#l-wrapper .sec5 {
  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 {
    margin-bottom: 40px;
  }
}

#l-wrapper .sec5 > p {
  width: 1080px;
  text-align: right;
  margin: 0 auto;
  padding-right: 120px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > p {
    width: 100%;
    margin: 50px 0;
    padding: 0 30px;
    text-align: center;
  }
}

#l-wrapper .sec5 > div {
  background: #c9ced3;
  margin-top: 100px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div {
    margin-top: 60px;
  }
}

#l-wrapper .sec5 > div > div {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div {
    width: 100%;
  }
}

#l-wrapper .sec5 > div > div .box1 {
  width: 810px;
  margin: 0 0 0 auto;
  padding-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 180px;
  }
}

#l-wrapper .sec5 > div > div .box1::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sec5-person.png) no-repeat;
  left: -300px;
  top: -90px;
  width: 297px;
  height: 324px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1::after {
    left: 110px;
    top: -45px;
    width: 190px;
    height: 200px;
    background-size: contain;
  }
}

#l-wrapper .sec5 > div > div .box1 p {
  font-size: 38px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 p {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 p img {
    width: 45%;
  }
}

#l-wrapper .sec5 > div > div .box1 h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 h2 {
    font-size: 20px;
    text-align: center;
  }
}

#l-wrapper .sec5 > div > div .box1 h2 span.text1 {
  font-size: 58px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 h2 span.text1 {
    font-size: 28px;
  }
}

#l-wrapper .sec5 > div > div .box1 h2 span.text2 {
  font-size: 80px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div .box1 h2 span.text2 {
    font-size: 30px;
  }
}

#l-wrapper .sec5 > div > div dl {
  width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
  border-bottom: dotted 1px #000;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div dl {
    width: 100%;
  }
}

#l-wrapper .sec5 > div > div dl:last-of-type {
  border-bottom: none;
}

#l-wrapper .sec5 > div > div dl dt {
  color: #021f4b;
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div dl dt {
    font-size: 18px;
  }
}

#l-wrapper .sec5 > div > div dl dt span {
  font-size: 55px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div dl dt span {
    font-size: 28px;
  }
}

#l-wrapper .sec5 > div > div dl dt span.point {
  color: #fff;
  display: inline-block;
  background: #021f4b;
  border-radius: 80px;
  font-size: 48px;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div dl dt span.point {
    font-size: 20px;
    width: 30px;
    margin: 0 10px;
  }
}

#l-wrapper .sec5 > div > div dl dd {
  font-size: 18px;
  margin-left: 80px;
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec5 > div > div dl dd {
    font-size: 14px;
    margin: 0 10px;
  }
  #l-wrapper .sec5 > div > div dl dd span {
    color: #ce5788;
  }
}

#l-wrapper .sec6 h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#l-wrapper .sec6 h2 img {
  padding: 0 10px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 h2 img {
    width: 45%;
  }
}

#l-wrapper .sec6 h2 span.u-font--sizel {
  font-size: 1.2em;
}

#l-wrapper .sec6 div ul {
  font-weight: bold;
  color: #fff;
}

#l-wrapper .sec6 div ul li {
  background: #021f4b;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div ul li div.pic {
    width: 80%;
  }
}

#l-wrapper .sec6 div ul li div.text {
  position: absolute;
  top: 33%;
  left: 45%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div ul li div.text {
    top: 20%;
    left: 5%;
  }
}

#l-wrapper .sec6 div ul li div.text h3 {
  font-size: 36px;
  padding-bottom: 40px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div ul li div.text h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

#l-wrapper .sec6 div ul li div.text p {
  font-size: 20px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div ul li div.text p {
    font-size: 14px;
  }
}

#l-wrapper .sec6 div ul li:nth-child(2n) div.picleft {
  text-align: right;
  margin: 0 0 0 auto;
}

#l-wrapper .sec6 div ul li:nth-child(2n) div.text {
  left: 20%;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div ul li:nth-child(2n) div.text {
    left: 5%;
  }
}

#l-wrapper .sec6 div p.sec6-icon {
  text-align: right;
  width: 1080px;
  margin: 0 auto;
  padding-right: 80px;
  padding-top: 100px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec6 div p.sec6-icon {
    margin: 50px 0;
    padding: 0 40px;
    width: 100%;
  }
}

#l-wrapper .sec7 .box1 {
  position: relative;
}

@media screen and (min-width: 800px) {
  #l-wrapper .sec7 .box1::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/person1.png) no-repeat;
    left: 30px;
    width: 302px;
    height: 273px;
    top: -130px;
  }
}

#l-wrapper .sec7 .box1 div {
  width: 700px;
  margin: 0 0 0 auto;
  line-height: 1;
  margin-top: 170px;
  margin-bottom: 58px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box1 div {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

#l-wrapper .sec7 .box1 div p {
  font-size: 30px;
  padding-bottom: 15px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box1 div p {
    font-size: 18px;
    padding-left: 10px;
  }
}

#l-wrapper .sec7 .box1 div h2 {
  font-size: 40px;
  letter-spacing: -5px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box1 div h2 {
    font-size: 24px;
    letter-spacing: 0;
    padding-left: 10px;
  }
}

#l-wrapper .sec7 .box2 {
  background: url(../img/con1-bg.jpg);
  padding: 60px 0;
}

#l-wrapper .sec7 .box2-wrap {
  width: 1080px;
  background: #fff;
  box-shadow: 5px 5px 4px -7px #000000;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap {
    width: 100%;
    padding-bottom: 0;
  }
}

#l-wrapper .sec7 .box2-wrap-1 {
  background: url(../img/sec7-bg1.jpg) no-repeat;
  height: 360px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-1 {
    background-size: cover;
    height: 230px;
  }
}

#l-wrapper .sec7 .box2-wrap-1 h3 {
  font-size: 42px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding: 100px 0 30px 440px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-1 h3 {
    padding: 0;
    font-size: 24px;
    padding-top: 120px;
    padding-left: 10px;
  }
}

#l-wrapper .sec7 .box2-wrap-1 p {
  font-size: 21px;
  padding-left: 440px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-1 p {
    padding: 0;
    font-size: 16px;
    padding-top: 0;
    padding-left: 10px;
  }
}

#l-wrapper .sec7 .box2-wrap-2 {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-2 {
    margin: 20px 0;
  }
}

#l-wrapper .sec7 .box2-wrap-3 {
  background: url(../img/sec7-bg2.jpg) no-repeat;
  height: 330px;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-3 {
    width: 100%;
    background-size: cover;
    height: 125px;
  }
}

#l-wrapper .sec7 .box2-wrap-3 p {
  padding: 40px 0 40px 70px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-3 p {
    padding: 0;
    width: 40%;
    padding: 10px 0 10px 10px;
  }
}

#l-wrapper .sec7 .box2-wrap-3 h3 {
  padding-left: 70px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec7 .box2-wrap-3 h3 {
    padding-left: 10px;
    font-size: 20px;
  }
}

#l-wrapper .sec8 {
  /*アコーディオン*/
}

#l-wrapper .sec8 h2 {
  font-size: 25px;
  color: #fff;
  background: #595757;
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 h2 {
    font-size: 20px;
  }
}

#l-wrapper .sec8 .box-m {
  padding: 30px 0;
  border-bottom: solid 1px #808080;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 .box-m {
    padding: 0;
  }
}

#l-wrapper .sec8 .box-m:last-of-type {
  border-bottom: none;
}

#l-wrapper .sec8 .box-m .accordion_1 {
  padding-top: 10px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 .box-m .accordion_1 {
    padding: 10px 10px 0;
  }
}

#l-wrapper .sec8 .button {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 60px;
  color: #595757;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 .button {
    font-size: 16px;
    padding-left: 50px;
  }
}

#l-wrapper .sec8 .button:after {
  display: block;
  content: "";
  background: url(../img/off.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 .button:after {
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 10px;
    left: 10px;
  }
}

#l-wrapper .sec8 .button.active:after {
  display: block;
  content: "";
  background: url(../img/on.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 799px) {
  #l-wrapper .sec8 .button.active:after {
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 10px;
    left: 10px;
  }
}

#l-wrapper #sec-form {
  margin-top: 100px;
}

#l-wrapper #sec-form h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #595757;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form h2 {
    font-size: 20px;
  }
}

#l-wrapper #sec-form h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 30px 0;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form h3 {
    font-size: 18px;
    padding: 20px 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox {
    padding: 0 10px;
  }
}

#l-wrapper #sec-form .formbox .c-red {
  color: red;
}

#l-wrapper #sec-form .formbox .text1 {
  padding: 30px 0;
}

#l-wrapper #sec-form .formbox table {
  width: 100%;
  border: solid 1px #808080;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table tbody {
    display: block;
    width: 100%;
  }
}

#l-wrapper #sec-form .formbox table tr {
  width: 100%;
  border-bottom: solid #808080 1px;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table tr {
    display: block;
    width: 100%;
  }
}

#l-wrapper #sec-form .formbox table tr th {
  width: 30%;
  font-size: 17px;
  padding-left: 20px;
  text-align: left;
  background: #c9ced3;
  vertical-align: middle;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table tr th {
    display: block;
    width: 100%;
  }
}

#l-wrapper #sec-form .formbox table tr td {
  width: 70%;
  padding: 10px;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table tr td {
    display: block;
    width: 100%;
  }
}

#l-wrapper #sec-form .formbox table tr td input[type="text"], #l-wrapper #sec-form .formbox table tr td textarea, #l-wrapper #sec-form .formbox table tr td input[type="email"], #l-wrapper #sec-form .formbox table tr td input[type="tel"] {
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox table tr td input[type="text"], #l-wrapper #sec-form .formbox table tr td textarea, #l-wrapper #sec-form .formbox table tr td input[type="email"], #l-wrapper #sec-form .formbox table tr td input[type="tel"] {
    padding: 10px 5px;
  }
}

#l-wrapper #sec-form .formbox input[type="submit"], #l-wrapper #sec-form .formbox input[type="button"] {
  display: inline-block;
  width: 250px;
  margin: 40px 10px 10px;
  border: 1px solid #000;
  padding: 10px 40px;
  box-sizing: border-box;
  transition: all 300ms 0s ease;
  position: relative;
  font-size: 1.1em;
  color: #fff;
  border-radius: 25px;
  background: url(../img/arrow.png) no-repeat right 20px top 15px;
  background-color: #021f4b;
}

@media screen and (max-width: 799px) {
  #l-wrapper #sec-form .formbox input[type="submit"], #l-wrapper #sec-form .formbox input[type="button"] {
    margin: 20px 10px 30px;
  }
}

#l-wrapper #sec-form .formbox input[type="button"] {
  background: url(../img/arrow-b.png) no-repeat left 20px top 15px;
  background-color: #021f4b;
}

#l-wrapper footer div {
  width: 1080px;
  margin: 100px auto 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  .pc {
    display: none !important;
  }
}

form table input[type="text"], form table textarea, form table input[type="email"], form table input[type="tel"] {
  padding: 7px 5px;
  font-size: 1em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}

@media screen and (min-width: 800px) {
  form table td input[type="text"], form table td textarea, form table td input[type="email"], form table td input[type="tel"] {
    padding: 10px !important;
  }
}

.wpcf7-select {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1em;
}

@media screen and (max-width: 799px) {
  .form-btn-group {
    display: flex;
  }
}

@media screen and (max-width: 799px) {
  .wpcf7c-btn-confirm {
    width: 100% !important;
  }
}
