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

メインコンテンツ

******************************************************************/
body#training_bg {
  background-image: url(../images/training/training_bg.png);
}

body#sahokai_bg {
  background-image: url(../images/sahokai/sahokai-bg.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

body#douga_bg {
  background-image: url(../images/douga/douga-bg.png);
}

body#oyakudachi_bg {
  background-image: url(../images/oyakudachi/oyakudachi-bg.png);
}

body#media_bg {
  background-image: url(../images/media/media-bg.png);
}

body#company_bg {
  background-image: url(../images/company-bg.png);
}

@media (min-width: 768px) {
  .douga-bg2 {
    background: url(../images/douga/douga-bg2.png) no-repeat top right;
    background-size: contain;
    height: 1000px;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px){
  body#douga_bg h1.bg-viridian{
    position:relative;
  }
  body#douga_bg h1.bg-viridian::before {
    content: "";
    background: url(../images/douga/douga-bg2.png) no-repeat top right;
    background-size: contain;
    height: 800px;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
	}
}

@media (min-width: 768px) {
  .d-flex .w20,
  .d-md-flex .w20,
  .d-sm-flex .w20 {
    width: 20%;
  }
  .d-flex .w32,
  .d-md-flex .w32,
  .d-sm-flex .w32 {
    width: 32%;
  }
  .d-flex .w35,
  .d-md-flex .w35,
  .d-sm-flex .w35 {
    width: 35%;
  }
  .d-flex .w40,
  .d-md-flex .w40,
  .d-sm-flex .w40 {
    width: 40%;
  }
  .d-flex .w45,
  .d-md-flex .w45,
  .d-sm-flex .w45 {
    width: 45%;
  }
  .d-flex .w48-5,
  .d-md-flex .w48-5,
  .d-sm-flex .w48-5 {
    width: 48.5%;
  }
  .d-flex .w50,
  .d-md-flex .w50,
  .d-sm-flex .w50 {
    width: 50%;
  }
  .d-flex .w55,
  .d-md-flex .w55,
  .d-sm-flex .w55 {
    width: 55%;
  }
  .d-flex .w60,
  .d-md-flex .w60,
  .d-sm-flex .w60 {
    width: 60%;
  }
  .d-flex .w66,
  .d-md-flex .w66,
  .d-sm-flex .w66 {
    width: 66%;
  }
  .d-flex .w80,
  .d-md-flex .w80,
  .d-sm-flex .w80 {
    width: 66%;
  }
}

.pagemenu,
.pagemenu-auto {
  background: #f6cebf;
}

.pagemenu a:hover,
.pagemenu-auto a:hover {
  background: #efab93;
}

.pagemenu-v {
  background: #b2d4c1;
}

.pagemenu-v a:hover {
  background: #549972;
}

.pagemenu a,
.pagemenu-auto a,
.pagemenu-v a {
  display: block;
  color: black;
  padding: 4px 8px;
  text-align: center;
}

.pagemenu li,
.pagemenu-v li {
  position: relative;
  width: 45%;
}

.pagemenu li::before,
.pagemenu-v li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: white;
  top: calc(50% - 10px);
  left: 0;
}

.pagemenu li::after,
.pagemenu-v li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: white;
  top: calc(50% - 10px);
  right: -1px;
}

.pagemenu-auto li {
  width: 100%;
}

@media (min-width: 768px) {
  .pagemenu li,
  .pagemenu-v li {
    width: 20%;
  }
  .pagemenu a,
  .pagemenu-v a {
    padding: 8px 16px;
  }
  .pagemenu-auto li {
    position: relative;
    width: auto;
  }
  .pagemenu-auto li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: white;
    top: calc(50% - 10px);
    left: 0;
  }
  .pagemenu-auto li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: white;
    top: calc(50% - 10px);
    right: -1px;
  }
  .pagemenu-auto a {
    padding: 8px 16px;
  }
}

.flex403 {
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
}

.flex403 ul {
  font-weight: bold;
}

.flex500 {
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
}

.flex500 ul {
  font-weight: bold;
}

@media (min-width: 768px) {
  .flex500 {
    max-width: 500px;
  }
}

.bg-peach-ttl {
  background-color: #efab93;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
.bg-peach-ttl {
  width: 80%;
}
}
.bg-green-ttl {
  background-color: #7ebea5;
  color: white;
  text-align: center;
}

.bg-viridian-ttl {
  background-color: #549972;
  color: white;
  text-align: center;
}

a.shosaibtn {
  background: #a58f86;
  color: white;
  padding: 4px 12px;
  width: 160px;
  display: inline-block;
  text-align: center;
}

a.shosaibtn:hover {
  background: #8e746a;
}

@media (min-width: 768px) {
  a.shosaibtn {
    padding: 0 12px;
    width: auto;
    font-size: 14px;
  }
}

[class^="green-icon"] {
  background: #7ebea5;
}

[class^="orange-icon"] {
  background: #f08300;
}

.green-icon,
.green-icon-sm,
.green-icon-md,
.green-icon-lg,
.orange-icon-lg {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: white;
  margin-right: 5px;
  overflow: hidden;
}

.green-icon.topleft,
.green-icon-sm.topleft,
.green-icon-md.topleft,
.green-icon-lg.topleft,
.orange-icon-lg.topleft {
  left: 0;
  top: 0;
}

.green-icon.topleft-2,
.green-icon-sm.topleft-2,
.green-icon-md.topleft-2,
.green-icon-lg.topleft-2,
.orange-icon-lg.topleft-2 {
  left: 0;
  top: 0;
}

.green-icon.topleft-3,
.green-icon-sm.topleft-3,
.green-icon-md.topleft-3,
.green-icon-lg.topleft-3,
.orange-icon-lg.topleft-3 {
  left: 0;
  top: -18px;
  background: #549972;
}

.green-icon.topleft-4,
.green-icon-sm.topleft-4,
.green-icon-md.topleft-4,
.green-icon-lg.topleft-4,
.orange-icon-lg.topleft-4 {
  left: -20px;
  top: -60px;
}

@media (max-width: 767px) {
  .green-icon.topleft-4,
  .green-icon-sm.topleft-4,
  .green-icon-md.topleft-4,
  .green-icon-lg.topleft-4,
  .orange-icon-lg.topleft-4 {
    width: 100px;
    height: 100px;
  }
}

.green-icon.topleft-5,
.green-icon-sm.topleft-5,
.green-icon-md.topleft-5,
.green-icon-lg.topleft-5,
.orange-icon-lg.topleft-5 {
  left: 0;
  top: 0;
  background: #549972;
}

.green-icon.topright,
.green-icon-sm.topright,
.green-icon-md.topright,
.green-icon-lg.topright,
.orange-icon-lg.topright {
  right: 0;
  top: 0;
}

.green-icon.topright-2,
.green-icon-sm.topright-2,
.green-icon-md.topright-2,
.green-icon-lg.topright-2,
.orange-icon-lg.topright-2 {
  right: 0;
  top: -12px;
}

.green-icon.bottomright,
.green-icon-sm.bottomright,
.green-icon-md.bottomright,
.green-icon-lg.bottomright,
.orange-icon-lg.bottomright {
  right: 0;
  bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.height24 {
  min-height: 24px;
  line-height: 24px;
  padding: 4px 8px;
}

@media (min-width: 768px) {
  .orange-icon-lg {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  .green-icon-lg {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  .green-icon-md {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .green-icon-sm {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .green-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .green-icon.topleft-2,
  .green-icon-sm.topleft-2,
  .green-icon-md.topleft-2,
  .green-icon-lg.topleft-2,
  .orange-icon-lg.topleft-2 {
    left: -60px;
    top: -15px;
  }
  .green-icon.topleft-3,
  .green-icon-sm.topleft-3,
  .green-icon-md.topleft-3,
  .green-icon-lg.topleft-3,
  .orange-icon-lg.topleft-3 {
    width: 90px;
    height: 90px;
    left: -30px;
    top: -30px;
    background: #549972;
  }
  .green-icon.topleft-4,
  .green-icon-sm.topleft-4,
  .green-icon-md.topleft-4,
  .green-icon-lg.topleft-4,
  .orange-icon-lg.topleft-4 {
    left: -20px;
    top: -100px;
  }
  .green-icon.topleft-5,
  .green-icon-sm.topleft-5,
  .green-icon-md.topleft-5,
  .green-icon-lg.topleft-5,
  .orange-icon-lg.topleft-5 {
    left: 10px;
    top: 10px;
  }
  .green-icon.topright-2,
  .green-icon-sm.topright-2,
  .green-icon-md.topright-2,
  .green-icon-lg.topright-2,
  .orange-icon-lg.topright-2 {
    right: 10px;
    top: 0px;
  }
  .green-icon.bottomright,
  .green-icon-sm.bottomright,
  .green-icon-md.bottomright,
  .green-icon-lg.bottomright,
  .orange-icon-lg.bottomright {
    right: -30px;
    bottom: -30px;
  }
  .height24 {
    min-height: 30px;
    line-height: 30px;
    padding: 4px 8px;
  }
}

@media (min-width: 1280px) {
  .green-icon.topleft-2 {
    padding-top: 25px;
  }
  .green-icon.topright-2 {
    right: 10px;
    top: -16px;
  }
}

@media (max-width: 479px) {
  .green-icon.topleft, .green-icon.topright, .green-icon.topright-2 {
    display: none;
  }
}

.wrap-icon {
  position: relative;
  min-height: 70px;
}

.green-icon-text {
  padding-top: 25px;
  margin-left: 5px;
  background: white;
}

@media (min-width: 768px) {
  .wrap-icon {
    min-height: 120px;
  }
  .green-icon-text {
    padding-top: 38px;
  }
  .onlinenobaai {
    position: absolute;
    right: 150px;
    top: 30px;
  }
}

.traning-pic {
  width: 100%;
}

.traning-text {
  width: 100%;
}

.syosaibtn-wrap-r,
.syosaibtn-wrap-l {
  text-align: center;
}

@media (min-width: 768px) {
  .traning-pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 220px;
    margin-right: 10px;
  }
  .traning-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .syosaibtn-wrap-r {
    text-align: right;
  }
  .syosaibtn-wrap-l {
    text-align: left;
  }
}

.movie-content-wrap {
  position: relative;
  width: 100%;
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.sp-spacer {
  display: none;
  width: 1px;
  height: 1px;
}

.border-tb-white {
  padding: 2px 0;
}

.border-tb-white .inner {
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  padding: 4px 0;
}

.number-ttl {
  background: #fcf0ec;
  overflow: hidden;
  position: relative;
}

.number-ttl .inner {
  padding-left: 40px;
  line-height: 30px;
}

.number-ttl .inner span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efab93;
  display: inline-block;
  width: 30px;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .number-ttl .inner {
    line-height: 40px;
    padding-left: 50px;
  }
  .number-ttl .inner span {
    width: 40px;
  }
}

.onlinemenu {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.onlinemenu .online {
  position: absolute;
  top: 0;
  left: 0;
}

.onlinemenu .online img {
  width: 50%;
}

.onlinemenu li span {
  display: block;
  background-color: #f7d4c8;
  margin-top: 1px;
  padding: 8px;
}

.onlinemenu li a {
  display: block;
  background-color: #f7d4c8;
  margin-top: 1px;
  padding: 8px;
  color: black;
  text-align: center;
}

.onlinemenu li a:hover {
  background-color: #efab93;
}

@media (min-width: 768px) {
  .onlinemenu {
    width: 48%;
    max-width: none;
  }
  .onlinemenu .online img {
    width: 100%;
  }
}

.jirei a {
  display: block;
  color: #0000FF;
  padding: 4px 0;
  font-weight:bold;
}

.jirei a:hover {
  background: #d2e7db;
}

.bosyu table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.bosyu table.table600 {
  max-width: 600px;
}

.bosyu th {
  padding: 10px 4px;
  width: 15%;
  vertical-align: top;
}

.bosyu td {
  padding: 10px 4px;
  vertical-align: top;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .bosyu table {
    width: 100%;
    max-width: 400px;
  }
  .bosyu table th {
    width: 100%;
    padding: 6px 4px;
    display: block;
    margin: 0 auto;
    border-top: solid 1px #a6a2a1;
    text-align: left;
  }
  .bosyu table td {
    display: block;
    padding: 6px 4px;
    width: 100%;
  }
}

.original-img {
  position: relative;
}

.original-img-l,
.original-img-r {
  display: none;
}

@media (min-width: 768px) {
  .original-img ul li {
    padding: 3px 0;
  }
  .original-img .original-img-l {
    display: block;
    position: absolute;
    top: 0;
    left: -310px;
  }
  .original-img .original-img-r {
    display: block;
    position: absolute;
    top: 0;
    right: -310px;
  }
}

.sahokai-blog {
  background: url(../images/sahokai/sahokai-main-bg.png);
}

.sahokai-blog .ttlbox {
  padding: 30px 0 100px;
  text-align: center;
  color: white;
}

.blog-box {
  margin-top: -70px;
  width: 100%;
}

@media (min-width: 768px) {
  .sahokai-blog .ttlbox {
    padding: 50px 0 150px;
  }
  .blog-box {
    margin-top: -100px;
    width: 100%;
  }
}

.ttlheight {
  line-height: 60px;
}

.yousei-price-wrap {
  margin: 5px 0 10px;
  width: 100%;
  height: 220px;
}

.yousei-price {
  margin: 0 auto;
  position: relative;
  width: 300px;
  font-size: 16px;
  line-height: 20px;
}

.yousei-price .bold1 {
  font-size: 25px;
  font-weight: bold;
}

.yousei-price .bold2 {
  font-size: 18px;
  font-weight: bold;
}

.yousei-price .bold3 {
  font-size: 25px;
  font-weight: bold;
  color: #549972;
}

.yousei-price div {
  display: inline-block;
  position: absolute;
  top: 300px;
  left: 0;
}

.yousei-price .price01,
.yousei-price .price07 {
  background: #a58f86;
  font-size: 14px;
  color: white;
  padding: 4px;
  border-radius: 4px;
}

.yousei-price .price01 {
  top: 15px;
  left: 10px;
}

.yousei-price .price02 {
  top: 15px;
  left: 40px;
}

.yousei-price .price03 {
  top: 25px;
  left: 58px;
}

.yousei-price .price04 {
  top: 15px;
  left: 125px;
}

.yousei-price .price05 {
  top: 25px;
  left: 145px;
}

.yousei-price .price06 {
  top: 58px;
  left: 72px;
}

.yousei-price .price07 {
  top: 100px;
  left: 10px;
  height: 70px;
  padding-top: 15px;
}

.yousei-price .price08 {
  top: 110px;
  left: 40px;
}

.yousei-price .price09 {
  top: 140px;
  left: 40px;
}

.yousei-price .price10 {
  top: 108px;
  left: 92px;
  line-height: 25px;
}

.yousei-price .price11 {
  top: 185px;
  left: 15px;
}

.voice-ttl {
  background: url(../images/sahokai/dot.png) repeat-x left bottom;
}

@media (min-width: 768px) {
  .voice-ttl {
    position: relative;
    height: 120px;
  }
  .voice-ttl .voice-ttl-img {
    position: absolute;
    top: 0;
    right: -50px;
  }
}

.voice-sankaku {
  position: relative;
  background: #7ebea5;
  color: white;
}

.voice-sankaku::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #7ebea5 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.kokoro-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kokoro-bg {
  background: url(../images/sahokai/kokoro-bg.png) no-repeat;
  height: 260px;
  padding-top: 75px;
}

@media (max-width: 479px) {
  .kokoro-ill img {
    width: 160px;
  }
}

.mannerkaiin-ttl {
  position: relative;
  background-color: #7ebea5;
  padding: 11px;
}

.mannerkaiin-ttl .kado-l {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.mannerkaiin-ttl .kado-r {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}

.mannerkaiin-ttl h3 {
  border: solid 2px #fff;
  min-height: 50px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.mannerkaiin-dl dt {
  background: #e4f1ec;
  position: relative;
  padding-left: 50px;
  line-height: 40px;
  color: #549972;
  font-weight: normal;
  margin-top: 50px;
  overflow: hidden;
}

.mannerkaiin-dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #7ebea5;
}

.mannerkaiin-dl dd {
  margin-top: 30px;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .mannerkaiin-dl dt {
    padding-left: 40px;
    line-height: 30px;
    margin-top: 20px;
  }
  .mannerkaiin-dl dt::before {
    width: 30px;
    height: 30px;
  }
  .mannerkaiin-dl dd {
    margin-top: 10px;
    margin-left: 0;
  }
}

.onecoin-bg {
  background-image: url(../images/douga/onecoin-bg.png);
  background-size: contain;
}

.onecoin-title {
  text-align: center;
  margin: 30px 0 20px;
}

.onecoin-title span {
  border: solid 2px #549972;
  padding: 2px 30px;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.onecoin-title span::before {
  content: "";
  width: 72px;
  height: 72px;
  display: inline-block;
  background: url(../images/douga/douga-ya-l.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -36px;
}

.onecoin-ttl li {
  text-align: center;
  width: 30%;
  margin: 10px 1.5%;
}

.onecoin-ttl li a {
  position: relative;
  background: #b2d4c1;
  height: 80px;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  font-weight: bold;
}

.onecoin-ttl li a::before {
  content: "";
  width: 58px;
  height: 58px;
  display: inline-block;
  background: url(../images/douga/douga-ya.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -29px;
  top: 50%;
  margin-top: -29px;
}

.onecoin-ttl li a:hover {
  background: #549972;
}

@media (max-width: 767px) {
  .onecoin-title span::before {
    display: none;
  }
  .onecoin-ttl li {
    width: 100%;
    margin: 5px;
  }
  .onecoin-ttl li a {
    height: 60px;
  }
  .onecoin-ttl li a::before {
    width: 36px;
    height: 36px;
    left: -18px;
    margin-top: -18px;
  }
}

.onecoin-number {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  font-weight: bold;
}

.onecoin-number span {
  background: #549972;
  width: 36px;
  margin-right: 10px;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .onecoin-number span {
    width: 32px;
  }
}

.onecoin-qa dt {
  color: #549972;
  font-weight: normal;
  margin-top: 40px;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.onecoin-qa dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
}

.onecoin-qa dd {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.onecoin-qa dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A.";
  color: red;
}

@media (max-width: 767px) {
  .onecoin-qa dt {
    margin-top: 20px;
  }
  .onecoin-qa dd {
    margin-top: 10px;
  }
}

.sample-kousi,
.company-aisatsu {
  display: inline-block;
  border-radius: 50%;
  width: 280px;
  height: 280px;
}

@media (max-width: 767px) {
  .sample-kousi,
  .company-aisatsu {
    width: 140px;
    height: 140px;
  }
}

.douga-ico {
  position: relative;
  display: inline-block;
}

.douga-ico::before {
  content: "";
  width: 72px;
  height: 72px;
  display: inline-block;
  background: url(../images/douga/douga-ya-l.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -36px;
}

@media (max-width: 767px) {
  .douga-ico::before {
    width: 36px;
    height: 36px;
    left: -24px;
    margin-top: -18px;
  }
}

.skillup-ttl {
  background: #fff2ad;
  height: 8vw;
  margin: 0;
  position: relative;
}

.skillup-ttl.bg-w {
  background: white;
}

.skillup-ttl img {
  position: absolute;
  top: -2vw;
  padding: 0 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .skillup-ttl {
    height: 70px;
  }
  .skillup-ttl img {
    top: -25px;
    padding: 0 50px;
  }
}

.slilup-list {
  margin: 10px 5px;
}

.slilup-list div {
  border-bottom: solid 1px #000;
}

.slilup-list div input {
  margin: 4px 0;
}

.slilup-list2 {
  margin: 10px 5px;
}

.slilup-list2 div input {
  margin: 4px 0;
}

.mannartext-bg {
  position: relative;
}

@media (min-width: 768px) {
  .mannartext-bg {
    min-height: 580px;
  }
}

.mannartext-bg .bg-img {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .mannartext-bg .bg-img {
    top: 40px;
  }
  .mannartext-bg .bg-img img {
    width: 200px;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  .mannartext-bg .bg-img img {
    width: 150px;
  }
}

.mannartext-bg li {
  margin: 8px 0 8px 20px;
}

@media (max-width: 767px) {
  .mannartext-bg li {
    margin: 2px 0 2px 10px;
  }
}

.wrap-shiawase {
  position: relative;
}

.wrap-shiawase .shiawase-img {
  position: absolute;
  top: -60px;
  left: calc(50% - 320px);
  z-index: 0;
}

.wrap-shiawase h2 {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrap-shiawase .shiawase-img {
    top: -10px;
    left: calc(50% - 130px);
  }
  .wrap-shiawase .shiawase-img img {
    width: 100px;
  }
  .wrap-shiawase h2 {
    padding-left: 70px;
    margin-bottom: 26px;
  }
}

.shiawase-ttl {
  position: relative;
  margin-top: 30px;
}

.shiawase-ttl .kumo {
  position: absolute;
  top: -90px;
  left: 135px;
}

@media (max-width: 767px) {
  .shiawase-ttl .kumo {
    top: -65px;
    left: 70px;
  }
  .shiawase-ttl .kumo img {
    width: 100px;
  }
}

.shiawase-ttl p {
  background: #fce5e8;
  padding: 10px 8px 4px 150px;
}

@media (max-width: 767px) {
  .shiawase-ttl p {
    padding: 6px 2px 3px 90px;
  }
}

.shiawase-column > div {
  position: relative;
}

.shinnyusyain-bg {
  background: url(../images/oyakudachi/oyakudachi-business.png) no-repeat top right;
  background-size: contain;
  height: 1000px;
  width: 45%;
  position: absolute;
  top: -60px;
  right: -50px;
  z-index: 0;
}

.ya-img img {
  display: inline-block;
  vertical-align: center;
}

@media (max-width: 767px) {
  .ya-img img {
    width: 36px;
  }
}

.shikitari-bg {
  background: url(../images/oyakudachi/oyakudachi-sikitari.png) no-repeat top center;
  height: 1000px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .shikitari-bg {
    width: 200px;
    background-size: contain;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .nullbox {
    height: 120px;
  }
}

.media3 {
  width: 30.3333%;
  margin: 20px 1.5%;
}

@media (max-width: 767px) {
  .media3 {
    width: 48%;
    margin: 10px 1%;
  }
}

.media4 {
  width: 22%;
  margin: 20px 1.5%;
}

@media (max-width: 767px) {
  .media4 {
    width: 48%;
    margin: 10px 1%;
  }
}

.media a {
  display: block;
}

.media a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.media .m-ttl {
  background: #f6ab00;
  color: white;
  padding: 4px 0;
  text-align: center;
  font-size: 1.1em;
}

@media (max-width: 767px) {
  .media .m-ttl {
    font-size: 1em;
  }
}

.media .m-img {
  text-align: center;
}

.media .m-txt {
  margin-top: 4px;
  font-weight: bold;
}

.media4 .m-ttl {
  background: #a58f86;
}

.media-link li a {
  background: #eae5e3;
  color: black;
  padding: 4px 8px;
  margin: 4px;
  display: block;
  text-align: center;
  min-width: 200px;
}

@media (max-width: 767px) {
  .media-link li a {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .media-link li a {
    width: 90%;
    margin: 8px auto;
    text-align: center;
  }
}

.media-link li a:hover {
  background: #a58f86;
  color: white;
}

@media (max-width: 767px) {
  .aisatsu-ttl {
    text-align: center;
  }
  .aisatsu-ttl img {
    width: 165px;
  }
}

.company-rinen {
  display: inline-block;
  background-color: #fff2ad;
}

table.company-profile {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid black;
}

table.company-profile a.bg-viridian-u {
  color: #549972;
  text-decoration: underline;
}

table.company-profile > tbody > tr > th {
  padding: 20px 0;
  width: 25%;
  position: relative;
  border-bottom: 1px solid black;
  text-align: center;
  font-weight: normal;
}

table.company-profile > tbody > tr > td {
  padding: 20px 0;
  vertical-align: top;
  width: 75%;
  border-bottom: 1px solid black;
}

@media screen and (max-width: 767px) {
  table.company-profile > tbody > tr {
    border: none;
  }
  table.company-profile > tbody > tr > th {
    width: 100%;
    padding: 6px 4px;
    display: block;
    border-bottom: 1px dotted black;
    text-align: left;
  }
  table.company-profile > tbody > tr > td {
    display: block;
    padding: 6px 4px;
    width: 100%;
  }
}

.company-webpages td,
.company-webpages th {
  font-weight: normal;
  padding: 2px 6px;
}

.company-about-bg {
  background: #fbf9f9;
}

.company-backnumber li {
  width: 31.333%;
  margin: 5px 1%;
  border: solid 1px #000;
  background: white;
  border-radius: 4px;
  position: relative;
}

.company-backnumber li a {
  display: block;
  padding: 10px;
}

.company-backnumber li:hover {
  border: solid 1px #549972;
  background: #549972;
}

.company-backnumber li:hover a {
  color: white;
}

.company-backnumber li::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  border: 10px solid transparent;
  border-left: 10px solid #b2d4c1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .company-backnumber li {
    width: 48%;
    margin: 5px 1%;
  }
}

a.googlemapbtn {
  background: #444;
  padding: 5px 20px;
  border-radius: 20px;
  color: white;
}

a.googlemapbtn:hover {
  background: #666;
}

.company-letter li {
  float: left;
  width: 23%;
  margin: 10px 1%;
  border: solid 1px #000;
  border-radius: 4px;
}

.company-letter li.new {
  width: 48%;
  position: relative;
}

.company-letter li a {
  display: block;
  text-align: center;
  padding: 30px 10px 20px;
}

.company-letter li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .company-letter li {
    width: 48%;
    margin: 5px 1%;
  }
  .company-letter li.new {
    width: 98%;
  }
}

.paginacao {
  padding: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginacao li a {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 2px;
  margin: 1px;
  text-align: center;
  background: #b2d4c1;
  text-decoration: none;
  color: white;
}

.paginacao li a.active {
  background: #549972;
  color: #fff;
}

.paginacao li a:not(.active):hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.targetbox.active {
  display: block;
}

.targetbox {
  display: none;
}

table.mousikomi-table {
  width: 100%;
}

table.mousikomi-table label {
  margin: 0;
  padding: 0;
}

table.mousikomi-table .td-2 {
  width: 2%;
}

table.mousikomi-table .td-49 {
  width: 49%;
}

table.mousikomi-table th {
  background: #e3f0e8;
  padding: 4px 8px;
  border: solid 1px #000;
  font-weight: normal;
}

table.mousikomi-table td {
  padding: 4px 8px;
  border: solid 1px #000;
}

.privacy-ttl {
  background: #e3f0e8;
  color: #549972;
  overflow: hidden;
  position: relative;
}

.privacy-ttl .inner {
  padding-left: 40px;
  line-height: 30px;
}

.privacy-ttl .inner span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #549972;
  display: inline-block;
  width: 30px;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .privacy-ttl .inner {
    line-height: 40px;
    padding-left: 50px;
  }
  .privacy-ttl .inner span {
    width: 40px;
  }
}
/*# sourceMappingURL=main.css.map */