@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #1c0000;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 375px;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 0;
}

.header_box {
  max-width: 780px;
  padding: 20px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 15px;
  }
}

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

.header_ttl {
  width: 58%;
}

.flat7 {
  width: 40%;
}

.header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .header_bottom {
    display: none;
  }
}

.header_tel_num {
  color: #ed801b;
  font-size: 3.2em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0 0 0 40px;
  margin: 0 0 5px;
  background: url(../images/icon_tel_o.svg) no-repeat left/34px 38px;
}
.header_tel_time {
  font-size: 1.37em;
  font-weight: 500;
  line-height: 1.3;
}
.header_tel_time span {
  display: inline-block;
  background: #ed801b;
  color: #fff;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
  border-radius: 5px;
}

a.header_button {
  background: url(../images/icon_arrow_o.svg) no-repeat center right 0.4em/12px 20px #ff0;
  color: #ed801b;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border: 5px solid #ff0;
  padding: 0.2em 2em 0.2em 1em;
  border-radius: 10px;
}
a.header_button:hover {
  color: #fff;
  background: url(../images/icon_arrow_w.svg) no-repeat center right 0.4em/12px 20px #ed801b;
  border: 5px solid #ed801b;
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 1.5em 0;
  }
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_left {
  width: 60%;
}
.footer_ttl {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .footer_ttl {
    margin: 0 0 0.5em;
  }
}
.footer_tel_num {
  color: #ed801b;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 0 0 0 40px;
  margin: 0 0 5px;
  background: url(../images/icon_tel_o.svg) no-repeat center left/34px 38px;
}
@media screen and (max-width: 767px) {
  .footer_tel_num {
    font-size: 1.25em;
    padding: 0 0 0 18px;
    background-size: 13px 25px;
    width: 60%;
    min-width: 200px;
  }
}
.footer_tel_num a {
  color: #ed801b;
}
.footer_tel_time {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer_tel_time {
    font-size: 0.7em;
  }
}
.footer_tel_time span {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
  border-radius: 5px;
  color: #fff;
  background: #ed801b;
}
@media screen and (max-width: 767px) {
  .footer_tel_time span {
    font-size: 0.6em;
  }
}
.footer_right {
  width: 37%;
}
.footer_right a.button.yellow {
  color: #ed801b;
  font-size: 1.5em;
  line-height: 1.3;
  width: 100%;
  background: url(../images/icon_arrow_o.svg) no-repeat center right 0.5em/12px 20px #ff0;
}
@media screen and (max-width: 767px) {
  .footer_right a.button.yellow {
    font-size: 0.75em;
    padding: 0.5em 1em 0.5em 0.5em;
    border: none;
    background: url(../images/icon_arrow_o.svg) no-repeat center right 0.4em/6px 10px #ff0;
  }
}
@media screen and (min-width: 768px) {
  .footer_right a.button.yellow:hover {
    opacity: 0.8;
  }
}

.copy {
  padding: 0.5em 0;
  background: #1c0000;
  color: #fff;
  font-size: 1.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.87em;
    padding: 1em 0 1.5em;
    margin: 0 0 60px;
  }
}

.list_fixed_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_fixed_menu {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background: #fff;
  }
  .list_fixed_menu li {
    width: 33.3333333333%;
  }
  .list_fixed_menu li a {
    display: block;
    color: #fff;
    font-size: 0.87em;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 1em 0;
  }
  .list_fixed_menu li:first-child a {
    background: #ed801b;
  }
  .list_fixed_menu li:nth-child(2) a {
    background: #009fde;
  }
  .list_fixed_menu li:last-child a {
    background: #00b900;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #ccc;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  width: 70px;
  height: 70px;
  padding: 10px 0 0;
  border-radius: 50%;
  background: #ffff97;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed801b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 10px;
    border: 2px solid #fff;
    font-size: 0.87em;
  }
}
#page_top::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ed801b;
  border-right: 2px solid #ed801b;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top::before {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}

a.button {
  display: block;
  background: #000;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0.4em 0.8em 0.4em 0.4em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 1.25em;
    max-width: 200px;
    border-radius: 5px;
  }
}
a.button.yellow {
  background: url(../images/icon_arrow_w.svg) no-repeat center right 1em/12px 20px #ed801b;
  border: 5px solid #ed801b;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.button.yellow {
    background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/6px 10px #ed801b;
  }
}
@media screen and (min-width: 768px) {
  a.button.yellow:hover {
    color: #ed801b;
    background: url(../images/icon_arrow_o.svg) no-repeat center right 1em/12px 20px #fff;
  }
}
a.button.orange {
  background: url(../images/icon_arrow_w.svg) no-repeat center right 1em/12px 20px #ed801b;
  border: 5px solid #ed801b;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.button.orange {
    background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/6px 10px #ed801b;
  }
}
@media screen and (min-width: 768px) {
  a.button.orange:hover {
    color: #ed801b;
    background: url(../images/icon_arrow_o.svg) no-repeat center right 1em/12px 20px #fff;
  }
}
a.button.pink {
  background: url(../images/icon_arrow_w.svg) no-repeat center right 1em/12px 20px #ff6c87;
  border: 5px solid #ff6c87;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.button.pink {
    background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/6px 10px #ff6c87;
  }
}
@media screen and (min-width: 768px) {
  a.button.pink:hover {
    color: #ff6c87;
    background: url(../images/icon_arrow_o.svg) no-repeat center right 1em/12px 20px #fff;
  }
}
a.button.green {
  background: url(../images/icon_arrow_w.svg) no-repeat center right 1em/12px 20px #00b900;
  border: 5px solid #00b900;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.button.green {
    background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/6px 10px #00b900;
  }
}
@media screen and (min-width: 768px) {
  a.button.green:hover {
    color: #00b900;
    background: url(../images/icon_arrow_g.svg) no-repeat center right 1em/12px 20px #fff;
  }
}
a.button.line {
  font-size: 1.5em;
  line-height: 1.3;
  background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/12px 20px #00b900;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  a.button.line:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  a.button.line {
    font-size: 0.75em;
    padding: 0.5em 1em 0.5em 0.5em;
    background-size: 6px 10px;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.table_contactform {
  margin: 0 0 1em;
  width: 100%;
}
.table_contactform tr {
  font-size: 1.87em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .table_contactform tr {
    font-size: 1em;
  }
}
.table_contactform tr th {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0.5em;
}
.table_contactform tr th span {
  display: inline-block;
  color: #fff;
  font-size: 0.66em;
  padding: 0 0.5em;
  margin: 0 0 0 0.5em;
  border-radius: 5px;
  background: #ff6c87;
}
.table_contactform tr td {
  display: block;
  width: 100%;
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #c5c5c5;
}
.table_contactform tr td span {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.contact_note {
  color: #666;
  font-size: 0.8em;
  margin: 0.25em 0 0;
}

.ttl_consent {
  color: #fff;
  background-color: #ed801b;
  padding: 0.25em 0.5em;
  margin: 0 0 0.75em;
}

.list_pdf {
  margin: 0 0 0.5em;
}
.list_pdf li {
  font-size: 0.75em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_pdf li {
    font-size: 0.93em;
    margin: 0 0 1em;
  }
}
.list_pdf li a {
  color: #666;
  padding: 0 20px 0 0;
  background: url(../images/icon_external.svg) no-repeat right/16px 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .list_pdf li a {
    background-size: 14px 14px;
  }
}
.list_pdf li a span {
  display: inline;
  margin: 0;
  font-size: 0.8em;
}

input, textarea, select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 2px solid #ccc;
  line-height: 1.3;
}

input[type=radio] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=radio] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input[type=checkbox] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input.input_s {
  width: 4em;
}

textarea {
  height: 200px;
}

.scrollbox {
  width: 100%;
  height: 200px;
  padding: 1em;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 0.6em;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .scrollbox {
    font-size: 1em;
  }
}

.submit_box {
  text-align: center;
}

.submit, .back {
  max-width: 340px;
  width: 45%;
  margin: 0 2%;
  padding: 0.8em;
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/22px 20px #ed801b;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .submit, .back {
    font-size: 1em;
    padding: 1em;
    background: url(../images/icon_arrow_w.svg) no-repeat center right 0.5em/11px 10px #ed801b;
  }
}

.back {
  background: #666;
}

.submit:hover, .back:hover {
  opacity: 0.8;
}

.section_mail {
  padding: 3em 0;
  background: #ffff97;
}
@media screen and (max-width: 767px) {
  .section_mail {
    padding: 2em 0;
  }
}

.contact_box {
  padding: 2em;
  margin: 0 0 2em;
  font-size: 1.25em;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 1em;
    font-size: 1em;
  }
}

.error_messe {
  color: #d80000;
}

.txt_check {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
}

.table_contactcheck {
  width: 100%;
  word-break: break-all;
  line-height: 1.6;
}
.table_contactcheck th {
  display: block;
  width: 100%;
  color: #ff6c87;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0.25em;
}
.table_contactcheck td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .txt_thanks {
    text-align: left;
  }
}

/*
-------------------------------------------*/
.kv {
  padding: 60px 0 0;
  background: #fff7cb;
}
.kv a.button.yellow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (max-width: 767px) {
  .kv a.button.yellow {
    max-width: 90%;
  }
}
.kv .banner {
  max-width: 750px;
  margin: auto;
}
.kv .banner a {
  display: block;
}
@media screen and (min-width: 768px) {
  .kv .banner a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 30px 0 0;
    background-size: 69px;
  }
}
.kv_txt_01 {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .kv_txt_01 {
    margin: 0 0 1em;
  }
}
.kv_txt_02 {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .kv_txt_02 {
    margin: 0 0 0.8em;
  }
}
.kv_txt_03 {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .kv_txt_03 {
    margin: 0 0 1em;
  }
}
.kv_img {
  position: relative;
  margin: 0 -15px;
}
.section_01 {
  background: url(../images/img_01.png) no-repeat top/contain #ffff97;
  padding: 5em 0 10em;
}
@media screen and (max-width: 767px) {
  .section_01 {
    padding: 2em 0 4.5em;
    background-size: cover;
    background-position: bottom;
  }
}
.section_01 .inner {
  max-width: 600px;
  position: relative;
}
.section_01 .list_check {
  margin: 0 auto;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 767px) {
  .section_01 .list_check {
    max-width: 280px;
    padding: 0 0 0 1em;
  }
}
.section_01 .list_check li {
  font-size: 1.87em;
  font-weight: 700;
  margin: 0 0 0.2em;
  padding: 0 0 0 45px;
  background: url(../images/icon_check.svg) no-repeat center left/38px 38px;
}
@media screen and (max-width: 767px) {
  .section_01 .list_check li {
    font-size: 1em;
    padding: 0 0 0 22px;
    background: url(../images/icon_check.svg) no-repeat center left/19px 19px;
  }
}

.section_02 {
  padding: 1em 0 0;
  background: #ffff97;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_02 {
    padding: 0.5em 0 0;
  }
}
.section_02::after {
  content: "";
  width: 48px;
  height: 122px;
  background: url(../images/img_02.png) no-repeat center/contain;
  position: absolute;
  top: -122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_02::after {
    width: 24px;
    height: 61px;
    top: -60px;
  }
}
.section_02 .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767px) {
  .section_02 .txt_01 {
    font-size: 1.25em;
    line-height: 1.4;
    margin: 0 0 0.5em;
  }
}
.section_02 .txt_01 span {
  background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(127, 199, 239, 0.7) 80%, rgba(127, 199, 239, 0.7) 100%, rgba(255, 255, 255, 0) 100%);
}
.section_02_box {
  position: relative;
}
.section_02_box_right {
  position: absolute;
  right: 2em;
  bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_02_box_right {
    right: 4%;
    bottom: 7%;
  }
}
.section_02_box .list_section_02 {
  position: relative;
}
.section_02_box .list_section_02 li {
  color: #ed801b;
  font-size: 2.37em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .section_02_box .list_section_02 li {
    font-size: 1.12em;
  }
}

.section_03 {
  background: url(../images/bg_01.png);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_03 {
    background-size: 69px;
  }
}
.section_03 .txt_wrap {
  background: url(../images/bg_02.png) repeat center top;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 1em 0;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .section_03 .txt_wrap {
    font-size: 1.25em;
    background-size: 69px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_03 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_b.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_03 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 767px) {
  .section_03 .img_01 {
    margin: 0 -15px;
  }
}

.section_04 {
  padding: 3em 0;
  background: #ffff97;
}
@media screen and (max-width: 767px) {
  .section_04 {
    padding: 1.5em 0;
  }
}
.section_04 .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_04 .txt_01 {
    font-size: 1.25em;
  }
}
.section_04 .txt_01 span {
  display: inline-block;
  color: #ff6c87;
  font-size: 1.18em;
  padding: 0 0 15px;
  background: url(../images/img_03.png) no-repeat bottom/contain;
}
@media screen and (max-width: 767px) {
  .section_04 .txt_01 span {
    padding: 0 0 10px;
  }
}

.section_present {
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .section_present {
    padding: 0;
  }
}
.section_present .banner {
  max-width: 750px;
  margin: auto;
}
.section_present .banner a {
  display: block;
}
@media screen and (min-width: 768px) {
  .section_present .banner a:hover {
    opacity: 0.8;
  }
}

.section_contact {
  padding: 3em 0;
  background: url(../images/bg_04.png);
}
@media screen and (max-width: 767px) {
  .section_contact {
    padding: 1.5em 0 2em;
    background-size: 38px;
  }
}
.section_contact .inner {
  position: relative;
}
.section_contact .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .txt_01 {
    font-size: 1.25em;
  }
}
.section_contact .txt_01::before {
  content: "";
  width: 326px;
  height: 250px;
  background: url(../images/img_p_09.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -0.5em;
  right: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section_contact .txt_01::before {
    width: 45%;
    height: 120px;
    right: 0;
  }
}
.section_contact .txt_wrap {
  background: #ed801b;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_contact .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_o.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_contact .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_contact a.button {
  width: 100%;
  max-width: 100%;
}
.section_contact a.button:not(:last-child) {
  margin: 0 0 0.75em;
}

.section_contact_02 {
  padding: 0 0 3em;
  background: url(../images/bg_04.png);
}
@media screen and (max-width: 767px) {
  .section_contact_02 {
    padding: 0 0 2em;
    background-size: 38px;
  }
}
.section_contact_02 .txt_wrap {
  background: #ffff97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_contact_02 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_contact_02 .txt_01 {
  color: #ff6c87;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_01 {
    font-size: 1.25em;
  }
}
.section_contact_02 .txt_01 span {
  color: #000;
  font-size: 0.75em;
}
.section_contact_02_wrap {
  padding: 2em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section_contact_02_wrap {
    padding: 10px;
  }
}
.section_contact_02 .txt_02 {
  color: #ed801b;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_02 {
    font-size: 1.25em;
  }
}
.section_contact_02 .contact_tel {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_tel {
    width: 70%;
  }
}
.section_contact_02 .contact_tel_num {
  width: 66%;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_tel_num {
    width: 100%;
    margin: 0 0 0.5em;
  }
}
.section_contact_02 .contact_tel_time {
  font-size: 1.37em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .contact_tel_time {
    font-size: 0.65em;
  }
}
.section_contact_02 .contact_tel_time span {
  display: inline-block;
  background: #ed801b;
  color: #fff;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
  border-radius: 5px;
}
.section_contact_02 .txt_03 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_03 {
    font-size: 1.25em;
  }
}
.section_contact_02 .txt_03::before {
  content: "";
  width: 334px;
  height: 385px;
  background: url(../images/img_p_10.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -0.5em;
  right: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section_contact_02 .txt_03::before {
    width: 45%;
    height: 180px;
    right: 0;
  }
}
.section_contact_02 a.button {
  width: 100%;
  max-width: 100%;
}
.section_contact_02 a.button:not(:last-child) {
  margin: 0 0 0.75em;
}

.section_05 {
  padding: 0 0 4em;
  background: url(../images/bg_01.png);
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 0 0 2em;
    background-size: 69px;
  }
}
.section_05_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 -15px;
}
.section_05 .txt_01 {
  width: 40%;
  margin: 0 0 0 -8%;
}
.section_05 .txt_02 {
  width: 68%;
  margin: -30px 0 0;
}
@media screen and (max-width: 767px) {
  .section_05 .txt_02 {
    margin: -20px 0 0;
  }
}
.section_05 .list_point {
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .section_05 .list_point {
    margin: 0 0 2em;
  }
}
.section_05 .list_point li {
  border: 3px solid #ed801b;
  background: #fff;
  padding: 2em;
  margin: 0 0 3em;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_05 .list_point li {
    padding: 1em;
    margin: 0 0 1.5em;
    border: 2px solid #ed801b;
    border-radius: 5px;
  }
}
.section_05 .list_point li:last-child {
  margin: 0;
}
.section_05 .list_point_ttl {
  color: #ed801b;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.8em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_05 .list_point_ttl {
    font-size: 1em;
  }
}
.section_05 .list_point_ttl .num {
  padding: 0 20px 0 0;
  border-right: 3px solid #ed801b;
}
@media screen and (max-width: 767px) {
  .section_05 .list_point_ttl .num {
    width: 18%;
    padding: 0 4% 0 0;
    border-right: 2px solid #ed801b;
  }
}
.section_05 .list_point_ttl .ttl {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .section_05 .list_point_ttl .ttl {
    width: 78%;
  }
}
.section_05 .list_point_txt {
  font-size: 1.87em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section_05 .list_point_txt {
    font-size: 0.93em;
  }
}
.section_05 .txt_03 {
  color: #009fde;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_05 .txt_03 {
    font-size: 1.25em;
  }
}
.section_05 .txt_03 .img {
  display: inline-block;
  vertical-align: bottom;
  width: 204px;
  margin: 0 -25px 0 0;
}
@media screen and (max-width: 767px) {
  .section_05 .txt_03 .img {
    width: 20%;
    margin: 0 -1% 0 0;
  }
}
.section_05 .txt_03 .txt_l {
  font-size: 1.17em;
}
.section_05 .txt_03 .line {
  display: inline-block;
  padding: 0 10px 10px;
  background: url(../images/img_03.png) no-repeat bottom left/contain;
}
@media screen and (max-width: 767px) {
  .section_05 .txt_03 .line {
    padding: 0 5px 5px;
  }
}

.section_06 {
  background: url(../images/bg_01.png);
}
@media screen and (max-width: 767px) {
  .section_06 {
    background-size: 69px;
  }
}
.section_06 .txt_wrap {
  background: #ffff97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_06 .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_06 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_06 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_06 .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_06 .txt_01 {
    font-size: 1.25em;
  }
}
.section_06 .img_01, .section_06 .img_02 {
  margin: 0 -15px;
}
.section_06 .img_02 {
  padding: 1em 0;
}

.section_plan {
  padding: 3em 0 6em;
}
@media screen and (max-width: 767px) {
  .section_plan {
    padding: 0 0 3em;
  }
}
.section_plan .list_plan {
  max-width: 720px;
  margin: auto;
}
.section_plan .list_plan li {
  position: relative;
}
.section_plan .list_plan li:not(:last-child) {
  margin: 0 0 6em;
}
@media screen and (max-width: 767px) {
  .section_plan .list_plan li:not(:last-child) {
    margin: 0 0 3em;
  }
}
.section_plan .list_plan a.button {
  max-width: 460px;
  border: 4px solid #ff6c87;
  background-color: #fff6b7;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_plan .list_plan a.button {
    width: 80%;
    border-width: 2px;
    bottom: -24px;
  }
}
.section_plan .list_plan a.button::before {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_plan .list_plan a.button::before {
    width: 8px;
    height: 12px;
  }
}
.section_plan .list_plan a.button_plan_01 {
  color: #ff6c87;
}
.section_plan .list_plan a.button_plan_01::before {
  background: url(../images/icon_arrow_p.svg) no-repeat left top/contain;
}
.section_plan .list_plan a.button_plan_01:hover {
  color: #fff;
  background-color: #ff6c87;
}
.section_plan .list_plan a.button_plan_01:hover::before {
  background: url(../images/icon_arrow_w.svg) no-repeat left top/contain;
}
.section_plan .list_plan a.button_plan_02 {
  color: #009fde;
  border-color: #009fde;
}
.section_plan .list_plan a.button_plan_02::before {
  background: url(../images/icon_arrow_b.svg) no-repeat left top/contain;
}
.section_plan .list_plan a.button_plan_02:hover {
  color: #fff;
  background-color: #009fde;
}
.section_plan .list_plan a.button_plan_02:hover::before {
  background: url(../images/icon_arrow_w.svg) no-repeat left top/contain;
}
.section_plan .list_plan a.button_plan_03 {
  color: #ed801b;
  border-color: #ed801b;
}
.section_plan .list_plan a.button_plan_03::before {
  background: url(../images/icon_arrow_o.svg) no-repeat left top/contain;
}
.section_plan .list_plan a.button_plan_03:hover {
  color: #fff;
  background-color: #ed801b;
}
.section_plan .list_plan a.button_plan_03:hover::before {
  background: url(../images/icon_arrow_w.svg) no-repeat left top/contain;
}

.section_07 {
  background: url(../images/bg_01.png);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_07 {
    background-size: 69px;
  }
}
.section_07 .txt_wrap {
  background: #ffff97;
  margin: 0 0 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_07 .txt_wrap {
    margin: 0 0 1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_07 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_07 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_07 .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_07 .txt_01 {
    font-size: 1.25em;
  }
}
.section_07_wrap {
  padding: 2em 0 3em;
  background: url(../images/img_p_05.png) no-repeat right bottom/contain;
}
@media screen and (max-width: 767px) {
  .section_07_wrap {
    padding: 1em 0 1.5em;
    background-size: 38%;
  }
}
.section_07 .txt_02 {
  color: #ed801b;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  padding: 2em 0 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_07 .txt_02 {
    font-size: 1.25em;
  }
}
.section_07 .txt_02::before {
  content: "";
  width: 260px;
  height: 4px;
  background: #ed801b;
  position: absolute;
  top: 35px;
  left: 40px;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .section_07 .txt_02::before {
    width: 130px;
    height: 2px;
    top: 12px;
    left: 20px;
  }
}
.section_07 .txt_02::after {
  content: "";
  width: 200px;
  height: 4px;
  background: #ed801b;
  position: absolute;
  bottom: 15px;
  left: 200px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .section_07 .txt_02::after {
    width: 100px;
    height: 2px;
    bottom: 7px;
    left: 100px;
  }
}

.section_08 {
  padding: 0 0 5em;
  background: url(../images/bg_03.png);
}
@media screen and (max-width: 767px) {
  .section_08 {
    padding: 0 0 3em;
    background-size: 69px;
  }
}
.section_08 .txt_wrap {
  background: #ffff97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_08 .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_08 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_08 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_08 .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_08 .txt_01 {
    font-size: 1.25em;
  }
}
.section_08 .txt_wrap_02 {
  padding: 3em 0;
  margin: 0 0 4em;
  background: url(../images/bg_01.png) #fff;
}
@media screen and (max-width: 767px) {
  .section_08 .txt_wrap_02 {
    padding: 1.8em 0;
    margin: 0 0 2em;
    background-size: 69px;
  }
}
.section_08 .txt_02 {
  color: #ff6c87;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0 40%;
}
@media screen and (max-width: 767px) {
  .section_08 .txt_02 {
    font-size: 1.25em;
    margin: 0 0 0 45%;
  }
}
.section_08 .list_voice {
  position: relative;
}
.section_08 .list_voice::before {
  content: "";
  width: 286px;
  height: 286px;
  background: url(../images/img_p_06.png) no-repeat center/contain;
  position: absolute;
  top: -286px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_08 .list_voice::before {
    width: 46%;
    height: 143px;
    top: -143px;
  }
}
.section_08 .list_voice li {
  background: #fff;
  padding: 4em 2em 2em;
  margin: 0 0 4em;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_08 .list_voice li {
    padding: 2em 1em 1em;
    margin: 0 0 2em;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_08 .list_voice li:last-child {
  margin: 0;
}
.section_08 .list_voice_num {
  position: absolute;
  top: -31px;
  left: 2em;
}
@media screen and (max-width: 767px) {
  .section_08 .list_voice_num {
    width: 115px;
    top: -15px;
    left: 1em;
  }
}
.section_08 .list_voice_ttl {
  font-size: 2.37em;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 3px solid #ed801b;
}
@media screen and (max-width: 767px) {
  .section_08 .list_voice_ttl {
    font-size: 1.12em;
    border-bottom: 2px solid #ed801b;
  }
}
.section_08 .list_voice_ttl span {
  font-size: 0.7em;
}
.section_08 .list_voice_txt {
  font-size: 1.87em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_08 .list_voice_txt {
    font-size: 0.93em;
  }
}

@media screen and (max-width: 767px) {
  .section_09 {
    padding: 0 0 1.5em;
  }
}
.section_09 .txt_wrap {
  background: url(../images/bg_02.png) repeat center top;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  padding: 1em 0;
  margin: 0 0 1em;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .section_09 .txt_wrap {
    font-size: 1.25em;
    background-size: 69px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_09 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_b.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_09 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_09 .txt_wrap .inner {
  position: relative;
}
.section_09 .txt_wrap .inner::before {
  content: "";
  width: 270px;
  height: 326px;
  background: url(../images/img_p_07.png) no-repeat bottom/contain;
  position: absolute;
  bottom: -1em;
  right: 0;
}
@media screen and (max-width: 767px) {
  .section_09 .txt_wrap .inner::before {
    width: 33%;
    height: 163px;
  }
}
.section_09 .txt_wrap .txt_01 {
  margin: 0 45% 0 0;
}
@media screen and (max-width: 767px) {
  .section_09 .txt_wrap .txt_01 {
    margin: 0 38% 0 0;
  }
}
.section_09 .list_faq li {
  padding: 2em 1em;
  border-bottom: 4px dotted #b5b5b6;
}
@media screen and (max-width: 767px) {
  .section_09 .list_faq li {
    padding: 1em 0.5em;
    border-bottom: 2px dotted #b5b5b6;
  }
}
.section_09 .list_faq li:last-child {
  margin: 0;
  border: none;
}
.section_09 .list_faq_q {
  color: #009fde;
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0 0 60px;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_09 .list_faq_q {
    font-size: 0.93em;
    padding: 5px 0 0 30px;
    margin: 0 0 0.5em;
  }
}
.section_09 .list_faq_q::before {
  content: "Q";
  color: #009fde;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.section_09 .list_faq_a {
  font-size: 1.87em;
  line-height: 1.4;
  padding: 0 0 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_09 .list_faq_a {
    font-size: 0.93em;
    padding: 0 0 0 30px;
  }
}
.section_09 .list_faq_a::before {
  content: "A";
  color: #ed801b;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .section_09 .list_faq_a::before {
    left: 2px;
  }
}

.section_10 {
  padding: 0 0 8em;
  background: url(../images/bg_01.png);
}
@media screen and (max-width: 767px) {
  .section_10 {
    padding: 0 0 4em;
    background-size: 69px;
  }
}
.section_10 .txt_wrap {
  background: #00b900;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_10 .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_10 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_g.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_10 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_10 .txt_01 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_10 .txt_01 {
    font-size: 1.25em;
  }
}
.section_10 .txt_box {
  background: #fff;
  padding: 1.5em;
  margin: 0 0 3em;
  border: 3px solid #00b900;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .section_10 .txt_box {
    padding: 1em;
    margin: 0 0 1.5em;
    border: 2px solid #00b900;
  }
}
.section_10 .txt_02 {
  font-size: 1.87em;
  line-height: 1.5;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .section_10 .txt_02 {
    font-size: 0.93em;
  }
}
.section_10 .list_shop_info li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 1.75em;
  line-height: 1.5;
  border-bottom: 4px dotted #b5b5b6;
}
@media screen and (max-width: 767px) {
  .section_10 .list_shop_info li {
    font-size: 0.93em;
    border-bottom: 2px dotted #b5b5b6;
  }
}
.section_10 .list_shop_info li:last-child {
  border: none;
}
.section_10 .list_shop_info_left {
  width: 7em;
  text-align: center;
}
.section_10 .list_shop_img {
  display: flex;
  flex-wrap: wrap;
}
.section_10 .list_shop_img li {
  margin: 0 0 5%;
}
.section_10 .map {
  position: relative;
}
.section_10 .map::before {
  content: "";
  display: block;
  padding: 50% 0 0;
}
@media screen and (max-width: 767px) {
  .section_10 .map::before {
    padding: 66% 0 0;
  }
}
.section_10 .map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_11 {
  padding: 0 0 3em;
  margin: -2.5em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_11 {
    padding: 0;
    margin: -5.5% 0 0;
  }
}
.section_11 a.line_banner {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_11 a.line_banner {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .section_11 a.line_banner:hover {
    opacity: 0.8;
  }
}

.section_form {
  background: #e2e3e3;
  padding: 0 0 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_form {
    padding: 0 0 2em;
  }
}
.section_form.bg_white {
  background-color: #fff;
}
.section_form .txt_wrap {
  background: #ffff97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_form .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_form .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_form .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_form .txt_01 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_form .txt_01 {
    font-size: 1.25em;
  }
}

/*
section_contact new 2023.08
------------------------------------------------------------
*/
.section_contact_03 {
  padding: 3em 0;
  background: repeating-linear-gradient(-45deg, #ffee6f 0, #ffee6f 20px, #ffe64f 20px, #ffe64f 40px);
}
@media screen and (max-width: 767px) {
  .section_contact_03 {
    padding: 0 0 2em;
  }
}
.section_contact_03.bottom {
  padding: 0 0 3em;
}
.section_contact_03 .center {
  text-align: center;
}
.section_contact_03 a.button {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_contact_03 a.button {
    width: 100%;
    max-width: 100%;
  }
}
.section_contact_03 .txt_wrap {
  background: #ffff97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_03 .txt_wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.section_contact_03 .txt_wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tri_y.png) no-repeat center/contain;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .section_contact_03 .txt_wrap::before {
    width: 20px;
    height: 20px;
    bottom: -19px;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.2));
  }
}
.section_contact_03 .txt_01 {
  color: #ff6c87;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 1em 0;
  margin: 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_03 .txt_01 {
    font-size: 1.25em;
  }
}
.section_contact_03 .txt_01 span {
  color: #000;
  font-size: 0.75em;
}

.txt_contact_wrap {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap {
    padding: 1em 0 0;
  }
}
.txt_contact_wrap::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 372px;
  top: -4.5rem;
  right: 0;
  background: url(../images/woman_04.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap::after {
    width: 168px;
    height: 148.8px;
    top: -1rem;
  }
}

.txt_contact_balloon {
  width: 60%;
  max-width: 360px;
  padding: 0.25em;
  margin: 0 0 0.5em;
  border-radius: 20px;
  background-color: #fff;
  color: #ff6c87;
  font-size: 1.87rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_contact_balloon {
    font-size: 1em;
    border-radius: 10px;
  }
}
.txt_contact_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .txt_contact_balloon::after {
    border-width: 10px 6px 0 6px;
    bottom: -10px;
  }
}

.section_contact2 .txt_contact_balloon {
  max-width: 400px;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .section_contact2 .txt_contact_balloon {
    margin: 0 0 1em;
  }
}

.txt_contact {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.32;
  display: block;
  position: relative;
  padding: 0.5rem 3rem 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_contact {
    padding: 0.5rem 1rem 1rem;
    font-size: 1.16rem;
  }
}

.txt_shinsa {
  margin: 0.75em 0 0.25em;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_shinsa {
    font-size: 1em;
    text-align: center;
  }
}
.txt_shinsa span {
  display: inline-block;
  padding: 0 35px 0 40px;
  background: url(../images/icon_wai_pnk_l.svg) no-repeat left/30px 38px, url(../images/icon_wai_pnk_r.svg) no-repeat right/30px 38px;
}
@media screen and (max-width: 767px) {
  .txt_shinsa span {
    padding: 0 15px 0 20px;
    background-size: 15px 19px;
  }
}

.txt_contact_wrap2 {
  background-color: #fff;
  position: relative;
  padding: 1.5rem 2rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2 {
    text-align: center;
    padding: 1rem;
  }
}
.txt_contact_wrap2::after {
  position: absolute;
  content: "";
  width: 512px;
  height: 388px;
  bottom: -6.4rem;
  right: 0;
  background: url(../images/woman_08.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2::after {
    right: 1rem;
    bottom: -9.4rem;
    width: 232.7272727273px;
    height: 176.3636363636px;
  }
}

.txt_contact2 {
  font-weight: 700;
  line-height: 1.32;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_contact2 {
    font-size: 0.9rem;
  }
}

/*
animation
------------------------------------------------------------
*/
.kv_01, .kv_02, .kv_03, .kv_04, .big, .fade, .fade_up {
  opacity: 0;
}

.kv_01.loaded {
  -webkit-animation: fade_up 0.8s forwards;
          animation: fade_up 0.8s forwards;
}

.kv_02.loaded {
  -webkit-animation: fade_up 0.8s 0.4s forwards;
          animation: fade_up 0.8s 0.4s forwards;
}

.kv_03.loaded {
  -webkit-animation: big 0.8s 0.8s forwards;
          animation: big 0.8s 0.8s forwards;
}

.kv_04.loaded {
  -webkit-animation: fade 0.8s forwards;
          animation: fade 0.8s forwards;
}

.big.loaded {
  -webkit-animation: big 0.8s forwards;
          animation: big 0.8s forwards;
}

.fade.loaded {
  -webkit-animation: fade 0.8s forwards;
          animation: fade 0.8s forwards;
}

.fade_up.loaded {
  -webkit-animation: fade_up 0.8s forwards;
          animation: fade_up 0.8s forwards;
}

@-webkit-keyframes big {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes big {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}