@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #424242;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

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

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 60px 0;
  background-image: url(../images/contents/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  .bg100 {
    padding: 30px 0;
  }
}

.bg300 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg400 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #58c05a;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
}

#global_header {
  position: relative;
  z-index: 2;
}

.sp-br {
  display: none;
}

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

.header {
  border-top: 9px solid #58c05a;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 40px 15px 40px;
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 20px 30px 10px 30px;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 10px 30px 10px 30px;
  }
}

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

.header__left {
  text-align: center;
  left: 20px;
}

.header__left > a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__left > a::before {
  content: "";
  background-image: url(../images/contents/title-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: -22%;
  left: -84px;
  position: absolute;
}

@media screen and (max-width: 1050px) {
  .header__left > a::before {
    top: -10%;
  }
}

@media screen and (max-width: 640px) {
  .header__left > a::before {
    top: 15%;
    width: 115px;
    height: 100px;
    left: -64px;
  }
}

.header__left > a::after {
  content: "";
  background-image: url(../images/contents/title-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: -22%;
  right: -110px;
  position: absolute;
}

@media screen and (max-width: 1050px) {
  .header__left > a::after {
    top: -10%;
  }
}

@media screen and (max-width: 640px) {
  .header__left > a::after {
    top: 15%;
    width: 115px;
    height: 100px;
    right: -97px;
  }
}

.header__left .header_logo {
  width: 240px;
}

@media screen and (max-width: 1050px) {
  .header__left .header_logo {
    width: 200px;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.header__contact {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20px;
  right: 20px;
}

.header__contact .mail {
  color: white;
  font-size: 2.2rem;
  background-color: #ffbc00;
  line-height: 1.4;
  font-weight: 500;
  padding: 17px;
  border-radius: 20px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1300px) {
  .header__contact .mail {
    display: none;
  }
}

.header__contact .mail:hover {
  opacity: 0.6;
}

.header__contact .tel {
  border: 2px solid #58c05a;
  border-radius: 20px;
  background-color: #f7f7f7;
  line-height: 1.5;
  padding: 5px 20px;
  color: #424242;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header__contact .tel {
    position: relative;
    padding: 30px;
  }
  .header__contact .tel::before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Pro";
    color: #459c46;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 4rem;
  }
}

.header__contact .tel #tel {
  font-size: 2.2rem;
}

.header__contact .tel span {
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .header__contact .tel span {
    display: none;
  }
}

.header__contact .tel:hover {
  opacity: 0.6;
}

.header__contact span {
  display: block;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__right .header__nav {
  margin: auto;
}

.header__right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .header__right .header__nav > ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 80%;
    margin: 50px auto 25px auto;
  }
}

@media screen and (max-width: 1050px) {
  .header__right .header__nav > ul {
    margin: 50px auto 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .header__right .header__nav > ul {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .header__right .header__nav > ul {
    margin: 50px auto 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  .header__right .header__nav > ul li {
    width: 25%;
  }
}

@media screen and (max-width: 550px) {
  .header__right .header__nav > ul li {
    line-height: 1.5;
  }
}

.header__right .header__nav > ul li a {
  display: block;
  color: #424242;
  font-weight: 500;
  padding: 45px 25px 0px 25px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .header__right .header__nav > ul li a {
    margin-top: 20px;
    padding: 0;
  }
}

.header__right .header__nav > ul li a:hover, .header__right .header__nav > ul li a:active {
  color: #ffbc00;
}

.header__right .header__nav > ul li a:hover span, .header__right .header__nav > ul li a:active span {
  color: #ffbc00;
}

.header__right .header__nav > ul li .icon01, .header__right .header__nav > ul li .icon03, .header__right .header__nav > ul li .icon04, .header__right .header__nav > ul li .icon05, .header__right .header__nav > ul li .icon06, .header__right .header__nav > ul li .icon07, .header__right .header__nav > ul li .icon08, .header__right .header__nav > ul li .icon09 {
  position: relative;
}

.header__right .header__nav > ul li .icon01::before, .header__right .header__nav > ul li .icon03::before, .header__right .header__nav > ul li .icon04::before, .header__right .header__nav > ul li .icon05::before, .header__right .header__nav > ul li .icon06::before, .header__right .header__nav > ul li .icon07::before, .header__right .header__nav > ul li .icon08::before, .header__right .header__nav > ul li .icon09::before {
  content: "";
  background-image: url(../images/contents/nav-icon10-o.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .header__right .header__nav > ul li .icon01::before, .header__right .header__nav > ul li .icon03::before, .header__right .header__nav > ul li .icon04::before, .header__right .header__nav > ul li .icon05::before, .header__right .header__nav > ul li .icon06::before, .header__right .header__nav > ul li .icon07::before, .header__right .header__nav > ul li .icon08::before, .header__right .header__nav > ul li .icon09::before {
    opacity: 0.6;
  }
}

@media screen and (max-width: 550px) {
  .header__right .header__nav > ul li .icon01::before, .header__right .header__nav > ul li .icon03::before, .header__right .header__nav > ul li .icon04::before, .header__right .header__nav > ul li .icon05::before, .header__right .header__nav > ul li .icon06::before, .header__right .header__nav > ul li .icon07::before, .header__right .header__nav > ul li .icon08::before, .header__right .header__nav > ul li .icon09::before {
    top: -5px;
  }
}

.header__right .header__nav > ul li .icon01::before {
  width: 48px;
  height: 48px;
  top: 3px;
}

.header__right .header__nav > ul li .icon02::before {
  content: "";
  background-image: url(../images/contents/nav-icon02.png);
}

.header__right .header__nav > ul li .icon03::before {
  content: "";
  background-image: url(../images/contents/nav-icon03-g.png);
}

.header__right .header__nav > ul li .icon04::before {
  content: "";
  background-image: url(../images/contents/nav-icon04-o.png);
  right: -20px;
}

.header__right .header__nav > ul li .icon05::before {
  content: "";
  background-image: url(../images/contents/nav-icon05-g.png);
}

.header__right .header__nav > ul li .icon06::before {
  content: "";
  background-image: url(../images/contents/nav-icon06-o.png);
}

.header__right .header__nav > ul li .icon07::before {
  content: "";
  background-image: url(../images/contents/nav-icon07-o.png);
  right: -15px;
}

.header__right .header__nav > ul li .icon08::before {
  content: "";
  background-image: url(../images/contents/nav-icon08-g.png);
}

.header__right .header__nav > ul li .icon09::before {
  content: "";
  background-image: url(../images/contents/nav-icon09-g.png);
}

.header .sp_nav {
  display: none;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .header .sp_nav {
    display: block;
    position: relative;
    color: white;
    line-height: 1.4;
    height: 50px;
    width: 350px;
    margin: 30px auto 0 auto;
  }
  .header .sp_nav a {
    background-color: #ffbc00;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 640px) {
  .header .sp_nav a {
    font-size: 1.8rem;
  }
}

.main {
  width: 100%;
  position: relative;
}

.main::before {
  content: "";
  background-image: url(../images/contents/deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19%;
  height: 440px;
  position: absolute;
  top: -250px;
  left: 0;
  display: block;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .main::before {
    width: 30%;
    top: 10px;
  }
}

.main::after {
  content: "";
  background-image: url(../images/contents/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19%;
  height: 440px;
  position: absolute;
  bottom: -250px;
  right: 0;
  display: block;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  .main::after {
    width: 24%;
  }
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 35px;
  }
}

.main .main_image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 834px) {
  .main .main_image {
    height: 70vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main .main_title {
  position: absolute;
  width: 50% !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .main .main_title {
    width: 95% !important;
  }
}

#global_footer {
  width: 100%;
  position: relative;
}

.footer {
  width: 100%;
  padding-top: 120px;
}

.footer > a {
  position: relative;
  display: inline-block;
}

.footer > a::before {
  content: "";
  background-image: url(../images/contents/title-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: -22%;
  left: -84px;
  position: absolute;
}

.footer > a::after {
  content: "";
  background-image: url(../images/contents/title-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: -22%;
  right: -110px;
  position: absolute;
}

.footer img {
  margin-bottom: 20px;
  width: 220px;
}

.footer > ul {
  margin: 40px auto;
}

.footer > ul > li {
  font-size: 1.9rem;
}

.footer > ul a {
  color: #424242 !important;
  font-size: 1.9rem;
}

.footer__nav {
  background-color: #58c05a;
  margin: 10px 0 5px 0;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.footer__nav ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 30%;
    margin-bottom: 10px;
    padding: 5px 10px 5px 5px;
    margin: 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 48%;
  }
}

@media screen and (max-width: 550px) {
  .footer__nav ul li {
    width: 90%;
  }
}

.footer__nav ul li a {
  display: block;
  color: white;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    width: 100%;
    margin: auto;
  }
}

.footer__nav ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  font-weight: 300;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li:hover {
    background-color: #1d59b4;
  }
  .footer__nav ul li:hover a {
    color: white !important;
  }
  .footer__nav ul li:hover a::after {
    color: white;
  }
}

.footer__contact img {
  width: 50px;
  height: 50px;
  margin: 0 3px;
}

p a {
  display: block;
  padding: 5px 0;
}

small {
  font-size: 1.6rem;
  position: relative;
  z-index: 9;
}

.footer_navigation {
  margin: auto;
  position: fixed;
}

@media screen and (max-width: 834px) {
  .footer_navigation {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.footer_navigation > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .footer_navigation > ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_navigation > ul .sp_nav {
  display: none;
}

@media screen and (max-width: 1300px) {
  .footer_navigation > ul .sp_nav {
    display: block;
    position: relative;
    color: white;
    line-height: 1.4;
    width: 100%;
    margin-top: 20px;
  }
  .footer_navigation > ul .sp_nav a {
    background-color: #ffbc00;
    color: white;
    padding: 15px;
    display: block;
    margin-top: 0 !important;
    position: relative;
  }
  .footer_navigation > ul .sp_nav a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}

@media screen and (max-width: 1300px) and (max-width: 640px) {
  .footer_navigation > ul .sp_nav a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1300px) {
  .footer_navigation > ul li {
    width: 25%;
  }
}

@media screen and (max-width: 550px) {
  .footer_navigation > ul li {
    line-height: 1.5;
  }
}

.footer_navigation > ul li a {
  display: block;
  color: #424242;
  font-weight: 500;
  padding: 45px 25px 0px 25px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .footer_navigation > ul li a {
    margin-top: 20px;
    padding: 0;
  }
}

.footer_navigation > ul li a:hover, .footer_navigation > ul li a:active {
  color: #ffbc00;
}

.footer_navigation > ul li a:hover span, .footer_navigation > ul li a:active span {
  color: #ffbc00;
}

.footer_navigation > ul li .icon01, .footer_navigation > ul li .icon03, .footer_navigation > ul li .icon04, .footer_navigation > ul li .icon05, .footer_navigation > ul li .icon06, .footer_navigation > ul li .icon07, .footer_navigation > ul li .icon08, .footer_navigation > ul li .icon09 {
  position: relative;
}

.footer_navigation > ul li .icon01::before, .footer_navigation > ul li .icon03::before, .footer_navigation > ul li .icon04::before, .footer_navigation > ul li .icon05::before, .footer_navigation > ul li .icon06::before, .footer_navigation > ul li .icon07::before, .footer_navigation > ul li .icon08::before, .footer_navigation > ul li .icon09::before {
  content: "";
  background-image: url(../images/contents/nav-icon10-o.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .footer_navigation > ul li .icon01::before, .footer_navigation > ul li .icon03::before, .footer_navigation > ul li .icon04::before, .footer_navigation > ul li .icon05::before, .footer_navigation > ul li .icon06::before, .footer_navigation > ul li .icon07::before, .footer_navigation > ul li .icon08::before, .footer_navigation > ul li .icon09::before {
    opacity: 0.6;
  }
}

@media screen and (max-width: 550px) {
  .footer_navigation > ul li .icon01::before, .footer_navigation > ul li .icon03::before, .footer_navigation > ul li .icon04::before, .footer_navigation > ul li .icon05::before, .footer_navigation > ul li .icon06::before, .footer_navigation > ul li .icon07::before, .footer_navigation > ul li .icon08::before, .footer_navigation > ul li .icon09::before {
    top: -5px;
  }
}

.footer_navigation > ul li .icon02::before {
  content: "";
  background-image: url(../images/contents/nav-icon02.png);
}

.footer_navigation > ul li .icon03::before {
  content: "";
  background-image: url(../images/contents/nav-icon03-g.png);
}

.footer_navigation > ul li .icon04::before {
  content: "";
  background-image: url(../images/contents/nav-icon04-o.png);
  right: -20px;
}

.footer_navigation > ul li .icon05::before {
  content: "";
  background-image: url(../images/contents/nav-icon05-g.png);
}

.footer_navigation > ul li .icon06::before {
  content: "";
  background-image: url(../images/contents/nav-icon06-o.png);
}

.footer_navigation > ul li .icon07::before {
  content: "";
  background-image: url(../images/contents/nav-icon07-o.png);
  right: -15px;
}

.footer_navigation > ul li .icon08::before {
  content: "";
  background-image: url(../images/contents/nav-icon08-g.png);
}

.footer_navigation > ul li .icon09::before {
  content: "";
  background-image: url(../images/contents/nav-icon08-g.png);
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

.pankuzu {
  font-size: 1.4rem;
  text-align: center;
}

.pankuzu a {
  color: #424242;
}

.home_title01 {
  max-width: 1000px;
  margin: auto;
  position: relative;
  right: 0;
  left: 0;
  top: -85px;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .home_title01 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .home_title01 {
    width: 90%;
  }
}

.home_title01 h1 {
  font-size: 3rem;
  font-weight: 500;
  color: white;
  text-align: center !important;
  background-color: #ffbc00;
  border-radius: 20px 20px 0 0;
  padding: 6px 0;
}

@media screen and (max-width: 640px) {
  .home_title01 h1 {
    font-size: 2.5rem;
  }
}

.home_title01 div {
  padding: 40px 55px;
  background-color: white;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .home_title01 div {
    font-size: 1.8rem;
    padding: 20px;
  }
}

.home_wrap01 {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.home_wrap01 .home_text01 {
  width: 65%;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_text01 {
    width: 100%;
    padding-right: 0;
    margin: auto;
  }
}

.home_wrap01 .home_text01 h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_text01 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .home_text01 h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_image01 {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.home_wrap01 .home_image01 img {
  border-radius: 50%;
  display: block;
  margin: auto;
  width: 336px !important;
  height: 336px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  float: none !important;
}

.home_title02 {
  text-align: center;
}

.home_title02 h3 {
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .home_title02 h3 {
    font-size: 2.3rem;
  }
}

.home_title02 h3 .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .home_title02 h3 .sp {
    display: block;
  }
}

.home_title02 h3::before {
  content: "";
  background-image: url(../images/contents/title-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: 36%;
  left: -150px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .home_title02 h3::before {
    width: 100px;
    left: -125px;
  }
}

@media screen and (max-width: 640px) {
  .home_title02 h3::before {
    width: 60px;
    left: -75px;
    top: 40%;
  }
}

.home_title02 h3::after {
  content: "";
  background-image: url(../images/contents/title-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: 36%;
  right: -150px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .home_title02 h3::after {
    width: 100px;
    right: -125px;
  }
}

@media screen and (max-width: 640px) {
  .home_title02 h3::after {
    width: 60px;
    right: -75px;
    top: 40%;
  }
}

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

.home_contents02 .box {
  width: 33.333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: visible !important;
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .home_contents02 .box {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home_contents02 .box {
    width: 100%;
  }
}

.home_contents02 .box::before {
  content: "";
  background-color: #ffbc00;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  width: 100px;
  height: 100px;
  top: -50px;
  display: block;
  margin: auto;
}

.home_contents02 .box::after {
  content: "1";
  color: white;
  font-size: 5.5rem;
  position: absolute;
  right: 0;
  left: 0;
  top: -56px;
  text-align: center;
  margin: auto;
}

.home_contents02 .box img {
  border-radius: 20px;
  display: block;
  margin: auto;
}

.home_contents02 .box h3 {
  font-size: 2rem;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
  padding: 10px 40px;
  height: 90px;
  vertical-align: middle !important;
}

.home_contents02 .box:not(:first-child) h3 {
  padding-top: 30px;
}

.home_contents02 .box:nth-child(2) {
  position: relative;
}

.home_contents02 .box:nth-child(2)::after {
  content: "2";
}

.home_contents02 .box:nth-child(3) {
  position: relative;
}

.home_contents02 .box:nth-child(3)::after {
  content: "3";
}

.home_btn a {
  font-size: 2rem;
  color: white !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #1ea821;
  display: inline-block;
  border-radius: 50px;
  padding-top: 12px;
  width: 380px;
  height: 65px;
  position: relative;
  transition: 0.3s;
}

.home_btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.home_btn a:hover {
  background-color: #2cce2f;
}

.home_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1300px) {
  .home_wrap02 {
    margin-bottom: 20px;
  }
}

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

.home_wrap02::before {
  background-image: url(../images/contents/line02.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.home_wrap02 .home_image03 {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .home_wrap02 .home_image03 {
    width: 40%;
    margin: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap02 .home_image03 {
    width: 100%;
    margin: 0;
    padding: 30px 20px 0 20px;
  }
  .home_wrap02 .home_image03 img {
    float: none !important;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap02:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bg200 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/contents/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 180px 0;
  top: 0;
  left: 0;
  position: relative;
}

.bg200::before {
  content: "";
  background-image: url(../images/contents/leaf-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  right: 0;
  width: 21%;
  height: 370px;
}

@media screen and (max-width: 834px) {
  .bg200::before {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .bg200::before {
    width: 47%;
    top: -60px;
  }
}

.bg200::after {
  content: "";
  background-image: url(../images/contents/leaf-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 21%;
  height: 370px;
}

@media screen and (max-width: 1200px) {
  .bg200::after {
    bottom: -180px;
  }
}

@media screen and (max-width: 834px) {
  .bg200::after {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .bg200::after {
    width: 47%;
  }
}

.home_text03 {
  padding: 30px;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .home_text03 {
    width: 70%;
  }
}

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

.home_text03 h3 {
  text-align: center !important;
  font-size: 2.8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.home_text03 h3::before {
  content: "";
  background-image: url(../images/contents/title-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: 36%;
  left: -150px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .home_text03 h3::before {
    width: 100px;
    left: -125px;
  }
}

@media screen and (max-width: 640px) {
  .home_text03 h3::before {
    width: 60px;
    left: -75px;
    top: 40%;
  }
}

.home_text03 h3::after {
  content: "";
  background-image: url(../images/contents/title-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  top: 36%;
  right: -150px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .home_text03 h3::after {
    width: 100px;
    right: -125px;
  }
}

@media screen and (max-width: 640px) {
  .home_text03 h3::after {
    width: 60px;
    right: -75px;
    top: 40%;
  }
}

@media screen and (max-width: 834px) {
  .home_text03 div {
    text-align: center !important;
  }
}

.home_text03 div a {
  text-align: center !important;
  margin: auto;
  margin-left: 14%;
}

@media screen and (max-width: 1300px) {
  .home_text03 div a {
    margin-left: 23%;
  }
}

@media screen and (max-width: 1100px) {
  .home_text03 div a {
    margin-left: 18%;
  }
}

@media screen and (max-width: 1100px) {
  .home_text03 div a {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1000px) {
  .home_text03 div a {
    margin-left: 8%;
  }
}

@media screen and (max-width: 834px) {
  .home_text03 div a {
    position: relative;
    margin: auto;
  }
}

.home_wrap02:nth-of-type(1) {
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1300px) {
  .home_wrap02:nth-of-type(1) {
    border-radius: 20px;
  }
}

.home_wrap02:nth-of-type(1) img {
  border-radius: 20px 0 0 0;
}

@media screen and (max-width: 1300px) {
  .home_wrap02:nth-of-type(1) img {
    border-radius: 20px;
  }
}

.home_wrap02:nth-of-type(2) {
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 1300px) {
  .home_wrap02:nth-of-type(2) {
    border-radius: 20px;
  }
}

.home_wrap02:nth-of-type(2) img {
  border-radius: 0 0 20px 0;
}

@media screen and (max-width: 1300px) {
  .home_wrap02:nth-of-type(2) img {
    border-radius: 20px;
  }
}

.home_box01, .home_box02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_box01 a, .home_box02 a {
  width: 46%;
  margin: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .home_box01 a, .home_box02 a {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .home_box01 a, .home_box02 a {
    width: 100%;
  }
}

.home_box01 a .box, .home_box02 a .box {
  position: relative;
  border-radius: 20px;
  border: 2px solid #58c05a;
  overflow: hidden;
}

.home_box01 a .box div, .home_box02 a .box div {
  position: absolute;
  text-align: center;
  color: #424242;
  font-weight: 500;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 251, 240, 0.8);
  font-size: 3rem;
  padding: 5px 0;
}

@media screen and (max-width: 640px) {
  .home_box01 a .box div, .home_box02 a .box div {
    font-size: 2.6rem;
  }
}

.home_box01 a:hover, .home_box02 a:hover {
  opacity: 0.6;
}

.home_box02 a .box {
  border: 2px solid #ffbc00;
}

.home_text04 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .home_text04 {
    text-align: left !important;
  }
}

.home_text04 h3 {
  border-bottom: 2px solid #58c05a;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 3px;
}

.home_text04 div {
  margin: 30px auto;
}

@media screen and (max-width: 640px) {
  .home_text04 div {
    text-align: left !important;
  }
}

.home_tel {
  border: 2px solid #58c05a;
  border-radius: 20px;
  background-color: #f3f3f3;
  text-align: center;
  margin: auto;
  width: 500px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .home_tel {
    width: 410px;
  }
}

.home_tel a {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #424242;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_tel a span {
  font-size: 1.6rem;
  display: block;
}

.home_tel:hover {
  background-color: white;
}

.home_tel:hover a {
  opacity: 0.6;
}

.home_text05 {
  width: 100%;
}

.border_bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/contents/border.png);
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_news {
  overflow: auto;
  height: 270px;
}

.home_news dl {
  background-color: #f3f3f3;
  line-height: 1.5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .home_news dl {
    display: block !important;
  }
}

.home_news dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px !important;
}

@media screen and (max-width: 834px) {
  .home_news dt {
    width: 100% !important;
    padding: 20px 20px 0 20px !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.home_news dd {
  border: none !important;
  background-color: transparent !important;
  padding: 20px !important;
}

@media screen and (max-width: 834px) {
  .home_news dd {
    width: 100% !important;
  }
}

.home_news dl:nth-child(even) {
  background-color: #dfdfdf;
}

/*  ももについて　*/
.page_title {
  position: relative;
  background-color: #f6f6f6;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page_title h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.8rem;
    word-break: keep-all;
  }
}

.page_title h1::before {
  content: "";
  background-image: url(../images/contents/deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 440px;
  position: absolute;
  top: -250px;
  left: 0;
  display: block;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .page_title h1::before {
    width: 15%;
    top: -150px;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1::before {
    width: 25%;
  }
}

.page_title h1::after {
  content: "";
  background-image: url(../images/contents/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 440px;
  position: absolute;
  bottom: -250px;
  right: 0;
  display: block;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .page_title h1::after {
    width: 15%;
    top: -45px;
  }
}

@media screen and (max-width: 1100px) {
  .page_title h1::after {
    top: 0;
  }
}

@media screen and (max-width: 834px) {
  .page_title h1::after {
    top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1::after {
    top: 20px;
    width: 25%;
  }
}

.page_title::before {
  content: "";
  background-image: url(../images/contents/border.png);
  width: 100vw;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page_title::after {
  content: "";
  background-image: url(../images/contents/border.png);
  width: 100vw;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: visible !important;
}

.sub_title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 3px solid #f6f6f6;
  position: relative;
  margin-bottom: 10px;
}

.sub_title h2::before {
  content: "";
  width: 340px;
  height: 3px;
  background-color: #58c05a;
  border-radius: 5px;
  bottom: -3px;
  left: 0;
  display: block;
  position: absolute;
}

.about_text img {
  width: 40% !important;
  border-radius: 50px;
  margin-left: 50px;
}

@media screen and (max-width: 834px) {
  .about_text .imgR, .about_text .imgL {
    float: none !important;
    width: 60% !important;
    display: block;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 640px) {
  .about_text .imgR, .about_text .imgL {
    width: 80% !important;
    margin: 0 auto 20px auto;
  }
}

.about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

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

.about_wrap .about_text02 {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .about_wrap .about_text02 {
    width: 100%;
  }
}

.about_wrap .about_text02 h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 70px;
  position: relative;
  margin-bottom: 10px;
}

.about_wrap .about_text02 h3::before {
  content: "";
  background-color: #ffbc00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  top: -6px;
  display: block;
  margin: auto;
}

.about_wrap .about_text02 h3::after {
  content: "1";
  color: white;
  font-size: 4rem;
  position: absolute;
  left: 20px;
  line-height: 1;
  top: 3px;
  text-align: center;
  margin: auto;
}

.about_wrap .about_text02 div {
  padding-left: 60px;
}

.about_wrap .about_image {
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .about_wrap .about_image {
    width: 60%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 640px) {
  .about_wrap .about_image {
    width: 80%;
  }
}

.about_wrap .about_image img {
  width: 100% !important;
  border-radius: 50px;
}

.number02 h3::after {
  content: "2" !important;
}

.number03 h3::after {
  content: "3" !important;
}

.number04 h3::after {
  content: "4" !important;
}

.about_text03 h3 {
  margin-bottom: 10px;
}

.about_background {
  background-color: rgba(84, 179, 84, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.about_background .about_contents {
  margin-right: 60px;
}

.about_text03 h3 {
  font-size: 2.6rem;
}

/*  １日の流れ　　*/
.day_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
}

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

.day_wrap .day_list {
  width: 60%;
}

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

.day_wrap .day_list dl {
  margin: 30px 0;
}

.day_wrap .day_list dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px !important;
  background-color: #58c05a !important;
  border-radius: 20px;
  border: none !important;
  font-weight: 500;
  color: white;
  font-size: 2rem;
}

.day_wrap .day_list dd {
  border: none !important;
}

.day_wrap .day_list dd span {
  font-weight: 500;
  display: block;
  border-bottom: 2px solid #eee;
  color: #58c05a;
  font-size: 2rem;
}

.day_wrap .day_image {
  width: 35%;
}

@media screen and (max-width: 1000px) {
  .day_wrap .day_image {
    width: 50%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 834px) {
  .day_wrap .day_image {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .day_wrap .day_image {
    width: 80%;
  }
}

.day_wrap .day_image img {
  border-radius: 20px;
}

.a4 a {
  max-width: 100% !important;
}

@media screen and (max-width: 834px) {
  .a4 a {
    width: 90% !important;
  }
}

/*  よくあるご質問　　*/
.faq_list {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.faq_list h3 {
  cursor: pointer;
  position: relative;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq_list h3::before {
  content: "";
  background-image: url(../images/contents/nav-icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
}

.faq_list h3:hover {
  color: #58c05a;
}

.faq_list article div {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 30px;
  margin-left: 55px;
}

/*  料金表　*/
.fee_table td {
  border: 1px solid #eee;
}

.fee_table .color01 {
  background-color: #ecb887;
}

.fee_table .color02 {
  background-color: #faf6e8;
}

.fee_table .color03 {
  background-color: #fbf1d0;
}

.fee_table .color04 {
  background-color: #f1f0f0;
}

.fee_list02 dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ecb887 !important;
  padding: 15px !important;
  width: 25% !important;
}

.fee_list02 dd {
  padding: 15px !important;
}

/*  会社概要　 */
.company_list {
  width: 80%;
  margin: auto;
}

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

.company_list dl {
  margin-bottom: 10px;
  display: block !important;
}

.company_list dl dt {
  width: 100% !important;
  border: none !important;
  padding: 10px !important;
}

.company_list dl dd {
  width: 100% !important;
  border: none !important;
  padding: 10px !important;
}

.company_list dl dd a {
  color: grey;
}

/*   フォトギャラリー　　*/
.gallery_photo {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.gallery_photo .box {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .gallery_photo .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .gallery_photo .box {
    width: 100%;
  }
}

/*    お問い合わせ　　*/
form .mail {
  display: none;
}

.contact_title h3, .contact_title h2, .policy_title h3, .policy_title h2, .howto_title h3, .howto_title h2 {
  border-bottom: 2px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}

.contact_title h3::before, .contact_title h2::before, .policy_title h3::before, .policy_title h2::before, .howto_title h3::before, .howto_title h2::before {
  content: "";
  background-color: #58c05a;
  width: 220px;
  height: 2px;
  display: block;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.contact_form dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #357c36 !important;
  color: white;
}

.error {
  background-color: #58c05a !important;
}

/*   プライバシーポリシー　　*/
.policy h3 {
  background-color: #eee;
  font-size: 2.2rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sub_title div a {
  color: #868686 !important;
}

/*   404ページ   */
.error_text div {
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .error_text div {
    text-align: left !important;
  }
}

/*  採用情報　*/
.recruit_text div {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .recruit_text div {
    text-align: left !important;
  }
}

/*  ももブログ　*/
.sns_photo {
  width: 30% !important;
}

@media screen and (max-width: 834px) {
  .sns_photo {
    width: 50% !important;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .sns_photo {
    width: 60% !important;
  }
}

.sns_text .sns_date {
  font-size: 2rem;
  color: #58c05a !important;
}

.sns_list {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .sns_list {
    display: block !important;
  }
}

.sns_list > div {
  border-bottom: 2px dashed #eee;
  margin: 20px auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .sns_list > div {
    display: block !important;
  }
}
/*# sourceMappingURL=common_style.css.map */