@charset "utf-8";
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|           basis(theme)          |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

/*                     *\
|*    common-basis s   *|
\*                     */

@media screen and (min-width: 840px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 839px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  width: 100%;
}

nav ul {
  list-style: none;
}

ul.no-styles {
  list-style: none;
}

ol {
  list-style: none;
}

p {
  line-height: 1.6;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #444;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a[href^="tel:"]:hover {
    cursor: default;
  }
}

img {
  display: block;
  max-width: 100%;
}

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

input,
select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/*                     *\
|*    common-basis e   *|
\*                     */

/*                     *\
|*    origin-class s   *|
\*                     */
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dg {
  display: grid;
}

.tac {
  text-align: center;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz34 {
  font-size: 34px;
}

.fz50 {
  font-size: 50px;
}

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

.fw500 {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

.text-color-white {
  color: white;
}

.text_color_green {
  color: #004E2A;
}

.text-color-orange {
  color: #FF6C03;
}

.text-color-yellow {
  color: #FFE100;
}

.text-color-green {
  color: #288250;
}

.lh2 {
  line-height: 2;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mt4em {
  margin-top: 4em;
}

.mt5em {
  margin-top: 5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mb5em {
  margin-bottom: 5em;
}

.mb14 {
  margin-bottom: 14px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.ma {
  margin: auto;
}

.p1em {
  padding: 1em;
}

.pt1em {
  padding-top: 1em;
}

.pt5em {
  padding-top: 5em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb5em {
  padding-bottom: 5em;
}

.pl1em {
  padding-left: 1em;
}

.pl120 {
  padding-left: 120px;
}

.pb250 {
  padding-bottom: 250px;
}

.t-100 {
  top: -100px;
}

.t-170 {
  top: -170px;
}

.middle-wrap {
  margin: auto;
  text-align: -webkit-center;
}

.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
}

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

.flex-box-around {
  justify-content: space-around;
}

.flex-box-left {
  justify-content: left;
}

.position-box {
  position: relative;
  max-width: 1180px;
  margin: auto;
}

.section_width_wide {
  max-width: 1015px;
}

.catch_text {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1em;
}

.text_with_subtitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 20px;
}

.wave_bg_parent {
  position: relative;
}

.wave_bg {
  position: absolute;
  bottom: 0;
}

.bg_color_lightgreen {
  background: #F6F9E8;
}

.bg_color_gray {
  background: #444;
}

.bg_color_cream {
  background: #FFFFD8;
}

.bg_color_half_tp_green {
  background: linear-gradient(180deg, transparent 50%, #ABCD03 50%);
}

.bg_color_half_white_lightgreen {
  background: linear-gradient(180deg, white 50%, #F6F9E8 50%);
}

.h650 {
  height: 650px;
}

.mh780 {
  min-height: 780px;
}

.mh1200 {
  min-height: 1200px;
}

.monkeys {
  margin: -80px auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 839px) {
  .fz20 {
    font-size: 14px;
  }
  .sp-mtb2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .pt5em {
    padding-top: 2.5em;
  }
  .pb250 {
    padding-bottom: 50px;
  }
  .sp-w30 {
    width: 30%;
  }
  .sp-w50 {
    width: 50px;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w80 {
    width: 80px;
  }
  .sp-w100 {
    width: 100%;
  }
  .sp-w144 {
    width: 144px;
  }
  .sp-p20 {
    box-sizing: border-box;
    padding: 0 20px 20px;
  }
  .sp-pt2em {
    padding-top: 2em;
  }
  .sp-mh720 {
    min-height: 720px;
  }

  .catch_text {
    font-size: 16px;
    text-align: left;
    margin: 25px 35px 30px;
  }

  .catch_text2 {
    font-size: 14px;
    text-align: left;
    margin: 15px 35px 20px;
  }

  .text_with_subtitle {
    font-size: 14px;
    margin: 15px auto 18px;
  }

  .bg_color_half_tp_green {
    background: #ABCD03;
  }
  
}
/*                     *\
|*    origin-class e   *|
\*                     */

/* ------------ */
/* header start */
/* ------------ */

.header {
  background: #004E2A;
}

.header__top {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 10px;
}

.header__top__right {
  display: flex;
  align-items: center;
}

.header .nav__wrap {
  display: flex;
  justify-content: space-between;
}

.header .nav__item {
  width: 16.6%;
}

.header .nav__item__link {
  font-size: 10px;
  padding: 5px 0;
}

@media screen and (max-width: 839px) {
  .header__top {
    padding-top: 60px;
  }

  .header .menu-trigger {
    position: fixed;
    top: 0;
    background: #004E2A;
    width: 100%;
    height: 60px;
    z-index: 5;
    transition: all 0s;
  }
  
  .header .menu-trigger p {
    font-size: 10px;
  }
  
  .header .menu-trigger span {
    position: absolute;
    right: 10px;
    background-color: #fff;
    width: 30px;
    height: 2px;
    transition: all 0.5s;
  }
  
  .header .menu-trigger span:nth-of-type(1) {
    top: 20px;
    width: 5%;
  }
  
  .header .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  
  .header .menu-trigger span:nth-of-type(3) {
    top: 40px;
  }
  
  .header .menu-trigger.active {
    background: #004E2A;
  }
  
  .header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    width: 30px;
  }
  
  .header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .header .nav {
    height: 100vh;
    padding-top: 55px;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.6s;
    z-index: 2;
  }

  .header nav.active {
    right: 100%;
  }

  .header .nav-menu {
    position: fixed;
    background: linear-gradient(#004E2A, #ABCD03);
    width: 100%;
    height: 100vh;
    padding-top: 45px;
    z-index: 2;
    transition: 0.5s;
  }

  .header .nav__item {
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }

  .header .nav__item__link {
    font-size: 18px;
  }
}
/* ---------- */
/* header end */
/* ---------- */

/* ------------ */
/* footer start */
/* ------------ */
footer {
  background: linear-gradient(180deg, white 510px, #1EAA39 190px);
  color: white;
}
.footer_bg {
  position: relative;
  background: url("../img/pc/footer_bg.png") no-repeat bottom;
  min-height: 700px;
}

.footer-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
  padding: 10px 0 20px;
  line-height: 2;
}

.left-foot {
  display: flex;
  justify-content: space-between;
  width: 375px;
  font-size: 14px;
}

.left-foot a {
  display: inline-block;
  color: white;
}

.left-foot a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease;
}

.left-foot a:hover::after {
  background: aliceblue;
  width: 102%;
  height: 1px;
  transition: all 0.5s ease;
}

.right-foot {
  text-align: right;
  margin-top: auto;
}

.wrap-copy {
  background: #1EAA39;
  padding: 10px 0;
  border-top: 1px solid;
}

.footer__copy {
  max-width: 1180px;
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 839px) {
  footer {
    position: relative;
    width: 100%;
    padding-top: 30px;
  }
  .footer_bg {
    background: url("../img/sp/footer_bg.png") no-repeat bottom;
    background-size: contain;
    min-height: 570px;
  }

  .footer-nav {
    flex-flow: column;
    margin-left: 20px;
  }

  .left-foot {
    width: auto;
    margin-bottom: 1em;
  }

  .left-foot a {
    font-size: 12px;
    margin-right: 35px;
  }

  .right-foot {
    text-align: left;
  }

  .right-foot span {
    font-size: 14px;
  }

  .footer__copy {
    font-size: 10px;
    text-align: left;
    margin-left: 20px;
  }
}
/* ---------- */
/* footer end */
/* ---------- */

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|        elements(parts)          |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

/* -------------- */
/* elements strat */
/* -------------- */

/* main s */
.section-width {
  width: 96%;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 839px) {
  .section-width {
    max-width: 500px;
  }
}

/* main e */

/* first-view s */
.kv {
  display: flex;
  justify-content: center;
  background: url("../img/pc/kv1.png") no-repeat bottom;
  background-size: cover;
  padding: 20px 0 50px;
}
/* first-view e */

/* contact-section s */
.contact {
  background: url(../img/pc/bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 40px;
}

.contact__box {
  display: flex;
  justify-content: center;
}

.contact__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  z-index: 1;
}

.contact__arrow__txt {
  position: absolute;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.contact__arrow img {
  width: 100%;
  height: 129px;
}

.contact__arrow .c-y {
  color: #fbce2c;
  margin-left: 30px;
}

.contact__arrow .small {
  font-size: 24px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 839px) {
  .contact {
    background: url(../img/sp/bg.png) no-repeat top;
    background-size: cover;
    height: 540px;
    min-height: 540px;
    padding: 60px 0 0;
  }

  .contact .section-width {
    width: 345px;
  }
  
  .contact__item1 {
    width: 100%;
    height: 140px;
  }

  .contact__item1__img {
    position: relative;
    top: -25px;
  }

  .contact__item1__img2 {
    position: relative;
    top: -25px;
  }

  .contact_btn_box {
    flex-flow: column;
    top: -238px;
    height: 208px;
  }

  .contact__img {
    /* max-width: 305px; */
  }

  .contact__arrow {
    margin-bottom: -18px;
  }

  .contact__arrow img {
    height: 81px;
    object-fit: cover;
  }

  .contact__arrow__txt {
    font-size: 15px;
  }

  .contact__arrow .small {
    font-size: 12px;
  }

  .contact__arrow .c-y {
    margin-left: 20px;
  }
}
/* contact-section e */

/* attention-section s */
.attention {
  padding: 30px 0 30px 0;
}

.attention__box {
  text-align: center;
}

.attention__box p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 839px) {
  .attention {
    padding: 40px 0 30px;
  }

  .attention__box {
    display: block;
  }

  .attention__box h2 {
    font-size: 18px;
    margin-bottom: 1em;
  }

  .attention__box p {
    max-width: 81.4VW;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin: 1em auto 2em;
  }
}
/* attention-section e */

/* web-camp-section s */
.info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.info__box {
  width: 100%;
  padding: 55px 0 80px;
}

.info__box p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.info__box img {
  margin: 10px auto 0 auto;
}

@media screen and (max-width: 839px) {
  .info__box {
    padding: 0 0 40px;
  }

  .info__box p {
    font-size: 13px;
  }

  p.web-camp-sp {
    font-size: 16px;
    color: white;
  }
}
/* web-camp-section e */

/* reason-section s */
.reason {
  padding: 0 0 300px;
}

#reason h2 {
  position: absolute;
  top: 30%;
  left: 35%;
  font-size: 34px;
  font-weight: 900;
  text-align: left;
  color: #288250;
}

.grid-box-reason {
  display: grid;
  row-gap: 18px;
}

#reason .grid-box-reason p {
  position: absolute;
  left: 35%;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 3em;
  top: 50%;
}

@media screen and (max-width: 839px) {
  .reason {
    padding: 0 0 150px;
  }

  .reason .wave_bg {
    bottom: 80px;
  }
}

/* reason-section e */

/* point-section s */
.point {
  padding-bottom: 100px;
  background: #ABCD03;
}

.point__img2 {
  margin: 0 auto;
}
.point__img2:not(:last-child) {
  margin-bottom: 3em;
}

@media screen and (max-width: 839px) {
  .point {
    padding-bottom: 50px;
  }

  .point__img2:not(:last-child) {
    margin-bottom: 0;
  }
}

/* point-section e */

/* addpack-section s */
#pack {
  padding: 0 0 90px;
}

.addpack {
  background: url(../img/pc/band_green.png) no-repeat top center;
  padding: 0 0 250px;
}

.band_green {
  min-height: 471px;
}

.addpack .char-on-track {
  z-index: 1;
  margin: 3em auto 1em;
}

@media screen and (max-width: 839px) {
  #pack {
    padding:30px 0 50px;
  }
 
  .addpack {
    background-size: auto 320px;
    padding: 0;
  }

  .band_green {
    min-height: 315px;
  }

  .addpack p {
    font-size: 14px;
  }
  .addpack span {
    display: inline-block;
    font-size: 20px;
    margin: 0.5em auto; 
  }

  .addpack .char-on-track {
    margin: 20px auto;
  }

  .bg_plus {
    position: absolute;
    bottom: 0;
    background: #F6F9E8;
    width: 100%;
    height: 547px;
    z-index: -1;
  }
}

/* addpack-section e */

/* pack-section s */
.pack__bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}

.pack-plan-body {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.pack-plan-body img {
  margin-bottom: 15px;
  width: 100%;
}

.pack-plan-body .chara-on-track {
  display: block;
  margin: 50px auto;
  max-width: 200px;
}


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

  .pack-plan-body {
    padding-top: 0;
  }

  .pack-plan-body img {
    width: auto;
    margin: auto;
  }

  .pack-plan-body img:first-child {
    margin-bottom: 25px;
  }
}


/* pack-section e */

/* hikaku-section s */
.hikaku {
  background: #D9EDE5;
  text-align: center;
  padding: 0 0 250px;
}

.hikaku img {
  margin: 0 auto;
}

.hikaku__txt {
  font-size: 20px;
  font-weight: 500;
  margin: 40px auto;
}

.hikaku__txt2 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto 40px;
}

.hikaku__txt3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 839px) {
  .hikaku {
    padding: 40px 0 80px 0;
  }

  .hikaku__txt {
    font-size: 14px;
    margin: 30px auto;
  }

  .hikaku__txt2 {
    font-size: 18px;
    text-align: left;
    margin: 20px;
  }

  .hikaku__txt3 {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 20px 0;
  }

  .sp_black_band {
    display: flex;
    align-items: center;
    background: #000;
    height: 60px;
    margin-top: 30px;
    padding-top: 3px;
    box-sizing: border-box;
  }
}

/* hikaku-section e */

/* service-section s */
.service {
  padding: 20px 0 60px 0;
}

.service img {
  margin: 0 auto;
}

.service__txt {
  color: #288250;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

.service__txt2 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .service {
    padding-bottom: 40px;
  }

  .service__txt {
    font-size: 20px;
    text-align: left;
    margin: 20px;
  }
  
  .service__txt2 {
    font-size: 12px;
    text-align: left;
    margin: 20px;
  }
}

/* service-section e */

/* item-ex-section s */
.ex {
  padding: 0 0 250px;
}

#example h3 {
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 24px;
  color: #288250;
}

#example .position-box:not(:last-of-type) {
  margin: 30px 0 60px;
}

#example .case {
  top: -22px;
  left: 54px;
}

.ba-img {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

#example .position-box p {
  position: absolute;
  left: 150px;
  bottom: 24px;
  max-width: 840px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #288250;
}

.before-box,
.after-box {
  position: relative;
}

.before-box::before {
  content: url(../img/pc/before.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}

.after-box::before {
  content: url(../img/pc/after.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}

@media screen and (max-width: 839px) {
  .ex {
    margin: 0 auto;
    padding: 30px 0 70px 0;
  }

  .ex__img {
    width: 150px;
  }

  .ex__txt {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #example h2 {
    left: 20px;
    font-size: 20px;
  }

  #example h3 {
    left: 20px;
    font-size: 18px;
}

  #example .case {
    top: -18px;
    left: 15px;
    width: auto;
    height: 36px;
  }

  #example .position-box p {
    left: 0;
    top: 12.5em;
    padding: 1em;
    font-size: 14px;
  }

  .before-box,
  .after-box {
    margin: 0 20px;
  }

  .before-box::before {
    content: url(../img/sp/before.png);
    bottom: -15px;
    padding: 4px;
  }

  .after-box::before {
    content: url(../img/sp/after.png);
    bottom: -15px;
    padding: 4px;
  }
}

/* item-ex-section e */

/* flow-section s */
.flow {
  padding: 50px 0 250px 0;
  background: #296246;
}

.flow img {
  margin: 0 auto;
}

@media screen and (max-width: 839px) {
  .flow {
    padding: 30px 0 70px 0;
  }

  .flow__box {
    margin: 0 auto;
  }

  .flow__box .flow__img2 {
    margin: initial;
  }

  .flow__txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* flow-section e */

/* trouble-section s */
.trouble {
  padding: 80px 0 250px 0;
}

.trouble img {
  margin: 0 auto;
}

.trouble__txt {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin: 30px auto 20px;
}

.trouble__txt2 {
  color: #FFE100;
  font-weight: 900;
  font-size: 30px;
  margin: 20px 0;
}

@media screen and (max-width: 839px) {
  .trouble {
    margin: 0 auto;
    padding: 30px 0 70px 0;
  }

  .trouble__txt {
    font-size: 14px;
    text-align: left;
    margin: 20px;
  }

  .trouble__txt2 {
    font-size: 20px;
  }
}
/* trouble-section e */

/* voice-section s */
.voice {
  padding: 0 0 250px;
}

.voice .chara {
  border-radius: 50%;
}

.customer_box {
  background: #E4EFC1;
  border-radius: 10px;
  margin-top: 54px;
  padding-bottom: 20px;
}

.customer_box p {
  background: #E4EFC1;
  font-size: 24px;
  font-weight: bold;
  color: #288250;
  border-radius: 10px;
}

.customer_box ol {
  justify-content: left;
}

.customer_box li {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 2em;
  flex-flow: inherit;
}

.blue-bar {
  background: white;
  color: #288250;
  height: 40px;
  border: 2px solid #288250;
  border-radius: 20px;
  padding: 0 1em;
}

.star {
  font-size: 18px;
  color: #FC3;
  margin-left: 0.5em;
  padding-bottom: 2px;
}

.customer_box .chara {
  border: 20px solid #E4EFC1;
  top: -73px;
  left: -90px;
}

.customer_box dl {
  padding: 18px 20px 0;
  align-items: initial;
}

.customer_box dt {
  width: 150px;
  min-height: 80px;
  background: #288250;
  border-radius: 10px 0 0 10px;
}

.customer_box dd {
  width: 100%;
  min-height: 80px;
  background: white;
  border-radius: 0 10px 10px 0;
  font-size: 18px;
  line-height: 2;
}

.voice section:not(:last-of-type) {
  margin-bottom: 123px;
}

.staff_box p {
  background: #D5EDDB;
  color: #288250;
  min-height: 120px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  border-radius: 10px;
  margin-top: 1em;
  padding: 1em 5em 1em 1.5em;
}

.staff_box .chara {
  border: 20px solid #D5EDDB;
  right: -73px;
  bottom: -40px;
}

@media screen and (max-width: 839px) {
  .voice {
    padding: 30px 0 120px 0;
    max-width: 100%;
    overflow: hidden;
  }

  .voice__txt {
    font-size: 12px;
  }

  .customer_box {
    margin-right: 20px;
    border-radius: 0 10px 10px 0;
  }
  .customer_box > div {
    padding-left: 0;
  }

  .customer_box div.mb14 {
    margin-bottom: 0;
  }

  .customer_box p {
    text-align: center;
    margin-left: 3em;
  }

  .customer_box .chara {
    top: -47px;
    left: 12px;
    width: 116px;
    border: 8px solid #E4EFC1;
  }

  .customer_box .flex-box {
    flex-flow: column;
  }

  .customer_box ol {
    margin-top: 20px;
  }

  .customer_box li {
    box-sizing: border-box;
    justify-content: space-between;
    flex-flow: nowrap;
    width: 276px;
    height: 30px;
    margin-top: 12px;
    margin-right: 0;
    padding: 0 24px;
  }

  .customer_box dt {
    width: auto;
    min-height: 25px;
    border-radius: 10px 10px 0 0;
  }
  
  .customer_box dd {
    width: auto;
    min-height: auto;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    padding: 1em;
  }

  .staff_box p {
    font-size: 14px;
    border-radius: 10px 0 0 10px;
    min-height: 100px;
    padding: 1em 1em 3em;
    margin-left: 35px;
  }

  .staff_box .chara {
    left: 20px;
    bottom: -51px;
    width: 76px;
    border: 8px solid #D5EDDB;
  }

  span.text-color-gold {
    display: block;
    font-size: 20px;
    color: gold;
    margin: 15px auto 0;
    line-height: 1;
  }
}

/* voice-section e */

/* faq-section s */
.faq {
  padding: 0 0 160px;
}

.faq__img {
  margin: 0 auto;
}

.faq__q {
  display: flex;
  align-items: center;
  color: #288250;
  font-size: 24px;
  font-weight: bold;
}

.faq__q img {
  margin-right: 20px;
}

.faq__a {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: white;
  min-height: 5em;
  font-size: 20px;
  line-height: 2;
  border: 2px solid #288250;
  border-radius: 10px;
  margin-left: 4.5em;
  margin-bottom: 3em;
  padding: 1em;
}

.faq__a p {
  margin-right: 140px;
}

.faq__a img {
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media screen and (max-width: 839px) {
  .faq {
    padding: 30px 0 70px 0;
  }

  .faq__img {
    width: 155px;
  }

  .faq__q {
    position: relative;
    padding: 5px 10px;
  }

  .faq__q img {
    position: absolute;
    top: 2px;
    width: 32px;
  }

  .faq__q p {
    font-size: 16px;
    padding-left: 40px;
  }

  .faq__a {
    min-height: unset;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 13px 40px;
    margin-top: 0.5em;
    margin-left: 0.5em;
  }

  .faq__a img {
    margin-right: 0;
  }
}

/* faq-section e */

/* fv-section s */
.fv {
  position: relative;
  display: flex;
  justify-content: center;
}

.sub_header {
  min-height: 490px;
  object-fit: cover;
}

.fv_box {
  position: absolute;
  top: 50px;
}

@media screen and (max-width: 839px) {
  .sub_header {
    min-height: auto;
    max-height: 400px;
    max-width: 100%;
    width: 100vw;
  }
}
/* fv-section e */

/* ----------- */
/* elements end*/
/* ----------- */

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|       archive (template)        |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

/* ------------ -----*/
/* archive-area start*/
/* ------------ -----*/

/* page-area */
.page-area h3 a {
  color: #1EAA39;
}

#hokkaido,
#shizuoka,
#kumamoto {
  display: none;
}

#area-wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

#area-wrap {
  display: flex;
  flex-flow: column;
  padding-bottom: 250px;
  max-width: 1150px;

}

#area-wrap .area-acordion-wrap {
  margin-bottom: 26px;
}

#area-wrap .area-acordion-wrap .area-acordion-header h3 {
  position: relative;
  color: #1EAA39;
  font-size: 40px;
  text-align: center;
  margin: 70px auto 10px;
}

#area-wrap .area-acordion-wrap .area-acordion-body ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 20px;
}

#area-wrap .area-acordion-wrap .area-acordion-body ul li {
  padding: 5px 12px;
  font-size: 24px;
  color: #444;
}

@media screen and (max-width: 839px) {
  #area-wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .page-area .section-width {
    width: auto;
  }
  #area-wrap .area-acordion-wrap .area-acordion-header h3 {
    font-size: 20px;
    text-align: left;
    margin: 0 35px;

  }
  #area-wrap p {
    font-size: 16px;
  }
  #area-wrap .area-acordion-wrap .area-acordion-body ul {
    padding: 10px 30px;
  }
  #area-wrap .area-acordion-wrap .area-acordion-body ul li {
    padding: 5px;
    font-size: 16px;
  }
}

/* page-area */

/* --------------- */
/* archive-area end*/
/* --------------- */


/* ----------------- */
/* archive-list start*/
/* ----------------- */

/* list */
#list h3 {
  font-size: 34px;
  font-weight: 700;
  height: 50%;
  margin: 0.8em 0;
}

#list .items {
  width: 1180px;
  margin: auto;
}

#list .title-h4 h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

#list .icon-box span {
  width: 100%;
  font-weight: bold;
}

#list .items ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 0 0 5em;
}

.kagu li,
.kaden li,
.nichiyouhin li,
.sonota li {
  width: 200px;
  height: 100px;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
}

.kagu {
  background: #F6F9E8;
  color: #288250;
}

.kagu li {
  background: white;
}
.kagu a:hover li {
  border:3px solid #288250;
}

.kagu a {
  color: #288250;
}

.kaden {
  color: #703CA7;
}

.kaden li {
  background: #E8E0EF;
}
.kaden a:hover li {
  border:3px solid #703CA7;
}

.kaden a {
  color: #703CA7;
}

.nichiyouhin {
  background: #FFFFD8;
  color: #FF6C03;
}

.nichiyouhin li {
  background: white;
}
.nichiyouhin a:hover li {
  border:3px solid #FF6C03;
}

.nichiyouhin a {
  background: #FF6C03;
}

.sonota {
  color: #00A3E9;
}

.sonota li {
  background: #F0FAFE;
}
.sonota a:hover li {
  border:3px solid #00A3E9;
}

.sonota a {
  color: #00A3E9;
}

@media screen and (max-width: 839px) {
  #list .midashi-box h3 {
    font-size: 28px;
    height: auto;
  }

  #list .title-h4 h4 {
    max-width: 96vw;
    font-size: 20px;
    padding: 0.5em 0;
  }

  #list .title-h4 {
    grid-column: 1/4;
  }

  #list .title-h4 h4::before {
    transform: scale(0.6);
  }

  #list .items {
    width: auto;
    padding: 0 10px;
  }

  #list .items ol{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 15px;
    padding: 0 10px 3em;
  }

  .kagu li,
  .kaden li,
  .nichiyouhin li,
  .sonota li {
    width: 155px;
    height: 70px;
    padding: 30px;
  }

  #list .icon-box {
    margin-bottom: 0;
  }

  #list .icon-box span {
    font-size: 14px;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
    transform: initial;
  }
}
/* list */

/* ---------------- */
/* archive-list end */
/* ----------------*/

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|       singel (template)         |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

/* ----------------- */
/* single-area start */
/* ----------------- */
.single-area #area-wrap .area-acordion-wrap .area-acordion-header {
  background: none;
  margin-top: 2em;
  pointer-events: none;
}

.single-area #area-wrap .area-acordion-wrap {
  border: none;
}

.single-area #area-wrap .area-acordion-wrap .area-acordion-body {
  display: block;
}

@media screen and (max-width: 839px) {
  .single_area .span_with_title {
    top: -65px;
    font-size: 18px;
    margin-bottom: -35px !important;
  }
  .page-area iframe {
    max-width: 335px;
    max-height: 335px;
  }
}
/* --------------- */
/* single-area end */
/* --------------- */

/* ----------------- */
/* single-list start */
/* ----------------- */
.single-list .ex {
  background: #C3F4F4;
}

/* --------------- */
/* single-list end */
/* --------------- */


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|         page (template)         |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/
/* --------------- */
/* page-prie start */
/* --------------- */
@media screen and (max-width: 839px) {
  #price aside {
    padding-top: 80px;
  }
}
/* ------------- */
/* page-prie end */
/* ------------- */

/* -------------- */
/* page-faq start */
/* -------------- */
/* faq */
#faq h2 {
  font-size: 3.5em;
  color: #369;
}

#faq .grid-box-faq {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  max-width: 1000px;
  margin: 3em auto;
}

#faq button {
  position: relative;
  width: 300px;
  height: 80px;
  background: #FFF;
  color: #288250;
  font-size: 26px;
  font-weight: bold;
  border: 2px solid #288250;
  border-radius: 10px;
  filter: drop-shadow(0 1px 2px #DDEDE1);
}

#faq button:hover {
  background: #288250;
  color: #FFF;
}

#faq #faq1,
#faq #faq2,
#faq #faq3,
#faq #faq4,
#faq #faq5,
#faq #faq6 {
  text-align: center;
  font-size: 3em;
  color: #ABCD03;
  padding: 1em 0;
}

@media screen and (max-width: 839px) {
  #faq h2 {
    font-size: 1.8em;
  }

  #faq .grid-box-faq {
    gap: 20px;
    max-width: 305px;
    margin: 30px auto 40px;
  }

  #faq article section:last-child div:last-child {
    margin-bottom: 0;
  }

  #faq button {
    position: relative;
    width: 88px;
    font-size: 16px;
  }

  #faq #faq1,
  #faq #faq2,
  #faq #faq3,
  #faq #faq4,
  #faq #faq5,
  #faq #faq6 {
    font-size: 1.5em;
  }

  .faq__a p {
    margin-right: 0;
  }
  .faq__a img {
    content: url(../img/sp/faq2.png);
  }
}

/* faq */
/* ------------ */
/* page-faq end */
/* ------------ */

/* ------------------ */
/* page-contact start */
/* ------------------ */

/* form s */
#contact-form-wrap * {
  box-sizing: border-box;
}

#contact-form-wrap dl {
  margin-bottom: 2em;
}

#contact-form-wrap dt.flex {
  margin: 5px 0;
}

#contact-form-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #1EAA39;
}

#contact-form-wrap .required {
  height: fit-content;
  font-size: 16px;
  color: #fff;
  background-color: #FF6C03;
  padding: 0 0.5em;
  border-radius: 4px;
  margin-left: 1.5em;
}

#contact-form-wrap .not.required {
  display: none;
  background-color: #ABCD03;
}

#contact-form-wrap input[type=text],
#contact-form-wrap input[type=email] {
  max-width: 100%;
  height: 60px;
  font-size: 24px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 6px 0.5em;
}

#contact-form-wrap input[name="c_name"],
#contact-form-wrap input[type=email] {
  width: 100%;
}

#contact-form-wrap .mwform-tel-field {
  font-size: 40px;
  margin-left: -10px;
}
#contact-form-wrap .mwform-tel-field input {
  margin: 0 10px 0;
}

#contact-form-wrap select {
  width: 150px;
  height: 60px;
  font-size: 24px;
  border-radius: 10px;
  padding: 6px 10px;
}

#contact-form-wrap .mwform-radio-field {
  margin-right: 2em;
  font-size: 24px;
}

#contact-form-wrap .mwform-radio-field input {
  accent-color: #1EAA39;
}

#contact-form-wrap input[name="c_date_01"],
#contact-form-wrap input[name="c_date_02"],
#contact-form-wrap input[name="c_date_03"] {
  display: block;
  width: 100%;
}

#contact-form-wrap .date_item span {
  min-width: fit-content;
  font-size: 20px;
  font-weight: bold;
  color: #1EAA39;
  margin-right: 0.5em;
}

#contact-form-wrap .mini {
  color: #FF6C03;
  margin-left: 1em;
}

#contact-form-wrap textarea {
  width: 100%;
  min-height: 170px;
  font-size: 18px;
  border-radius: 10px;
  padding: 6px 10px;
}

#contact-form-wrap input,
#contact-form-wrap select,
#contact-form-wrap textarea {
  background: #F6F9E8;
  border: none;
}

#contact-form-wrap .contact_attention {
  font-size: 18px;
}

#contact-form-wrap .contact_attention_header {
  font-size: 24px;
  font-weight: bold;
  color: #1EAA39;
}

#contact-form-wrap .btn_submit {
  position: relative;
}

#contact-form-wrap .btn_submit input {
  display: block;
  width: 380px;
  height: 60px;
  background: #FF6C03;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 30px;
  margin: 2em auto 0;
  padding: 0.5em 1.5em;
  filter: drop-shadow(0 2px 4px #DDEDE1);
  cursor: pointer;
}

#contact-form-wrap .btn_submit::after {
  content: url(../img/pc/arrow_white.png);
  position: absolute;
  top: 0;
  left: calc(50% + 150px);
  bottom: 9px;
  height: 15px;
  margin: auto;
  pointer-events: none;
}

#contact-form-wrap .btn_back::after {
  display: none;
}

@media screen and (max-width: 839px) {
  #contact-form-wrap {
    width: 100%;
  }

  #contact-form-wrap dl {
    margin: 20px;
  }

  #contact-form-wrap dd {
    display: flex;
    flex-wrap: wrap;
  }

  #contact-form-wrap .title {
    font-size: 18px;
  }

  #contact-form-wrap .required {
    font-size: 12px;
  }
  .mwform-radio-field label {
    display: inline-block;
  }

  #contact-form-wrap input[type=text],
  #contact-form-wrap input[type=email] {
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    margin: 5px auto 10px;
    padding: 6px 0 6px 0.5em;
  }

  #contact-form-wrap .mwform-tel-field {
    font-size: 40px;
    margin-left: 0;
  }

  #contact-form-wrap select {
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
  }

  #contact-form-wrap .mwform-tel-field input {
    width: 80px;
  }

  #contact-form-wrap .mwform-radio-field {
    margin-right: initial;
    font-size: 18px;
    width: 45%;
    margin: 5px auto;
  }

  #contact-form-wrap .mini {
    font-size: 12px;
  }

  #contact-form-wrap .date_item span {
    font-size: 14px;
  }
  
  #contact-form-wrap textarea {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 5px;
  }

  #contact-form-wrap .contact_attention {
    font-size: 14px;
    margin: 20px 20px 0;
  }

  #contact-form-wrap .contact_attention_header {
    font-size: 18px;
  }

  #contact-form-wrap .btn_submit input {
    width: 305px;
    height: 50px;
    font-size: 12px;
    border-radius: 25px;
    margin-top: 40px;
  }

  #contact-form-wrap .btn_submit::after {
    left: calc(50% + 100px);
  }
}
/* form e */

/* contact,comfirm,thanks */
.page-contact,
.page-comfirm,
.page-thanks {
  padding: 0 0 5em;
}

.page-thanks img {
  margin: 3em auto 0;
}
/* contact,comfirm,thanks */

/* contact s */
/* contact e */

/* confirm s */
.page-comfirm #contact-form-wrap dl {
  margin-bottom: 0;
}

.page-comfirm dl {
  display: flex;
  align-items: center;
  border-top: 2px solid #1EAA39;
  min-height: 100px;
  margin: auto;
}

.page-comfirm dl:last-child {
  border-bottom: 2px solid #1EAA39;
}

.page-comfirm dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 283px;
}

.page-comfirm dd {
  display: flex;
  justify-content: flex-start;
  margin-left: 50px;
}

.page-comfirm dd .item {
  justify-content: flex-start;
}

.page-comfirm #contact-form-wrap .not.required {
  display: initial;
}

.page-comfirm .mini {
  display: none;
}

.page-comfirm #contact-form-wrap .contact_attention {
  display: none;
}

#contact-form-wrap .btn_back input {
  background: white;
  border: 2px solid #004E2A;
  color: #004E2A;
}

.page-comfirm #contact-form-wrap .btn_back::before {
  display: block;
  content: url(../img/pc/arrow_green.png);
  position: absolute;
  top: 0;
  right: calc(50% + 150px);
  bottom: 9px;
  height: 15px;
  margin: auto;
  pointer-events: none;
  z-index: 1; 
}

@media screen and (max-width: 839px) {
  .page-comfirm #contact-form-wrap dl {
    flex-flow: column;
    min-height: auto;
    margin: 0 20px;
    padding: 15px 0;
  }

  #contact-form-wrap dt.flex {
    justify-content: start;
    min-width: 335px;
    margin: 0 auto 5px;
  }
  #contact-form-wrap dd {
    justify-content: start;
    min-width: 335px;
    margin-left: 0;
  }

  .page-comfirm #contact-form-wrap .btn_back::before {
    right: calc(50% + 100px);
  }
}
/* confirm e */

/* thanks s */
@media screen and (max-width: 839px) {
  .page-thanks .catch_text {
    text-align: center;
  }
  .page-contact img, .page-comfirm img, .page-thanks img {
    margin: 1em auto 0;
  }
}
/* thanks e */


/* ---------------- */
/* page-contact end */
/* ---------------- */

/* ------------------ */
/* page-company start */
/* ------------------ */

/* company */
#company h2 {
  font-size: 2.5em;
  color: #004B9B;
}

#company table {
  max-width: 1000px;
  width: 100%;
  font-size: 20px;
  margin: 5em auto;
  border-collapse: separate;
  border: solid 2px #288250;
  border-radius: 10px;
}

#company td {
  border: none;
  padding: 30px;
}

#company tr:not(:last-child) td {
  border-bottom: 1px solid #288250;
}

#company td:first-child {
  background: #F6F9E8;
  color: #1EAA39;
  font-weight: bold;
}

#company tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

#company tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 839px) {
  #company .fv_box {
    top: 30px;
  }

  #company h2 {
    font-size: 2em;
  }

  #company table {
    width: auto;
    font-size: 16px;
    text-align: left;
    margin: 40px 20px;
  }

  #company td {
    padding: 8px;
  }
}
/* company */

/* ---------------- */
/* page-company end */
/* ---------------- */

/* ------------------ */
/* page-privacy start */
/* ------------------ */

/* privacy */
.privacy_page h2 {
  font-size: 30px;
  text-align: center;
  margin: 80px 0 20px;
  color: #1EAA39;
}

.privacy_page .privacy_item {
  font-size: 18px;
}

.privacy_page ul {
  margin: 40px auto 70px;
  list-style: none;
}

.privacy_page li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.5em 0;
}

@media screen and (max-width: 839px) {
  .privacy_page {
    text-align: left;
    width: auto;
    margin: 0 35px;
  }

  .page_title {
    margin: 1em auto 2em;
  }

  .privacy_page h2 {
    font-size: 18px;
    text-align: left;
    margin-top: 40px;
  }

  .privacy_page p {
    font-size: 16px;
  }

  .privacy_page .privacy_item p {
    font-size: 14px;
  }

  .privacy_page ul {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 1.2em;
  }

  .privacy_page li {
    padding-left: 0;
  }
  
}

/* privacy */

/* ---------------- */
/* page-privacy end */
/* ---------------- */

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
|       content (content)        |
\vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/

/* contents s */
#contents {
  max-width: 1180px;
  margin: auto;
}

#contents h1 {
  font-size: 60px;
  color: #1EAA39;
  text-align: left;
  border-bottom: 5px solid #E4EFC1;
  margin-bottom: 30px;
  padding: 0 90px 10px;
}

#contents h2 {
  background: #E4EFC1;
  font-size: 30px;
  color: #1EAA39;
  text-align: left;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 0 25px 90px;
}

 #contents h3 {
  font-size: 26px;
  color: #1EAA39;
  text-align: left;
  border-bottom: 5px solid #E4EFC1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 90px;
}

#contents h4 {
  margin: 20px 0;
}

#contents>div {
  margin-left: 90px;
  margin-right: 90px;
}

#contents ul {
  list-style: inside;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contents>ul {
  font-size: 20px;
  margin-left: 90px;
}

#contents p {
  font-size: 18px;
  margin-left: 90px;
  margin-right: 90px;
  padding: 10px 0;
}

#contents>img {
  height: auto;
  border-radius: 1em;
  margin-left: 90px;
  margin-right: 90px;
}

#toc_container {
  position: relative;
  background: white;
  width: fit-content;
  border: 2px solid #288250;
  border-radius: 10px;
  margin-top: 65px;
  margin-bottom: 80px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 2em 1.5em 2em 3em;
}

#toc_container::after {
  position: absolute;
  content: url(../img/pc/monkey_smile.png);
  right: -90px;
  bottom: -25px;
}

#toc_container .toc_title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #288250;
  margin-left: 0;
}

#toc_container li {
  list-style: none;
}

#toc_container.no_bullets>ul>li {
  font-size: 20px;
  font-weight: bold;
}

#toc_container.no_bullets>ul>li a {
  text-decoration: none;
}

#toc_container>ul>li>a>span {
  display: inline-block;
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #1EAA39;
}

#toc_container li>ul>li {
  font-size: 16px;
  margin: 1em 0 1em 1em;
}

#toc_container li>ul span {
  color: #ABCD03;
  margin-right: 0.5em;
}

#contents table {
  max-width: 1000px;
  width: 100%;
  font-size: 18px;
  margin: 3em auto 5em;
  border-collapse: separate;
  border: solid 2px #288250;
  border-radius: 10px;
}

#contents tr:not(:last-child) th ,
#contents tr:not(:last-child) td {
  border-bottom: 1px solid #288250;
}

#contents th {
  background: #E4EFC1 !important;
  font-weight: bold;
  color: #1EAA39;
  padding: 30px 0;
}

#contents td {
  background: white;
  border: none;
  padding: 30px;
}

#contents tr:first-child th {
  border-radius: 10px 0 0 0;
}

#contents tr:last-child th {
  border-radius: 0 0 0 10px;
}

#contents tr:first-child td {
  border-radius: 0 10px 0 0;
}

#contents tr:last-child td {
  border-radius: 0 0 10px 0;
}

#contents .staff_box {
  max-width: 1015px;
}

#contents .staff_box p {
  background: #E4EFC1;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0;
  margin-bottom: 120px;
  padding: 1em 1em 2em;
  
}

#contents .staff_box::after {
  position: absolute;
  right: -73px;
  bottom: -40px;
  content: url(../img/pc/staff2.png);
  background: white;
  border: 20px solid #E4EFC1;
  border-radius: 50%;
}

#contents .adviser {
  position: relative;
  max-width: 1000px;
  background: #D5EDDB;
  border-radius: 10px;
  margin: 5em auto;
  padding: 2em;
  box-sizing: border-box;
}

#contents .adviser::before {
  position: absolute;
  top: -73px;
  left: -90px;
  content: url(../img/pc/adviser.png);
  background: white;
  border: 20px solid #D5EDDB;
  border-radius: 50%;
}

#contents .adviser h4 {
  color: #444;
  margin-left: 100px;
}

#contents .adviser span {
  display: block;
  color: #288250;
  font-weight: bold;
  font-size: 27px;
}

#contents .adviser span::after {
  content: 'さん';
  font-size: 19px;
}

#contents .adviser p {
  background: white;
  font-size: 18px;
  margin: 1.5em 0 1em;
  padding: 2em;
  border-radius: 10px;
}

#contents .adviser a {
  content: url(../img/pc/link_btn.png);
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 839px) {
  #contents {
    padding: 0;
  }

  #contents h1 {
    font-size: 30px;
    border-bottom: 5px solid #E4EFC1;
    margin-bottom: 30px;
    padding: 0 35px 10px;
  }

  #contents h2 {
    font-size: 24px;
    font-weight: 900;
    border-radius: 5px;
    margin: 20px;
    padding: 15px;
  }

  #contents h3 {
    font-size: 20px;
    margin: 20px;
    padding-left: 15px;
  }

  #contents>div {
    margin-left: 20px;
    margin-right: 20px;
  }

  #contents ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #contents>ul {
    font-size: 16px;
    margin: 15px 35px;
  }

  #contents p {
    font-size: 14px;
    margin-left: 35px;
    margin-right: 35px;
  }
  
  #contents>img {
    margin-left: 35px;
    margin-right: 35px;
  }

  #toc_container {
    border-radius: 5px;
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 1em 2em;
  }

  #toc_container::after {
    content: url(../img/sp/monkey_smile.png);
    top: -18px;
    right: 18px;
  }

  #toc_container.no_bullets>ul>li {
    font-size: 18px;
  }

  #toc_container>ul>li>a>span {
    width: 20px;
  }

  #contents table {
    font-size: 12px;
    margin: 20px;
    width: -webkit-fill-available;
  }

  #contents th {
    font-size: 12px;
    width: 25%;
    padding: 0.8em;
  }

  #contents td {
    font-size: 11px;
    padding: 0.8em;
  }

  #contents .staff_box p {
    font-size: 14px;
    border-radius: 10px;
    margin: 20px 15px 100px 0;
    padding: 1em 1em 2em;
    min-height: auto;
  }

  #contents .staff_box::after {
    content: url(../img/sp/staff.png);
    right: 0;
    bottom: -50px;
    border: 8px solid #E4EFC1;
  }
  
  .single-list .ex {
    background: #C3F4F4;
    width: 100%;
    padding: 30px 10px 70px
  }

  #contents .adviser {
    margin: 60px 20px;
    padding: 1em;
  }

  #contents .adviser::before {
    position: absolute;
    top: -47px;
    left: 0;
    content: url(../img/sp/adviser.png);
    background: white;
    border: 8px solid #D5EDDB;
    border-radius: 50%;
  }
  
  #contents .adviser h4 {
    font-size: 12px;
    margin: 0 0 0 110px;
  }
  
  #contents .adviser span {
    font-size: 18px;
  }
  
  #contents .adviser span::after {
    font-size: 10px;
  }
  
  #contents .adviser p {
    background: white;
    font-size: 14px;
    margin: 1em 0 ;
    padding: 1em;
    border-radius: 10px;
  }
  
  #contents .adviser a {
    content: url(../img/sp/link_btn.png);
    margin: auto;
  }

  #contents .adviser button {
    position: relative;
    width: 100%;
    height: 60px;
  }

}
/* contents e */

/* patch_1129-30 s */
@media screen and (min-width:501px) and ( max-width:839px) {
  .contact {
    height: 570px;
    min-height: 570px;
  }
  .footer_bg {
    background: url(../img/sp/footer_bg.png) no-repeat;
    background-size: cover;
  }
}
/* patch_1129-30 e */

/* patch_1130 s */
.tel_yellow {
  color: #FBED21;
}
.tel__top a.tel_yellow {
    font-size: 29px;
}
.tel__top a.tel_yellow p {
  line-height: 1;
  margin-top: -0.005vw;
}

.tel_orange {
  color: #FF6C03;
}
.contact a.tel_orange {
  position: absolute;
  left: 210px;
  bottom: 220px;
  font-size: 80px;
  font-weight: 900;
}
.middle-wrap .tel_orange {
  position: absolute;
  left: 80px;
  right: 0;
  bottom: 450px;
  font-size: 80px;
  font-weight: 900;
}

.tel_green {
  color: #288250;
}
.thanks_tel {
  margin-top: 30px;
}
.thanks_tel a.tel_green {
  font-size: 40px;
  font-weight: 900;
}
.page-thanks .thanks_tel img {
  margin: 0;
}


@media screen and (max-width: 500px) {
  .contact a.tel_orange {
    transform: scaleX(1.1);
  }
}
@media screen and (max-width: 839px) {
  .sub_header {
    object-position: bottom;
  }
	
  .contact a.tel_orange {
    left: calc(50% - 100px);
    bottom: -123px;
    font-size: 34px;
/* 	      left: 85px;
    bottom: -120px;
    font-size: 27px; */
  }
  .middle-wrap .tel_orange {
    left: 10px;
    bottom: 434px;
    font-size: 37px;
  }
  .thanks_tel a.tel_green {
    font-size: 28px;
  }
}
@media screen and (min-width:840px) and ( max-width:1180px) {
  .staff_box .chara {
    right: 0px;
    bottom: -80px;
  }
  .footer-nav {
    padding: 10px 15px 20px;
  }
}
@media screen and (min-width:840px) and ( max-width:1000px) {
  #example .position-box p {
    left: 140px;
    bottom: 12px;
  }
  .before-box img, 
  .after-box img {
    max-width: 40vw;
    margin: auto;
  }
}
@media screen and (min-width:840px) and ( max-width:870px) {
  .contact a.tel_orange {
    font-size: 60px;
  }
}
@media screen and (min-width:1921px) {
  .fv {
    background: linear-gradient(0deg, transparent 13%, #ABCD03 13%);
  }
  .addpack {
    background-repeat: repeat-x;
  }
}
/* iPad only */
@media screen and (min-width:767px) and ( max-width:769px) {
  .contact a.tel_orange {
    left: calc(50% - 110px);
    font-size: 32px;
  }
  .middle-wrap .tel_orange {
    left: 30px;
    font-size: 36px;
  }
}
/* zero slash font */
.zero_slash{
  font-family: 'Inconsolata', monospace;
}
.marumoji {
  /* font-family: 'Zen Maru Gothic', sans-serif; */
  font-family: 'Kosugi Maru', sans-serif;
}
/* patch_1130 e */

/* patch_1208 s */
html.ofh {
  overflow: hidden;
}
.breadscrumb {
  max-width:1140px;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
.breadscrumb ul {
  display: flex;
  padding: 5px 0;
  justify-content: center;
}
.breadscrumb li:not(:first-child)::before {
  content: '>';
  margin: 0 10px;
}

@media screen and (max-width: 839px) {
  .breadscrumb{
    max-width:100%;
  }
}

/* iPhone width 414px only */
@media screen and (min-width:413px) and ( max-width:415px) {
  .fv .sub_header.sp {
    height: 330px !important;
    object-fit: contain;
    object-position: top;
  } 
}
/* iPhone width 390px only */
@media screen and (min-width:389px) and ( max-width:391px) {
  .fv .sub_header.sp {
    height: 311px !important;
    object-fit: contain;
    object-position: top;
  } 
}
/* iPhone width 375px only */
@media screen and (min-width:374px) and ( max-width:376px) {
  .fv .sub_header.sp {
    height: 299px !important;
    object-fit: contain;
    object-position: top;
  }
}
/* patch_1208 e */