@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  /* TAB */
}

body {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #0F0E0E;
  min-height: 100vh;
  position: relative;
  padding-bottom: 30px;
  /* フッダの高さ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hirakaku_w3 {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
}

.hirakaku_w6 {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 24px;
}

.color_ora {
  color: #F77524;
}

.color_gre {
  color: #6CAA34;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
}

p {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
}

.btn {
  width: 360px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  border-radius: 40px;
  position: relative;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn {
    width: 270px;
    height: 50px;
    line-height: 50px;
  }
}

.btn a {
  font-size: 30px;
  width: 100%;
  color: #fff;
  display: inline-block;
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 22px;
  }
}

.btn a i {
  font-size: 26px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn a i {
    font-size: 20px;
  }
}

.btn2 {
  width: 340px;
  height: 56px;
  margin: 0 auto;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
  border-radius: 40px;
  position: relative;
  background: -moz-linear-gradient(left, #6CAA34, #00B386);
  background: -webkit-linear-gradient(left, #6CAA34, #00B386);
  background: -webkit-gradient(linear, right top, left top, from(#6CAA34), to(#00B386));
  background: -webkit-linear-gradient(right, #6CAA34, #00B386);
  background: -o-linear-gradient(right, #6CAA34, #00B386);
  background: linear-gradient(to left, #6CAA34, #00B386);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn2 {
    width: 290px;
    height: 50px;
    line-height: 50px;
  }
}

.btn2:hover {
  opacity: .7;
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.btn2 a {
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  position: relative;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 14px;
  }
}

.btn2 a::after {
  content: "\f054";
  font-family: FontAwesome;
  color: #fff;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 50px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .btn2 a::after {
    right: 1em;
  }
}

.underline {
  background-size: 1px 11px;
  background-repeat: repeat-x;
  background-position: bottom 0 left 0;
  background-image: url(../img/01_top/color_f4f445.jpg);
}

.sp_none {
  display: block !important;
  /* SP */
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.sp_block {
  display: none !important;
  /* SP */
}

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

.tab_none {
  display: block !important;
  /* TAB */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab_none {
    display: none !important;
  }
}

.tab_block {
  display: none !important;
  /* TAB */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab_block {
    display: block !important;
  }
}

.pc_block {
  display: block !important;
  /* TABSP */
}

@media screen and (max-width: 991px) {
  .pc_block {
    display: none !important;
  }
}

.pc_none {
  display: none !important;
  /* TABSP */
}

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

.sp_none_trainer {
  display: inline !important;
  /* SP */
}

@media screen and (max-width: 767px) {
  .sp_none_trainer {
    display: none !important;
  }
}

.none {
  display: none;
}

.anchor {
  display: block;
  padding-top: 100px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .anchor {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 20px;
  }
}

.anchor2 {
  display: block;
  /* TAB1024 */
}

@media screen and (max-width: 1024px) {
  .anchor2 {
    padding-top: 100px;
  }
}

header {
  height: 50px;
  background: -moz-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-gradient(linear, right top, left top, from(#5BA944), to(#00A398));
  background: -webkit-linear-gradient(right, #5BA944, #00A398);
  background: -o-linear-gradient(right, #5BA944, #00A398);
  background: linear-gradient(to left, #5BA944, #00A398);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* TAB */
}

@media screen and (max-width: 991px) {
  header {
    height: 70px;
  }
}

header .header {
  /* TAB */
}

@media screen and (max-width: 991px) {
  header .header {
    height: 70px;
  }
}

header .header .wrapper {
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
  /* TAB */
}

@media screen and (max-width: 991px) {
  header .header .wrapper {
    width: 100%;
    height: auto;
  }
}

header .header .wrapper h1 {
  float: left;
  width: 40%;
  height: 50px;
  font-weight: normal;
  letter-spacing: 0.4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  /* TAB1024 */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1024px) {
  header .header .wrapper h1 {
    padding-left: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  header .header .wrapper h1 {
    height: 70px;
    line-height: 70px;
    width: 80%;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  header .header .wrapper h1 {
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.7;
    padding: 15px 0 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header .header .wrapper nav {
  float: right;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* TAB */
}

@media screen and (max-width: 991px) {
  header .header .wrapper nav {
    padding: 20px 23px 40px 0;
    width: 100%;
    display: none;
    background: -moz-linear-gradient(left, #5BA944, #00A398);
    background: -webkit-linear-gradient(left, #5BA944, #00A398);
    background: -webkit-gradient(linear, right top, left top, from(#5BA944), to(#00A398));
    background: -webkit-linear-gradient(right, #5BA944, #00A398);
    background: -o-linear-gradient(right, #5BA944, #00A398);
    background: linear-gradient(to left, #5BA944, #00A398);
    margin: 0;
  }
}

header .header .wrapper nav ul {
  /* TAB */
}

@media screen and (max-width: 991px) {
  header .header .wrapper nav ul {
    display: block;
    width: 77%;
    margin: 0 auto;
  }
}

header .header .wrapper nav ul li {
  letter-spacing: 0.4px;
  display: inline-block;
  margin-left: -5px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  header .header .wrapper nav ul li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    height: 60px;
    line-height: 60px;
  }
}

header .header .wrapper nav ul li::after {
  content: "｜";
}

@media all and (max-width: 991px) {
  header .header .wrapper nav ul li::after {
    display: none;
  }
}

header .header .wrapper nav ul li:last-of-type::after {
  content: "";
}

@media all and (max-width: 991px) {
  header .header .wrapper nav ul li:last-of-type::after {
    display: none;
  }
}

header .header .wrapper nav ul li a {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
  /* SP */
}

header .header .wrapper nav ul li a::after {
  position: absolute;
  bottom: 12px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

header .header .wrapper nav ul li a:hover {
  opacity: .7;
}

header .header .wrapper nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media all and (max-width: 991px) {
  header .header .wrapper nav ul li a {
    font-family: "myfont",'Noto Serif JP', serif;
    /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
    font-size: 24px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  header .header .wrapper nav ul li a {
    font-size: 16px;
  }
}

header .header .wrapper nav ul li a i {
  margin-left: 12px;
}

header .header .wrapper nav ul li a .fa-chevron-circle-right {
  display: none;
}

@media all and (max-width: 991px) {
  header .header .wrapper nav ul li a .fa-chevron-circle-right {
    display: inline-block;
    margin-right: 12px;
  }
}

header .header .wrapper .sp_menu {
  display: none;
  text-align: center;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  header .header .wrapper .sp_menu {
    display: block;
    height: 70px;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 0;
    line-height: 70px;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  header .header .wrapper .sp_menu {
    position: absolute;
    right: 5%;
    top: 0;
    margin-top: 0;
    vertical-align: middle;
  }
}

.wrapper_bg {
  width: 1200px;
  margin: 0 auto;
  /* 1200px */
  /* TAB */
}

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

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

.wrapper {
  width: 1110px;
  margin: 0 auto;
  /* TAB1024 */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 1014px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    width: 610px;
  }
}

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

.inner {
  width: 1020px;
  margin: 0 auto;
  /* TAB1024 */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 1004px;
  }
}

@media screen and (max-width: 991px) {
  .inner {
    width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width:350px;
  }
}

.mv {
  background-image: url(../img/01_top/main_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
  margin-top: 50px;
  position: relative;
  /* TAB1024 */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1024px) {
  .mv {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .mv {
    background-image: url(../img/01_top/main_bg_tab@2x.jpg);
    margin-top: 70px;
    height: 75vh;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/01_top/main_bg_sp@2x.jpg);
    height: 90vh;
  }
}

.mv .mv_body {
  width: 100%;
  height: 100%;
}

.mv .mv_body .mv_keyword {
  color: #6CAA34;
  font-size: 28px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%, -50%);
  /* TAB1024 */
  /* SP */
}

@media screen and (max-width: 1024px) {
  .mv .mv_body .mv_keyword {
    top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv_body .mv_keyword {
    font-size: 18px;
    top: 8vh;
  }
}
@media screen and (max-width: 780px) {
  .mv .mv_body .mv_keyword {
    font-size: 15px;
    top: 6vh;
    font-weight: 700;
    line-height: 1.2rem;
  }
}

.mv .mv_body .mv_image {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%, -50%);
  /* TAB1024 */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1024px) {
  .mv .mv_body .mv_image {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .mv .mv_body .mv_image {
    left: calc(50% - 15vw);
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv_body .mv_image {
    width: 50vw;
    left: 50%;
    top: 22vh;
  }
}
@media screen and (max-width: 750px){
.mv .mv_body .mv_image {
    width: 50vw;
    left: 50%;
    top: 23vh;
}
}

.mv .mv_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 35px);
  -moz-transform: translate(-50%, 35px);
  -ms-transform: translate(-50%, 35px);
  -o-transform: translate(-50%, 35px);
  transform: translate(-50%, 35px);
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mv .mv_bottom {
    -webkit-transform: translate(-50%, 25px);
    -moz-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    -o-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
  }
}

.mv .mv_bottom p {
  font-size: 20px;
  color: #F77524;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  text-align: center;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mv .mv_bottom p {
    font-size: 14px;
  }
}

.mv .mv_bottom .mv_btn {
  background: -moz-linear-gradient(left, #FF7064, #F77524);
  background: -webkit-linear-gradient(left, #FF7064, #F77524);
  background: -webkit-gradient(linear, right top, left top, from(#FF7064), to(#F77524));
  background: -webkit-linear-gradient(right, #FF7064, #F77524);
  background: -o-linear-gradient(right, #FF7064, #F77524);
  background: linear-gradient(to left, #FF7064, #F77524);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mv .mv_bottom .mv_btn:hover {
  opacity: .7;
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.mv .mv_bottom .mv_btn a {
  position: relative;
}

.mv .mv_bottom .mv_btn a i {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mc .chap .box {
  display: table;
  width: 100%;
}

.mc .chap .box .cell {
  display: table-cell;
  width: 50%;
}

h2 .title {
  font-size: 18px;
  color: #6CAA34;
}

h2 .title::after {
  content: "ー";
}

h2 .sub_title {
  font-size: 24px;
  color: #4B4B4B;
  letter-spacing: 1.4px;
  /* SP */
}

@media screen and (max-width: 767px) {
  h2 .sub_title {
    font-size: 21px;
  }
}

.mc .about {
  margin: 140px 0;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mc .about {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

.mc .about .about_head {
  margin-bottom: 60px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head {
    display: block;
    width: 100%;
    margin-bottom: 90px;
  }
}

.mc .about .about_head .cell {
  vertical-align: top;
  width: 47%;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell {
    display: block;
    width: 100%;
  }
}

.mc .about .about_head .cell .box_container {
  position: relative;
}

.mc .about .about_head .cell .box_container h2 {
  width: 100%;
  margin-bottom: 30px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .about .about_head .cell .box_container h2 {
    margin-bottom: 25px;
  }
}

.mc .about .about_head .cell .box_container h2 .title {
  display: block;
  margin-bottom: 25px;
}

.mc .about .about_head .cell .box_container h2 .sub_title {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container h2 .sub_title {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_head .cell .box_container h2 .sub_title {
    font-size: 21px;
  }
}

.mc .about .about_head .cell .box_container .box_contain {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain {
    display: block;
    margin-bottom: 50px;
  }
}

.mc .about .about_head .cell .box_container .box_contain figure {
  width: 25%;
  position: absolute;
  top: 10%;
  right: 0;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain figure {
    position: static;
    display: table-cell;
    width: 22%;
    padding-left: 3%;
    right: 10%;
  }
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain figure {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.mc .about .about_head .cell .box_container .box_contain .box_contain_des {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain .box_contain_des {
    display: table-cell;
    width: 75%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell .box_container .box_contain .box_contain_des {
    display: block;
    width: 100%;
  }
}

.mc .about .about_head .cell p {
  width: 480px;
  line-height: 27px;
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell p {
    width: 100%;
  }
}

.mc .about .about_head .cell p span {
  text-decoration: underline;
}

.mc .about .about_head .cell p + p {
  margin-top: 20px;
}

.mc .about .about_head .cell strong {
  color: #6CAA34;
  font-size: 60px;
  display: block;
  margin: 40px 0 60px;
  letter-spacing: 0.1em;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell strong {
    font-size: 50px;
    margin: 0 0 15px;
  }
}

.mc .about .about_head .cell + .cell {
  padding-left: 6%;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_head .cell + .cell {
    padding-left: 0;
  }
}

.mc .about .about_foot .wrapper_bg {
  position: relative;
}

.mc .about .about_foot .wrapper_bg::before {
  /*スペースを作る*/
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /*指定したい幅*/
}

.mc .about .about_foot .wrapper_bg::after {
  /*画像を絶対配置*/
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  background-image: url(../img/01_top/about_kadai_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1180px;
  /*幅*/
  height: 800px;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* 1200px */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1200px) {
  .mc .about .about_foot .wrapper_bg::after {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg::after {
    width: 100%;
    background-size: 100% 400px;
    top: -180px;
    background-image: url(../img/01_top/about_kadai_bg_tab@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg::after {
    width: 100%;
    background-size: 100% 430px;
    top: -180px;
    background-image: url(../img/01_top/about_kadai_bg_sp@2x.jpg);
  }
}

.mc .about .about_foot .wrapper_bg h3 {
  font-size: 40px;
  color: #fff;
  background: -moz-linear-gradient(left, #FF7064, #F77524);
  background: -webkit-linear-gradient(left, #FF7064, #F77524);
  background: -webkit-gradient(linear, right top, left top, from(#FF7064), to(#F77524));
  background: -webkit-linear-gradient(right, #FF7064, #F77524);
  background: -o-linear-gradient(right, #FF7064, #F77524);
  background: linear-gradient(to left, #FF7064, #F77524);
  width: 360px;
  height: 75px;
  margin: 0 auto 50px;
  line-height: 75px;
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  letter-spacing: 30px;
  text-indent: 30px;
  position: relative;
  /* TAB */
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg h3 {
    width: 300px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 35px;
  }
}

.mc .about .about_foot .wrapper_bg h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #FB7246 transparent transparent transparent;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mc .about .about_foot .wrapper_bg .box {
  margin-bottom: 40px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .box {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .box {
    display: block;
    margin-bottom: 40px;
  }
}

.mc .about .about_foot .wrapper_bg .box .cell {
  vertical-align: middle;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .box .cell {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.mc .about .about_foot .wrapper_bg .box .cell p {
  color: #6CAA34;
  letter-spacing: 0.1em;
}

.mc .about .about_foot .wrapper_bg .box .cell .about_foot_title {
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .box .cell .about_foot_title {
    font-size: 22px;
    letter-spacing: 1.3px;
  }
}

.mc .about .about_foot .wrapper_bg .box .cell ul {
  margin-left: 10px;
  width: 430px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .box .cell ul {
    width: 100%;
  }
}

.mc .about .about_foot .wrapper_bg .box .cell ul li {
  position: relative;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 18px;
  padding: 5px 0;
  padding-left: 2em;
  border-bottom: 1px solid #6CAA34;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .box .cell ul li {
    font-size: 16px;
    padding-left: .5em;
  }
}

.mc .about .about_foot .wrapper_bg .box .cell ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #6CAA34;
  padding-right: 10px;
}

.mc .about .about_foot .wrapper_bg .kadai_image {
  height: 340px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image {
    height: 320px;
  }
}

.mc .about .about_foot .wrapper_bg .kadai_image ul {
  position: relative;
  height: 100%;
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li {
  display: inline-block;
  position: absolute;
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(1) {
  width: 230px;
  top: 0;
  left: 15%;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(1) {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(1) {
    width: 174px;
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(2) {
  width: 330px;
  top: 3%;
  left: 50%;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(2) {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(2) {
    width: 163px;
    left: 0;
    top: 62px;
  }
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(3) {
  width: 220px;
  top: 35%;
  left: 0;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(3) {
    width: 140px;
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(3) {
    width: 141px;
    top: 170px;
    left: 148px;
  }
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(4) {
  width: 300px;
  top: 35%;
  left: 30%;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(4) {
    width: 200px;
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(4) {
    width: 130px;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(5) {
  width: 280px;
  top: 48%;
  left: 65%;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(5) {
    width: 180px;
    top: 40%;
    left: 70%;
  }
}

@media screen and (max-width: 767px) {
  .mc .about .about_foot .wrapper_bg .kadai_image ul li:nth-child(5) {
    width: 121px;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
}

.mc .problem {
  margin-bottom: 210px;
  position: relative;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem {
    margin-bottom: 90px;
  }
}

.mc .problem::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #EFF8E0;
  width: 100%;
  /*幅*/
  height: 80%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem::before {
    top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem::before {
    top: 15px;
  }
}

.mc .problem::after {
  content: "";
  display: block;
  background-color: #EFF8E0;
  position: absolute;
  top: 80%;
  left: 0;
  -webkit-transform: skewY(-5deg) translateY(-50%);
  -moz-transform: skewY(-5deg) translateY(-50%);
  -ms-transform: skewY(-5deg) translateY(-50%);
  -o-transform: skewY(-5deg) translateY(-50%);
  transform: skewY(-5deg) translateY(-50%);
  width: 100%;
  /*幅*/
  height: 60%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem::after {
    height: 50%;
    top: 82%;
    -webkit-transform: skewY(-10deg) translateY(-50%);
    -moz-transform: skewY(-10deg) translateY(-50%);
    -ms-transform: skewY(-10deg) translateY(-50%);
    -o-transform: skewY(-10deg) translateY(-50%);
    transform: skewY(-10deg) translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .mc .problem::after {
    top: 77%;
  }
}

.mc .problem .problem_head {
  margin-bottom: 30px;
}

.mc .problem .problem_head h2 {
  margin-bottom: 30px;
}

.mc .problem .problem_head h2 > * {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_head h2 > * {
    display: block;
  }
}

.mc .problem .problem_head p {
  font-size: 24px;
  color: #F77524;
  margin-bottom: 28px;
  letter-spacing: .1em;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_head p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_head p {
    display: block;
  }
}

.mc .problem .problem_head ul {
  margin-left: 0px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_head ul {
    margin-left: 0;
  }
}

.mc .problem .problem_head ul li {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: left;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_head ul li {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_head ul li {
    letter-spacing: 0.07em;
  }
}

.mc .problem .wrapper {
  position: relative;
}

.mc .problem .wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .wrapper::before {
    display: none;
  }
}

.mc .problem .problem_body {
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body {
    margin-bottom: 70px;
    background-color: #EFF8E0;
  }
}

.mc .problem .problem_body .problem_body_thema {
  margin-bottom: 10px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .problem_body_thema {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .problem_body_thema {
    font-size: 20px;
  }
}

.mc .problem .problem_body .problem_body_subthema {
  margin-bottom: 20px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .problem_body_subthema {
    text-align: left;
  }
}

.mc .problem .problem_body .container {
  width: 100%;
  text-align: left;
}

.mc .problem .problem_body .container .content {
  width: 48%;
  height: 180px;
  text-align: left;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .container .content {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .container .content {
    height: auto;
    padding-bottom: 10px;
  }
}

.mc .problem .problem_body .container .content > p {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .container .content > p {
    margin-left: 20px;
  }
}

.mc .problem .problem_body .container .content > * {
  margin-left: 20px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .container .content > * {
    margin-left: 10px;
  }
}

.mc .problem .problem_body .container .content ul li {
  font-size: 16px;
  line-height: 1.9;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .container .content ul li {
    font-size: 14px;
    line-height: 2.2;
  }
}

.mc .problem .problem_body .container .content ul li .rank {
  font-size: 12px;
}

.mc .problem .problem_body .container .content + .content {
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .container .content + .content {
    margin-top: 15px;
  }
}

.mc .problem .problem_body .container .man {
  background-color: rgba(0, 124, 179, 0.09);
  margin-right: 3%;
  padding-top: 10px;
}

.mc .problem .problem_body .container .man p {
  color: #488ddd;
}

.mc .problem .problem_body .container .women {
  background-color: #f7e6f8;
}

.mc .problem .problem_body .container .women p {
  color: #DB566A;
  padding-top: 25px;
}

.mc .problem .problem_body .container .women ul {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .container .women ul {
    padding-bottom: 25px;
  }
}

.mc .problem .problem_body .container .women ul li {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .problem .problem_body .container .women ul li {
    letter-spacing: .1em;
  }
}

.mc .problem .problem_body .cf {
  text-align: left;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .cf {
    margin-top: 10px;
  }
}

.mc .problem .problem_body .cf small {
  font-size: 12px;
  display: block;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_body .cf small {
    font-size: 10px;
    letter-spacing: .5px;
  }
}

.mc .problem .problem_foot {
  text-align: center;
  font-size: 18px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .problem .problem_foot {
    text-align: left;
    font-size: 16px;
  }
}

.mc .problem .problem_foot p {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
}

.mc .wecando {
  margin-bottom: 110px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .wecando {
    margin-bottom: 80px;
  }
}

.mc .wecando h2 {
  margin-bottom: 36px;
  display: table;
  width: 100%;
}

.mc .wecando h2 span {
  display: table-cell;
}

.mc .wecando h2 .title {
  width: 260px;
  vertical-align: 5%;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .wecando h2 .title {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .mc .wecando h2 .title {
    display: block;
  }
}

.mc .wecando h2 .sub_title {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .wecando h2 .sub_title {
    display: inline;
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .mc .wecando h2 .sub_title {
    display: block;
    margin-left: 0;
    letter-spacing: .07em;
    font-size: 21px;
  }
}

.mc .wecando p {
  color: #F77524;
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .wecando p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mc .wecando p {
    letter-spacing: .05em;
  }
}

.mc .wecando figure {
  width: 65%;
  margin: 0 auto;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .wecando figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mc .wecando figure {
    margin-bottom: 10px;
  }
}

.mc .wecando .btn5 {
  width: 150px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #707070;
  position: relative;
}

.mc .wecando .btn5 a {
  width: 100%;
  color: #4B4B4B;
  display: inline-block;
  font-size: 10px;
  position: relative;
}

.mc .wecando .btn5 a i {
  margin-right: 5px;
}

.mc .trainer {
  margin-bottom: 150px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .trainer {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mc .trainer {
    margin-bottom: 100px;
  }
}

.mc .trainer h2 {
  margin-bottom: 30px;
}

.mc .trainer h2 .title {
  vertical-align: 5%;
}

.mc .trainer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .trainer ul {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mc .trainer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.mc .trainer ul li {
  width: 24%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #5cb24d;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .trainer ul li {
    width: 48%;
    margin-bottom: 25px;
  }
}

.mc .trainer ul li figure {
  width: 90%;
  margin-bottom: 20px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .trainer ul li figure {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .mc .trainer ul li figure {
    margin-bottom: 10px;
  }
}

.mc .trainer ul li .profile {
  width: 98%;
  height: 110px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .trainer ul li .profile {
    height: auto;
  }
}

.mc .trainer ul li .profile p {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .trainer ul li .profile p {
    height: auto;
  }
}

.mc .trainer ul li .profile .trainer_name {
  font-size: 16px;
  color: #0F0E0E;
}

.mc .service_chara {
  position: relative;
  margin-bottom: 270px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara {
    margin-bottom: 140px;
  }
}

.mc .service_chara::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #EFF8E0;
  width: 100%;
  /*幅*/
  height: 90%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara::before {
    top: 15px;
  }
}

.mc .service_chara::after {
  content: "";
  display: block;
  background-color: #EFF8E0;
  position: absolute;
  top: 80%;
  left: 0;
  -webkit-transform: skewY(-5deg) translateY(-50%);
  -moz-transform: skewY(-5deg) translateY(-50%);
  -ms-transform: skewY(-5deg) translateY(-50%);
  -o-transform: skewY(-5deg) translateY(-50%);
  transform: skewY(-5deg) translateY(-50%);
  width: 100%;
  /*幅*/
  height: 60%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara::after {
    height: 50%;
    -webkit-transform: skewY(-5deg) translateY(-50%);
    -moz-transform: skewY(-5deg) translateY(-50%);
    -ms-transform: skewY(-5deg) translateY(-50%);
    -o-transform: skewY(-5deg) translateY(-50%);
    transform: skewY(-10deg) translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara::after {
    height: 45%;
  }
}

.mc .service_chara h2 {
  margin-bottom: 30px;
}

.mc .service_chara h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara h2 span {
    display: block;
  }
}

.mc .service_chara ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.mc .service_chara ul li {
  width: 24%;
  margin: 0 auto;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara ul li {
    width: 48%;
  }
}

.mc .service_chara ul li figure {
  width: 90%;
  margin-bottom: 30px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara ul li figure {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara ul li figure {
    margin-bottom: 5px;
  }
}

.mc .service_chara ul li h3 {
  color: #5CB24D;
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara ul li h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara ul li h3 {
    font-size: 13px;
  }
}

.mc .service_chara .service_chara_boxes {
  margin-bottom: 25px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .service_chara .service_chara_boxes {
    margin-bottom: 40px;
  }
}

.mc .service_chara .service_chara_boxes .service_chara_box {
  display: table;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara .service_chara_boxes .service_chara_box {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_boxes .service_chara_box {
    display: block;
  }
}

.mc .service_chara .service_chara_boxes .service_chara_box .service_chara_box_img {
  display: table-cell;
  width: 27%;
  padding: 0 3%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_boxes .service_chara_box .service_chara_box_img {
    display: block;
    width: 100%;
    padding: 10px 0 25px;
  }
}

.mc .service_chara .service_chara_boxes .service_chara_box .service_chara_box_img .service_icon {
  width: 100%;
  margin: 0 auto;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_boxes .service_chara_box .service_chara_box_img .service_icon {
    width: 45%;
  }
}

.mc .service_chara .service_chara_boxes .service_chara_box .service_chara_cell {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  padding: 0 3%;
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara .service_chara_boxes .service_chara_box .service_chara_cell {
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_boxes .service_chara_box .service_chara_cell {
    display: block;
    width: 100%;
  }
}

.mc .service_chara .service_chara_boxes .service_chara_box .service_chara_cell h3 {
  color: #F77524;
  font-size: 24px;
  margin-bottom: 10px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .service_chara .service_chara_boxes .service_chara_box .service_chara_cell h3 {
    font-size: 21px;
  }
}

.mc .service_chara .service_chara_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_btn {
    display: block;
  }
}

.mc .service_chara .service_chara_btn .btn2 {
  width: 340px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_chara .service_chara_btn .btn2 {
    font-size: 21px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_btn .btn2 {
    width: 290px;
  }
}

.mc .service_chara .service_chara_btn .btn2 + .btn2 {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_chara .service_chara_btn .btn2 + .btn2 {
    margin-top: 35px;
  }
}

.mc .service_example {
  margin-bottom: 80px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_example {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_example {
    margin-bottom: 60px;
  }
}

.mc .service_example h2 {
  margin-bottom: 30px;
}

.mc .service_example h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example h2 span {
    display: block;
  }
}

.mc .service_example h2 .sub_title {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example h2 .sub_title {
    font-size: 21px;
  }
}

.mc .service_example .service_example_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  height: 375px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_example .service_example_cards {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }
}

.mc .service_example .service_example_cards .card {
  width: 49%;
  padding: 15px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EFF8E0;
  border-radius: 10px;
  margin-bottom: 30px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .service_example .service_example_cards .card {
    width: 100%;
    padding: 15px 45px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card {
    padding: 15px;
  }
}

.mc .service_example .service_example_cards .card h3 {
  color: #6CAA34;
  font-size: 20px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.mc .service_example .service_example_cards .card h3 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card h3 span {
    display: block;
  }
}

.mc .service_example .service_example_cards .card p {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card p {
    font-size: 14px;
  }
}

.mc .service_example .service_example_cards .card:nth-child(1) {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 25px;
  }
}

.mc .service_example .service_example_cards .card:nth-child(2) {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

.mc .service_example .service_example_cards .card:nth-child(3) {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.mc .service_example .service_example_cards .card:nth-child(4) {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

.mc .service_example .service_example_cards .card:nth-child(5) {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .service_example .service_example_cards .card:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.mc .service_example .service_example_cards .card:last-of-type {
  margin-bottom: 0;
}

.mc .service_example .service_example_cards .card + .card {
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .service_example .service_example_cards .card + .card {
    margin-top: 25px;
  }
}

.mc .flow {
  margin-bottom: 180px;
  position: relative;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .flow {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mc .flow {
    margin-bottom: 110px;
  }
}

.mc .flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #EFF8E0;
  width: 100%;
  /*幅*/
  height: 90%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow::before {
    top: 15px;
  }
}

.mc .flow::after {
  content: "";
  display: block;
  background-color: #EFF8E0;
  position: absolute;
  top: 80%;
  left: 0;
  -webkit-transform: skewY(-10deg) translateY(-50%);
  -moz-transform: skewY(-10deg) translateY(-50%);
  -ms-transform: skewY(-10deg) translateY(-50%);
  -o-transform: skewY(-10deg) translateY(-50%);
  transform: skewY(-10deg) translateY(-50%);
  width: 100%;
  /*幅*/
  height: 50%;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow::after {
    top: 75%;
  }
}

.mc .flow h2 {
  margin-bottom: 20px;
}

.mc .flow h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow h2 span {
    display: block;
  }
}

.mc .flow ul {
  border-top: 4px solid #6CAA34;
}

.mc .flow ul .flow_boxes {
  position: relative;
}

.mc .flow ul .flow_boxes:first-of-type .flow_box {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .flow ul .flow_boxes:first-of-type .flow_box {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes:first-of-type .flow_box {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.mc .flow ul .flow_boxes::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 38px 0 38px;
  border-color: #6CAA34 transparent transparent transparent;
  z-index: 1;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mc .flow ul .flow_boxes::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 38px 0 38px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mc .flow ul .flow_boxes .flow_box {
  display: table;
  width: 100%;
  height: 170px;
  background-color: #fff;
  border: 4px solid #6CAA34;
  border-top: none;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .flow ul .flow_boxes .flow_box {
    padding: 50px 8px 20px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box {
    padding: 50px 2px 20px 8px;
    height: auto;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_box_img {
  display: table-cell;
  width: 20%;
  height: 170px;
  line-height: 170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .flow ul .flow_boxes .flow_box .flow_box_img {
    padding: 0 1%;
    height: auto;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_box_img {
    display: inline-block;
    width: 35%;
    padding: 0;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_box_img .flow_icon {
  width: 173px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_box_img .flow_icon {
    width: 100%;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_box_img .flow_icon img {
  vertical-align: middle;
}

.mc .flow ul .flow_boxes .flow_box .flow_cell {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_cell {
    display: inline;
    width: 80%;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_cell h3 {
  font-size: 20px;
  margin-bottom: 5px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_cell h3 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.3;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_cell h3 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_cell h3 span {
    font-size: 14px;
    display: block;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_cell p {
  font-size: 16px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .flow ul .flow_boxes .flow_box .flow_cell p {
    display: block;
    padding: 10px 5px 0;
  }
}

.mc .flow ul .flow_boxes .flow_box .flow_cell p a {
  text-decoration: underline;
  color: #00a398;
}

.mc .flow .flow_keytext {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  color: #F77524;
  font-size: 34px;
  text-align: center;
  margin-top: 50px;
}

.mc .story {
  margin-bottom: 190px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .story {
    margin-bottom: 110px;
  }
}

.mc .story h2 {
  margin-bottom: 35px;
}

.mc .story h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .story h2 span {
    display: block;
  }
}

.mc .story h2 .sub_title {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .story h2 .sub_title {
    letter-spacing: .01em;
    line-height: 1.5;
  }
}

.mc .story .story_container {
  width: 100%;
}

.mc .story .story_container .story_img {
  float: left;
  width: 35%;
  margin-right: 25px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .story .story_container .story_img {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mc .story .story_container .story_cell p {
  margin-bottom: 30px;
}

.mc .story .story_container .story_cell .story_btn {
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #6CAA34;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  text-align: center;
  border: 1px solid #6CAA34;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  /* TAB */
  /* SP */
}

.mc .story .story_container .story_cell .story_btn:hover {
  background-color: rgba(108, 170, 52, 0.7);
  color: #fff;
}

.mc .story .story_container .story_cell .story_btn:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .mc .story .story_container .story_cell .story_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mc .story .story_container .story_cell .story_btn {
    width: 290px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}

.mc .story .story_container .story_cell .story_btn span {
  margin-left: 10px;
}

.mc .story .story_container .story_cell .story_btn.open {
  width: 630px;
  float: left;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .story .story_container .story_cell .story_btn.open {
    width: 290px;
    float: none;
  }
}

.mc .story .story_container .story_cell .story_btn.close {
  display: none;
}

.mc .story .story_container .story_cell .addtext {
  display: none;
}

.mc .results {
  margin-bottom: 190px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .results {
    margin-bottom: 110px;
  }
}

.mc .results .wrapper_bg {
  position: relative;
}

.mc .results .wrapper_bg::before {
  /*スペースを作る*/
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /*指定したい幅*/
}

.mc .results .wrapper_bg::after {
  /*画像を絶対配置*/
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url(../img/01_top/results_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1180px;
  /*幅*/
  height: 600px;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* 1200px */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1200px) {
  .mc .results .wrapper_bg::after {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg::after {
    width: 100%;
    height: 850px;
    top: 0;
    background-size: 100% 850px;
    background-image: url(../img/01_top/results_bg_tab@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .mc .results .wrapper_bg::after {
    width: 100%;
    height: 2000px;
    top: -320px;
    background-size: 100% 1400px;
    background-image: url(../img/01_top/results_bg_sp@2x.jpg);
  }
}

.mc .results .wrapper_bg h2 {
  margin-bottom: 30px;
}

.mc .results .wrapper_bg h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .results .wrapper_bg h2 span {
    display: block;
  }
}

.mc .results .wrapper_bg .cards {
  width: 100%;
}

.mc .results .wrapper_bg .cards .card-l {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg .cards .card-l {
    float: left;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .mc .results .wrapper_bg .cards .card-l {
    float: none;
    width: 100%;
  }
}

.mc .results .wrapper_bg .cards .card-r {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg .cards .card-r {
    float: right;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .mc .results .wrapper_bg .cards .card-r {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.mc .results .wrapper_bg .cards .card {
  width: 32%;
  float: left;
  vertical-align: top;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg .cards .card {
    float: none;
    width: 100%;
  }
}

.mc .results .wrapper_bg .cards .card p {
  margin-bottom: 5px;
}

.mc .results .wrapper_bg .cards .card ul li {
  line-height: 30px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg .cards .card ul li {
    line-height: 2.3;
  }
}

.mc .results .wrapper_bg .cards .card + .card {
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .results .wrapper_bg .cards .card + .card {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mc .results .wrapper_bg .cards .card + .card {
    margin-top: 30px;
  }
}

.mc .cases {
  margin-bottom: 90px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .cases {
    margin-bottom: 110px;
  }
}

.mc .cases .case .inner {
  border-bottom: 2px solid #e1f2f1;
  position: relative;
}

.mc .cases .case .inner::before {
  border-bottom: 2px solid #e1f2f1;
}

.mc .cases .case .inner:hover {
  border-color: #c9d9d9;
}

.mc .cases .case .inner .ac_menu {
  margin-top: 10px;
}

.mc .cases .case .inner .ac_menu .ac_head {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.mc .cases .case .inner .ac_menu .ac_head::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(108, 170, 52, 0.2);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -2;
}

.mc .cases .case .inner .ac_menu .ac_head:hover {
  opacity: .7;
}

.mc .cases .case .inner .ac_menu .ac_head:hover::before {
  content: "\f0da";
  font-family: fontawesome;
  color: #6CAA34;
  font-size: 20px;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: -5px;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text h2 {
  margin-bottom: 10px .mc .cases .case .inner .ac_menu .ac_head .ac_head_text h2;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .ac_menu .ac_head .ac_head_text h2 span {
    display: block;
  }
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text h2 .sub_title {
  font-size: 21px;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_head_text h3 {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 24px;
  color: #6CAA34;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon i {
  color: #6CAA34;
  font-size: 20px;
  margin-right: 20px;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon .icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon .icon::before {
  position: absolute;
  top: 9px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #6CAA34;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon .icon_plus::before {
  top: 3px;
  left: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mc .cases .case .inner .ac_menu .ac_head .ac_menu_icon .icon_plus::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #6CAA34;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mc .cases .case .inner .ac_menu .ac_head .case_inner_ac {
  width: 940px;
  margin: 0 auto;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .cases .case .inner .ac_menu .ac_head .case_inner_ac {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .ac_menu .ac_head .case_inner_ac {
    font-size: 18px;
    margin: 5px auto 10px;
  }
}

.mc .cases .case .inner .case_inner {
  width: 940px;
  margin: 20px auto;
  display: none;
  /* TAB */
}

.mc .cases .case .inner .case_inner::before {
  content: "\f0da";
  font-family: fontawesome;
  color: #6CAA34;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -15px;
}

@media screen and (max-width: 991px) {
  .mc .cases .case .inner .case_inner {
    width: 100%;
  }
}

.mc .cases .case .inner .case_inner .case_des p {
  padding-bottom: 20px;
}

.mc .cases .case .inner .case_inner .case_des dl {
  display: table;
  width: 100%;
  vertical-align: middle;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .case_inner .case_des dl {
    display: block;
  }
}

.mc .cases .case .inner .case_inner .case_des dl > * {
  display: table-cell;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .case_inner .case_des dl > * {
    display: block;
  }
}

.mc .cases .case .inner .case_inner .case_des dl dt {
  width: 11%;
  background-color: #EFF8E0;
  text-align: center;
  vertical-align: middle;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .cases .case .inner .case_inner .case_des dl dt {
    width: 115px;
  }
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .case_inner .case_des dl dt {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
}

.mc .cases .case .inner .case_inner .case_des dl dd {
  width: 80%;
  line-height: 1.5;
  vertical-align: middle;
  padding-left: 10px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .cases .case .inner .case_inner .case_des dl dd {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .case_inner .case_des dl dd {
    width: 100%;
    padding: 10px 0;
  }
}

.mc .cases .case .inner .case_inner .case_des dl + dl {
  margin-top: 20px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .cases .case .inner .case_inner .case_des dl + dl {
    margin-top: 0;
  }
}

.mc .sdgs {
  margin-bottom: 170px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs {
    margin-bottom: 110px;
  }
}

.mc .sdgs .wrapper_bg {
  position: relative;
}

.mc .sdgs .wrapper_bg::before {
  /*スペースを作る*/
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /*指定したい幅*/
}

.mc .sdgs .wrapper_bg::after {
  /*画像を絶対配置*/
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  background-image: url(../img/01_top/sdgs_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1180px;
  /*幅*/
  height: 500px;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  z-index: -2;
  /* 1200px */
  /* TAB */
  /* SP */
}

@media screen and (max-width: 1200px) {
  .mc .sdgs .wrapper_bg::after {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg::after {
    background-image: url(../img/01_top/sdgs_bg_tab@2x.jpg);
    background-size: 100% 476px;
    top: -5%;
  }
}

@media screen and (max-width: 767px) {
  .mc .sdgs .wrapper_bg::after {
    background-image: url(../img/01_top/sdgs_bg_sp@2x.jpg);
    height: 630px;
    background-size: 100% 600px;
    top: -15%;
  }
}

.mc .sdgs .wrapper_bg h2 {
  margin-bottom: 30px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .sdgs .wrapper_bg h2 {
    margin-bottom: 20px;
  }
}

.mc .sdgs .wrapper_bg h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .sdgs .wrapper_bg h2 span {
    display: block;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 25px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_logos {
    display: block;
    margin-bottom: 35px;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos figure {
  width: 328px;
  height: 155px;
  line-height: 155px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_logos figure {
    height: auto;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mc .sdgs .wrapper_bg .sdgs_logos figure {
    width: 98%;
    margin: 0 auto 10px;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos figure img {
  vertical-align: middle;
}

.mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo {
  width: 672px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo {
    width: 100%;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo li {
  width: 155px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo li {
    width: 23%;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo li:first-of-type {
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo li:first-of-type {
    display: block;
  }
}

.mc .sdgs .wrapper_bg .sdgs_logos .sdgs_logo li:first-of-type img {
  vertical-align: middle;
}

.mc .sdgs .wrapper_bg p {
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 16px;
}

.mc .sdgs .wrapper_bg .sdgs_des {
  margin-top: 5px;
}

.mc .sdgs .wrapper_bg .sdgs_des li {
  display: inline-block;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .sdgs .wrapper_bg .sdgs_des li {
    display: inline;
  }
}

.mc .sdgs .wrapper_bg .sdgs_des li + li {
  margin-left: 10px;
}

.mc .contact {
  margin-bottom: 60px;
  /* TAB */
}

@media screen and (max-width: 991px) {
  .mc .contact {
    margin-bottom: 60px;
  }
}

.mc .contact h2 span {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact h2 span {
    display: block;
  }
}

.mc .contact #form {
  width: 650px;
  margin: 40px auto 0;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form {
    width: 100%;
  }
}

.mc .contact #form .formError {
  width: auto !important;
  margin-left: 0 !important;
}

.mc .contact #form .formError .formErrorContent {
  width: 100% !important;
  margin-top: 5px;
  border-radius: 2px !important;
  font-size: 13px !important;
}

.mc .contact #form table {
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form table {
    width: 100%;
  }
}

.mc .contact #form table tr {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  /* SP */
}

.mc .contact #form table tr:nth-child(6) th {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .mc .contact #form table tr {
    width: 100%;
    display: block;
  }
}

.mc .contact #form table tr > * {
  display: table-cell;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form table tr > * {
    display: block;
  }
}

.mc .contact #form table tr th {
  width: 150px;
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
  vertical-align: middle;
  font-weight: normal;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form table tr th {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.mc .contact #form table tr td {
  width: 415px;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form table tr td {
    width: 100%;
  }
}

.mc .contact #form table tr td input, .mc .contact #form table tr td select {
  position: relative;
}

.mc .contact #form table tr td > * {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mc .contact #form table tr td select {
  background-color: #fff;
}

.mc .contact #form table tr td .btn3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}

.mc .contact #form table tr td .btn3 input {
  width: 100%;
  height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  position: relative;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  border-radius: 25px;
  background-color: #F77524;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mc .contact #form table tr td .btn3 input:hover {
  opacity: .7;
}

.mc .contact #form table .number td {
  padding-right: 215px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* SP */
}

@media screen and (max-width: 767px) {
  .mc .contact #form table .number td {
    width: 100%;
    padding-right: 125px;
  }
}

.mc .contact #form table .message th {
  vertical-align: top;
}

.mc .contact #form table .message td textarea {
  height: 130px;
  padding: 10px 15px;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  font-size: 13px;
}

.mc .contact #form table .form_btn td {
  margin-top: 0;
  padding: 20px 0;
}

.mc .contact #form table tr + tr {
  margin-top: 15px;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .footer {
  background: -moz-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-gradient(linear, right top, left top, from(#5BA944), to(#00A398));
  background: -webkit-linear-gradient(right, #5BA944, #00A398);
  background: -o-linear-gradient(right, #5BA944, #00A398);
  background: linear-gradient(to left, #5BA944, #00A398);
  position: relative;
  display: block;
}

footer .footer .pagetop {
  position: fixed;
  right: -100px;
  bottom: 50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

footer .footer .pagetop a {
  display: block;
  background: -moz-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-linear-gradient(left, #5BA944, #00A398);
  background: -webkit-gradient(linear, right top, left top, from(#5BA944), to(#00A398));
  background: -webkit-linear-gradient(right, #5BA944, #00A398);
  background: -o-linear-gradient(right, #5BA944, #00A398);
  background: linear-gradient(to left, #5BA944, #00A398);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  opacity: .7;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  footer .footer .pagetop a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

footer .footer .pagetop a:hover {
  opacity: 1;
}

footer .footer .pagetop a i {
  font-size: 30px;
  vertical-align: middle;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  footer .footer .pagetop a i {
    font-size: 20px;
  }
}

footer .footer .is_active {
  right: 30px;
  /* TAB */
  /* SP */
}

@media screen and (max-width: 991px) {
  footer .footer .is_active {
    right: 10px;
  }
}

footer .footer .is_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

footer .footer .copyright {
  height: 70px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  /* SP */
}

footer .footer .copyright a{
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .footer .copyright {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    letter-spacing: .1em;
  }
}

footer .footer .copyright small {
  /* SP */
}

@media screen and (max-width: 767px) {
  footer .footer .copyright small {
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: 2;
  }
}

/* ========= confirm.php ========= */
.confirm h2 {
  margin-bottom: 30px;
}

.confirm table {
  margin-bottom: 40px;
}

.confirm table .message th {
  vertical-align: top;
}

.confirm .btn4_box {
  text-align: center;
}

.confirm .btn4_box .btn4 {
  width: 40%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  /* SP */
}

@media screen and (max-width: 767px) {
  .confirm .btn4_box .btn4 {
    width: 95%;
    font-size: 21px;
    margin: 0 auto;
  }
}

.confirm .btn4_box .btn4 span {
  display: block;
}

.confirm .btn4_box .btn4 span input {
  width: 100%;
  height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  position: relative;
  font-family: "myfont",'Noto Serif JP', serif;
  /*  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
  border-radius: 25px;
  border: none;
  background-color: transparent;
  /* SP */
}

@media screen and (max-width: 767px) {
  .confirm .btn4_box .btn4 span input {
    font-size: 14px;
  }
}

.confirm .btn4_box .grey {
  background-color: rgba(15, 14, 14, 0.3);
}

.confirm .btn4_box .ora {
  background-color: #F77524;
}

.confirm .btn4_box .btn4 + .btn4 {
  margin-left: 10%;
  /* SP */
}

@media screen and (max-width: 767px) {
  .confirm .btn4_box .btn4 + .btn4 {
    margin-top: 35px;
    margin-left: 0;
  }
}

/* ========= thanks.html ========= */
.inner_thanks {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.inner_thanks h2 {
  margin-bottom: 20px;
}

.inner_thanks p + p {
  margin-top: 20px;
}

.inner_thanks .confirm_btn {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ========= clearfix ========= */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*# sourceMappingURL=style.css.map */
