@charset "UTF-8";
#all_wrap {
  overflow: hidden;
}

.br-sp {
  display: none;
}

.btn_ttt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: -20px;
}

.sp_dil {
  display: none;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .btn_ttt {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: -10px;
  }
  .sp_dil {
    display: block;
  }
  .pc_dil {
    display: none !important;
  }
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .header_contact li img {
    border-radius: 50px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #ccc !important;
  }
}

.header_inner {
  width: 1200px;
  max-width: 95%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo img {
  height: 70px;
  width: auto;
}

.header_contact {
  width: 450px;
  max-width: 100%;
}

.header_contact ul {
  display: flex;
  justify-content: space-between;
}

.header_contact li {
  width: 49%;
}

.header_contact li img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 3px solid #ccc;
}

.header_contact li img:hover {
  transition-duration: 0.5s;
  transform: translate(0px, -5px) !important;
}

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

.header_contact a {
  color: #111;
}

.header_banner-sp {
  width: 50px;
  height: 50px;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
  .header_contact {
    width: 400px;
    max-width: 100%;
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .header_logo img {
    height: 50px !important;
    width: auto;
  }
  .header_contact {
    width: 110px;
    max-width: 100%;
  }
}

.mv {
  position: relative;
}

.mv_inner {
  width: 1200px;
  max-width: 95%;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}

.mv_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv_header-inner {
  width: 1200px;
  max-width: 95%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv_title h1 {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.mv_title p {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.mv_sp {
  display: none;
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1280px) {
  /*-- ここまで --*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .mv_sp {
    display: block !important;
  }
  .mv_pc {
    display: none !important;
  }
}

.mv-bottom {
  background: #FDE67C;
  position: relative;
  height: 240px;
  z-index: 10;
  top: -2px;
}

.mv-bottom_bg {
  height: 200px;
  object-fit: cover;
}

.mv-bottom_inner {
  position: absolute;
  top: 0px;
}

.btn {
  background: #FDE67C;
  height: auto;
  position: relative;
  padding: 40px 0 0px 0;
  margin-top: -2px;
}

.btn_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.btn_title {
  text-align: center;
}

.btn_title h2 {
  font-size: 1.8em;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, 1px 0 0 #fff, 1px 0 0 #fff;
}

.btn_title span {
  font-size: 1.2em;
  padding: 0 5px;
}

.btn_title p {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  margin: 20px 0 0px 0;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, 1px 0 0 #fff, 1px 0 0 #fff;
}

.btn_title img {
  width: 450px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.btn_mid-text {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  border: 3px solid #ccc;
}

.btn_mid-text p {
  font-weight: normal !important;
}

.btn_text {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
  background: #00a800;
  color: #fff;
  padding: 10px;
}

.btn_text span {
  font-size: 1.2em;
}

.btn_block {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  padding: 40px;
}

.btn_block ul {
  display: flex;
  justify-content: space-between;
}

.btn_block li {
  width: 19%;
  border: 3px solid #9D9E9E;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.btn_block li:hover {
  transition-duration: 0.5s;
  transform: translate(0px, -5px) !important;
}

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

.btn_btn img {
  height: 200px;
  object-fit: cover;
}

.btn_mid {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .btn {
    padding: 40px 0 40px 0;
  }
  .btn_block {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    border-radius: 25px;
    padding: 10px;
  }
  .btn_block ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .btn_block li {
    width: 48%;
    border: 3px solid #9D9E9E;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .btn_mid-text {
    margin-bottom: 15px;
    padding: 10px 10px;
  }
  .btn_mid-text p {
    margin: 10px 0;
  }
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .btn-bottom_bottom-l {
    bottom: 0;
    left: -20px !important;
  }
  .btn-bottom_bottom-l img {
    width: 200px !important;
  }
  .btn-bottom_bottom-r {
    bottom: 0;
    right: -20px !important;
  }
  .btn-bottom_bottom-r img {
    width: 200px !important;
  }
}

.btn-bottom {
  padding: 40px 0;
  background-image: url("../img/btn-bottom-bg.png");
  background-position: center;
  background-size: cover;
  width: 100%;
}

.btn-bottom p {
  text-align: center;
  font-size: .8em;
  font-weight: normal !important;
  margin-top: 10px;
}

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

.btn-bottom_banner {
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 25px;
  border: 3px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.btn-bottom_banner:hover {
  transition-duration: 0.5s;
  transform: translate(0px, -5px) !important;
}

.btn-bottom_bottom-r {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-bottom_bottom-r img {
  width: 400px;
}

.btn-bottom_bottom-l {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-bottom_bottom-l img {
  width: 400px;
}

.btn-bottom-1 {
  position: relative;
}

.btn-bottom_bottom-r-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-bottom_bottom-l-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-bottom-2 {
  position: relative;
}

.btn-bottom_bottom-r-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-bottom_bottom-l-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-bottom-3 {
  position: relative;
}

.btn-bottom_bottom-r-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-bottom_bottom-l-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .btn-bottom p {
    text-align: center;
    font-size: 0.8em !important;
    font-weight: normal !important;
    margin-top: 10px;
  }
}

.trouble {
  padding: 80px 0;
}

.trouble_inner {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.trouble_title {
  text-align: center;
  margin-bottom: 40px;
}

.trouble_title h2 {
  font-size: 1.8em;
}

.trouble_title span {
  font-size: 1.2em;
  padding: 0 5px;
}

.trouble_block-1 {
  display: flex;
  align-items: center;
}

.trouble_img {
  width: auto;
  height: 200px;
  margin-right: 40px;
}

.trouble_p {
  font-size: 1.2em !important;
  margin-bottom: 20px;
}

.trouble_div {
  font-size: 1.0em;
  margin: 0 auto;
}

.trouble_title-sub {
  font-size: 1.2em;
  margin: 40px 0;
  color: #fff;
  text-align: center;
  background-color: #00a800;
  padding: 10px;
}

.trouble_list li {
  display: flex;
}

.trouble_list li p {
  line-height: 30px;
}

.trouble_list img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .trouble_title h2 {
    font-size: 1.4em;
  }
  .trouble_p {
    font-size: 1.1em !important;
    margin-bottom: 10px !important;
  }
  .trouble_div p {
    font-size: 1.0em;
  }
  .trouble_img {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .trouble_block-1 {
    flex-direction: column !important;
  }
}

.reason {
  background: #f3f3f3;
  padding: 80px 0;
  position: relative;
}

.reason_inner {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.reason_title {
  text-align: center;
  margin-bottom: 60px;
}

.reason_title h2 {
  font-size: 1.8em;
}

.reason_title span {
  font-size: 1.2em;
  padding: 0 5px;
}

.reason_block-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason_block-inner img {
  width: 30%;
}

.reason_man-1 {
  width: 27% !important;
}

.reason_block-text {
  width: 67%;
}

.reason_block-text h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
  /*相対位置*/
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
}

.reason_block-text h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #48D1CC;
  /*アイコン色*/
}

.reason_line {
  max-width: 100%;
  background: #f3f3f3;
}

.reason_line img {
  width: 800px;
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

.reason_block-inner-r {
  flex-direction: row-reverse;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  .reason_title h2 {
    font-size: 1.4em;
  }
  .reason_block-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .reason_block-inner img {
    width: 60%;
    margin-bottom: 20px;
  }
  #all_wrap > main > section:nth-child(8) > div > div.reason_block > div > div {
    margin-top: -40px;
  }
  .reason_block-text {
    width: 100%;
  }
  .reason_man-1 {
    width: 58% !important;
  }
  .reason_block-inner img {
    margin-right: 15px !important;
  }
}

.osusume {
  padding: 80px 0;
}

.osusume_inner {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.osusume_title {
  text-align: center;
  margin-bottom: 60px;
}

.osusume_title h2 {
  font-size: 1.8em;
}

.osusume_title span {
  font-size: 1.2em;
  padding: 0 5px;
}

.osusume_block ul {
  display: flex;
  justify-content: space-between;
}

.osusume_block li {
  width: 31%;
}

.osusume_block img {
  display: block;
  width: 90%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 25px;
}

.osusume_block h3 {
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  background-color: #00a800;
  padding: 7px;
  margin: 20px 0;
}

.osusume_block-text p {
  font-weight: normal !important;
}

.osusume_block-text p span {
  color: #000;
  font-size: 1.2em;
  font-weight: bold !important;
}

.osusume_banner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

.osusume_banner img {
  border-radius: 25px;
  border: 5px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.osusume_banner img:hover {
  transition-duration: 0.5s;
  transform: translate(0px, -5px) !important;
}

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

@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  .osusume_title h2 {
    font-size: 1.4em;
  }
  .osusume_block ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .osusume_block li {
    width: 100%;
    margin-bottom: 40px;
  }
  .osusume_banner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.selec {
  background: #f3f3f3;
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.selec_inner {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.selec_subtitle {
  text-align: center;
}

.selec_subtitle h3 {
  font-size: 1.2em;
  display: inline-block;
  position: relative !important;
  color: #000000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, 1px 0 0 #fff, 1px 0 0 #fff;
  z-index: 5;
}

.selec_subtitle h3:before {
  content: "" !important;
  position: absolute !important;
  background: #48D1CC !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  top: 50% !important;
  /* border: dashed 1px white; */
  left: -9px !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: -1 !important;
}

.selec_subtitle h3:first-letter {
  font-size: 1.8em;
}

.selec_subtitle p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.selec_block-inner {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.selec_h4 {
  background: #fff;
  padding: 10px 20px;
  width: 40%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.selec_1p {
  background: #fff;
  padding: 10px 20px;
  width: 30%;
  border-right: 1px solid #ccc;
  text-align: end;
}

.selec_2p {
  background: #f2ffff;
  padding: 10px 20px;
  width: 30%;
  border-right: 1px solid #ccc;
  text-align: end;
}

.selec_1p-center {
  text-align: center !important;
}

.selec_under {
  border-bottom: 1px solid #ccc;
}

.selec_bottom {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.selec_bottom img {
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
}

.selec_bottom span {
  color: #E4472A;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.selec_line {
  margin: 80px 0;
}

.selec_line img {
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.selec_block-1 {
  margin-bottom: 80px;
}

.selec_p {
  width: 600px;
  max-width: 100%;
  font-weight: normal !important;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.selec_block-flex {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.selec_block-flex img {
  height: 150px;
  width: auto;
  margin-right: 40px;
}

.selec_block-flex-2 {
  flex-direction: row-reverse;
}

.selec_block-flex-2 img {
  height: 180px;
  width: auto;
  margin-left: 40px;
  margin-right: 0px;
}

@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  .selec_bottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .selec_bottom img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .selec_block-flex img {
    margin-right: 0;
  }
  .selec_block-flex-2 img {
    height: 170px;
    width: auto;
    margin-left: 10px;
    margin-right: 0px;
  }
  .selec_block-1 {
    margin-bottom: 0;
  }
}

.how {
  padding: 80px 0;
}

.how_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.how_block {
  padding: 40px;
}

.how_block ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.how_block li {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 30%;
  margin: 15px;
}

.how_block li img {
  height: auto;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.how_block li h3 {
  text-align: center;
  position: relative;
  border-top: solid 2px #48D1CC;
  border-bottom: solid 2px #48D1CC;
  background: #fff;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.how_block li p {
  text-align: center;
  font-weight: normal !important;
}

.how_text p {
  margin-top: 20px;
}

.how_item-1:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT-1';
  background: #48D1CC;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.how_item-2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT-2';
  background: #48D1CC;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.how_item-3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT-3';
  background: #48D1CC;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.how_item-4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT-4';
  background: #48D1CC;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.how_item-5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT-5';
  background: #48D1CC;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  .how {
    padding: 80px 0 40px 0;
  }
  .how_block {
    padding: 0px;
  }
  .how_block ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .how_block li {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .how_block li img {
    width: 75% !important;
  }
}

.qa {
  padding: 80px 0;
  background-color: #f3f3f3;
}

.qa_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.qa_title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.qa_title h2 {
  color: #fff !important;
  font-size: 1.4em !important;
  letter-spacing: 5px !important;
  background: #ff7d0d !important;
  box-shadow: 0px 0px 0px 5px #ff7d0d !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  display: inline-block !important;
}

.qa_title span {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .qa_title h2 {
    color: #fff !important;
    font-size: 1.2em !important;
    letter-spacing: 5px !important;
    background: #ff7d0d !important;
    box-shadow: 0px 0px 0px 5px #ff7d0d !important;
    border: dashed 2px white !important;
    padding: 0.2em 0.5em !important;
    display: inline-block !important;
  }
  .accordion-area section {
    border-radius: 10px;
  }
  .box {
    border-radius: 8px;
  }
}

.voice {
  padding: 80px 0;
}

.voice_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.voice_title {
  text-align: center;
  margin-bottom: 60px;
}

.voice_title h2 {
  font-size: 1.8em;
}

.voice_title span {
  font-size: 1.2em;
  padding: 0 5px;
}

.voice_block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.voice_img {
  width: 40%;
}

.voice_text {
  width: 80%;
}

.voice_text p {
  background: #d2f8d2;
  border-radius: 25px;
  padding: 30px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, 1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
}

@media screen and (max-width: 460px) {
  .voice {
    padding: 80px 0;
  }
  .voice_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .voice_title h2 {
    font-size: 1.4em;
  }
  .voice_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .voice_img {
    width: 80%;
  }
  .voice_text {
    width: 100%;
  }
  .voice_text p {
    background: #d2f8d2;
    border-radius: 25px;
    padding: 40px 10px 40px 20px !important;
    padding-top: 80px;
    position: relative;
    top: 0px;
    z-index: -1;
  }
}

.contact {
  padding: 80px 0;
}

.contact_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.contact_title h2 {
  color: #333;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #FFDC64;
  box-shadow: 0px 0px 0px 5px #FFDC64;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.contact_title span {
  font-size: 1.2em;
  color: #fff;
}

.privet {
  height: 250px;
  overflow: scroll;
}

.send {
  margin-top: 40px;
}

.contact_text {
  text-align: center;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .contact_title h2 {
    font-size: 1.2em;
  }
  .privet {
    height: 220px;
    overflow: scroll;
  }
}

.co {
  background: #00a800;
  padding: 80px 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.co_inner {
  width: 700px;
  max-width: 95%;
  margin: 0 auto;
}

.co_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.co_title h2 {
  color: #fff !important;
  font-size: 1.4em !important;
  letter-spacing: 5px !important;
  background: #ff7d0d !important;
  box-shadow: 0px 0px 0px 5px #ff7d0d !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  display: inline-block !important;
}

.co_title span {
  font-size: 1.2em;
  color: #fff;
}

.co_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.co_block span {
  margin-right: 10px;
}

.co_block p {
  margin-left: 20px;
}

.co_block-1 {
  display: none;
}

.co_item {
  margin: 15px 0;
}

.co_item a {
  color: #3366ff;
  text-decoration: underline;
}

.co_last {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  z-index: -2;
}

.co_last img {
  transform: rotate(-15deg);
}

#gmap {
  width: 350px;
  height: 300px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .co {
    background: #00a800;
  }
  .co_last {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    z-index: -2;
  }
}

.footer-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.footer-banner_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.footer-banner ul {
  display: flex;
  justify-content: space-between;
}

.footer-banner li {
  width: 49%;
}

.footer-banner li:hover {
  transform: translate(0, -5px) !important;
  transition-duration: 0.5s !important;
}

.footer-banner p {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
}

.footer-banner_sp {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
  .footer-banner_inner {
    width: 450px;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .footer-banner li {
    width: 49.5% !important;
  }
  .footer-banner_sp {
    display: block !important;
  }
  .footer-banner_pc {
    display: none !important;
  }
}

footer {
  padding: 10px 0 100px 0;
  background: #FDE67C;
  position: relative;
  z-index: 2;
  padding: 40px 0 80px 0;
}

footer ul {
  width: 120px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-evenly;
}

footer ul li {
  width: 40%;
}

footer p {
  font-weight: normal !important;
  text-align: center;
  color: #00a800;
  font-size: 12px;
}

footer .footer_logo {
  width: 230px;
  max-width: 95%;
  margin: 0 auto 20px;
  display: block;
}
