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

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;
}

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

a,
ins {
  text-decoration: none;
}

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

input,
textarea {
  font-weight: normal;
}

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: 1.6;
  color: #151515;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
  font-style: normal !important;
}

a {
  color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

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

br.pcn {
  display: none;
}

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

@media screen and (max-width: 480px) {
  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: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}

@media screen and (max-width: 480px) {
  .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: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 840px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

.menu-button i {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 23px;
}

.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}

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

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

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .btn {
    padding: 0 32px;
  }
}

.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  max-width: 360px;
  width: 100%;
  height: 48px;
  background: #111;
  border-radius: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  position: relative;
}

.btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.btn a:hover {
  opacity: 1 !important;
}

.btn a:hover::after {
  right: 14px;
}

.fukidashi {
  background: #efebdf;
  border: 2px solid #111;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fukidashi {
    font-size: 16px;
  }
}

.fukidashi::after {
  content: "";
  display: block;
  background: url("../img/fukidashi_l_b.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -14px;
}

@media screen and (max-width: 840px) {
  .fukidashi::after {
    display: none;
  }
}

.fukidashi.fl::after {
  background: url("../img/fukidashi_r_b.svg") no-repeat;
  left: auto;
  right: -14px;
}

@media screen and (max-width: 840px) {
  .fukidashi.fl::after {
    display: none;
  }
}

.fukidashi_y {
  background: #ffe600;
  border: 2px solid #111;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fukidashi_y {
    font-size: 16px;
  }
}

.fukidashi_y::after {
  content: "";
  display: block;
  background: url("../img/fukidashi_l_y.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -14px;
}

.fukidashi_y.fl::after {
  background: url("../img/fukidashi_r_y.svg") no-repeat;
  left: auto;
  right: -14px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  padding-top: 60px;
}

@media screen and (max-width: 840px) {
  body {
    padding-top: 48px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #111;
  width: 100%;
  height: 60px;
  padding: 0 28px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}

@media screen and (max-width: 1080px) {
  .header {
    padding: 0 16px;
  }
}

@media screen and (max-width: 840px) {
  .header {
    height: 48px;
  }
}

.header .logo {
  font-size: 0;
}

@media screen and (max-width: 980px) {
  .header .logo img {
    width: 210px;
  }
}

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

@media screen and (max-width: 840px) {
  .header .hnavi {
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .hnavi.active {
    height: 110%;
  }
}

.header .hnavi .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

@media screen and (max-width: 1080px) {
  .header .hnavi .gnavi {
    margin-right: 15px;
  }
}

@media screen and (max-width: 840px) {
  .header .hnavi .gnavi {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding-top: 32px;
  }
}

.header .hnavi .gnavi li {
  margin-left: 32px;
}

@media screen and (max-width: 1080px) {
  .header .hnavi .gnavi li {
    margin-left: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 840px) {
  .header .hnavi .gnavi li {
    border-bottom: 1px solid #efebdf;
    margin-left: 0;
    font-size: 16px;
  }
}

.header .hnavi .gnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .hnavi .gnavi li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 840px) {
  .header .hnavi .gnavi li a:before {
    border-color: transparent transparent transparent #111;
  }
}

.header .hnavi .gnavi li a:hover:before {
  border-color: transparent transparent transparent #ffe600;
}

.header .hnavi .hcontact {
  border-left: 1px solid #fff;
  height: 40px;
  padding-left: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .header .hnavi .hcontact {
    padding-left: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 840px) {
  .header .hnavi .hcontact {
    width: 280px;
    padding: 0;
    height: auto;
    border-left: none;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px solid #efebdf;
  }
}

.header .hnavi .hmerumaga {
  display: none;
}

@media screen and (max-width: 840px) {
  .header .hnavi .hmerumaga {
    display: block;
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px solid #efebdf;
  }
}

.header .hnavi a {
  color: #fff;
}

@media screen and (max-width: 840px) {
  .header .hnavi a {
    color: #111;
    padding: 10px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .hnavi a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #111;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.header .hnavi a:hover {
  color: #ffe600;
  opacity: 1 !important;
}

.fv {
  background: url("../img/fvbg1.png") no-repeat center, url("../img/fvbg.png") repeat center;
  max-height: 800px;
  height: 55vw;
  background-size: cover, 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 730px) {
  .fv {
    background: url("../img/spfvbg1.png") no-repeat center, url("../img/fvbg.png") repeat center;
    height: 160vw;
    background-size: cover, 100px;
  }
}

.fv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/giza_w.svg") repeat-x;
  width: 100%;
  height: 30px;
  z-index: 10;
}

.fv .fvlogo {
  margin-bottom: 20px;
  padding: 0 30px;
}

.fv .fvlogo img {
  max-width: 527px;
  width: 38vw;
}

@media screen and (max-width: 730px) {
  .fv .fvlogo img {
    width: auto;
    max-width: 100%;
  }
}

.fv .btn {
  width: 100%;
}

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

.bukken1 {
  background: url("../img/bukken1_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 98px 20px 188px;
  margin-bottom: 32px;
}

@media screen and (max-width: 840px) {
  .bukken1 {
    padding: 60px 16px 264px;
  }
}

@media screen and (max-width: 540px) {
  .bukken1 {
    background: url("../img/spbukken1_bg.jpg") no-repeat center top;
    background-size: cover;
  }
}

.bukken1 .bukken_ttl {
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 540px) {
  .bukken1 .bukken_ttl {
    margin-bottom: 50px;
    letter-spacing: 0.04em;
  }
}

.bukken1 .bukken_ttl br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .bukken1 .bukken_ttl br {
    display: block;
  }
}

.bukken1 .bukken_ttl span {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bukken1 .bukken_ttl span {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 540px) {
  .bukken1 .bukken_ttl span {
    padding: 0 20px;
  }
}

.bukken1 .bukken_ttl span:after {
  content: "";
  display: block;
  background: url("../img/bukken_bd.svg") no-repeat center bottom;
  width: calc(100% - 54px);
  height: 21px;
  position: absolute;
  bottom: -36px;
  left: 27px;
}

@media screen and (max-width: 767px) {
  .bukken1 .bukken_ttl span:after {
    width: 100%;
    left: 0;
    bottom: -30px;
  }
}

@media screen and (max-width: 480px) {
  .bukken1 .bukken_ttl span:after {
    width: 100%;
    left: 0;
  }
}

.bukken1 .bukken_ttl b {
  position: relative;
  z-index: 10;
}

.bukken1 .bukken_ttl i {
  position: absolute;
  top: -55px;
  left: -138px;
  z-index: 1;
}

@media screen and (max-width: 840px) {
  .bukken1 .bukken_ttl i {
    right: auto;
    left: 0;
    width: 110px;
  }
}

@media screen and (max-width: 540px) {
  .bukken1 .bukken_ttl i {
    width: 92px;
    top: -25px;
  }
}

.bukken1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 540px) {
  .bukken1 ul {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
}

.bukken1 ul li {
  width: 340px;
  margin-right: 35px;
}

@media screen and (max-width: 540px) {
  .bukken1 ul li {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bukken1 ul li img {
    width: 340px;
  }
}

.bukken1 ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 540px) {
  .bukken1 ul li:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .bukken1 ul li.cs {
    display: none;
  }
}

.bukken1 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bukken1 a:hover {
  opacity: 0.5;
}

.bukken1 .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009a5e;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.2);
          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) {
  .bukken1 .btn a {
    font-size: 16px;
    letter-spacing: 0.16em;
  }
}

.chodoii {
  background: #ffe600;
  position: relative;
  margin-top: -30px;
  padding-bottom: 58px;
}

.chodoii::before {
  content: "";
  display: block;
  background: url("../img/giza_y.svg") repeat-x;
  background-size: 60px 30px;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .chodoii::before {
    background-size: 40px 20px;
    height: 20px;
    top: -20px;
  }
}

.chodoii::after {
  content: "";
  display: block;
  background: url("../img/giza_y.svg") repeat-x;
  background-size: 60px 30px;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .chodoii::after {
    background-size: 40px 20px;
    height: 20px;
    bottom: -20px;
  }
}

.chodoii .kumo1 {
  position: absolute;
  right: 0;
  top: 540px;
}

@media screen and (max-width: 767px) {
  .chodoii .kumo1 {
    display: none;
  }
}

.chodoii .kumo2 {
  position: absolute;
  left: 0;
  top: 680px;
}

@media screen and (max-width: 767px) {
  .chodoii .kumo2 {
    display: none;
  }
}

.chodoii .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1140px) {
  .chodoii .inner {
    padding: 0 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.chodoii .ttl_box {
  position: relative;
  top: -141px;
  margin-bottom: -155px;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box {
    text-align: center;
  }
}

.chodoii .ttl_box .futari {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari {
    display: block;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 60px;
  }
}

.chodoii .ttl_box .futari .geiko1 {
  width: 50%;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .chodoii .ttl_box .futari .geiko1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .geiko1 {
    display: block;
    width: 260px;
    padding: 0;
    margin: 0 auto 100px;
  }
}

.chodoii .ttl_box .futari .geiko1 .fukidashi {
  margin-top: 47px;
  width: 275px;
  height: 109px;
}

@media screen and (max-width: 1080px) {
  .chodoii .ttl_box .futari .geiko1 .fukidashi {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .geiko1 .fukidashi {
    margin-top: 0;
    top: -80px;
    right: auto;
    left: 10px;
    width: 231px;
    height: 88px;
    text-align: left;
  }
}

.chodoii .ttl_box .futari .geiko1 .fukidashi::after {
  bottom: 11px;
}

.chodoii .ttl_box .futari .geiko1 .img {
  position: relative;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .geiko1 .img {
    padding-left: 140px;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .geiko1 .img .pcn {
    display: block;
  }
}

.chodoii .ttl_box .futari .geiko1 .img span {
  position: absolute;
  white-space: nowrap;
  left: 202px;
  bottom: 18px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .geiko1 .img span {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.chodoii .ttl_box .futari .kinichi1 {
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .chodoii .ttl_box .futari .kinichi1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .kinichi1 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-left: 0;
  }
}

.chodoii .ttl_box .futari .kinichi1 .fukidashi {
  margin-top: 170px;
  width: 252px;
  height: 109px;
}

@media screen and (max-width: 1080px) {
  .chodoii .ttl_box .futari .kinichi1 .fukidashi {
    position: absolute;
    left: 0;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .kinichi1 .fukidashi {
    width: 211px;
    height: 86px;
    text-align: left;
    left: 55px;
    top: -70px;
    margin-top: 0;
  }
}

.chodoii .ttl_box .futari .kinichi1 .fukidashi::after {
  bottom: 11px;
}

.chodoii .ttl_box .futari .kinichi1 .img {
  position: relative;
  font-size: 0;
  margin-right: -3px;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .kinichi1 .img {
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .kinichi1 .img img {
    width: 160px;
  }
}

.chodoii .ttl_box .futari .kinichi1 .img span {
  position: absolute;
  white-space: nowrap;
  right: 223px;
  bottom: 20px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .chodoii .ttl_box .futari .kinichi1 .img span {
    left: 163px;
  }
}

.chodoii .ttl_box .ttl {
  background: #fff;
  width: 960px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 54px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .chodoii .ttl_box .ttl {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .chodoii .ttl_box .ttl {
    font-size: 24px;
    height: auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 20px;
  }
}

.chodoii .ttl_box .ttl span {
  font-size: 20px;
  margin-bottom: 7px;
}

@media screen and (max-width: 840px) {
  .chodoii .ttl_box .ttl span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.chodoii .ttl_box .ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.chodoii .cnt .cnt1 {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 24px 30px;
  max-width: 720px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin-left: 60px;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .chodoii .cnt .cnt1 {
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt1 {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}

.chodoii .cnt .cnt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt2 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt2 {
    display: block;
    margin-bottom: 48px;
    position: relative;
  }
  .chodoii .cnt .cnt2:after {
    content: '';
    display: block;
    background: url("../img/chodoii_bg1.png") no-repeat;
    background-size: 205px;
    width: 205px;
    height: 70px;
    position: absolute;
    top: -20px;
    right: -16px;
  }
}

.chodoii .cnt .cnt2 .img {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt2 .img {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
  }
}

.chodoii .cnt .cnt2 .txt {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 28px 30px 23px;
  width: 520px;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt2 .txt {
    margin-left: 30px;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt2 .txt {
    width: 100%;
    margin-left: 0;
    padding: 15px 20px;
  }
}

.chodoii .cnt .cnt2 .txt img {
  position: absolute;
  top: -90px;
  right: -31px;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt2 .txt img {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt2 .txt img {
    width: 80px;
    top: auto;
    bottom: -30px;
  }
}

@media screen and (max-width: 480px) {
  .chodoii .cnt .cnt2 .txt img {
    width: 60px;
    right: 0;
    bottom: -27px;
  }
}

.chodoii .cnt .cnt3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 60px;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt3 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1000px) {
  .chodoii .cnt .cnt3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt3 {
    position: relative;
  }
  .chodoii .cnt .cnt3:after {
    content: '';
    display: block;
    background: url("../img/chodoii_bg2.png") no-repeat;
    background-size: 258px;
    width: 258px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: -16px;
  }
}

.chodoii .cnt .cnt3 .txt {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 27px 30px 25px;
  max-width: 520px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .txt {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii .cnt .cnt3 .txt {
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
  }
}

.chodoii .cnt .cnt3 .img {
  width: 400px;
  position: relative;
  margin-top: -40px;
  padding-right: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
  background: url("../img/usakichi_bg.png") no-repeat right 20px bottom;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt3 .img {
    background-size: 100%;
    padding-right: 0;
    width: 48%;
  }
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .img {
    display: block;
    margin-top: 0;
    width: 100%;
    background: none;
  }
}

.chodoii .cnt .cnt3 .img .fukidashi {
  width: 380px;
  height: 134px;
  position: absolute;
  bottom: 0;
  right: 345px;
}

@media screen and (max-width: 1140px) {
  .chodoii .cnt .cnt3 .img .fukidashi {
    right: 280px;
  }
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .img .fukidashi {
    position: relative;
    bottom: auto;
    right: auto;
    width: 380px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .chodoii .cnt .cnt3 .img .fukidashi {
    width: 312px;
    height: 112px;
  }
}

@media screen and (max-width: 350px) {
  .chodoii .cnt .cnt3 .img .fukidashi {
    width: 100%;
  }
}

.chodoii .cnt .cnt3 .img .fukidashi:after {
  background: url("../img/fukidashi_l_b.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 20px;
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .img .fukidashi:after {
    display: none;
  }
}

.chodoii .cnt .cnt3 .img .usa {
  position: relative;
  width: 234px;
  padding-bottom: 8px;
  font-size: 0;
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .img .usa {
    width: 480px;
    text-align: right;
    margin: -20px auto 0;
    background: url("../img/usakichi_bg.png") no-repeat right bottom;
    background-size: 70%;
  }
}

@media screen and (max-width: 540px) {
  .chodoii .cnt .cnt3 .img .usa {
    width: 320px;
    padding-bottom: 0;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 201px;
    background-position: right bottom 16px;
  }
}

@media screen and (max-width: 350px) {
  .chodoii .cnt .cnt3 .img .usa {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .chodoii .cnt .cnt3 .img .usa img {
    width: 180px;
    font-size: 0;
  }
}

.chodoii .cnt .cnt3 .img .usa span {
  position: absolute;
  bottom: -34px;
  left: -35px;
  font-size: 14px;
}

@media screen and (max-width: 860px) {
  .chodoii .cnt .cnt3 .img .usa span {
    left: 100px;
    bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .chodoii .cnt .cnt3 .img .usa span {
    left: auto;
    right: 175px;
  }
}

@media screen and (max-width: 540px) {
  .chodoii .cnt .cnt3 .img .usa span .pcn {
    display: block;
  }
}

.city_data {
  background: url("../img/cd_bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 16px;
}

@media screen and (max-width: 640px) {
  .city_data {
    padding: 80px 16px 100px;
  }
}

.city_data .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.city_data .box {
  max-width: 572px;
  min-height: 660px;
  background: #fff;
  margin-left: -40px;
  padding: 38px 30px 13px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1240px) {
  .city_data .box {
    margin-left: 0;
    padding: 20px 16px;
  }
}

.city_data .box .cd_ttl {
  margin-bottom: 22px;
  font-size: 0;
  padding-left: 2px;
}

@media screen and (max-width: 640px) {
  .city_data .box .cd_ttl {
    width: 168px;
  }
}

.city_data .box > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .city_data .box > ul > li {
    display: block;
    margin-bottom: 20px;
  }
}

.city_data .box > ul > li:last-of-type {
  margin-bottom: 6px;
}

.city_data .box > ul > li .ttl {
  width: 80px;
  height: 24px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .city_data .box > ul > li .ttl {
    margin-bottom: 6px;
    margin-right: 0;
  }
}

.city_data .box > ul > li .txt {
  max-width: 410px;
  width: 100%;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.city_data .box > ul > li .txt.sangyo {
  max-width: 390px;
}

.city_data .box > ul > li ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.city_data .box > ul > li ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #007215;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.city_data .box .img {
  text-align: center;
}

.wrap_point {
  background: url("../img/point_bg.png") repeat;
  background-size: 400px;
  padding: 160px 0 70px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .wrap_point {
    padding-top: 40px;
  }
}

.wrap_point::before {
  content: "";
  display: block;
  background: url("../img/giza_point.png") repeat-x;
  background-size: 60px;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .wrap_point::before {
    background-size: 40px 20px;
    height: 20px;
    top: -20px;
  }
}

.wrap_point::after {
  content: "";
  display: block;
  background: url("../img/giza_point.png") repeat-x;
  background-size: 60px;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .wrap_point::after {
    background-size: 40px 20px;
    height: 20px;
    bottom: -20px;
  }
}

.wrap_point .inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner {
    padding: 0 16px;
  }
}

.wrap_point .inner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap {
    padding: 0 !important;
    margin-bottom: 40px;
  }
}

.wrap_point .inner .wrap:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 20px;
}

.wrap_point .inner .wrap:nth-of-type(1) .img {
  margin-right: -60px;
}

.wrap_point .inner .wrap:nth-of-type(1) .cnt {
  padding-left: 40px;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner .wrap:nth-of-type(1) .cnt {
    padding-left: 0;
  }
}

.wrap_point .inner .wrap:nth-of-type(1) .cnt .fuki {
  left: 0;
  top: -58px;
}

.wrap_point .inner .wrap:nth-of-type(2) {
  padding-right: 23px;
}

.wrap_point .inner .wrap:nth-of-type(2) .img {
  margin-left: -60px;
}

.wrap_point .inner .wrap:nth-of-type(2) .cnt {
  padding-right: 35px;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner .wrap:nth-of-type(2) .cnt {
    padding-right: 0;
  }
}

.wrap_point .inner .wrap:nth-of-type(2) .cnt .fuki {
  right: 0;
  top: -50px;
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap:nth-of-type(2) .cnt .fuki {
    text-align: right;
  }
}

.wrap_point .inner .wrap:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 20px;
  margin-bottom: 50px;
}

.wrap_point .inner .wrap:nth-of-type(3) .img {
  margin-right: -60px;
}

.wrap_point .inner .wrap:nth-of-type(3) .cnt {
  padding-left: 40px;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner .wrap:nth-of-type(3) .cnt {
    padding-left: 0;
  }
}

.wrap_point .inner .wrap:nth-of-type(3) .cnt .fuki {
  left: 0;
  top: -58px;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner .wrap .img {
    width: 48%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap .img {
    display: none;
  }
}

.wrap_point .inner .wrap .cnt {
  padding-top: 54px;
  width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .wrap_point .inner .wrap .cnt {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap .cnt {
    width: 100%;
    padding-top: 0;
  }
}

.wrap_point .inner .wrap .cnt .fuki {
  position: absolute;
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap .cnt .fuki {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 10px;
    font-size: 0;
  }
}

.wrap_point .inner .wrap .cnt .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap .cnt .ttl {
    margin-bottom: 10px;
  }
}

.wrap_point .inner .wrap .cnt .spimg {
  display: none;
}

@media screen and (max-width: 640px) {
  .wrap_point .inner .wrap .cnt .spimg {
    display: block;
    margin-bottom: 10px;
  }
}

.wrap_point .inner .wrap .cnt .txt {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

.wrap_point .inner .pointu {
  position: relative;
  width: 923px;
  margin: 0 auto;
}

@media screen and (max-width: 940px) {
  .wrap_point .inner .pointu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu::after {
    content: '';
    display: block;
    background: url("../img/sppointu_bg.png") no-repeat;
    background-size: 100% auto;
    width: 42%;
    height: 42vw;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 2;
  }
}

.wrap_point .inner .pointu .fuki1 {
  width: 222px;
  height: 165px;
  position: absolute;
  top: -16px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .fuki1 {
    width: 60%;
    min-width: 184px;
    height: 136px;
    z-index: 5;
    top: 0;
  }
}

.wrap_point .inner .pointu .fuki1::after {
  left: auto;
  bottom: -12px;
  right: 18px;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .fuki1::after {
    display: none;
  }
}

.wrap_point .inner .pointu .fuki2 {
  width: 186px;
  height: 165px;
  position: absolute;
  top: 77px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .fuki2 {
    min-width: 152px;
    width: 50%;
    height: 136px;
    z-index: 5;
    top: 116px;
  }
}

.wrap_point .inner .pointu .fuki2::after {
  bottom: -12px;
  left: 18px;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .fuki2::after {
    display: none;
  }
}

.wrap_point .inner .pointu .img {
  text-align: center;
  padding-left: 66px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .img {
    padding: 0;
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 480px) {
  .wrap_point .inner .pointu .img {
    margin: 0 -6px;
  }
}

@media screen and (max-width: 940px) {
  .wrap_point .inner .pointu .img img {
    width: 62%;
    padding-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .img img {
    width: 100%;
    padding-top: 240px;
  }
}

.wrap_point .inner .pointu .img img.pc {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .img img.pc {
    display: none;
  }
}

.wrap_point .inner .pointu .img img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrap_point .inner .pointu .img img.sp {
    display: inline-block;
  }
}

.naccho {
  padding: 130px 16px 0;
  position: relative;
}

.naccho::after {
  content: "";
  display: block;
  background: url("../img/giza_y.svg") repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .naccho::after {
    background-size: 40px 20px;
    height: 20px;
    bottom: 0;
  }
}

.naccho .naccho_ttl {
  max-width: 960px;
  margin: 0 auto 60px;
  position: relative;
}

.naccho .naccho_ttl .sec_ttl {
  background: #efebdf;
  width: 960px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .naccho .naccho_ttl .sec_ttl {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .naccho .naccho_ttl .sec_ttl {
    font-size: 24px;
    height: auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
  }
}

.naccho .naccho_ttl .sec_ttl span {
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 840px) {
  .naccho .naccho_ttl .sec_ttl span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.naccho .naccho_ttl .sec_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #efebdf transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.naccho .naccho_ttl .memo {
  position: absolute;
  right: 0;
  bottom: -22px;
}

@media screen and (max-width: 900px) {
  .naccho .naccho_ttl .memo {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 20px;
  }
}

.naccho .naccho_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .naccho .naccho_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.naccho .naccho_list li {
  margin-right: 46px;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .naccho .naccho_list li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .naccho .naccho_list li {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.naccho .naccho_list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .naccho .naccho_list li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.naccho .naccho_list li .img {
  text-align: center;
  margin-bottom: 15px;
}

.naccho .naccho_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.34;
  letter-spacing: 0.04em;
}

.naccho .naccho_list li .ttl span {
  font-size: 14px;
  display: block;
}

.naccho .naccho_list li .txt {
  padding: 0 10px;
}

.naccho .geiko2 {
  position: relative;
  bottom: -20px;
  z-index: 10;
  width: 400px;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .naccho .geiko2 {
    width: auto;
    text-align: center;
  }
}

.naccho .geiko2 .img {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .naccho .geiko2 .img {
    position: relative;
    z-index: 5;
  }
}

.naccho .geiko2 .fukidashi_y {
  width: 350px;
  height: 100px;
  text-align: left;
  position: absolute;
  top: -20px;
  left: -170px;
}

@media screen and (max-width: 767px) {
  .naccho .geiko2 .fukidashi_y {
    position: relative;
    top: auto;
    left: auto;
    width: 280px;
    height: 88px;
    margin: 0 auto -12px;
    font-size: 16px;
  }
}

.naccho .geiko2 .fukidashi_y::after {
  left: auto;
  right: -12px;
  bottom: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .naccho .geiko2 .fukidashi_y::after {
    display: none;
  }
}

.chodoii2 {
  background: #ffe600 url("../img/bg-nakama.png") no-repeat center bottom;
  background-size: 100%;
  position: relative;
  padding-top: 125px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .chodoii2 {
    padding-top: 50px;
  }
}

.chodoii2 .chodoii2_ttl {
  padding: 0 16px;
}

.chodoii2 .chodoii2_ttl .usa {
  width: 100px;
  margin: 0 auto -6px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii2_ttl .usa {
    max-width: 328px;
    width: 100%;
  }
}

.chodoii2 .chodoii2_ttl .usa .fuki1 {
  position: absolute;
  left: -330px;
  top: -25px;
}

@media screen and (max-width: 800px) {
  .chodoii2 .chodoii2_ttl .usa .fuki1 {
    left: -310px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii2_ttl .usa .fuki1 {
    display: none;
  }
}

.chodoii2 .chodoii2_ttl .usa .fuki2 {
  position: absolute;
  right: -330px;
  top: -5px;
}

@media screen and (max-width: 800px) {
  .chodoii2 .chodoii2_ttl .usa .fuki2 {
    right: -310px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii2_ttl .usa .fuki2 {
    display: none;
  }
}

.chodoii2 .chodoii2_ttl .usa .img {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii2_ttl .usa .img .pc {
    display: none;
  }
}

.chodoii2 .chodoii2_ttl .usa .img .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii2_ttl .usa .img .sp {
    display: block;
  }
}

.chodoii2 .chodoii2_ttl .ttl {
  background: #fff;
  max-width: 960px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .chodoii2 .chodoii2_ttl .ttl {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii2_ttl .ttl {
    font-size: 24px;
    height: auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
  }
}

.chodoii2 .chodoii2_ttl .ttl br {
  display: none;
}

@media screen and (max-width: 480px) {
  .chodoii2 .chodoii2_ttl .ttl br {
    display: block;
  }
}

.chodoii2 .chodoii2_ttl .ttl span {
  font-size: 20px;
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii2_ttl .ttl span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.chodoii2 .nakano_bukken {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken {
    margin-bottom: 60px;
  }
}

.chodoii2 .nakano_bukken_slide {
  margin: 0 auto 50px;
}

.chodoii2 .nakano_bukken_slide .next,
.chodoii2 .nakano_bukken_slide .prev {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 2;
}

.chodoii2 .nakano_bukken_slide .next {
  right: calc(50% - 518px);
}

@media screen and (max-width: 1080px) {
  .chodoii2 .nakano_bukken_slide .next {
    right: 5px;
  }
}

.chodoii2 .nakano_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: 840px) {
  .chodoii2 .nakano_bukken_slide .next:before {
    border-width: 8px 0 8px 10px;
  }
}

.chodoii2 .nakano_bukken_slide .prev {
  left: calc(50% - 518px);
}

@media screen and (max-width: 1080px) {
  .chodoii2 .nakano_bukken_slide .prev {
    left: 5px;
  }
}

.chodoii2 .nakano_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: 840px) {
  .chodoii2 .nakano_bukken_slide .prev:before {
    border-width: 8px 10px 8px 0;
  }
}

.chodoii2 .nakano_bukken_slide .slick-list {
  width: 1020px;
  overflow: visible;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .chodoii2 .nakano_bukken_slide .slick-list {
    width: 100%;
  }
}

.chodoii2 .nakano_bukken_slide li {
  width: 960px;
  padding: 0 30px;
}

@media screen and (max-width: 1080px) {
  .chodoii2 .nakano_bukken_slide li {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li {
    padding: 0 25px;
  }
}

.chodoii2 .nakano_bukken_slide li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a {
    display: block;
    background: #FFF;
  }
}

.chodoii2 .nakano_bukken_slide li a:hover {
  opacity: 1 !important;
}

.chodoii2 .nakano_bukken_slide li a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.chodoii2 .nakano_bukken_slide li a:hover .cnt .ttl {
  text-decoration: underline;
}

.chodoii2 .nakano_bukken_slide li a:hover .cnt .link {
  text-decoration: underline;
}

.chodoii2 .nakano_bukken_slide li a .wrap_img {
  background: #fff;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.chodoii2 .nakano_bukken_slide li a .wrap_img .img {
  max-width: 640px;
  max-height: 440px;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .wrap_img .img {
    max-width: none;
    text-align: center;
  }
}

.chodoii2 .nakano_bukken_slide li a .wrap_img .img span {
  overflow: hidden;
  display: block;
}

.chodoii2 .nakano_bukken_slide li a .wrap_img .img span img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .wrap_img .img span img {
    width: 100%;
    height: auto;
  }
}

.chodoii2 .nakano_bukken_slide li a .wrap_img .img::before {
  content: "";
  display: block;
  background: url("../img/hyakkin.svg") no-repeat;
  width: 71px;
  height: 62px;
  position: absolute;
  left: 33px;
  top: 40px;
}

.chodoii2 .nakano_bukken_slide li a .wrap_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg.png") repeat;
  background-size: 7px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 5;
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_bukken_slide li a .wrap_img:after {
    right: -6px;
    bottom: -6px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .wrap_img:after {
    display: none;
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt {
  width: 420px;
  height: 340px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin-left: -100px;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .chodoii2 .nakano_bukken_slide li a .cnt {
    width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .cnt {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt .copy {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .copy {
    margin-bottom: 6px;
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-bottom: 18px;
}

.chodoii2 .nakano_bukken_slide li a .cnt .wcomment {
  background: #efebdf;
  border-radius: 12px;
  padding: 15px 20px 10px 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment {
    height: 250px;
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt .wcomment .wimg {
  margin-right: 20px;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.chodoii2 .nakano_bukken_slide li a .cnt .wcomment .wimg img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment .wimg img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment .wcnt {
    width: calc(100% - 65px);
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt .wcomment .txt {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.54;
  letter-spacing: 0.04em;
  width: 250px;
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment .txt {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .chodoii2 .nakano_bukken_slide li a .cnt .wcomment .txt {
    height: 218px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.chodoii2 .nakano_bukken_slide li a .cnt .link {
  font-size: 16px;
  color: #007215;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chodoii2 .nakano_bukken_slide li a .cnt .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #007215;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.chodoii2 .nakano_idea .idea_ttl_box {
  max-width: 960px;
  margin: 0 auto 60px;
  position: relative;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_idea .idea_ttl_box {
    margin-bottom: 40px;
  }
}

.chodoii2 .nakano_idea .idea_ttl_box .kinichi2 {
  width: 180px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

.chodoii2 .nakano_idea .idea_ttl_box .kinichi2 span {
  position: absolute;
  left: -252px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_idea .idea_ttl_box .kinichi2 span {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    font-size: 0;
    margin-bottom: 5px;
    width: 190px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_idea .idea_ttl_box .kinichi2 span .pc {
    display: none;
  }
}

.chodoii2 .nakano_idea .idea_ttl_box .kinichi2 span .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .chodoii2 .nakano_idea .idea_ttl_box .kinichi2 span .sp {
    display: inline-block;
  }
}

.chodoii2 .nakano_idea .idea_ttl_box .sec_ttl {
  background: #fff;
  max-width: 960px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .chodoii2 .nakano_idea .idea_ttl_box .sec_ttl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_idea .idea_ttl_box .sec_ttl {
    font-size: 24px;
    height: auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
  }
}

.chodoii2 .nakano_idea .idea_ttl_box .sec_ttl span {
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_idea .idea_ttl_box .sec_ttl span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 480px) {
  .chodoii2 .nakano_idea .idea_ttl_box .sec_ttl span .pcn {
    display: block;
  }
}

.chodoii2 .nakano_idea .idea_ttl_box .sec_ttl::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

@media screen and (max-width: 840px) {
  .chodoii2 .nakano_idea .idea_ttl_box .sec_ttl::after {
    display: block;
  }
}

.chodoii2 .nakano_idea .idea_slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1570px;
  margin: 0 auto 45px;
  padding: 55px 50px 0;
}

@media only screen and (max-width: 640px) {
  .chodoii2 .nakano_idea .idea_slide {
    margin: 0;
    padding: 40px 16px 0 15px;
  }
}

.chodoii2 .nakano_idea .idea_slide:before, .chodoii2 .nakano_idea .idea_slide:after {
  content: "";
  display: block;
  background: #ffe600;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .chodoii2 .nakano_idea .idea_slide:before, .chodoii2 .nakano_idea .idea_slide:after {
    width: 35px;
  }
}

.chodoii2 .nakano_idea .idea_slide:before {
  left: 0;
}

.chodoii2 .nakano_idea .idea_slide:after {
  right: 0;
}

.chodoii2 .nakano_idea .idea_slide .slick-list {
  padding-top: 70px;
}

.chodoii2 .nakano_idea .idea_slide .swiper-button-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 12px 0;
  border-color: transparent #007215 transparent transparent;
  background: none;
  margin-top: -12px;
  left: 10px;
  z-index: 50;
}

.chodoii2 .nakano_idea .idea_slide .swiper-button-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #007215;
  background: none;
  margin-top: -12px;
  right: 10px;
  z-index: 50;
}

.chodoii2 .nakano_idea .idea_slide ul {
  padding: 0;
  margin: 0 0 80px;
}

.chodoii2 .nakano_idea .idea_slide ul li {
  width: 350px;
  height: 330px;
  position: relative;
  list-style-type: none;
  position: relative;
  width: 25%;
}

.chodoii2 .nakano_idea .idea_slide ul li a {
  background: #fff;
  position: relative;
  width: 340px;
  height: 320px;
  display: block;
  z-index: 10;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 30px);
}

@media only screen and (max-width: 640px) {
  .chodoii2 .nakano_idea .idea_slide ul li a {
    width: calc(100% - 60px);
  }
}

.chodoii2 .nakano_idea .idea_slide ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.chodoii2 .nakano_idea .idea_slide ul li a:after {
  content: "";
  display: block;
  width: 340px;
  height: 320px;
  background: url("../img/gshadow.png") repeat;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 5;
  width: 100%;
}

.chodoii2 .nakano_idea .idea_slide ul li .cnt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chodoii2 .nakano_idea .idea_slide ul li .cnt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #ffe600 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.chodoii2 .nakano_idea .idea_slide ul li .img {
  margin: -45px auto 7px;
  text-align: center;
  line-height: 1.2;
}

.chodoii2 .nakano_idea .idea_slide ul li .img img {
  float: none;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 0;
  border-radius: 50%;
}

.chodoii2 .nakano_idea .idea_slide ul li .author {
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  color: #00884c;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.3;
}

.chodoii2 .nakano_idea .idea_slide ul li .author b {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  word-break: break-all;
  overflow: hidden;
}

.chodoii2 .nakano_idea .idea_slide ul li .author span {
  font-size: 13px;
  display: block;
}

.chodoii2 .nakano_idea .idea_slide ul li .comment_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: oblique;
  margin-bottom: 5px;
  min-height: 6.2em;
  overflow: hidden;
  height: 6.2em;
}

.chodoii2 .nakano_idea .idea_slide ul li .comment_txt p {
  margin-bottom: 0;
}

.chodoii2 .nakano_idea .idea_slide ul li .comment_txt br {
  display: none;
}

.chodoii2 .nakano_idea .idea_slide ul li .post_ttl {
  font-size: 12px;
  color: #666;
  line-height: 1.66;
  margin-bottom: 0;
}

.chodoii2 .nakano_idea .idea_slide ul li .btn {
  width: 150px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009a5e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: auto auto 0;
  border-radius: 15px;
  padding: 0 15px;
}

.chodoii2 .wrap_boshu {
  background: url("../img/kumo1.png") no-repeat top 264px left calc(50% - 400px), url("../img/kumo2.png") no-repeat top 585px right calc(50% - 450px);
  margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
  .chodoii2 .wrap_boshu {
    margin-bottom: 40px;
  }
}

.chodoii2 .wrap_boshu .boshu {
  max-width: 800px;
  margin: 0 auto;
  padding: 45px 56px 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .chodoii2 .wrap_boshu .boshu {
    padding: 40px 16px 35px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 800px) {
  .chodoii2 .wrap_boshu .boshu .boshu_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_ttl .fuki {
  font-size: 22px;
  width: 160px;
  height: 80px;
  border-radius: 20px;
  background: #ffe600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_ttl .fuki {
    width: 132px;
    height: 59px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-right: 0;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_ttl .fuki::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #ffe600;
  position: absolute;
  right: -16px;
  top: calc(50% - 12px);
}

@media screen and (max-width: 800px) {
  .chodoii2 .wrap_boshu .boshu .boshu_ttl .fuki::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ffe600 transparent transparent transparent;
    right: auto;
    top: auto;
    bottom: -10px;
    left: calc(50% - 7px);
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_ttl .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_ttl .ttl {
    font-size: 24px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 42px;
}

.chodoii2 .wrap_boshu .boshu .boshu_box {
  background: #efebdf;
  border-radius: 30px;
  padding: 31px 50px 25px;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box {
    padding: 36px 16px 16px;
    margin-bottom: 60px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box.first {
  padding: 31px 33px 15px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box.first {
    padding: 36px 16px 16px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box:last-of-type {
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl {
  max-width: 320px;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 2px solid #efebdf;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  margin-bottom: -35px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl {
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl .osusume1 {
  position: absolute;
  top: -18px;
  left: -41px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl .osusume1 {
    left: -16px;
    top: -20px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl .osusume2 {
  position: absolute;
  top: -18px;
  right: -16px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .boshu_box_ttl .osusume2 {
    right: -16px;
    top: -20px;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box a {
  color: #007215;
}

.chodoii2 .wrap_boshu .boshu .boshu_box a:hover {
  text-decoration: underline;
}

.chodoii2 .wrap_boshu .boshu .boshu_box ul li {
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 11px;
  position: relative;
}

.chodoii2 .wrap_boshu .boshu .boshu_box ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #007215;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.chodoii2 .wrap_boshu .boshu .boshu_box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .wrap {
    display: block;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box .wrap .cnt {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .wrap .cnt {
    width: 100%;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_box .wrap .cnt .ttl {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #000;
  line-height: 20px;
  padding-left: 13px;
  margin-bottom: 7px;
}

.chodoii2 .wrap_boshu .boshu .boshu_box .wrap .cnt .txt {
  line-height: 1.7;
}

.chodoii2 .wrap_boshu .boshu .boshu_box .wrap .img {
  margin-right: -20px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_box .wrap .img {
    text-align: center;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 23px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .wrap_boshu .boshu .boshu_link {
    text-align: right;
    line-height: 1.25;
    padding-right: 0;
  }
}

.chodoii2 .wrap_boshu .boshu .boshu_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #007215;
  font-weight: bold;
}

.chodoii2 .wrap_boshu .boshu .boshu_link a img {
  margin-left: 8px;
}

.chodoii2 .chodoii_u {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 62px;
  padding-right: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .chodoii2 .chodoii_u {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii_u {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chodoii2 .chodoii_u .usa {
  position: absolute;
  left: 266px;
  top: -60px;
}

@media screen and (max-width: 1080px) {
  .chodoii2 .chodoii_u .usa {
    left: 190px;
  }
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii_u .usa {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
    margin-bottom: -140px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .usa {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii_u .usa img {
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .usa img {
    width: 153px;
  }
}

.chodoii2 .chodoii_u .usa .fukidashi {
  position: absolute;
  width: 220px;
  height: 130px;
  top: 4px;
  right: -150px;
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii_u .usa .fukidashi {
    position: relative;
    top: auto;
    right: auto;
    width: 280px;
    height: 88px;
    margin: 0 auto -12px;
    text-align: left;
    font-size: 16px;
  }
}

.chodoii2 .chodoii_u .usa .fukidashi::after {
  bottom: 18px;
}

@media screen and (max-width: 840px) {
  .chodoii2 .chodoii_u .usa .fukidashi .spn {
    display: none;
  }
}

.chodoii2 .chodoii_u .geiko {
  position: relative;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .geiko {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 480px) {
  .chodoii2 .chodoii_u .geiko {
    margin-left: -80px;
    max-width: calc(50% + 80px);
  }
}

.chodoii2 .chodoii_u .geiko .fukidashi {
  width: 300px;
  height: 130px;
  position: absolute;
  top: 162px;
  left: -260px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .geiko .fukidashi {
    position: relative;
    top: auto;
    left: auto;
    width: 248px;
    height: 112px;
    font-size: 16px;
    margin-bottom: -13px;
  }
}

.chodoii2 .chodoii_u .geiko .fukidashi::after {
  bottom: 19px;
}

.chodoii2 .chodoii_u .geiko .img {
  position: relative;
  z-index: 10;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .geiko .img .pc {
    display: none;
  }
}

.chodoii2 .chodoii_u .geiko .img .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .geiko .img .sp {
    display: inline-block;
  }
}

.chodoii2 .chodoii_u .kinichi {
  position: relative;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .kinichi {
    padding-top: 122px;
    max-width: 50%;
  }
}

.chodoii2 .chodoii_u .kinichi .img {
  font-size: 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .kinichi .img {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .kinichi .img .pc {
    display: none;
  }
}

.chodoii2 .chodoii_u .kinichi .img .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .kinichi .img .sp {
    display: inline-block;
  }
}

.chodoii2 .chodoii_u .kinichi .fukidashi {
  width: 220px;
  height: 100px;
  position: absolute;
  bottom: 81px;
  right: -234px;
}

@media screen and (max-width: 767px) {
  .chodoii2 .chodoii_u .kinichi .fukidashi {
    position: relative;
    bottom: auto;
    right: auto;
    width: 168px;
    height: 88px;
    font-size: 16px;
    margin-bottom: -28px;
  }
}

.chodoii2 .chodoii_u .kinichi .fukidashi:after {
  bottom: 29px;
}

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

.photo_list li {
  width: 33.33%;
  position: relative;
}

@media screen and (max-width: 920px) {
  .photo_list li {
    width: 50%;
  }
}

.photo_list li .img {
  font-size: 0;
}

.photo_list li .img img {
  width: 100%;
  height: auto;
}

.photo_list li .ttl {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 540px) {
  .photo_list li .ttl {
    top: 0;
    left: 0;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
  }
}

.toroku {
  background: #ffe600;
  padding: 100px 20px;
}

@media screen and (max-width: 640px) {
  .toroku {
    padding: 60px 15px;
  }
}

.toroku .sec_ttl {
  background: #fff;
  width: 920px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .toroku .sec_ttl {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .toroku .sec_ttl {
    font-size: 24px;
    height: auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
  }
}

.toroku .sec_ttl span {
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 840px) {
  .toroku .sec_ttl span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.toroku .sec_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.toroku .mail_head {
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .toroku .mail_head {
    display: none;
  }
}

.toroku .mail_head .kinichi {
  display: inline-block;
  position: relative;
  font-size: 0;
}

@media screen and (max-width: 920px) {
  .toroku .mail_head .kinichi {
    display: block;
  }
}

.toroku .mail_head .kinichi .fuki1 {
  position: absolute;
  top: 32px;
  left: -320px;
}

@media screen and (max-width: 920px) {
  .toroku .mail_head .kinichi .fuki1 {
    left: 0;
    width: 35%;
  }
}

.toroku .mail_head .kinichi .fuki2 {
  position: absolute;
  top: 50px;
  right: -302px;
}

@media screen and (max-width: 920px) {
  .toroku .mail_head .kinichi .fuki2 {
    right: 0;
    width: 32%;
  }
}

.toroku .spmail_head {
  display: none;
}

@media screen and (max-width: 640px) {
  .toroku .spmail_head {
    display: block;
    font-size: 0;
    text-align: center;
  }
}

.toroku .mailmag_form .input {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .toroku .mailmag_form .input {
    margin-bottom: 25px;
  }
}

.toroku .mailmag_form .input input {
  border: 2px solid #111;
  background: #fff;
  width: 640px;
  height: 60px;
  font-size: 16px;
  border-radius: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 840px) {
  .toroku .mailmag_form .input input {
    width: 100%;
  }
}

.toroku .mailmag_form .input input:focus {
  border: 2px solid #007215;
}

.toroku .mailmag_form .input input.wpcf7-not-valid {
  border: 2px solid #ff5900;
}

.toroku .mailmag_form .input input::-webkit-input-placeholder {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.toroku .mailmag_form .input input:-ms-input-placeholder {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.toroku .mailmag_form .input input::-ms-input-placeholder {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.toroku .mailmag_form .input input::placeholder {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.toroku .mailmag_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toroku .mailmag_form .submit input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 320px;
  height: 48px;
  background: #111 url("../img/sankaku.svg") no-repeat right 20px center;
  background-size: 6px;
  border-radius: 24px;
  color: #fff;
  border: none;
  line-height: 1;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.toroku .mailmag_form .submit input:hover {
  background-position: right 14px center;
}

@media screen and (max-width: 480px) {
  .toroku .mailmag_form .submit input {
    width: 92%;
  }
}

.contact {
  padding: 100px 20px;
}

@media screen and (max-width: 640px) {
  .contact {
    padding: 40px 15px;
  }
}

.contact .sec_ttl {
  background: #efebdf;
  width: 960px;
  height: 130px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .contact .sec_ttl {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .contact .sec_ttl {
    font-size: 24px;
    height: auto;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
  }
}

.contact .sec_ttl span {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact .sec_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #efebdf transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.contact .form {
  max-width: 800px;
  margin: 0 auto;
}

.contact .form ul {
  margin-bottom: 40px;
}

.contact .form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .contact .form ul li {
    display: block;
  }
}

.contact .form ul li.chk {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .contact .form ul li.chk .cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact .form ul li.chk .cnt a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #FFF;
}

.contact .form ul li.chk .cnt a:hover {
  border-bottom: 1px solid #111;
}

.contact .form ul li.chk .cnt .checkbox-input {
  display: none;
}

.contact .form ul li.chk .cnt .checkbox-parts {
  padding-left: 39px;
  position: relative;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 360px) {
  .contact .form ul li.chk .cnt .checkbox-parts {
    font-size: 13px;
  }
}

.contact .form ul li.chk .cnt .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #111;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .form ul li.chk .cnt .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #007215;
  border-right: 3px solid #007215;
}

.contact .form ul li .ttl {
  width: 240px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .contact .form ul li .ttl {
    width: 100%;
    margin-bottom: 8px;
  }
}

.contact .form ul li .ttl span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  background: #111;
  font-size: 12px;
  margin-right: 7px;
  margin-top: 3px;
}

.contact .form ul li .ttl span.his {
  background: #007215;
}

.contact .form ul li .cnt {
  width: calc(100% - 240px);
}

@media screen and (max-width: 640px) {
  .contact .form ul li .cnt {
    width: 100%;
  }
}

.contact .form ul li .cnt input[type="text"],
.contact .form ul li .cnt input[type="email"],
.contact .form ul li .cnt input[type="tel"] {
  width: 100%;
  padding: 0 10px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #111;
  background: #fff;
  border-radius: 12px;
  outline: none;
  font-size: 16px;
}

.contact .form ul li .cnt input[type="text"]:focus,
.contact .form ul li .cnt input[type="email"]:focus,
.contact .form ul li .cnt input[type="tel"]:focus {
  border: 2px solid #007215;
}

.contact .form ul li .cnt input[type="text"].wpcf7-not-valid,
.contact .form ul li .cnt input[type="email"].wpcf7-not-valid,
.contact .form ul li .cnt input[type="tel"].wpcf7-not-valid {
  border: 2px solid #ff5900;
}

.contact .form ul li .cnt textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #111;
  background: #fff;
  border-radius: 12px;
  outline: none;
  font-size: 16px;
}

.contact .form ul li .cnt textarea:focus {
  border: 2px solid #007215;
}

.contact .form ul li .cnt textarea.wpcf7-not-valid {
  border: 2px solid #ff5900;
}

.contact .form ul li .cnt .wpcf7-checkbox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 15px;
  margin-bottom: 15px;
  display: block;
}

.contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}

.contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 39px;
  position: relative;
  margin-right: 28px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #111;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .form ul li .cnt .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #007215;
  border-right: 3px solid #007215;
}

.contact .form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .form .submit input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 360px;
  height: 48px;
  background: #111 url("../img/sankaku.svg") no-repeat right 20px center;
  background-size: 6px;
  border-radius: 24px;
  color: #fff;
  border: none;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact .form .submit input:hover {
  background-position: right 14px center;
}

@media screen and (max-width: 480px) {
  .contact .form .submit input {
    width: 92%;
  }
}

.contact .form .submit input[disabled] {
  opacity: 0.5;
  cursor: auto;
  background-position: right -50px center;
}

.footer {
  background: #111;
  text-align: center;
  padding: 60px 0 56px;
}

@media screen and (max-width: 840px) {
  .footer {
    padding: 40px 30px 40px;
  }
}

.footer .flogo {
  margin-bottom: 40px;
  font-size: 0;
}

@media screen and (max-width: 840px) {
  .footer .flogo img {
    width: 280px;
  }
}

.footer .flogo2 {
  margin-bottom: 40px;
  font-size: 0;
}

@media screen and (max-width: 840px) {
  .footer .flogo2 img {
    max-width: 300px;
    width: 100%;
  }
}

.footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}

@media screen and (max-width: 840px) {
  .footer .fnavi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
}

.footer .fnavi li {
  margin-left: 32px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .footer .fnavi li {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .footer .fnavi li:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) and (max-width: 359px) {
  .footer .fnavi li:nth-of-type(even) {
    margin-right: 20px;
  }
}

.footer .fnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.footer .fnavi li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .fnavi li a:hover {
  color: #ffe600;
  opacity: 1 !important;
}

.footer .fnavi li a:hover:before {
  border-color: transparent transparent transparent #ffe600;
}

.spfcta {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 541px) {
  .spfcta {
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  .spfcta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */