body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  background: #ffe600; }

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt"; }

header,
section,
navi,
footer {
  display: block; }

a,
ins {
  text-decoration: none; }

address,
em,
cite,
dfn,
var {
  font-style: normal; }

input,
textarea {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"; }

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

a img {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 165%;
  letter-spacing: 0.05em;
  color: #222; }

h1,
h2,
h3,
h4 {
  font-weight: normal; }

a {
  color: #222; }

li {
  list-style: none; }

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important; }

br.pcn {
  display: none; }
  @media screen and (max-width: 540px) {
    br.pcn {
      display: block; } }

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

.table {
  display: table; }
  .table .t-tr {
    display: table-row; }
    .table .t-tr .t-th,
    .table .t-tr .t-td {
      display: table-cell; }

@media screen and (max-width: 540px) {
  .onlyPC {
    display: none; } }

.onlySP {
  display: none; }
  @media screen and (max-width: 540px) {
    .onlySP {
      display: initial; } }

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s; }

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1); }

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s; }

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
  @media screen and (max-width: 480px) {
    .delay1 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }
  @media screen and (max-width: 480px) {
    .delay2 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }
  @media screen and (max-width: 480px) {
    .delay3 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }
  @media screen and (max-width: 480px) {
    .delay4 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s; }
  @media screen and (max-width: 480px) {
    .delay5 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
  transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
    .hnavi_btn {
      display: block; } }
  .hnavi_btn.active {
    right: 300px; }
    @media screen and (max-width: 400px) {
      .hnavi_btn.active {
        right: calc(100% - 80px); } }

.menu-button {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  background: #ffe600;
  right: 0;
  top: 0;
  z-index: 100000; }
  .menu-button i {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background: #000;
    transition: background 0.5s;
    position: absolute;
    right: 10px;
    top: 22px; }
    .menu-button i:before, .menu-button i:after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      border-radius: 3px;
      background: #000;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important; }
    .menu-button i:before {
      transform: translateY(8px); }
    .menu-button i:after {
      transform: translateY(-8px); }

.hnavi_btn.active .menu-button i {
  background: none; }
  .hnavi_btn.active .menu-button i:after {
    transform: translateY(0px) rotate(-45deg); }
  .hnavi_btn.active .menu-button i:before {
    transform: translateY(0px) rotate(45deg); }

body {
  height: 100%; }

.header {
  height: 640px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header {
      height: 480px;
      padding: 0 30px; } }
  @media screen and (max-width: 540px) {
    .header {
      height: 320px;
      padding: 0 10px; } }
  .header .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .header .slide .slick-list,
    .header .slide .slick-track {
      height: 100%; }
    .header .slide li {
      width: 100%;
      height: 100%; }
      .header .slide li.slide1 {
        background: url("../img/spmv01.jpg") no-repeat center bottom;
        background-size: cover; }
        @media screen and (min-width: 541px) {
          .header .slide li.slide1 {
            background: url("../img/mv_bg1.jpg") no-repeat center bottom;
            background-size: cover; } }
      .header .slide li.slide2 {
        background: url("../img/spmv02.jpg") no-repeat center bottom;
        background-size: cover; }
        @media screen and (min-width: 541px) {
          .header .slide li.slide2 {
            background: url("../img/mv_bg2.jpg") no-repeat center bottom;
            background-size: cover; } }
      .header .slide li.slide3 {
        background: url("../img/spmv03.jpg") no-repeat center bottom;
        background-size: cover; }
        @media screen and (min-width: 541px) {
          .header .slide li.slide3 {
            background: url("../img/mv_bg3.jpg") no-repeat center bottom;
            background-size: cover; } }
  .header .main_ttl {
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 540px) {
      .header .main_ttl {
        max-width: 400px; } }
  .header .gnavi {
    position: absolute;
    top: 13px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .header .gnavi {
        display: none; } }
    .header .gnavi ul {
      background: #ffe600;
      width: 400px;
      height: 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
      .header .gnavi ul li {
        font-size: 12px;
        font-weight: bold; }
        .header .gnavi ul li:first-of-type:after {
          content: "|";
          margin: 0 15px; }
        .header .gnavi ul li a {
          transition: all 0.3s ease; }
          .header .gnavi ul li a:hover {
            color: #00884c; }
  .header .spnav {
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    background: #ffe600;
    height: 100%;
    padding-top: 25px;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.3s ease; }
    .header .spnav.active {
      padding-left: 20px;
      width: 300px; }
      @media screen and (max-width: 400px) {
        .header .spnav.active {
          width: calc(100% - 80px); } }
    .header .spnav ul li {
      white-space: nowrap;
      margin-bottom: 27px; }
      .header .spnav ul li a {
        background: url("../img/spnav_arrow.png") no-repeat left center;
        background-size: 21px 7px;
        padding-left: 28px;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 360px) {
          .header .spnav ul li a {
            font-size: 13px;
            letter-spacing: 0.04em; } }

.commingsoon1 {
  background: #00884c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  height: 130px;
  position: relative;
  z-index: 120; }
  @media screen and (max-width: 1400px) {
    .commingsoon1 {
      padding: 0 60px; } }
  @media screen and (max-width: 1000px) {
    .commingsoon1 {
      height: 100px; } }
  @media screen and (max-width: 767px) {
    .commingsoon1 {
      height: auto;
      padding: 10px 15%;
      display: block;
      text-align: center; } }
  @media screen and (max-width: 540px) {
    .commingsoon1 {
      margin-bottom: 20px;
      padding: 0 15% 5px; } }
  .commingsoon1 .txt {
    display: flex;
    align-items: center;
    height: 94px; }
    @media screen and (max-width: 1400px) {
      .commingsoon1 .txt {
        width: 50%;
        padding-top: 15px;
        height: 80px; } }
    @media screen and (max-width: 767px) {
      .commingsoon1 .txt {
        width: 340px;
        height: auto;
        margin: 0 auto 10px; } }
    @media screen and (max-width: 540px) {
      .commingsoon1 .txt {
        width: 250px; } }
    .commingsoon1 .txt img {
      align-self: flex-start;
      font-size: 0; }
      @media screen and (max-width: 1000px) {
        .commingsoon1 .txt img {
          width: 70%; } }
      @media screen and (max-width: 767px) {
        .commingsoon1 .txt img {
          width: 100%; } }
    .commingsoon1 .txt:after {
      content: "";
      display: block;
      width: 215px;
      height: 3px;
      background: #fff;
      margin-left: 18px;
      margin-right: 3px;
      margin-bottom: 4px; }
      @media screen and (max-width: 1000px) {
        .commingsoon1 .txt:after {
          width: 30%; } }
      @media screen and (max-width: 767px) {
        .commingsoon1 .txt:after {
          display: none; } }
  .commingsoon1 .img {
    margin-top: -26px;
    margin-bottom: -26px;
    margin-right: -130px; }
    @media screen and (max-width: 1400px) {
      .commingsoon1 .img {
        margin-right: -70px;
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .commingsoon1 .img {
        width: 360px;
        margin: 0 auto; } }
    @media screen and (max-width: 540px) {
      .commingsoon1 .img {
        width: 270px; } }

.kunimi_bukken1 {
  background: #fff;
  padding: 85px 20px;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .kunimi_bukken1 {
      padding: 60px 20px 40px; } }
  .kunimi_bukken1 .kunimi_bukken_ttl {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    background: url("../img/kunimi_bukken_ttl_bg.png") no-repeat center bottom;
    background-size: 550px;
    padding-bottom: 27px;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .kunimi_bukken1 .kunimi_bukken_ttl {
        font-size: 34px;
        background-size: 450px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 540px) {
      .kunimi_bukken1 .kunimi_bukken_ttl {
        font-size: 22px;
        background-size: 300px;
        padding-bottom: 13px;
        margin-bottom: 30px; } }
    .kunimi_bukken1 .kunimi_bukken_ttl i {
      position: absolute;
      top: -50px;
      right: calc(50% + 265px); }
      @media screen and (max-width: 767px) {
        .kunimi_bukken1 .kunimi_bukken_ttl i {
          right: auto;
          left: 0;
          width: 110px; } }
      @media screen and (max-width: 540px) {
        .kunimi_bukken1 .kunimi_bukken_ttl i {
          width: 80px;
          top: -40px; } }
  .kunimi_bukken1 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 70px; }
    @media screen and (max-width: 540px) {
      .kunimi_bukken1 ul {
        display: block;
        padding: 0 20px;
        margin-bottom: 40px; } }
    .kunimi_bukken1 ul li {
      width: 340px;
      margin-right: 35px; }
      @media screen and (max-width: 540px) {
        .kunimi_bukken1 ul li {
          width: 100%;
          text-align: center;
          margin-right: 0;
          margin-bottom: 20px; }
          .kunimi_bukken1 ul li img {
            width: 340px; } }
      .kunimi_bukken1 ul li:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        .kunimi_bukken1 ul li.cs {
          display: none; } }
  .kunimi_bukken1 a {
    transition: all 0.3s ease; }
    .kunimi_bukken1 a:hover {
      opacity: 0.5; }
  .kunimi_bukken1 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009a5e;
    box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.2);
    max-width: 480px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.28em;
    color: #fff;
    margin: 0 auto; }
    @media screen and (max-width: 540px) {
      .kunimi_bukken1 .btn a {
        font-size: 16px;
        letter-spacing: 0.16em; } }

.fukidashi {
  border: 3px solid #222;
  background: #efebdf;
  border-radius: 20px;
  line-height: 1;
  padding: 34px 0 39px;
  display: flex;
  align-items: baseline;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .fukidashi {
      border-radius: 10px;
      border: 2px solid #222; } }
  .fukidashi.fukidashil:after {
    content: "";
    background: url("../img/fukidashiarrowl.png") no-repeat;
    background-size: 28px 21px;
    width: 28px;
    height: 21px;
    position: absolute;
    left: -20px;
    top: 55px; }
    @media screen and (max-width: 767px) {
      .fukidashi.fukidashil:after {
        top: 34px;
        background-size: 20px;
        width: 20px;
        height: 16px; } }
    @media screen and (max-width: 540px) {
      .fukidashi.fukidashil:after {
        background-size: 14px 10px;
        width: 14px;
        height: 10px;
        left: -10px;
        top: 32px; } }
  .fukidashi.fukidashir:after {
    content: "";
    background: url("../img/fukidashiarrowr.png") no-repeat;
    background-size: 28px 21px;
    width: 28px;
    height: 21px;
    position: absolute;
    right: -20px;
    top: 55px; }
    @media screen and (max-width: 767px) {
      .fukidashi.fukidashir:after {
        background-size: 20px;
        width: 20px;
        height: 16px; } }
    @media screen and (max-width: 540px) {
      .fukidashi.fukidashir:after {
        background-size: 14px 10px;
        width: 14px;
        height: 10px; } }
  .fukidashi.fukidashit:after {
    content: "";
    background: url("../img/fukidashiarrowt.png") no-repeat;
    background-size: 34px 21px;
    width: 34px;
    height: 21px;
    position: absolute;
    left: calc(50% - 17px);
    top: -13px; }
    @media screen and (max-width: 767px) {
      .fukidashi.fukidashit:after {
        background-size: 28px;
        width: 28px;
        height: 17px;
        left: calc(50% - 14px); } }
    @media screen and (max-width: 540px) {
      .fukidashi.fukidashit:after {
        background-size: 20px;
        width: 20px;
        height: 15px;
        left: calc(50% - 10px);
        top: -7px; } }

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .inner {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
      box-sizing: border-box; } }
  @media screen and (max-width: 540px) {
    .inner {
      padding-left: 15px;
      padding-right: 10px; } }

.point_box {
  position: relative; }
  .point_box .box {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .point_box .box {
        border-radius: 10px; } }
  .point_box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: url("../img/bg.png") repeat;
    background-size: 9px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .point_box:after {
        right: -6px;
        bottom: -6px; } }
  .point_box .icon {
    position: absolute;
    top: -29px;
    left: -37px;
    z-index: 50; }
    @media screen and (max-width: 767px) {
      .point_box .icon {
        width: 90px;
        top: -24px;
        left: -30px; } }
    @media screen and (max-width: 540px) {
      .point_box .icon {
        width: 60px;
        top: -12px;
        left: -17px; } }

.sec_ttl {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .sec_ttl {
      font-size: 26px; } }
  .sec_ttl:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #222;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 40px); }
    @media screen and (max-width: 767px) {
      .sec_ttl:after {
        width: 50px;
        bottom: -20px;
        left: calc(50% - 25px); } }

.sec1 {
  margin-bottom: 105px; }
  .sec1 .inner .geiko1 {
    display: flex;
    align-items: flex-start;
    padding-left: 7px; }
    @media screen and (max-width: 767px) {
      .sec1 .inner .geiko1 {
        align-items: center;
        padding-left: 3px; } }
    .sec1 .inner .geiko1 .img {
      margin-right: 13px; }
      @media screen and (max-width: 767px) {
        .sec1 .inner .geiko1 .img {
          width: 28%;
          max-width: 210px; } }
      @media screen and (max-width: 540px) {
        .sec1 .inner .geiko1 .img {
          width: 100px;
          margin-right: 8px; } }
    .sec1 .inner .geiko1 .fukidashi {
      width: 450px;
      font-size: 24px;
      font-weight: bold;
      margin-top: 65px;
      padding-left: 48px; }
      @media screen and (max-width: 767px) {
        .sec1 .inner .geiko1 .fukidashi {
          width: 70%;
          max-width: 340px;
          margin-top: 0;
          font-size: 20px;
          padding-left: 25px;
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 540px) {
        .sec1 .inner .geiko1 .fukidashi {
          font-size: 14px;
          width: calc(100% - 128px);
          height: 60px;
          padding-left: 24px;
          padding-top: 17px;
          margin-top: 8px;
          font-size: 3vw;
          justify-content: center;
          padding-left: 0; } }
      @media screen and (max-width: 360px) {
        .sec1 .inner .geiko1 .fukidashi {
          width: calc(100% - 108px); } }
      .sec1 .inner .geiko1 .fukidashi span {
        font-size: 40px; }
        @media screen and (max-width: 767px) {
          .sec1 .inner .geiko1 .fukidashi span {
            font-size: 30px; } }
        @media screen and (max-width: 540px) {
          .sec1 .inner .geiko1 .fukidashi span {
            font-size: 21px;
            font-size: 5vw; } }
  .sec1 .inner .geiko_prof {
    width: 540px;
    height: 200px;
    border: 3px solid #fff;
    padding: 32px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 55px;
    margin-top: -27px; }
    @media screen and (max-width: 1200px) {
      .sec1 .inner .geiko_prof {
        width: 50%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .geiko_prof {
        width: 100%;
        margin-top: -15px;
        padding: 24px 18px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 540px) {
      .sec1 .inner .geiko_prof {
        margin-bottom: 10px; } }
    @media screen and (max-width: 375px) {
      .sec1 .inner .geiko_prof {
        padding: 24px 15px; } }
    .sec1 .inner .geiko_prof .name {
      font-size: 19px;
      font-weight: 900;
      margin-bottom: 15px;
      letter-spacing: 0.1em;
      line-height: 1.5; }
      .sec1 .inner .geiko_prof .name .copy {
        font-size: 14px;
        font-weight: bold;
        display: block;
        line-height: 1; }
      .sec1 .inner .geiko_prof .name .kana {
        font-size: 16px; }
    .sec1 .inner .geiko_prof .txt {
      font-size: 14px;
      line-height: 1.8; }
  .sec1 .inner .kunimi_map {
    position: absolute;
    top: 265px;
    right: 30px;
    z-index: 50; }
    @media screen and (max-width: 1200px) {
      .sec1 .inner .kunimi_map {
        width: 38%; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .kunimi_map {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-bottom: 40px; } }
    @media screen and (max-width: 540px) {
      .sec1 .inner .kunimi_map {
        margin-bottom: 35px; }
        .sec1 .inner .kunimi_map img {
          width: 240px; } }
  .sec1 .inner .kunimi_shape {
    position: absolute;
    right: -60px;
    top: 693px; }
    @media screen and (max-width: 1280px) {
      .sec1 .inner .kunimi_shape {
        right: 10px;
        width: 30%; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .kunimi_shape {
        display: none; } }
  .sec1 .inner .point1 {
    width: 640px;
    height: 460px;
    margin-left: 35px; }
    @media screen and (max-width: 1200px) {
      .sec1 .inner .point1 {
        width: 60%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .point1 {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .point1 {
        width: calc(100% - 30px); } }
    .sec1 .inner .point1 .box {
      padding: 30px 30px 0 42px; }
      @media screen and (max-width: 1200px) {
        .sec1 .inner .point1 .box {
          padding-right: 60px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 900px) {
        .sec1 .inner .point1 .box {
          padding-right: 45px; } }
      @media screen and (max-width: 540px) {
        .sec1 .inner .point1 .box {
          padding: 15px 15px 15px 20px; } }
      @media screen and (max-width: 400px) {
        .sec1 .inner .point1 .box {
          padding-right: 10px; } }
      .sec1 .inner .point1 .box .point_ttl {
        font-size: 34px;
        font-weight: 900;
        padding-left: 66px;
        line-height: 1.18;
        color: #00884c;
        margin-bottom: 36px;
        letter-spacing: 0.02em; }
        @media screen and (max-width: 1200px) {
          .sec1 .inner .point1 .box .point_ttl {
            padding-left: 56px; } }
        @media screen and (max-width: 1000px) {
          .sec1 .inner .point1 .box .point_ttl {
            font-size: 28px; } }
        @media screen and (max-width: 767px) {
          .sec1 .inner .point1 .box .point_ttl {
            padding-left: 35px; } }
        @media screen and (max-width: 540px) {
          .sec1 .inner .point1 .box .point_ttl {
            font-size: 18px;
            padding-left: 30px;
            margin-bottom: 20px; } }
      .sec1 .inner .point1 .box .point_copy {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 1px; }
        @media screen and (max-width: 540px) {
          .sec1 .inner .point1 .box .point_copy {
            font-size: 16px; } }
      .sec1 .inner .point1 .box .txt {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.56; }
        @media screen and (max-width: 540px) {
          .sec1 .inner .point1 .box .txt {
            font-size: 14px; } }
        @media screen and (max-width: 400px) {
          .sec1 .inner .point1 .box .txt {
            padding-right: 5px; } }
  .sec1 .inner .tokusan {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
    margin-top: -20px; }
    @media screen and (max-width: 767px) {
      .sec1 .inner .tokusan {
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .sec1 .inner .tokusan {
        margin-top: 20px; } }
    .sec1 .inner .tokusan li {
      margin-right: 15px; }
      @media screen and (max-width: 1200px) {
        .sec1 .inner .tokusan li {
          width: calc(33.33% - 20px); } }
      @media screen and (max-width: 767px) {
        .sec1 .inner .tokusan li {
          width: 31%;
          margin: 0; } }
      @media screen and (max-width: 540px) {
        .sec1 .inner .tokusan li {
          width: 100%;
          margin-bottom: 10px;
          text-align: center; }
          .sec1 .inner .tokusan li img {
            max-width: 230px; } }
      .sec1 .inner .tokusan li:last-of-type {
        margin-right: 0; }

.sec2 {
  background: #00a95f;
  padding-top: 210px;
  padding-bottom: 74px; }
  @media screen and (max-width: 767px) {
    .sec2 {
      padding-top: 180px; } }
  @media screen and (max-width: 540px) {
    .sec2 {
      padding-top: 15px;
      padding-bottom: 30px; } }
  .sec2 .inner .geiko2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    right: 32px;
    position: absolute;
    top: -234px; }
    @media screen and (max-width: 980px) {
      .sec2 .inner .geiko2 {
        padding-left: 30px;
        right: 16px; } }
    @media screen and (max-width: 767px) {
      .sec2 .inner .geiko2 {
        width: calc(100% - 80px);
        top: -204px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 540px) {
      .sec2 .inner .geiko2 {
        position: relative;
        top: auto;
        right: auto;
        width: calc(100% - 30px);
        box-sizing: border-box;
        margin-bottom: -185px; } }
    @media screen and (max-width: 540px) {
      .sec2 .inner .geiko2 {
        padding-left: 0; } }
    .sec2 .inner .geiko2 .fukidashi {
      margin-top: 54px;
      width: 555px;
      padding: 25px 0 25px 48px;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.33;
      margin-right: 38px; }
      @media screen and (max-width: 980px) {
        .sec2 .inner .geiko2 .fukidashi {
          width: calc(100% - 240px);
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 900px) {
        .sec2 .inner .geiko2 .fukidashi {
          width: calc(100% - 180px); } }
      @media screen and (max-width: 767px) {
        .sec2 .inner .geiko2 .fukidashi {
          font-size: 18px;
          padding-left: 25px;
          padding-top: 20px;
          padding-bottom: 20px;
          width: auto;
          margin-right: 20px; } }
      @media screen and (max-width: 540px) {
        .sec2 .inner .geiko2 .fukidashi {
          margin-top: 4px;
          margin-right: 7px;
          font-size: 14px;
          width: 180px;
          box-sizing: border-box;
          padding: 13px 15px; } }
      @media screen and (max-width: 400px) {
        .sec2 .inner .geiko2 .fukidashi {
          width: 100%; } }
      @media screen and (max-width: 360px) {
        .sec2 .inner .geiko2 .fukidashi {
          padding: 8px; } }
      .sec2 .inner .geiko2 .fukidashi .pcn {
        display: none; }
        @media screen and (max-width: 767px) {
          .sec2 .inner .geiko2 .fukidashi .pcn {
            display: block; } }
        @media screen and (max-width: 360px) {
          .sec2 .inner .geiko2 .fukidashi .pcn {
            display: none; } }
      .sec2 .inner .geiko2 .fukidashi span {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .sec2 .inner .geiko2 .fukidashi span {
            font-size: 24px; } }
        @media screen and (max-width: 540px) {
          .sec2 .inner .geiko2 .fukidashi span {
            font-size: 18px; } }
      .sec2 .inner .geiko2 .fukidashi:after {
        right: -20px;
        top: 83px; }
        @media screen and (max-width: 767px) {
          .sec2 .inner .geiko2 .fukidashi:after {
            bottom: 20px;
            top: auto;
            right: -10px; } }
        @media screen and (max-width: 540px) {
          .sec2 .inner .geiko2 .fukidashi:after {
            bottom: 10px; } }
    @media screen and (max-width: 900px) {
      .sec2 .inner .geiko2 .img {
        width: 160px;
        flex-shrink: 0; } }
    @media screen and (max-width: 540px) {
      .sec2 .inner .geiko2 .img {
        width: 112px; } }
  .sec2 .inner .point2 {
    width: 640px;
    min-height: 360px;
    margin-left: 35px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .sec2 .inner .point2 {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 900px) {
      .sec2 .inner .point2 {
        width: calc(100% - 200px);
        min-height: 0; } }
    @media screen and (max-width: 767px) {
      .sec2 .inner .point2 {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 540px) {
      .sec2 .inner .point2 {
        margin-bottom: 25px; } }
    .sec2 .inner .point2:after {
      background: url("../img/bg2.png") repeat;
      background-size: 9px; }
    .sec2 .inner .point2 .box {
      padding: 30px 30px 40px 42px; }
      @media screen and (max-width: 540px) {
        .sec2 .inner .point2 .box {
          padding: 15px 15px 15px 20px; } }
      .sec2 .inner .point2 .box .point_ttl {
        font-size: 34px;
        font-weight: 900;
        padding-left: 66px;
        line-height: 1.18;
        color: #00884c;
        margin-bottom: 36px;
        letter-spacing: 0.02em; }
        @media screen and (max-width: 900px) {
          .sec2 .inner .point2 .box .point_ttl {
            font-size: 28px;
            padding-left: 52px; } }
        @media screen and (max-width: 540px) {
          .sec2 .inner .point2 .box .point_ttl {
            font-size: 18px;
            padding-left: 30px;
            margin-bottom: 20px; } }
      .sec2 .inner .point2 .box .point_copy {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 1px; }
        @media screen and (max-width: 900px) {
          .sec2 .inner .point2 .box .point_copy {
            font-size: 20px; } }
        @media screen and (max-width: 540px) {
          .sec2 .inner .point2 .box .point_copy {
            font-size: 16px; } }
      .sec2 .inner .point2 .box .txt {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.875; }
        @media screen and (max-width: 540px) {
          .sec2 .inner .point2 .box .txt {
            font-size: 14px; } }
  .sec2 .inner .history_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .sec2 .inner .history_img {
        justify-content: space-between; } }
    .sec2 .inner .history_img li {
      margin-right: 20px; }
      @media screen and (max-width: 960px) {
        .sec2 .inner .history_img li {
          width: 49%;
          margin: 0; } }
      @media screen and (max-width: 540px) {
        .sec2 .inner .history_img li {
          width: 70%;
          font-size: 0; } }
      .sec2 .inner .history_img li:last-of-type {
        margin-right: 0; }
        @media screen and (max-width: 540px) {
          .sec2 .inner .history_img li:last-of-type {
            margin-left: auto;
            margin-top: -20px; } }

.sec3 {
  margin-bottom: 70px; }
  @media screen and (max-width: 540px) {
    .sec3 {
      margin-bottom: 40px; } }
  .sec3 .inner .geiko3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -34px;
    padding-left: 90px; }
    @media screen and (max-width: 1200px) {
      .sec3 .inner .geiko3 {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .sec3 .inner .geiko3 {
        display: block;
        text-align: center;
        margin-top: 16px;
        font-size: 0;
        margin-bottom: 50px; } }
    @media screen and (max-width: 540px) {
      .sec3 .inner .geiko3 {
        margin-bottom: 30px; } }
    .sec3 .inner .geiko3 .img {
      margin-right: 34px; }
      @media screen and (max-width: 767px) {
        .sec3 .inner .geiko3 .img {
          height: 182px;
          overflow: hidden;
          margin: 0;
          padding-right: 30px; } }
      @media screen and (max-width: 540px) {
        .sec3 .inner .geiko3 .img {
          height: 120px; } }
      @media screen and (max-width: 900px) {
        .sec3 .inner .geiko3 .img img {
          width: 120px; } }
      @media screen and (max-width: 540px) {
        .sec3 .inner .geiko3 .img img {
          width: 80px; } }
    .sec3 .inner .geiko3 .fukidashi {
      margin-top: 65px;
      width: 480px;
      padding: 25px 0 25px 48px;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.4; }
      @media screen and (max-width: 900px) {
        .sec3 .inner .geiko3 .fukidashi {
          padding: 20px 25px;
          width: auto; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .geiko3 .fukidashi {
          text-align: left;
          margin-top: 0;
          width: 430px;
          margin: 0 auto; } }
      @media screen and (max-width: 540px) {
        .sec3 .inner .geiko3 .fukidashi {
          width: 240px;
          font-size: 14px;
          padding: 12px 30px;
          line-height: 1.3; } }
      .sec3 .inner .geiko3 .fukidashi span {
        font-size: 30px; }
        @media screen and (max-width: 540px) {
          .sec3 .inner .geiko3 .fukidashi span {
            font-size: 18px; } }
      .sec3 .inner .geiko3 .fukidashi:after {
        right: -20px;
        top: 123px; }
        @media screen and (max-width: 900px) {
          .sec3 .inner .geiko3 .fukidashi:after {
            top: auto;
            bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .sec3 .inner .geiko3 .fukidashi:after {
            background: url("../img/fukidashiarrowt.png") no-repeat;
            background-size: 34px 21px;
            width: 34px;
            height: 21px;
            left: calc(50% - 17px);
            top: -13px;
            bottom: auto; } }
        @media screen and (max-width: 540px) {
          .sec3 .inner .geiko3 .fukidashi:after {
            background-size: 18px;
            width: 18px;
            height: 13px;
            top: -8px; } }
  .sec3 .inner .zubari {
    width: 820px;
    margin: -180px auto 0;
    position: relative; }
    @media screen and (max-width: 920px) {
      .sec3 .inner .zubari {
        width: calc(100% - 40px); } }
    @media screen and (max-width: 900px) {
      .sec3 .inner .zubari {
        margin-top: -130px; } }
    @media screen and (max-width: 767px) {
      .sec3 .inner .zubari {
        margin-top: 0; } }
    .sec3 .inner .zubari .copy {
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 900px) {
        .sec3 .inner .zubari .copy {
          margin-bottom: 30px; } }
      @media screen and (max-width: 900px) {
        .sec3 .inner .zubari .copy img {
          width: 450px; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .zubari .copy img {
          width: 520px; } }
    .sec3 .inner .zubari .chocho {
      text-align: center;
      position: relative;
      line-height: 0.7; }
      .sec3 .inner .zubari .chocho span {
        position: absolute;
        bottom: 16px;
        left: calc(50% - 85px);
        display: block;
        width: 170px;
        height: 28px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid #222;
        background: #ffe600;
        border-radius: 14px;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .sec3 .inner .zubari .chocho span {
            width: 100px;
            left: calc(50% - 50px);
            bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .zubari .chocho img {
          width: 300px; } }
      @media screen and (max-width: 540px) {
        .sec3 .inner .zubari .chocho img {
          width: 200px; } }
    @media screen and (max-width: 900px) {
      .sec3 .inner .zubari .comment {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 500px;
        margin: 0 auto -20px; } }
    @media screen and (max-width: 767px) {
      .sec3 .inner .zubari .comment {
        width: 380px;
        margin: 0 auto; } }
    @media screen and (max-width: 540px) {
      .sec3 .inner .zubari .comment {
        padding-right: 10px; } }
    @media screen and (max-width: 480px) {
      .sec3 .inner .zubari .comment {
        width: auto;
        padding-right: 0;
        margin: 0 -10px;
        padding-left: 5px;
        justify-content: center; } }
    @media screen and (max-width: 360px) {
      .sec3 .inner .zubari .comment {
        margin: 0 -20px;
        padding-left: 0; } }
    .sec3 .inner .zubari .comment1,
    .sec3 .inner .zubari .comment2 {
      font-size: 18px;
      line-height: 1.4;
      letter-spacing: 0.1em;
      font-weight: 900;
      position: absolute;
      text-align: center;
      z-index: 10; }
      @media screen and (max-width: 900px) {
        .sec3 .inner .zubari .comment1,
        .sec3 .inner .zubari .comment2 {
          position: relative; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .zubari .comment1,
        .sec3 .inner .zubari .comment2 {
          font-size: 14px; } }
      @media screen and (max-width: 540px) {
        .sec3 .inner .zubari .comment1,
        .sec3 .inner .zubari .comment2 {
          font-size: 13px; } }
      @media screen and (max-width: 360px) {
        .sec3 .inner .zubari .comment1,
        .sec3 .inner .zubari .comment2 {
          font-size: 12px; } }
    .sec3 .inner .zubari .comment1 {
      left: 3px;
      top: 242px;
      background: url("../img/fukidashil.png") no-repeat right bottom;
      background-size: 214px 138px;
      padding: 9px 40px 58px 4px;
      width: 214px;
      height: 138px;
      box-sizing: border-box; }
      @media screen and (max-width: 900px) {
        .sec3 .inner .zubari .comment1 {
          left: auto;
          top: auto;
          margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .zubari .comment1 {
          background-size: 160px;
          width: 170px;
          height: 104px;
          padding: 10px 10px 0 0; } }
      @media screen and (max-width: 480px) {
        .sec3 .inner .zubari .comment1 {
          background-size: 130px;
          width: 140px;
          height: 95px; } }
      @media screen and (max-width: 360px) {
        .sec3 .inner .zubari .comment1 {
          background-size: 110px;
          width: 125px;
          height: 90px;
          margin-top: 20px; } }
    .sec3 .inner .zubari .comment2 {
      right: -9px;
      top: 167px;
      background: url("../img/fukidashir.png") no-repeat left bottom;
      background-size: 209px 135px;
      padding: 5px 0 60px 32px;
      width: 260px;
      height: 135px;
      box-sizing: border-box; }
      @media screen and (max-width: 900px) {
        .sec3 .inner .zubari .comment2 {
          background: url("../img/spfukidashir.png") no-repeat left bottom;
          background-size: 209px;
          right: auto;
          top: auto;
          margin-right: -20px; } }
      @media screen and (max-width: 767px) {
        .sec3 .inner .zubari .comment2 {
          background-size: 175px;
          width: 200px;
          height: 108px;
          margin: 0;
          padding: 0 0 0 25px; } }
      @media screen and (max-width: 480px) {
        .sec3 .inner .zubari .comment2 {
          background-size: 150px;
          width: 180px;
          height: 95px;
          padding-left: 10px; } }
      @media screen and (max-width: 360px) {
        .sec3 .inner .zubari .comment2 {
          background-size: 130px;
          width: 165px;
          height: 83px; } }
    .sec3 .inner .zubari .point3 {
      width: 820px;
      height: 600px; }
      @media screen and (max-width: 920px) {
        .sec3 .inner .zubari .point3 {
          width: 100%;
          height: auto; } }
      .sec3 .inner .zubari .point3 .box {
        padding: 38px 60px; }
        @media screen and (max-width: 540px) {
          .sec3 .inner .zubari .point3 .box {
            padding: 20px 15px; } }
        .sec3 .inner .zubari .point3 .box .point_ttl {
          font-size: 32px;
          font-weight: 900;
          padding-left: 180px;
          line-height: 1.3;
          color: #00884c;
          margin-bottom: 32px;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 900px) {
            .sec3 .inner .zubari .point3 .box .point_ttl {
              text-align: center;
              padding-left: 0; } }
          @media screen and (max-width: 767px) {
            .sec3 .inner .zubari .point3 .box .point_ttl {
              font-size: 28px; } }
          @media screen and (max-width: 540px) {
            .sec3 .inner .zubari .point3 .box .point_ttl {
              font-size: 18px;
              margin-bottom: 20px; } }
        .sec3 .inner .zubari .point3 .box p {
          margin-bottom: 25px;
          font-size: 14px;
          line-height: 1.86; }
          @media screen and (max-width: 540px) {
            .sec3 .inner .zubari .point3 .box p {
              margin-bottom: 20px; } }
          .sec3 .inner .zubari .point3 .box p strong {
            font-size: 16px;
            font-weight: bold;
            background: none; }
            @media screen and (max-width: 540px) {
              .sec3 .inner .zubari .point3 .box p strong {
                font-size: 14px; } }

.sec4 {
  background: #00a95f;
  padding-top: 1px;
  padding-bottom: 74px; }
  .sec4 .inner .geiko4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
    z-index: 20;
    width: 960px;
    margin: -46px auto 0; }
    @media screen and (max-width: 1100px) {
      .sec4 .inner .geiko4 {
        width: 920px; } }
    @media screen and (max-width: 1000px) {
      .sec4 .inner .geiko4 {
        width: calc(100% + 20px);
        margin: -46px -10px 0; } }
    @media screen and (max-width: 767px) {
      .sec4 .inner .geiko4 {
        display: block;
        text-align: center;
        margin-top: 16px;
        font-size: 0;
        width: 100%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 540px) {
      .sec4 .inner .geiko4 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1100px) {
      .sec4 .inner .geiko4 .img {
        width: 120px; } }
    @media screen and (max-width: 767px) {
      .sec4 .inner .geiko4 .img {
        height: 182px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        text-align: center; } }
    @media screen and (max-width: 540px) {
      .sec4 .inner .geiko4 .img {
        height: 124px; } }
    @media screen and (max-width: 900px) {
      .sec4 .inner .geiko4 .img img {
        width: 120px; } }
    @media screen and (max-width: 540px) {
      .sec4 .inner .geiko4 .img img {
        width: 80px; } }
    .sec4 .inner .geiko4 .fukidashi_wrap {
      width: 700px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      margin-right: 14px; }
      @media screen and (max-width: 1100px) {
        .sec4 .inner .geiko4 .fukidashi_wrap {
          width: auto;
          padding-top: 20px; } }
      @media screen and (max-width: 767px) {
        .sec4 .inner .geiko4 .fukidashi_wrap {
          width: 400px;
          margin: 0 auto;
          padding-top: 0; } }
      @media screen and (max-width: 540px) {
        .sec4 .inner .geiko4 .fukidashi_wrap {
          width: 280px; } }
    .sec4 .inner .geiko4 .fukidashi1 {
      margin-top: 15px;
      width: 700px;
      padding: 23px 0;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.33;
      letter-spacing: 0.075em;
      margin-bottom: 10px;
      text-align: center; }
      @media screen and (max-width: 1100px) {
        .sec4 .inner .geiko4 .fukidashi1 {
          width: auto;
          padding: 20px 25px;
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .sec4 .inner .geiko4 .fukidashi1 {
          margin-top: 0;
          width: 400px;
          padding: 16px 20px; } }
      @media screen and (max-width: 540px) {
        .sec4 .inner .geiko4 .fukidashi1 {
          width: 280px;
          font-size: 14px;
          padding: 12px 0;
          line-height: 1.3;
          margin-bottom: 6px; } }
      .sec4 .inner .geiko4 .fukidashi1 span {
        font-size: 16px; }
        @media screen and (max-width: 1100px) {
          .sec4 .inner .geiko4 .fukidashi1 span {
            font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .sec4 .inner .geiko4 .fukidashi1 .pcn {
          display: block; } }
      .sec4 .inner .geiko4 .fukidashi1:after {
        right: -20px;
        top: 67px; }
        @media screen and (max-width: 1100px) {
          .sec4 .inner .geiko4 .fukidashi1:after {
            bottom: 20px;
            top: auto; } }
        @media screen and (max-width: 767px) {
          .sec4 .inner .geiko4 .fukidashi1:after {
            background: url("../img/fukidashiarrowt.png") no-repeat;
            background-size: 34px 21px;
            width: 34px;
            height: 21px;
            left: calc(50% - 17px);
            top: -13px;
            bottom: auto; } }
        @media screen and (max-width: 540px) {
          .sec4 .inner .geiko4 .fukidashi1:after {
            background-size: 18px;
            width: 18px;
            height: 13px;
            top: -8px;
            left: calc(50% - 9px); } }
    .sec4 .inner .geiko4 .fukidashi2 {
      width: 410px;
      padding: 24px 0;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.33;
      letter-spacing: 0.075em;
      text-align: center; }
      @media screen and (max-width: 1100px) {
        .sec4 .inner .geiko4 .fukidashi2 {
          width: auto;
          padding: 20px 25px;
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .sec4 .inner .geiko4 .fukidashi2 {
          padding: 16px 20px;
          font-size: 18px; } }
      @media screen and (max-width: 540px) {
        .sec4 .inner .geiko4 .fukidashi2 {
          font-size: 14px;
          width: 205px;
          padding: 12px 0; } }
      .sec4 .inner .geiko4 .fukidashi2:after {
        background: url("../img/fukidashiarrowr2.png") no-repeat;
        background-size: 28px 21px;
        right: -20px;
        top: 18px; }
        @media screen and (max-width: 767px) {
          .sec4 .inner .geiko4 .fukidashi2:after {
            display: none; } }
  .sec4 .inner .point4 {
    width: 820px;
    margin: 0 auto;
    margin-top: -244px; }
    @media screen and (max-width: 1100px) {
      .sec4 .inner .point4 {
        margin-top: -190px; } }
    @media screen and (max-width: 1000px) {
      .sec4 .inner .point4 {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .sec4 .inner .point4 {
        margin-top: 0; } }
    .sec4 .inner .point4:after {
      background: url("../img/bg2.png") repeat;
      background-size: 9px; }
    .sec4 .inner .point4 .box .p4_head {
      padding: 55px 32px 0;
      display: flex;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .sec4 .inner .point4 .box .p4_head {
          padding: 45px 20px 0 30px; } }
      @media screen and (max-width: 540px) {
        .sec4 .inner .point4 .box .p4_head {
          display: block;
          margin-bottom: 20px;
          padding: 22px 20px 0; } }
      .sec4 .inner .point4 .box .p4_head .img {
        margin-right: 20px; }
        @media screen and (max-width: 1000px) {
          .sec4 .inner .point4 .box .p4_head .img {
            width: 200px; } }
        @media screen and (max-width: 767px) {
          .sec4 .inner .point4 .box .p4_head .img {
            width: 140px; } }
        @media screen and (max-width: 540px) {
          .sec4 .inner .point4 .box .p4_head .img {
            width: 100%;
            padding: 0 60px 0 80px;
            box-sizing: border-box;
            text-align: center;
            margin-bottom: 10px; } }
      .sec4 .inner .point4 .box .p4_head .cnt {
        padding-top: 16px; }
        @media screen and (max-width: 540px) {
          .sec4 .inner .point4 .box .p4_head .cnt {
            padding-top: 0; } }
        .sec4 .inner .point4 .box .p4_head .cnt .point_ttl {
          font-size: 31px;
          font-weight: 900;
          line-height: 1.3;
          color: #00884c;
          margin-bottom: 29px;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 1000px) {
            .sec4 .inner .point4 .box .p4_head .cnt .point_ttl {
              font-size: 3.2vw; } }
          @media screen and (max-width: 767px) {
            .sec4 .inner .point4 .box .p4_head .cnt .point_ttl {
              font-size: 2.7vw;
              margin-bottom: 15px; } }
          @media screen and (max-width: 540px) {
            .sec4 .inner .point4 .box .p4_head .cnt .point_ttl {
              text-align: center;
              font-size: 4vw; } }
        .sec4 .inner .point4 .box .p4_head .cnt .copy {
          background: url("../img/denkyu.png") no-repeat left center;
          background-size: 39px 60px;
          min-height: 60px;
          font-size: 22px;
          font-weight: 900;
          padding-top: 5px;
          padding-left: 49px;
          line-height: 1.27;
          box-sizing: border-box;
          margin-left: 3px;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 1000px) {
            .sec4 .inner .point4 .box .p4_head .cnt .copy {
              font-size: 20px; } }
          @media screen and (max-width: 767px) {
            .sec4 .inner .point4 .box .p4_head .cnt .copy {
              font-size: 15px;
              background-size: 28px;
              padding-left: 36px; } }
          @media screen and (max-width: 540px) {
            .sec4 .inner .point4 .box .p4_head .cnt .copy {
              width: 192px;
              margin: 0 auto;
              font-size: 14px;
              min-height: 45px; } }
          .sec4 .inner .point4 .box .p4_head .cnt .copy span {
            font-size: 13px;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 767px) {
              .sec4 .inner .point4 .box .p4_head .cnt .copy span {
                font-size: 12px;
                display: block; } }
    .sec4 .inner .point4 .box .renovation_idea {
      margin-left: -70px;
      margin-right: -70px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1100px) {
        .sec4 .inner .point4 .box .renovation_idea {
          margin: 0; } }
      @media screen and (max-width: 800px) {
        .sec4 .inner .point4 .box .renovation_idea {
          padding: 0 32px; } }
      @media screen and (max-width: 540px) {
        .sec4 .inner .point4 .box .renovation_idea {
          margin-bottom: 40px;
          padding: 0 20px; } }
      .sec4 .inner .point4 .box .renovation_idea li {
        margin-right: 30px;
        margin-bottom: 33px; }
        @media screen and (max-width: 800px) {
          .sec4 .inner .point4 .box .renovation_idea li {
            width: 48%;
            margin-right: 4%; } }
        @media screen and (max-width: 540px) {
          .sec4 .inner .point4 .box .renovation_idea li {
            width: 100%;
            margin: 0 0 24px !important; } }
        .sec4 .inner .point4 .box .renovation_idea li:nth-of-type(3) {
          margin-right: 0; }
          @media screen and (max-width: 1100px) {
            .sec4 .inner .point4 .box .renovation_idea li:nth-of-type(3) {
              margin-right: 30px; } }
          @media screen and (max-width: 800px) {
            .sec4 .inner .point4 .box .renovation_idea li:nth-of-type(3) {
              margin-right: 4%; } }
        .sec4 .inner .point4 .box .renovation_idea li:last-of-type {
          margin-right: 0; }
        @media screen and (max-width: 1100px) {
          .sec4 .inner .point4 .box .renovation_idea li:nth-of-type(even) {
            margin-right: 0; } }
        .sec4 .inner .point4 .box .renovation_idea li .img {
          font-size: 0;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          margin-bottom: 7px; }
          @media screen and (max-width: 540px) {
            .sec4 .inner .point4 .box .renovation_idea li .img img {
              width: 100%;
              height: auto; } }
        .sec4 .inner .point4 .box .renovation_idea li .txt {
          font-size: 14px;
          font-weight: bold;
          line-height: 1.43; }
          @media screen and (max-width: 767px) {
            .sec4 .inner .point4 .box .renovation_idea li .txt br {
              display: none; } }
    .sec4 .inner .point4 .box .area {
      margin-top: -24px;
      padding: 59px 45px 40px 60px;
      background: url("../img/area_bg.png") no-repeat left 14px top;
      background-size: 211px 151px; }
      @media screen and (max-width: 540px) {
        .sec4 .inner .point4 .box .area {
          background-size: 35%;
          background-position: left 15px top;
          padding: 7.2vw 20px 30px; } }
      .sec4 .inner .point4 .box .area .area_ttl {
        font-size: 32px;
        font-weight: 900;
        color: #00884c;
        letter-spacing: 0.1em;
        margin-bottom: 19px; }
        @media screen and (max-width: 767px) {
          .sec4 .inner .point4 .box .area .area_ttl {
            font-size: 28px; } }
        @media screen and (max-width: 540px) {
          .sec4 .inner .point4 .box .area .area_ttl {
            font-size: 18px;
            text-align: center;
            max-height: 24px; } }
      .sec4 .inner .point4 .box .area .area_list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 18px;
        padding: 0 0 0 5px; }
        .sec4 .inner .point4 .box .area .area_list li {
          width: 345px;
          margin-right: 15px;
          margin-bottom: 0; }
          @media screen and (max-width: 930px) {
            .sec4 .inner .point4 .box .area .area_list li {
              width: 48%;
              margin-right: 4%;
              margin-bottom: 20px; } }
          @media screen and (max-width: 767px) {
            .sec4 .inner .point4 .box .area .area_list li {
              width: 100%; } }
          .sec4 .inner .point4 .box .area .area_list li:nth-of-type(even) {
            margin-right: 0; }
          .sec4 .inner .point4 .box .area .area_list li .ttl {
            font-size: 21px;
            font-weight: 900;
            color: #00884c;
            margin-bottom: 10px; }
            @media screen and (max-width: 540px) {
              .sec4 .inner .point4 .box .area .area_list li .ttl {
                font-size: 16px;
                margin-bottom: 8px; } }
          .sec4 .inner .point4 .box .area .area_list li .txt {
            border-left: 2px solid #00884c;
            line-height: 1.33;
            font-weight: bold;
            font-size: 15px;
            padding: 1px 0 5px 15px; }
            @media screen and (max-width: 540px) {
              .sec4 .inner .point4 .box .area .area_list li .txt {
                font-size: 14px; } }
      .sec4 .inner .point4 .box .area .area_map {
        text-align: right;
        font-size: 13px;
        padding-right: 10px; }

.sec5 .inner .geiko5 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -37px;
  padding-left: 200px;
  width: 820px;
  padding-left: 60px;
  box-sizing: border-box;
  margin: -37px auto 0; }
  @media screen and (max-width: 1000px) {
    .sec5 .inner .geiko5 {
      padding-left: 0; } }
  @media screen and (max-width: 880px) {
    .sec5 .inner .geiko5 {
      width: 100%; } }
  @media screen and (max-width: 620px) {
    .sec5 .inner .geiko5 {
      margin-top: -10px; } }
  .sec5 .inner .geiko5 .img {
    margin-right: 60px;
    flex-shrink: 0; }
    @media screen and (max-width: 820px) {
      .sec5 .inner .geiko5 .img {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .sec5 .inner .geiko5 .img {
        width: 180px;
        margin-right: 10px; } }
    @media screen and (max-width: 620px) {
      .sec5 .inner .geiko5 .img {
        width: 125px; } }
  .sec5 .inner .geiko5 .fukidashi {
    margin-top: 68px;
    width: 480px;
    padding: 21px 45px 35px 20px;
    font-size: 24px;
    font-weight: 900;
    display: block;
    line-height: 0.4;
    text-align: right; }
    @media screen and (max-width: 820px) {
      .sec5 .inner .geiko5 .fukidashi {
        width: auto;
        padding: 20px 25px 30px; } }
    @media screen and (max-width: 767px) {
      .sec5 .inner .geiko5 .fukidashi {
        font-size: 18px;
        padding: 15px 20px 20px; } }
    @media screen and (max-width: 620px) {
      .sec5 .inner .geiko5 .fukidashi {
        font-size: 14px;
        margin-top: 30px;
        padding: 15px 15px 20px; } }
    @media screen and (max-width: 360px) {
      .sec5 .inner .geiko5 .fukidashi {
        margin-left: -50px;
        padding: 15px 10px 20px; } }
    .sec5 .inner .geiko5 .fukidashi img {
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -10px; }
      @media screen and (max-width: 767px) {
        .sec5 .inner .geiko5 .fukidashi img {
          width: 48px;
          top: -6px; } }
      @media screen and (max-width: 620px) {
        .sec5 .inner .geiko5 .fukidashi img {
          width: 30px;
          top: -4px; } }
    @media screen and (max-width: 620px) {
      .sec5 .inner .geiko5 .fukidashi br {
        display: none; } }
    @media screen and (max-width: 620px) {
      .sec5 .inner .geiko5 .fukidashi .pcn {
        display: block; } }
    .sec5 .inner .geiko5 .fukidashi span {
      font-size: 30px; }
    .sec5 .inner .geiko5 .fukidashi:after {
      right: -20px;
      top: 78px; }
      @media screen and (max-width: 767px) {
        .sec5 .inner .geiko5 .fukidashi:after {
          top: auto;
          bottom: 15px; } }
      @media screen and (max-width: 620px) {
        .sec5 .inner .geiko5 .fukidashi:after {
          background-size: 14px 10px;
          width: 14px;
          height: 10px;
          left: -10px; } }

.sec5 .inner .support {
  width: 820px;
  margin: -326px auto 0;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .sec5 .inner .support {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .sec5 .inner .support {
      margin-top: -260px; } }
  @media screen and (max-width: 620px) {
    .sec5 .inner .support {
      margin-top: -180px; } }
  .sec5 .inner .support .chocho {
    text-align: center;
    position: relative;
    line-height: 0.7;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      .sec5 .inner .support .chocho img {
        width: 180px; } }
    @media screen and (max-width: 620px) {
      .sec5 .inner .support .chocho img {
        width: 120px; } }
  .sec5 .inner .support .point5 {
    margin-top: -22px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1000px) {
      .sec5 .inner .support .point5 {
        width: 100%; } }
    .sec5 .inner .support .point5 > .box {
      padding: 52px 40px 0 50px;
      min-height: 770px; }
      @media screen and (max-width: 1000px) {
        .sec5 .inner .support .point5 > .box {
          padding: 48px 15px 15px 20px; } }
    .sec5 .inner .support .point5 .point_ttl {
      font-size: 40px;
      font-weight: 900;
      text-align: center;
      line-height: 1;
      color: #00884c;
      margin-bottom: 63px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .sec5 .inner .support .point5 .point_ttl {
          font-size: 4.5vw;
          margin-bottom: 40px; } }
      @media screen and (max-width: 540px) {
        .sec5 .inner .support .point5 .point_ttl {
          font-size: 18px;
          margin-bottom: 32px; } }
    .sec5 .inner .support .point5 .support_cnt_wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      background: url("../img/butasan.png") no-repeat right 2px bottom 2px;
      background-size: 116px 100px;
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        .sec5 .inner .support .point5 .support_cnt_wrap {
          padding-bottom: 65px;
          background-size: 85px; } }
      .sec5 .inner .support .point5 .support_cnt_wrap .col {
        width: 345px; }
        @media screen and (max-width: 1000px) {
          .sec5 .inner .support .point5 .support_cnt_wrap .col {
            width: 48%; } }
        @media screen and (max-width: 767px) {
          .sec5 .inner .support .point5 .support_cnt_wrap .col {
            width: 100%; } }
    .sec5 .inner .support .point5 .support_cnt {
      position: relative;
      margin-bottom: 40px; }
      @media screen and (max-width: 540px) {
        .sec5 .inner .support .point5 .support_cnt {
          margin-bottom: 30px; } }
      .sec5 .inner .support .point5 .support_cnt:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url("../img/bg.png") repeat;
        background-size: 9px;
        border-radius: 10px; }
      .sec5 .inner .support .point5 .support_cnt .box {
        width: 345px;
        border-radius: 10px;
        border: 3px solid #00884c;
        background: #fff;
        padding: 1px 16px 20px; }
        @media screen and (max-width: 1000px) {
          .sec5 .inner .support .point5 .support_cnt .box {
            width: 100%; } }
        @media screen and (max-width: 540px) {
          .sec5 .inner .support .point5 .support_cnt .box {
            border: 2px solid #00884c;
            padding: 1px 15px 12px; } }
        .sec5 .inner .support .point5 .support_cnt .box .ttl {
          position: relative;
          top: -22px;
          font-size: 24px;
          font-weight: 900;
          color: #00884c;
          letter-spacing: 0.1em;
          display: inline-block;
          background: #fff;
          padding: 0 5px; }
          @media screen and (max-width: 540px) {
            .sec5 .inner .support .point5 .support_cnt .box .ttl {
              font-size: 16px;
              top: -16px; } }
        .sec5 .inner .support .point5 .support_cnt .box ul {
          margin-top: -18px;
          padding: 0 7px; }
          .sec5 .inner .support .point5 .support_cnt .box ul li {
            font-size: 13px;
            padding-left: 12px;
            position: relative;
            line-height: 1.6;
            margin-bottom: 18px; }
            .sec5 .inner .support .point5 .support_cnt .box ul li:last-of-type {
              margin-bottom: 0; }
            .sec5 .inner .support .point5 .support_cnt .box ul li:before {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background: #00884c;
              position: absolute;
              left: 0;
              top: 7px; }
            .sec5 .inner .support .point5 .support_cnt .box ul li .link {
              margin-bottom: 10px; }
              .sec5 .inner .support .point5 .support_cnt .box ul li .link:last-of-type {
                margin-bottom: 0; }
              @media screen and (max-width: 800px) {
                .sec5 .inner .support .point5 .support_cnt .box ul li .link br {
                  display: none; } }
            .sec5 .inner .support .point5 .support_cnt .box ul li a {
              color: #00884c;
              font-weight: bold;
              border-bottom: 1px solid #fff;
              transition: all 0.3s ease; }
              .sec5 .inner .support .point5 .support_cnt .box ul li a:hover {
                border-bottom: 1px solid #00884c;
                opacity: 1; }

.sec5 .inner .geiko6 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-right: 40px; }
  @media screen and (max-width: 1200px) {
    .sec5 .inner .geiko6 {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .sec5 .inner .geiko6 {
      display: block;
      text-align: center;
      margin-top: 16px;
      font-size: 0;
      margin-bottom: 40px; } }
  .sec5 .inner .geiko6 .fukidashi {
    margin-top: 70px;
    width: 680px;
    padding: 22px 0;
    font-size: 24px;
    font-weight: 900;
    display: block;
    line-height: 1.33;
    margin-right: 28px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .sec5 .inner .geiko6 .fukidashi {
        width: auto;
        padding: 22px 30px; } }
    @media screen and (max-width: 767px) {
      .sec5 .inner .geiko6 .fukidashi {
        max-width: 480px;
        margin: 0 auto; } }
    @media screen and (max-width: 540px) {
      .sec5 .inner .geiko6 .fukidashi {
        max-width: 300px;
        font-size: 14px;
        padding: 12px 10px;
        line-height: 1.3; } }
    .sec5 .inner .geiko6 .fukidashi span {
      font-size: 30px; }
    .sec5 .inner .geiko6 .fukidashi:after {
      right: -20px;
      top: 32px; }
      @media screen and (max-width: 767px) {
        .sec5 .inner .geiko6 .fukidashi:after {
          background: url("../img/fukidashiarrowt.png") no-repeat;
          background-size: 34px 21px;
          width: 34px;
          height: 21px;
          left: calc(50% - 17px);
          top: -13px;
          bottom: auto; } }
      @media screen and (max-width: 540px) {
        .sec5 .inner .geiko6 .fukidashi:after {
          background-size: 18px;
          width: 18px;
          height: 13px;
          top: -8px; } }
  .sec5 .inner .geiko6 .img {
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .sec5 .inner .geiko6 .img {
        padding-left: 30px; } }
    @media screen and (max-width: 540px) {
      .sec5 .inner .geiko6 .img {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .sec5 .inner .geiko6 .img img {
        width: 150px; } }
    @media screen and (max-width: 540px) {
      .sec5 .inner .geiko6 .img img {
        width: 92px; } }

.photo {
  background: #fff;
  padding-top: 68px;
  margin-bottom: 70px; }
  @media screen and (max-width: 540px) {
    .photo {
      padding-top: 27px; } }
  .photo .sec_ttl {
    margin-bottom: 0; }
    @media screen and (max-width: 820px) {
      .photo .sec_ttl {
        line-height: 1.33; } }
    @media screen and (max-width: 540px) {
      .photo .sec_ttl {
        font-size: 20px;
        line-height: 1.2; } }
    .photo .sec_ttl br {
      display: none; }
      @media screen and (max-width: 820px) {
        .photo .sec_ttl br {
          display: block; } }
  .photo .geiko7 {
    width: 1206px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-right: 40px;
    margin-top: -30px;
    margin-bottom: -12px;
    position: relative;
    z-index: 20;
    box-sizing: border-box; }
    @media screen and (max-width: 1220px) {
      .photo .geiko7 {
        width: 100%;
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .photo .geiko7 {
        margin-top: 10px; } }
    .photo .geiko7 .fukidashi {
      margin-top: 89px;
      width: 310px;
      padding: 22px 0;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.33;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .photo .geiko7 .fukidashi {
          margin-top: 50px;
          padding: 18px 0; } }
      @media screen and (max-width: 540px) {
        .photo .geiko7 .fukidashi {
          font-size: 14px;
          padding: 10px 0;
          width: 155px;
          margin-top: 34px;
          line-height: 1; } }
      .photo .geiko7 .fukidashi span {
        font-size: 30px; }
      .photo .geiko7 .fukidashi:after {
        right: -20px;
        top: 36px; }
        @media screen and (max-width: 540px) {
          .photo .geiko7 .fukidashi:after {
            top: auto;
            bottom: 7px; } }
    .photo .geiko7 .img {
      font-size: 0;
      margin-right: 17px; }
      @media screen and (max-width: 767px) {
        .photo .geiko7 .img img {
          width: 120px; } }
      @media screen and (max-width: 540px) {
        .photo .geiko7 .img img {
          width: 73px; } }
  .photo .photo_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .photo .photo_list li {
      width: 33.33%;
      position: relative; }
      @media screen and (max-width: 920px) {
        .photo .photo_list li {
          width: 50%; } }
      @media screen and (max-width: 540px) {
        .photo .photo_list li {
          width: 100%; } }
      .photo .photo_list li .img {
        font-size: 0; }
        .photo .photo_list li .img img {
          width: 100%;
          height: auto; }
      .photo .photo_list li .ttl {
        display: inline-block;
        background: #222;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        height: 28px;
        border-radius: 14px;
        line-height: 28px;
        padding: 0 20px;
        position: absolute;
        top: 10px;
        left: 10px; }
        @media screen and (max-width: 540px) {
          .photo .photo_list li .ttl {
            top: 15px;
            font-size: 14px; } }

.kunimi_bukken2 {
  padding: 0 20px; }
  .kunimi_bukken2 .kunimi_bukken_ttl {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    background: url("../img/kunimi_bukken_ttl_bg.png") no-repeat center bottom;
    background-size: 550px;
    padding-bottom: 27px;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .kunimi_bukken2 .kunimi_bukken_ttl {
        font-size: 34px;
        background-size: 380px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 540px) {
      .kunimi_bukken2 .kunimi_bukken_ttl {
        font-size: 22px;
        background-size: 250px;
        padding-bottom: 13px;
        margin-bottom: 30px; } }
    .kunimi_bukken2 .kunimi_bukken_ttl i {
      position: absolute;
      top: -40px;
      left: calc(50% + 257px); }
      @media screen and (max-width: 767px) {
        .kunimi_bukken2 .kunimi_bukken_ttl i {
          right: 0;
          left: auto;
          width: 110px; } }
      @media screen and (max-width: 540px) {
        .kunimi_bukken2 .kunimi_bukken_ttl i {
          width: 80px;
          top: -40px; } }
  .kunimi_bukken2 .bukken_slide {
    display: flex;
    justify-content: center;
    margin: 0 auto 130px;
    max-width: 1100px;
    box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .kunimi_bukken2 .bukken_slide {
        margin-bottom: 60px;
        width: calc(100% + 20px);
        margin-left: -10px; } }
    .kunimi_bukken2 .bukken_slide .next,
    .kunimi_bukken2 .bukken_slide .prev {
      position: absolute;
      top: calc(50% - 27px); }
    .kunimi_bukken2 .bukken_slide .next {
      right: 0; }
      .kunimi_bukken2 .bukken_slide .next:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 14px;
        border-color: transparent transparent transparent #000000; }
        @media screen and (max-width: 767px) {
          .kunimi_bukken2 .bukken_slide .next:before {
            border-width: 8px 0 8px 10px; } }
    .kunimi_bukken2 .bukken_slide .prev {
      left: 0; }
      .kunimi_bukken2 .bukken_slide .prev:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 14px 12px 0;
        border-color: transparent #000000 transparent transparent; }
        @media screen and (max-width: 767px) {
          .kunimi_bukken2 .bukken_slide .prev:before {
            border-width: 8px 10px 8px 0; } }
    .kunimi_bukken2 .bukken_slide li {
      width: 1000px;
      position: relative;
      margin: 0 60px 15px 40px; }
      @media screen and (max-width: 1100px) {
        .kunimi_bukken2 .bukken_slide li {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .kunimi_bukken2 .bukken_slide li {
          margin: 0 20px 10px 15px; } }
      .kunimi_bukken2 .bukken_slide li:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/bg.png") repeat;
        background-size: 9px;
        position: absolute;
        right: -15px;
        bottom: -15px;
        z-index: 5; }
        @media screen and (max-width: 767px) {
          .kunimi_bukken2 .bukken_slide li:after {
            right: -6px;
            bottom: -6px; } }
      .kunimi_bukken2 .bukken_slide li a {
        display: flex;
        justify-content: space-between;
        background: #fff;
        position: relative;
        z-index: 10;
        padding: 30px; }
        @media screen and (max-width: 767px) {
          .kunimi_bukken2 .bukken_slide li a {
            display: block;
            padding: 15px; } }
        .kunimi_bukken2 .bukken_slide li a:hover .img span {
          transform: scale(1.2); }
        .kunimi_bukken2 .bukken_slide li a:hover .cnt .ttl {
          text-decoration: underline; }
        .kunimi_bukken2 .bukken_slide li a:hover .cnt .link img {
          transform: translateX(5px); }
        .kunimi_bukken2 .bukken_slide li a .img {
          width: 460px;
          min-height: 325px;
          font-size: 0;
          position: relative;
          overflow: hidden; }
          @media screen and (max-width: 1060px) {
            .kunimi_bukken2 .bukken_slide li a .img {
              width: 49%; } }
          @media screen and (max-width: 767px) {
            .kunimi_bukken2 .bukken_slide li a .img {
              width: 100%;
              min-height: 0;
              background: none !important;
              margin-bottom: 20px; } }
          .kunimi_bukken2 .bukken_slide li a .img:before {
            content: "";
            background: url("../img/bukken_img_icon.png") no-repeat;
            background-size: 101px;
            width: 101px;
            height: 80px;
            position: absolute;
            top: 5px;
            left: 10px;
            z-index: 10; }
          .kunimi_bukken2 .bukken_slide li a .img span {
            display: block;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 5;
            transition: all 0.5s ease; }
          .kunimi_bukken2 .bukken_slide li a .img img {
            display: none; }
            @media screen and (max-width: 767px) {
              .kunimi_bukken2 .bukken_slide li a .img img {
                display: block; } }
        .kunimi_bukken2 .bukken_slide li a .cnt {
          width: 450px;
          padding-top: 10px; }
          @media screen and (max-width: 1060px) {
            .kunimi_bukken2 .bukken_slide li a .cnt {
              width: 47%; } }
          @media screen and (max-width: 767px) {
            .kunimi_bukken2 .bukken_slide li a .cnt {
              width: 100%;
              padding-top: 0; } }
          .kunimi_bukken2 .bukken_slide li a .cnt .area {
            line-height: 29px;
            background: #009a5e;
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            padding: 0 12px 1px;
            color: #fff;
            z-index: 40; }
            @media screen and (max-width: 767px) {
              .kunimi_bukken2 .bukken_slide li a .cnt .area {
                font-size: 14px;
                line-height: 24px; } }
          .kunimi_bukken2 .bukken_slide li a .cnt .copy {
            font-size: 16px;
            line-height: 1.4;
            font-weight: bold;
            margin-bottom: 8px;
            letter-spacing: 0; }
            @media screen and (max-width: 767px) {
              .kunimi_bukken2 .bukken_slide li a .cnt .copy {
                font-size: 14px;
                margin-bottom: 10px; } }
            .kunimi_bukken2 .bukken_slide li a .cnt .copy span {
              background: #ffe600; }
          .kunimi_bukken2 .bukken_slide li a .cnt .ttl {
            font-size: 32px;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 17px;
            letter-spacing: 0; }
            @media screen and (max-width: 767px) {
              .kunimi_bukken2 .bukken_slide li a .cnt .ttl {
                font-size: 20px; } }
          .kunimi_bukken2 .bukken_slide li a .cnt .wcomment {
            background: #efebdf;
            border-radius: 10px;
            padding: 17px 17px;
            margin-bottom: 15px;
            display: flex; }
            .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .wimg {
              margin-right: 15px;
              font-size: 0;
              flex-shrink: 0; }
              .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .wimg img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                padding: 0;
                margin: 0; }
                @media screen and (max-width: 767px) {
                  .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .wimg img {
                    width: 50px;
                    height: 50px; } }
            .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .txt {
              font-size: 13px;
              font-weight: bold;
              margin-bottom: 5px;
              line-height: 1.4;
              letter-spacing: 0; }
              @media screen and (max-width: 767px) {
                .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .txt {
                  font-size: 12px; } }
            .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .name {
              text-align: right;
              font-size: 13px;
              color: #222222;
              line-height: 1.2;
              letter-spacing: 0; }
              @media screen and (max-width: 767px) {
                .kunimi_bukken2 .bukken_slide li a .cnt .wcomment .name {
                  font-size: 12px; } }
          .kunimi_bukken2 .bukken_slide li a .cnt .link {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            color: #009a5e;
            letter-spacing: 0; }
            .kunimi_bukken2 .bukken_slide li a .cnt .link img {
              margin-left: 5px;
              transition: all 0.5s ease; }

.commingsoon2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    .commingsoon2 {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .commingsoon2 {
      padding: 0 20px; } }
  .commingsoon2 .copy {
    text-align: center;
    margin-bottom: 37px; }
  .commingsoon2 .box {
    width: 1100px;
    height: 220px;
    background: #00a95f;
    border-radius: 20px;
    margin: 0 auto 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 46px;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .commingsoon2 .box {
        width: 100%;
        height: auto;
        max-height: 220px;
        padding: 20px 0 10px 30px; } }
    @media screen and (max-width: 540px) {
      .commingsoon2 .box {
        padding: 25px 10px 10px;
        max-height: none; } }
    .commingsoon2 .box .txt {
      margin-top: -55px;
      position: relative; }
      .commingsoon2 .box .txt:after {
        content: "";
        display: block;
        width: 200px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 80px;
        left: 288px;
        z-index: 5; }
        @media screen and (max-width: 900px) {
          .commingsoon2 .box .txt:after {
            display: none; } }
      @media screen and (max-width: 1200px) {
        .commingsoon2 .box .txt {
          width: 40%; } }
      @media screen and (max-width: 540px) {
        .commingsoon2 .box .txt {
          width: 100%;
          text-align: center; }
          .commingsoon2 .box .txt img {
            width: 210px; } }
    .commingsoon2 .box .img {
      margin-top: -32px;
      margin-right: -37px;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 1200px) {
        .commingsoon2 .box .img {
          margin-right: -20px;
          width: 60%; } }
      @media screen and (max-width: 540px) {
        .commingsoon2 .box .img {
          width: 100%;
          text-align: center;
          margin: 0; } }
  .commingsoon2 .geiko8 {
    text-align: center;
    margin-bottom: 28px; }
    @media screen and (max-width: 540px) {
      .commingsoon2 .geiko8 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 540px) {
      .commingsoon2 .geiko8 .img img {
        width: 120px; } }
    .commingsoon2 .geiko8 .fukidashi {
      margin: -35px auto 0;
      width: 680px;
      padding: 22px 0;
      font-size: 24px;
      font-weight: 900;
      display: block;
      line-height: 1.33;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .commingsoon2 .geiko8 .fukidashi {
          width: 100%;
          font-size: 20px; } }
      @media screen and (max-width: 540px) {
        .commingsoon2 .geiko8 .fukidashi {
          font-size: 14px;
          max-width: 340px;
          padding: 12px 0; } }
  .commingsoon2 .banji {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .commingsoon2 .banji {
        font-size: 30px; } }
    @media screen and (max-width: 540px) {
      .commingsoon2 .banji {
        font-size: 19px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 360px) {
      .commingsoon2 .banji {
        font-size: 16px; } }
  .commingsoon2 .mail_fukidashi {
    width: 318px;
    height: 76px;
    margin: 0 auto 28px;
    border: 3px solid #fff;
    border-radius: 10px;
    position: relative;
    background: #ffe600;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 360px) {
      .commingsoon2 .mail_fukidashi {
        width: 280px; } }
    .commingsoon2 .mail_fukidashi p {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.56; }
    .commingsoon2 .mail_fukidashi:before {
      content: "";
      position: absolute;
      display: block;
      z-index: 1;
      border-style: solid;
      border-color: #ffe600 transparent;
      border-width: 20px 8px 0 8px;
      bottom: -20px;
      left: calc(50% - 8px);
      z-index: 20; }
    .commingsoon2 .mail_fukidashi:after {
      content: "";
      position: absolute;
      display: block;
      z-index: 1;
      border-style: solid;
      border-color: #fff transparent;
      border-width: 20px 11px 0 11px;
      bottom: -23px;
      left: calc(50% - 11px);
      z-index: 10; }
  .commingsoon2 .mailmag_form .input {
    text-align: center;
    margin-bottom: 58px; }
    @media screen and (max-width: 540px) {
      .commingsoon2 .mailmag_form .input {
        margin-bottom: 25px; } }
    .commingsoon2 .mailmag_form .input input {
      border: 3px solid #efebdf;
      background: #fff;
      width: 680px;
      height: 50px;
      font-size: 16px;
      border-radius: 10px;
      padding: 0 8px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .commingsoon2 .mailmag_form .input input {
          width: 100%; } }
      .commingsoon2 .mailmag_form .input input::placeholder {
        text-align: center;
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        font-style: italic; }
  .commingsoon2 .mailmag_form .submit {
    text-align: center; }
    .commingsoon2 .mailmag_form .submit input {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
      width: 400px;
      height: 70px;
      border-radius: 35px;
      background: #222 url("../img/btn_arrow54-16.svg") no-repeat right 30px center;
      background-size: 27px 8px;
      color: #fff;
      font-size: 18px;
      font-weight: 900;
      font-style: italic;
      margin: 0 auto;
      letter-spacing: 0.28em;
      transition: all 0.3s ease; }
      .commingsoon2 .mailmag_form .submit input:hover {
        background-position: right 25px center; }
      @media screen and (max-width: 480px) {
        .commingsoon2 .mailmag_form .submit input {
          width: 92%;
          height: 60px; } }

.contact {
  background: #f2edd8;
  padding: 68px 0 80px; }
  @media screen and (max-width: 540px) {
    .contact .sec_ttl {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 55px; } }
  @media screen and (max-width: 360px) {
    .contact .sec_ttl {
      font-size: 18px; } }
  .contact .form {
    width: 606px;
    margin: 0 auto; }
    @media screen and (max-width: 680px) {
      .contact .form {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; } }
    .contact .form .item .ttl {
      font-size: 20px;
      font-weight: 900;
      color: #00884c;
      padding-left: 3px;
      margin-bottom: 6px;
      letter-spacing: 0.1em;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      line-height: 1.28;
      padding-right: 4px; }
      @media screen and (max-width: 540px) {
        .contact .form .item .ttl {
          font-size: 16px; } }
      @media screen and (max-width: 360px) {
        .contact .form .item .ttl {
          font-size: 14px; } }
      .contact .form .item .ttl span {
        width: 40px;
        height: 20px;
        background: #00a95f;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 5px; }
      .contact .form .item .ttl.ttl2 {
        font-size: 18px;
        margin-top: 26px; }
        @media screen and (max-width: 540px) {
          .contact .form .item .ttl.ttl2 {
            font-size: 16px; } }
        @media screen and (max-width: 360px) {
          .contact .form .item .ttl.ttl2 {
            font-size: 14px; } }
    .contact .form .item .cnt {
      margin-bottom: 20px; }
      .contact .form .item .cnt .wpcf7-checkbox {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item {
          margin: 0 0 15px;
          margin-bottom: 15px;
          display: block; }
          .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item input {
            display: none; }
          .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
            padding-left: 30px;
            position: relative;
            margin-right: 28px;
            font-size: 14px;
            font-weight: bold; }
            @media screen and (max-width: 360px) {
              .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
                font-size: 12px; } }
          .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 23px;
            height: 23px;
            border: 2px solid #00884c;
            background: #fff;
            border-radius: 5px;
            box-sizing: border-box; }
          .contact .form .item .cnt .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 9px;
            width: 4px;
            height: 10px;
            transform: rotate(40deg);
            border-bottom: 2px solid #00884c;
            border-right: 2px solid #00884c; }
      .contact .form .item .cnt input {
        width: 100%;
        height: 56px;
        border-radius: 10px;
        background: #fff;
        border: none;
        border: 3px solid #f2edd8;
        font-size: 16px;
        padding: 0 8px;
        box-sizing: border-box; }
        .contact .form .item .cnt input:focus {
          border: 3px solid #ffe600;
          outline: none; }
      .contact .form .item .cnt textarea {
        width: 100%;
        height: 156px;
        border-radius: 10px;
        background: #fff;
        border: none;
        border: 3px solid #f2edd8;
        font-size: 16px;
        padding: 8px;
        box-sizing: border-box; }
        .contact .form .item .cnt textarea:focus {
          border: 3px solid #ffe600;
          outline: none; }
    .contact .form .chk {
      margin-bottom: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      font-size: 20px;
      color: #00884c; }
      .contact .form .chk a {
        color: #00884c;
        transition: all 0.3s ease;
        border-bottom: 1px solid #f2edd8; }
        .contact .form .chk a:hover {
          border-bottom: 1px solid #00884c; }
      .contact .form .chk .checkbox-input {
        display: none; }
      .contact .form .chk .checkbox-parts {
        padding-left: 30px;
        position: relative;
        margin-right: 28px;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 360px) {
          .contact .form .chk .checkbox-parts {
            font-size: 13px; } }
      .contact .form .chk .checkbox-parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 23px;
        border: 2px solid #00884c;
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box; }
      .contact .form .chk .checkbox-input:checked + .checkbox-parts::after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 9px;
        width: 4px;
        height: 10px;
        transform: rotate(40deg);
        border-bottom: 2px solid #00884c;
        border-right: 2px solid #00884c; }
    .contact .form .submit {
      text-align: center; }
      .contact .form .submit input {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        width: 400px;
        height: 70px;
        border-radius: 35px;
        background: #222 url("../img/btn_arrow54-16.svg") no-repeat right 30px center;
        background-size: 27px 8px;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        font-style: italic;
        margin: 0 auto;
        letter-spacing: 0.28em;
        transition: all 0.3s ease; }
        .contact .form .submit input:hover {
          background-position: right 25px center; }
        @media screen and (max-width: 480px) {
          .contact .form .submit input {
            width: 92%;
            height: 60px; } }
        .contact .form .submit input[disabled] {
          opacity: 0.5;
          cursor: auto;
          background-position: right -50px center; }

.footer {
  background: #222;
  height: 50px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .footer p {
    color: #fff;
    font-size: 13px;
    font-style: italic; }

div.wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
  max-width: 580px;
  margin: 2em auto 1em; }

div.wpcf7-mail-sent-ok {
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0; }

/*# sourceMappingURL=../maps/style.css.map */
