@charset "UTF-8";
/*////////// .altimg //////////*/
.altimg {
  font-size: 0;
  text-indent: -9999px;
}
.altimg a {
  display: block;
  width: 100%;
  height: 100%;
}

/*////////// .clearfix //////////*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

._flex {
  display: flex;
}
._flex._wrap {
  flex-wrap: wrap;
}
._flex._between {
  justify-content: space-between;
}
._flex._center {
  justify-content: center;
}
._flex._align-items_start {
  align-items: flex-start;
}
._flex._align-items_center {
  align-items: center;
}

@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", YuGothic, "Meiryo", "Helvetica", serif, "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  background-color: #f8f5e7;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1300px;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: none;
}

p,
h1, h2, h3, h4, h5, h6,
ul, li,
dl, dt, dd,
form {
  margin: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6,
dt,
th {
  color: #000000;
  font-weight: bold;
}

p,
li,
dd,
td {
  color: #000000;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

html, body {
  height: 100%;
}

header,
footer {
  width: 100%;
}

p {
  line-height: 1.8em;
  text-align: justify;
  color: #333;
}

ul {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

header {
  width: 100%;
  height: 100px;
  padding-top: 15px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  header {
    height: auto;
    padding: 2% 0;
  }
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media print, screen and (max-width: 768px) {
  header .wrap {
    width: 100%;
    padding: 0 0 0 2%;
  }
}
header #header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 670px;
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  header #header_body {
    width: 40%;
  }
}
header h1 {
  width: 350px;
}
@media print, screen and (max-width: 768px) {
  header h1 {
    width: 55%;
  }
}
header .h_btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff6725;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  header .h_btn {
    display: none;
  }
}
header .h_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .h_btn {
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
  header .h_btn:hover {
    opacity: 0.7;
  }
}
header .tel {
  width: 400px;
}
@media print, screen and (max-width: 768px) {
  header .tel {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  header .tel a {
    pointer-events: none;
  }
}

footer #f_tel {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  footer #f_tel {
    height: 200px;
    background: url(../images/footer_bg1.png) no-repeat center center;
    background-size: 100% 100%;
  }
}
footer #f_tel p {
  width: 100%;
  height: 100%;
  text-align: center;
}
footer #f_tel p img {
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  footer #f_tel p img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  footer #f_tel p a {
    pointer-events: none;
  }
}
footer #f_link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px 0 40px;
  background: url(../images/footer_bg2_pc.png) no-repeat center bottom;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 768px) {
  footer #f_link {
    flex-direction: column;
    background: url(../images/footer_bg2_sp.png) no-repeat center bottom;
  }
}
footer #f_link p {
  width: 368px;
  margin: 0 10px;
  background: none;
  box-shadow: none;
}
footer #f_link p img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  footer #f_link p img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  footer #f_link p {
    width: 90%;
    height: 6rem;
    margin: 0.5rem auto;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
  }
  footer #f_link p:nth-of-type(1) {
    background-color: #ff6725;
  }
  footer #f_link p:nth-of-type(2) {
    background-color: #fff;
    border: solid 1px #000;
  }
}
footer #address {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media print, screen and (max-width: 768px) {
  footer #address {
    padding: 5%;
  }
}
footer #address p:nth-of-type(1) {
  width: 90px;
  margin-right: 50px;
}
@media print, screen and (max-width: 768px) {
  footer #address p:nth-of-type(1) {
    width: 60px;
    margin-right: 20px;
  }
}
footer #address p:nth-of-type(2) {
  font-size: 16px;
  color: #534741;
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  footer #address p:nth-of-type(2) {
    font-size: 11px;
  }
}
footer .top_btn {
  display: none;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  footer .top_btn {
    width: 35px;
    right: 10px;
    bottom: 10px;
  }
}

.btn_entry {
  width: 600px;
  height: 110px;
  margin: 50px auto;
  text-align: center;
  background-color: #ff6725;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  .btn_entry {
    width: 90%;
    height: 6rem;
  }
}
.btn_entry img {
  width: auto;
  height: 100%;
}
.btn_entry a {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .btn_entry {
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
  .btn_entry:hover {
    opacity: 0.7;
  }
}

#mv {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #mv {
    height: 720px;
    background: url(../images/mv_bg.jpg) no-repeat center top #fffdf3;
    background-size: auto 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #mv {
    padding: 0 0 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #mv h2 {
    width: auto;
    height: 100%;
    text-align: center;
  }
  #mv h2 img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #mv h2 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #mv .btn_entry {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin: 0;
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 768px) {
  #mv .btn_entry {
    width: 90%;
    margin: 1rem auto;
  }
}
#mv .line {
  width: 100%;
  height: 40px;
  background: url(../images/mv_line.png) no-repeat center top #eca32d;
  background-size: auto 100%;
}
@media print, screen and (max-width: 768px) {
  #mv .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2rem;
    background-size: 100% 100%;
  }
}

#reason {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #reason {
    padding: 90px 0 0;
    background: url(../images/reason_ttl_bg.png) no-repeat center top #fffdf3;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 768px) {
  #reason {
    background-color: #fffdf3;
  }
}
#reason h2 {
  width: 770px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 768px) {
  #reason h2 {
    width: 100%;
    margin: 0 auto;
  }
}
#reason h3 {
  width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #reason h3 {
    width: 100%;
  }
}
#reason .read {
  margin: 30px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #534741;
}
@media print, screen and (max-width: 768px) {
  #reason .read {
    margin: 15px auto;
    font-size: 14px;
  }
}
#reason h4 {
  position: absolute;
  left: 50%;
  top: -26px;
  width: 390px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 23px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 768px) {
  #reason h4 {
    top: -18px;
    width: 60%;
    height: 3rem;
    line-height: 3rem;
    font-size: 13px;
    border-radius: 1.5rem;
  }
}
#reason .btn_entry {
  margin: 10px auto 0;
}
#reason #step1 {
  padding-bottom: 30px;
}
#reason .fulltime .cap,
#reason .part .cap {
  width: 680px;
  margin: 40px auto 10px;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime .cap,
#reason .part .cap {
    width: 100%;
    margin: 2rem auto;
  }
}
#reason .fulltime ul.block,
#reason .part ul.block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ul.block,
#reason .part ul.block {
    margin-top: 20px;
  }
}
#reason .fulltime .block li,
#reason .part .block li {
  width: 290px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime .block li,
#reason .part .block li {
    width: 32%;
    padding-bottom: 0;
    background-position: center bottom 10px;
    background-size: 1.5rem 1.5rem;
  }
}
#reason .fulltime {
  position: relative;
  margin: 50px auto 0;
  padding: 50px 40px;
  background-color: #fff;
  border: solid 5px #fbd9e4;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime {
    margin-top: 4rem;
    padding: 0 2% 2rem;
    border: none;
    border-top: solid 5px #fbd9e4;
    border-bottom: solid 5px #fbd9e4;
  }
}
#reason .fulltime h4 {
  background-color: #f36599;
}
#reason .fulltime ._flex {
  position: relative;
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex {
    margin-top: 3rem;
  }
}
#reason .fulltime ._flex::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 50px;
  background: url(../images/icon_arrow6.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex::before {
    width: 25px;
    height: 30px;
  }
}
#reason .fulltime ._flex div {
  width: 420px;
  margin: 0 10px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex div {
    width: 50%;
    margin: 0 5px;
    padding: 0 0 0.5rem;
  }
}
#reason .fulltime ._flex div .ttl {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #534741;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex div .ttl {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 5px 0;
    font-size: 14px;
  }
}
#reason .fulltime ._flex div h5 {
  width: 350px;
  margin: 0 auto 15px;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex div h5 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#reason .fulltime ._flex div .ex {
  font-size: 13px;
  text-align: center;
  color: #c7b299;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime ._flex div .ex {
    padding: 0 5%;
    font-size: 10px;
    text-align: justify;
  }
}
#reason .fulltime ._flex div:nth-of-type(1) {
  border: solid 5px #f8f5e7;
}
#reason .fulltime ._flex div:nth-of-type(1) .ttl {
  background-color: #f8f5e7;
}
#reason .fulltime ._flex div:nth-of-type(2) {
  border: solid 5px #fbd9e4;
}
#reason .fulltime ._flex div:nth-of-type(2) .ttl {
  background-color: #fbd9e4;
}
#reason .fulltime li {
  width: 290px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime li {
    width: 32%;
    padding-bottom: 0;
    background-position: center bottom 10px;
    background-size: 1.5rem 1.5rem;
  }
}
#reason .fulltime li .txt {
  padding: 20px;
  font-size: 17px;
}
#reason .fulltime li .txt span {
  color: #f36599;
}
@media print, screen and (max-width: 768px) {
  #reason .fulltime li .txt {
    min-height: 120px;
    padding: 5%;
    font-size: 1rem;
  }
}
#reason .part {
  position: relative;
  margin: 50px auto 0;
  padding: 50px 40px;
  background-color: #fff;
  border: solid 5px #e4f2e1;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  #reason .part {
    margin: 2rem auto 0;
    padding: 3%;
  }
}
#reason .part h4 {
  background-color: #00a99d;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #reason .part h4 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #reason .part ._flex {
    display: flex;
    justify-content: center;
  }
}
#reason .part ._flex .pic {
  width: 370px;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex .pic {
    display: none;
  }
}
#reason .part ._flex div {
  width: 540px;
  margin-left: 20px;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex div {
    width: 100%;
    margin: 0;
  }
}
#reason .part ._flex div h5 {
  width: 370px;
  margin: 0 auto 15px;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex div h5 {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
#reason .part ._flex div ul {
  margin-top: 25px;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex div ul {
    margin-top: 0;
  }
}
#reason .part ._flex div ul li {
  margin-top: 10px;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #faeade;
  border-radius: 5px;
  color: #534741;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex div ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
#reason .part ._flex div ul li span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 3px 3px;
  color: #dd4d49;
  border-bottom: solid 6px #fcee21;
}
@media print, screen and (max-width: 768px) {
  #reason .part ._flex div ul li span {
    margin-top: 5px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1;
  }
}
#reason .part ._flex div ul li span.pc_only {
  margin: 0;
  padding: 0;
  border: none;
}
#reason .part ._flex div ul li:nth-of-type(1) {
  padding-bottom: 5px;
}
#reason .part ._flex div ul li:nth-of-type(2) {
  background-color: #faeade;
}
#reason .part + p {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #998675;
}
@media print, screen and (max-width: 768px) {
  #reason .part + p {
    padding: 0 5%;
    font-size: 10px;
  }
}
#reason .part .cap + p {
  margin-top: -10px;
  text-align: center;
  font-size: 13px;
  color: #998675;
}
@media print, screen and (max-width: 768px) {
  #reason .part .cap + p {
    font-size: 11px;
  }
}
#reason .part .block li .txt {
  margin: 20px auto 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/icon_arrow1.png) no-repeat right 15px center;
  background-size: 22px 22px;
  border-bottom: solid 1px #e6e6e6;
}
@media print, screen and (max-width: 768px) {
  #reason .part .block li .txt {
    margin-top: 1rem;
    padding-bottom: 4rem;
    font-size: 13px;
    background-position: center bottom 1rem;
  }
}
#reason .part .block li .txt strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
@media print, screen and (max-width: 768px) {
  #reason .part .block li .txt strong {
    font-size: 13px;
  }
}
#reason .part .block li .txt small {
  font-size: 18px;
}
@media print, screen and (max-width: 768px) {
  #reason .part .block li .txt small {
    font-size: 13px;
  }
}
#reason .part .block li .txt span {
  color: #dd4d49;
}
#reason .part .block .fuki {
  display: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 0;
  font-size: 16px;
  color: #534741;
  text-align: center;
  background: url(../images/reason_1_fuki.png) no-repeat center center;
  background-size: 95% 100%;
}
#reason .part .block .fuki img {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 40px;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  #reason .part .block .fuki img {
    left: 1rem;
    top: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  #reason .part .block .fuki {
    min-height: 140px;
    font-size: 11px;
    line-height: 1.4;
    background: url(../images/reason_1_fuki_top.png) no-repeat center top, url(../images/reason_1_fuki_bottom.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 769px) {
  #reason #step2 {
    padding: 30px 0;
    background: url(../images/reason_2_t_bg.png?2111) no-repeat center top #f36599;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 768px) {
  #reason #step2 {
    padding-bottom: 0.1rem;
    background-color: #f36599;
  }
}
#reason #step2 .wrap {
  position: relative;
  margin: 30px auto;
  padding: 0 0 0 380px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 768px) {
  #reason #step2 .wrap {
    display: block;
    width: 90%;
    margin: 2rem auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #reason #step2 .wrap .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 100%;
    background: url(../images/reason_2_pic_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #reason #step2 .wrap .pic img {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #reason #step2 .wrap .pic {
    width: 100%;
  }
}
#reason #step2 .wrap div {
  width: 550px;
  padding: 30px;
}
@media print, screen and (max-width: 768px) {
  #reason #step2 .wrap div {
    width: 100%;
    padding: 5%;
  }
}
#reason #step2 .wrap ul {
  width: 570px;
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #reason #step2 .wrap ul {
    width: 100%;
    margin-top: 10px;
    padding: 5% 5% 2%;
  }
}
#reason #step2 .wrap ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#reason #step2 .wrap ul li span {
  display: inline-block;
  padding: 0 2px 0;
  border-bottom: solid 6px #fcee21;
}
#reason #step2 .wrap ul li::before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #f36599;
}
#reason #step2 .wrap ul li small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #998675;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #reason #step2 .wrap ul li {
    margin: 8px 0;
    padding-left: 25px;
    font-size: 15px;
  }
  #reason #step2 .wrap ul li::before {
    top: -4px;
    font-size: 18px;
  }
  #reason #step2 .wrap ul li span {
    line-height: 1;
  }
  #reason #step2 .wrap ul li small {
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  #reason #step3 {
    padding: 30px 0;
    background: url(../images/reason_3_t_bg.png?2111) no-repeat center top #fffdf3;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 768px) {
  #reason #step3 {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #reason #step3 div {
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto;
  }
}
@media print, screen and (max-width: 768px) {
  #reason #step3 div {
    display: block;
  }
}
#reason #step3 div .pic {
  width: 460px;
}
@media print, screen and (max-width: 768px) {
  #reason #step3 div .pic {
    width: 80%;
    margin: 2rem auto;
  }
}
#reason #step3 div ul {
  width: 500px;
  padding: 20px 30px;
  border: solid 2px #a56c21;
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  #reason #step3 div ul {
    width: 90%;
    margin: 2rem auto 0;
    padding: 5%;
  }
}
#reason #step3 div ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#reason #step3 div ul li span {
  display: inline-block;
  padding: 0 2px 0;
  border-bottom: solid 6px #fcee21;
}
#reason #step3 div ul li::before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #f36599;
}
#reason #step3 div ul li small {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #998675;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #reason #step3 div ul li {
    margin: 8px 0;
    padding-left: 25px;
    font-size: 15px;
  }
  #reason #step3 div ul li::before {
    top: -4px;
    font-size: 18px;
  }
  #reason #step3 div ul li span {
    line-height: 1;
  }
  #reason #step3 div ul li small {
    display: inline-block;
    font-size: 11px;
  }
}
#reason #step3 div ul li:last-child small {
  display: block;
  margin-top: 5px;
}

.reception {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reception .bg {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .reception .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 0 410px;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (max-width: 768px) {
  .reception .wrap {
    width: 100%;
  }
  .reception .wrap h3 {
    display: none;
  }
}
.reception .wrap div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  .reception .wrap div {
    flex-direction: column;
    margin: 0;
    padding: 0 0 2rem;
    background-color: #f7c4d6;
  }
}
.reception .wrap div p {
  width: 358px;
  height: auto;
  margin: 0 10px;
  background: none;
  box-shadow: none;
}
@media print, screen and (max-width: 768px) {
  .reception .wrap div p {
    width: 90%;
    height: 6rem;
    margin: 0.5rem auto;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
  }
  .reception .wrap div p:nth-of-type(1) {
    background-color: #ff6725;
  }
  .reception .wrap div p:nth-of-type(2) {
    background-color: #fff;
    border: solid 1px #000;
  }
}
.reception .wrap div p a {
  display: block;
  width: 100%;
}
.reception .wrap div p a img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .reception .wrap div p a img {
    width: auto;
    height: 100%;
  }
}

#interview {
  position: relative;
  width: 100%;
  background-color: #fffdf3;
}
#interview::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #f8f5e7;
}
#interview h2 {
  position: relative;
  top: -20px;
  width: 750px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #interview h2 {
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
}
#interview .interview_box {
  margin: 20px auto 0;
  padding: 2% 3%;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #interview .interview_box {
    margin: 1rem auto 0;
    padding: 2% 5% 5%;
  }
}
#interview .interview_box ._flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#interview .interview_box ._flex div {
  width: 700px;
}
@media print, screen and (max-width: 768px) {
  #interview .interview_box ._flex div {
    width: 100%;
  }
}
#interview .interview_box:nth-child(odd) ._flex {
  flex-direction: row-reverse;
}
#interview .interview_box .ill {
  width: 208px;
}
#interview .interview_box .name {
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  #interview .interview_box .name {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
#interview .interview_box .name span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-color: #00a99d;
  border-radius: 23px;
}
#interview .interview_box h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #f36599;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #interview .interview_box h3 {
    margin: 1rem 0;
    font-size: 1.5rem;
    text-align: justify;
  }
}
#interview .interview_box .txt {
  font-size: 18px;
}
@media print, screen and (max-width: 768px) {
  #interview .interview_box .txt {
    font-size: 1.2rem;
  }
  #interview .interview_box .txt img {
    float: right;
    width: 30%;
    clear: both;
  }
}
#interview .ex {
  position: relative;
  width: 1000px;
  margin: 10px auto;
  z-index: 1;
  font-size: 14px;
  text-align: right;
  color: #b3b3b3;
}
@media print, screen and (max-width: 768px) {
  #interview .ex {
    width: 100%;
    font-size: 1rem;
  }
}

#qa {
  width: 100%;
  padding-top: 50px;
}
@media print, screen and (max-width: 768px) {
  #qa {
    padding-top: 3rem;
  }
}
#qa h2 {
  width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #qa h2 {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
#qa #qa_body {
  width: 100%;
  padding: 0 0 30px;
  background-color: #f8f5e7;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body {
    padding: 0 5% 5%;
  }
}
#qa #qa_body dl {
  width: 840px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
  #qa #qa_body dl:nth-of-type(1) {
    margin-top: 0;
  }
}
#qa #qa_body dl dt {
  position: relative;
  padding: 10px 40px 10px 100px;
  color: #736357;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dt {
    font-size: 13px;
    padding: 5px 30px 5px 54px;
  }
}
#qa #qa_body dl dt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  background: url(../images/icon_arrow1.png) no-repeat left top;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dt::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
#qa #qa_body dl dt span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px 10px 0;
  border-right: solid 5px #fbd9e4;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dt span {
    top: 2px;
    height: 100%;
    font-size: 16px;
    padding: 0 10px 0 0;
    border-right: solid 3px #fbd9e4;
  }
}
#qa #qa_body dl dt.active::before {
  background-image: url(../images/icon_arrow2.png);
}
#qa #qa_body dl dd {
  position: relative;
  display: none;
  padding: 50px 30px 30px 200px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd {
    padding: 5% 0 9rem;
  }
}
#qa #qa_body dl dd .ill {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 140px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ill {
    left: 0;
    width: 8rem;
    z-index: 1;
  }
}
#qa #qa_body dl dd .ans {
  position: relative;
  padding: 30px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ans {
    padding: 20px 5%;
    border-radius: 10px;
  }
}
#qa #qa_body dl dd .ans::before {
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  #qa #qa_body dl dd .ans::before {
    left: -36px;
    bottom: 160px;
    width: 36px;
    height: 26px;
    background: url(../images/qa_fuki1.png) no-repeat left top;
    background-size: 100% 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ans::before {
    left: 50%;
    bottom: -35px;
    width: 26px;
    height: 36px;
    background: url(../images/qa_fuki2.png) no-repeat left top;
    background-size: 100% 100%;
  }
}
#qa #qa_body dl dd .ttl {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
    border-bottom: solid 3px #fcee21;
  }
}
#qa #qa_body dl dd .ttl span {
  position: relative;
  z-index: 1;
}
#qa #qa_body dl dd .ttl span.line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #fcee21;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ttl span.line::before {
    display: none;
  }
}
#qa #qa_body dl dd .red {
  color: #dd4d49;
}
#qa #qa_body dl dd .ex {
  text-align: right;
  font-size: 12px;
  color: #998675;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .ex {
    font-size: 10px;
  }
}
#qa #qa_body dl dd .txt {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: justify;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .txt {
    margin-bottom: 1.5rem;
    font-size: 12px;
  }
}
#qa #qa_body dl dd .txt.disc {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
#qa #qa_body dl dd .txt.disc span {
  position: absolute;
  left: 0;
  top: 0;
}
#qa #qa_body dl dd .pic {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl dd .pic {
    width: 90%;
    margin-bottom: 0;
  }
}
#qa #qa_body dl #q1 .pic {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q2 .ttl {
    margin-bottom: 0.5rem;
  }
  #qa #qa_body dl #q2 .ttl + .ex {
    margin-bottom: 1rem;
  }
}
#qa #qa_body dl #q3 .ans {
  padding-bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q3 .ans {
    padding-bottom: 3rem;
  }
}
#qa #qa_body dl #q3 .q3_sub_ttl {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q3 .q3_sub_ttl {
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  #qa #qa_body dl #q3 .q3_sub_pic {
    position: absolute;
    right: -20px;
    bottom: -30px;
    width: 270px;
  }
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q3 .q3_sub_pic {
    width: 100%;
  }
}
#qa #qa_body dl #q3 .q3_sub li {
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 20px 100px;
  font-weight: bold;
  font-size: 14px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q3 .q3_sub li {
    padding: 1rem 1rem 1rem 5rem;
    font-size: 12px;
  }
}
#qa #qa_body dl #q3 .q3_sub li span {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q3 .q3_sub li span {
    left: 1rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(1) {
  background-color: rgba(247, 147, 30, 0.5);
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(1) span {
  color: #f7931e;
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(2) {
  background-color: rgba(255, 204, 51, 0.5);
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(2) span {
  color: #ffcc33;
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(3) {
  background-color: rgba(248, 245, 231, 0.5);
}
#qa #qa_body dl #q3 .q3_sub li:nth-of-type(3) span {
  color: #999;
}
#qa #qa_body dl #q4 {
  padding-left: 30px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4 {
    padding-left: 0;
  }
}
#qa #qa_body dl #q4 .ill {
  left: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #qa #qa_body dl #q4 .ill {
    width: auto;
    height: 160px;
  }
  #qa #qa_body dl #q4 .ill img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4 .ill {
    width: 12rem;
  }
}
#qa #qa_body dl #q4 .ans::before {
  content: "";
  position: absolute;
  left: 200px;
  bottom: -35px;
  width: 26px;
  height: 36px;
  background: url(../images/qa_fuki2.png) no-repeat left top;
  background-size: 100% 100%;
}
#qa #qa_body dl #q4_list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list {
    flex-direction: column;
  }
}
#qa #qa_body dl #q4_list .q4_area {
  width: 48%;
  padding: 20px;
  background-color: rgba(248, 245, 231, 0.5);
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list .q4_area {
    width: 100%;
    padding: 20px;
  }
  #qa #qa_body dl #q4_list .q4_area:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
#qa #qa_body dl #q4_list .q4_area .fuki {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list .q4_area .fuki {
    height: auto;
    margin-bottom: 3rem;
    padding: 2rem 0;
  }
}
#qa #qa_body dl #q4_list .q4_area .fuki p {
  text-align: center;
  line-height: 1.6;
  font-size: 13px;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list .q4_area .fuki p {
    font-size: 12px;
  }
}
#qa #qa_body dl #q4_list .q4_area .fuki::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%);
}
#qa #qa_body dl #q4_list .q4_area dl {
  width: 100%;
  margin: 10px auto 0;
  padding: 0;
  border: solid 1px #ccc;
}
#qa #qa_body dl #q4_list .q4_area dl dt {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
  background: url(../images/qa4_icon1.png) no-repeat right 10px center #f8f5e7;
  background-size: 10px 6px;
}
#qa #qa_body dl #q4_list .q4_area dl dt::before {
  display: none;
}
#qa #qa_body dl #q4_list .q4_area dl dt.active {
  background-image: url(../images/qa4_icon2.png);
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list .q4_area dl dt {
    font-size: 13px;
  }
}
#qa #qa_body dl #q4_list .q4_area dl dd {
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  color: #999;
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q4_list .q4_area dl dd {
    font-size: 12px;
  }
}
#qa #qa_body dl #q5 .ill {
  left: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #qa #qa_body dl #q5 .ill {
    width: auto;
    height: 160px;
  }
  #qa #qa_body dl #q5 .ill img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q5 .ill {
    width: 12rem;
  }
}
#qa #qa_body dl #q5_pic {
  width: 100%;
  margin: 20px auto 10px;
  padding: 10px 100px;
  background-color: #fcf9f0;
}
@media print, screen and (max-width: 768px) {
  #qa #qa_body dl #q5_pic {
    padding: 1rem 20%;
  }
}
#qa #qa_body dl #q6_pic {
  margin-top: 20px;
}
#qa #qa_body dl #q7_pic {
  margin-top: 20px;
}

#search {
  width: 100%;
  background-color: #fffdf3;
  background: url(../images/search_bg.png) no-repeat center bottom -2px #fffdf3;
  background-size: 100% auto;
}
#search #search_body {
  position: relative;
  margin-top: 50px;
  padding: 80px 60px 100px;
}
@media print, screen and (min-width: 769px) {
  #search #search_body {
    background: url(../images/search_t_bg.png) no-repeat center top, url(../images/search_m_bg.png) repeat-y center top;
    background-size: 100% auto, 100% auto;
  }
}
@media print, screen and (max-width: 768px) {
  #search #search_body {
    margin-top: 4rem;
    padding: 4rem 5% 1rem;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  }
}
#search #search_body::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background: url(../images/search_b_bg.png) no-repeat center top;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 768px) {
  #search #search_body::before {
    bottom: -4rem;
    height: 4rem;
  }
}
#search #search_body h3 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 700px;
  height: 54px;
  margin-top: 20px;
  line-height: 54px;
  background-color: #fbf9ef;
  transform: translateX(-50%);
  color: #4d4d4d;
  font-size: 25px;
  text-align: center;
  border-radius: 27px;
}
@media print, screen and (max-width: 768px) {
  #search #search_body h3 {
    top: -2rem;
    width: 70%;
    height: 4rem;
    line-height: 4rem;
    font-size: 15px;
  }
}
#search #search_body ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex {
    flex-direction: column;
  }
}
#search #search_body ._flex #map {
  width: 300px;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex #map {
    width: 80%;
  }
}
#search #search_body ._flex #area {
  width: 500px;
  padding: 20px;
  border: solid 20px #ffffcf;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex #area {
    width: 100%;
    margin-top: 2rem;
    padding: 3%;
    border: solid 3px #ffffcf;
  }
}
#search #search_body ._flex #area h4 {
  width: 420px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 30px;
  background-color: #fcee21;
  text-align: center;
  color: #000;
  font-size: 16px;
  border-radius: 18px;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex #area h4 {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 13px;
  }
}
#search #search_body ._flex #area ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
#search #search_body ._flex #area ul li {
  position: relative;
  width: 25%;
  margin: 10px 0;
  padding-left: 26px;
  font-size: 16px;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex #area ul li {
    width: 33.3333333333%;
    font-size: 13px;
    padding-left: 22px;
  }
}
#search #search_body ._flex #area ul li a {
  color: #000;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  #search #search_body ._flex #area ul li a:hover {
    text-decoration: none;
  }
}
#search #search_body ._flex #area ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrow3.png) no-repeat left top;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 768px) {
  #search #search_body ._flex #area ul li::before {
    width: 18px;
    height: 18px;
  }
}
#search #search_body ._flex #area p {
  padding: 20px;
  font-size: 13px;
  text-align: justify;
}
#search .info {
  position: relative;
  top: -30px;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #search .info:hover h3 img, #search .info:hover .txt {
    opacity: 0.7;
  }
}
@media print, screen and (max-width: 768px) {
  #search .info {
    width: 90%;
  }
  #search .info::after {
    width: 3rem;
    height: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  #search .info h3 img, #search .info .txt {
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
}
#search .info h3 {
  position: relative;
  width: 100%;
  height: 140px;
  padding: 20px 20px 20px 280px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #search .info h3 {
    height: auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #search .info h3 img {
    width: auto;
    height: 100%;
  }
}
#search .info .txt {
  position: relative;
  padding: 20px 20px 20px 280px;
  font-size: 17px;
  color: #fff;
  background: url(../images/search_info_bg.png) no-repeat center top;
  background-size: 100% 100%;
}
#search .info .txt strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
#search .info .txt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/icon_arrow5.png) no-repeat center top;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 768px) {
  #search .info .txt::after {
    right: 5%;
    top: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media print, screen and (max-width: 768px) {
  #search .info .txt {
    padding: 5%;
    font-size: 1.2rem;
  }
  #search .info .txt strong {
    font-size: 1.5rem;
  }
}
#search .info .pic {
  position: absolute;
  left: 20px;
  bottom: -2px;
  width: 250px;
}

#oubo {
  width: 100%;
  padding: 50px 0 0;
  background-color: #fbd9e4;
}
@media print, screen and (max-width: 768px) {
  #oubo {
    padding-top: 1rem;
  }
}
#oubo #oubo_body {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 70px 0 140px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body {
    width: 90%;
    padding: 2rem 0 16%;
    border-radius: 10px 10px 0 0;
  }
}
#oubo #oubo_body #sub_ttl {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 560px;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body #sub_ttl {
    top: -15px;
    width: 80%;
  }
}
#oubo #oubo_body h2 {
  width: 730px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body h2 {
    width: 100%;
    margin: 2rem auto 5rem;
  }
}
#oubo #oubo_body dl {
  position: relative;
  width: 700px;
  margin: 80px auto 0;
  border: solid 1px #ccc;
  padding: 50px 20px 25px;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body dl {
    width: 90%;
    margin: 3rem auto 0;
    padding: 3rem 5% 5%;
  }
}
#oubo #oubo_body dl dt {
  position: absolute;
  left: 50%;
  top: -25px;
  width: 440px;
  height: 50px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body dl dt {
    top: -2rem;
    width: 90%;
    height: auto;
  }
}
#oubo #oubo_body dl dd {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #808080;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body dl dd {
    font-size: 12px;
  }
}
#oubo #oubo_body .arrow {
  width: 66px;
  margin: 30px auto;
}
@media print, screen and (max-width: 768px) {
  #oubo #oubo_body .arrow {
    width: 4rem;
    margin: 2rem auto;
  }
}
#oubo #nyusha {
  position: relative;
  width: 100%;
  margin-top: -7.5%;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  #oubo #nyusha {
    margin-top: -14%;
  }
}

/*# sourceMappingURL=style.css.map */
