@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**************************************

初期設定

**************************************/
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
  -webkit-text-size-adjust: 100%;
}

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

body {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-family: "Noto Sans Japanese", "Noto Sans", "Noto Sans CJK JP",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.pc_only {
  display: none;
}
#pc-menu {
  display: none;
}
#header .pc-inner {
  display: none;
}
#gl-menu-pc {
  display: none;
}

.clearfix {
  zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
* html .clearfix {
  display: inline-table; /*\*/
  display: block; /**/
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.7;
}

.btn-link {
  background: #fff68e;
  font-weight: bold;
  display: block;
  border-radius: 6px;
  padding: 10px;
  max-width: 600px;
  margin: auto;
}
.btn-link.center {
  text-align: center;
}
.btn-link .link-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #000;
}
.btn-link .link-inner:after {
  content: "　";
  width: 10px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
  margin-left: -4px;
}
.btn-link .link-inner:before {
  content: "　";
  width: 2px;
  height: 10px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.btn-link:hover {
  background: #ffe63c;
}
.txt_line {
  background: url(../img/common/line_txt-wave.png) repeat-x bottom left;
  background-size: 20px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**************************************

レイアウトcommon設定

**************************************/
#wrap {
  width: 100%;
}
#content {
  width: 100%;
}
.section {
  padding: 15px;
  position: relative;
}
.page-section {
  position: relative;
  padding-bottom: 70px;
}

.tit-eng {
  text-align: center;
  font-size: 18px;
  margin: 30px auto;
  padding: 0 30px;
  display: inline-block;
  border-left: 2px solid #68b82d;
  border-right: 2px solid #68b82d;
  position: relative;
}
.tit-eng span {
  display: block;
  color: #68b82d;
  font-size: 14px;
  font-weight: normal;
}
.tit-eng:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 100%;
  border-top: 2px solid #68b82d;
  border-bottom: 2px solid #68b82d;
  position: absolute;
  top: 0;
  left: 0;
}
.tit-eng:after {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 100%;
  border-top: 2px solid #68b82d;
  border-bottom: 2px solid #68b82d;
  position: absolute;
  top: 0;
  right: 0;
}

/**************************************

header

**************************************/
#header {
  width: 100%;
}
#header h1 a,
#header .header-title a {
  color: #666;
  font-weight: normal;
}

#smp-gl-menu {
  background: #fff;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  position: relative;
  z-index: 2000;
}
#smp-gl-menu h1,
#smp-gl-menu .header-title {
  float: left;
  padding: 10px 15px 0;
  font-size: 11px;
}
#smp-gl-menu h1 img,
#smp-gl-menu .header-title img {
  width: 108px;
  margin-top: 5px;
}

#gl-menu-smp {
  padding-top: 70px;
  border-bottom: 1px solid #b8d742;
}
#gl-menu-smp li {
  border-top: 1px solid #fff;
  padding: 15px 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#gl-menu-smp li a {
  display: block;
  color: #fff;
}

#header .sub-menu02 {
  padding: 0px 8% 15px;
}
#header .sub-menu02 a {
  font-size: 13px;
  display: block;
  background: #fff68e;
  padding: 10px;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
}

#header .sub-menu02 li:nth-child(1) a span {
  background: url(../img/common/ico_doc.svg) no-repeat left center;
  padding-left: 24px;
}
#header .sub-menu02 li:nth-child(2) a span {
  background: url(../img/common/ico_cons.svg) no-repeat left center;
  padding-left: 24px;
}
#header .sub-menu02 li:nth-child(3) a span {
  background: url(../img/common/ico_exp.svg) no-repeat left center;
  padding-left: 40px;
}

.breadcrumbs {
  font-size: 10px;
  text-align: left;
  padding: 10px 8%;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs .home:after {
  content: " >";
}
.breadcrumbs a {
  text-decoration: none;
  color: #68b82d;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* ホバーメニュー */
:root {
  scroll-behavior: smooth;
}
#gl-menu-pc ul .hover_menu {
  position: relative;
}

#gl-menu-pc ul .hover_menu_content {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  border: 2px solid #68b82d;
  transition: 0.2s;
  padding: 0;
  border-radius: 10px;
  width: fit-content;
  padding: 20px;
  white-space: nowrap;
  pointer-events: none;
}

#gl-menu-pc ul .hover_menu:hover .hover_menu_content {
  opacity: 1;
  pointer-events: initial;
}
#gl-menu-pc ul .hover_menu > a {
  transition: 0.2s;
  z-index: 10;
}
#gl-menu-pc ul .hover_menu:hover > a {
  opacity: 1;
}

#gl-menu-pc ul .hover_menu_content li a {
  width: 100%;
  text-align: left;
  padding: 15px 15px 15px 34px;
  border-bottom: 1px dashed #68b82d;
  line-height: 1;
  justify-content: flex-start;
}
#gl-menu-pc ul .hover_menu_content li:last-child a {
  border-bottom: none;
}
#gl-menu-pc ul .hover_menu_content li {
  width: 100%;
  position: relative;
  border-right: initial;
}

#gl-menu-pc ul .hover_menu_content li a::before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 8px 12px;
  border-left-color: #68b82d;
  left: 14px;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  background: none;
  height: initial;
  bottom: initial;
}

/**************************************

footer

**************************************/

#flow {
  padding: 10px 8% 1px;
  text-align: center;
}
.list-flow {
  margin-top: 30px;
}
.list-flow li {
  display: table;
  border: 2px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 40px;
  width: 100%;
}
.list-flow .txt,
.list-flow .photo {
  display: table-cell;
  vertical-align: top;
}
.list-flow .txt {
  position: relative;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}
.list-flow .photo .tit-flow {
  margin: -20px auto 20px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  color: #68b82d;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff,
    2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.list-flow .txt .tit-flow span {
  font-size: 14px;
  display: block;
}
.list-flow .photo {
  line-height: 0;
  position: relative;
  width: 140px;
}
.list-flow .photo img {
  width: 100%;
}
.list-flow li .photo:before {
  margin: 0 0 0 -25px;
  display: block;
  position: absolute;
  top: -25px;
  left: 10%;
}
.list-flow li:nth-child(1) .photo:before {
  content: url(../img/common/ico_flow01.png);
}
.list-flow li:nth-child(2) .photo:before {
  content: url(../img/common/ico_flow02.png);
}
.list-flow li:nth-child(3) .photo:before {
  content: url(../img/common/ico_flow03.png);
}
.list-flow li:nth-child(4) .photo:before {
  content: url(../img/common/ico_flow04.png);
}
.list-flow li:nth-child(5) .photo:before {
  content: url(../img/common/ico_flow05.png);
}

/*footer　コンタクト*/
#foot-contact {
  padding: 40px 8%;
  background: url(../img/common/bg_footer-contact.png);
}
#foot-contact h3 {
  text-align: center;
  color: #68b82d;
}
.list-foot-contact li {
  text-align: center;
  display: block;
  margin: 20px 0;
  padding: 5px 20px 15px;
  background: #fff;
  font-size: 14px;
  border-radius: 8px;
}

.list-foot-contact li a {
  display: block;
  margin: 0;
  color: #68b82d;
}
.list-foot-contact li .thumb:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.list-foot-contact li:nth-child(1) .thumb:before {
  width: 24px;
  height: 30px;
  background: url(../img/common/ico_doc.svg) no-repeat left center;
  background-size: 24px;
}
.list-foot-contact li:nth-child(2) .thumb:before {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_cons.svg) no-repeat left center;
  background-size: 30px;
}
.list-foot-contact li:nth-child(3) .thumb:before {
  width: 32px;
  height: 30px;
  background: url(../img/common/ico_exp.svg) no-repeat left center;
  background-size: 32px;
}
.list-foot-contact li .thumb {
  font-weight: bold;
  text-align: left;
  padding: 10px 0 12px;
  display: inline-block;
}
.list-foot-contact li .txt {
  background: #fff68e;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 6px;
}
.list-foot-contact li .txt span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #000;
}
.list-foot-contact li .txt span:after {
  content: "　";
  width: 10px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
  margin-left: -4px;
}
.list-foot-contact li .txt span:before {
  content: "　";
  width: 2px;
  height: 10px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.list-foot-contact li .btn-link {
  padding: 5px 0px;
}

#foot-tel {
  background: url(../img/common/bg_top-info.png) repeat;
  padding-bottom: 20px;
  text-align: center;
  padding: 25px;
  margin-top: 30px;
  border-radius: 8px;
}
#foot-contact .tit {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #68b82d;
  background: url(../img/common/line_txt-wave.png) bottom left repeat-x;
}
.tel-info .time {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
}
#foot-tel .tel img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
#foot-tel .tel {
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px 10px;
  background: #68b82d;
  border-radius: 8px;
}
#foot-tel .tel a {
  color: #fff68e;
  font-size: 18px;
}
#foot-tel .tel .tel-pc {
  display: none;
}
#foot-tel .tel:before {
  content: " ";
  display: inline-block;
  background: url(../img/common/ico_tel.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 20px;
  margin: 0 10px -6px 0;
}

#foot-sns {
  background: url(../img/common/bg_top-info.png) repeat;
  padding-bottom: 20px;
  text-align: center;
  padding: 25px;
  margin-top: 30px;
  border-radius: 8px;
}
#foot-contact .tit {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #68b82d;
  background: url(../img/common/line_txt-wave.png) bottom left repeat-x;
}

#foot-sns .sns_logo {
  display: flex;
  justify-content: center;
}
#foot-sns .sns_logo a {
  margin: 10px;
}
#foot-sns .sns_logo a img {
  width: 40px;
  height: auto;
}

/*footer　ネットワーク*/
#foot-network {
  padding: 10px 8%;
}
#foot-network .tit {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
#foot-network p {
  margin-bottom: 10px;
  font-size: 14px;
}

/*footer　ナビ*/
#foot-nav {
  background: url(../img/common/bg_footer-navi.png) repeat;
  padding: 10%;
}
.gl-menu02 li a {
  padding: 5px 15px 5px 30px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  display: block;
  color: #fff;
}
.gl-menu02 li a:after {
  content: "　";
  width: 10px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
}
.gl-menu02 li a:before {
  content: "　";
  width: 2px;
  height: 10px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}
.gl-menu02 li a:hover:before,
.gl-menu02 li a:hover:after {
  text-decoration: none;
}
#foot-nav .sub-menu02 {
  padding: 35px 0 15px;
  margin-top: 25px;
  border-top: 1px solid #b8de9c;
}
#foot-nav .sub-menu02 li {
  position: relative;
  margin: 10px 0 20px;
}
#foot-nav .sub-menu02 li span {
  display: inline-block;
  position: relative;
}
#foot-nav .sub-menu02 li span:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#foot-nav .sub-menu02 li:nth-child(1) span:before {
  background: url(../img/common/ico_doc.svg) no-repeat left center;
  background-size: 22px;
  width: 22px;
  height: 30px;
}
#foot-nav .sub-menu02 li:nth-child(2) span:before {
  background: url(../img/common/ico_cons.svg) no-repeat left center;
  background-size: 26px;
  width: 26px;
  height: 30px;
}
#foot-nav .sub-menu02 li:nth-child(3) span:before {
  background: url(../img/common/ico_exp.svg) no-repeat left center;
  background-size: 34px;
  width: 34px;
  height: 30px;
}
#foot-nav .sub-menu02 li a {
  text-align: center;
  font-weight: bold;
  background: #fff68e;
  padding: 10px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

#copyright {
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 14px;
}
#copyright a {
  color: #68b82d;
}

.wave-top {
  position: relative;
}

.wave-top:before {
  content: " ";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/bg_wave-top.png) repeat-x left top;
  background-size: 200%;
  z-index: 1;
}

.wave-bottom {
  position: relative;
}
.wave-bottom:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/bg_wave-bottom.png) repeat-x left bottom;
  background-size: 200%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  @import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

  body {
    font-family: "Noto Sans Japanese", sans-serif;
  }

  #header .pc-inner {
    display: block;
  }
  #smp-gl-menu {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .smp_only {
    display: none;
  }
  #foot-tel .tel-link {
    display: none;
  }

  .tit-eng {
    padding: 0 60px;
  }

  .wave-top:before {
    top: -38px;
    height: 40px;
    background-size: auto;
  }

  .wave-bottom:after {
    bottom: -38px;
    height: 40px;
    background-size: auto;
  }

  /**************************************

header

**************************************/
  #pc-menu {
    display: block;
  }
  #header {
    position: relative;
    padding-bottom: 10px;
  }
  #header .pc-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  #header h1,
  #header .header-title,
  #logo-area,
  #logo {
    display: inline-block;
    vertical-align: middle;
  }
  #header h1,
  #header .header-title {
    font-size: 10px;
    color: #ddd;
    margin-bottom: 10px;
  }
  #header h1 a br,
  #header .header-title a br {
    display: none;
  }
  #gl-menu-pc {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  #logo-area {
    width: 210px;
    margin: 15px 0 0 10px;
  }
  #logo {
    width: 210px;
  }
  #pc-logo {
    float: left;
    width: 20%;
  }

  #header .info-area {
    float: right;
  }
  #header .sub-menu {
    margin: 0px 0px 0px;
    font-size: 12px;
    line-height: 1.4;
  }
  #header .sub-menu li {
    float: left;
    vertical-align: middle;
  }
  #header .sub-menu .link-sub a {
    margin: 15px 15px 15px 2px;
    display: inline-block;
    padding-left: 24px;
    color: #69b92f;
  }
  #header .sub-menu .link-sub a:hover {
    text-decoration: underline;
  }
  #header .sub-menu .link-sub {
    position: relative;
  }
  #header .sub-menu .link-sub:after {
    content: "　";
    width: 2px;
    display: block;
    height: 8px;
    background: #69b92f;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -5px;
  }
  #header .sub-menu .link-sub:before {
    content: "　";
    width: 8px;
    display: block;
    height: 2px;
    background: #69b92f;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -2px;
  }

  #header .sub-menu .btn-sub a {
    display: block;
    text-align: center;
    background: #b8d742;
    color: #fff;
    padding: 10px 15px 15px 30px;
    border-bottom: 1px solid #b8d742;
    border-left: 1px solid #b8d742;
    border-right: 2px solid #fff;
    font-weight: bold;
    position: relative;
  }
  #header .sub-menu .btn-sub a:after {
    content: "　";
    width: 2px;
    display: block;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -7px;
  }
  #header .sub-menu .btn-sub a:before {
    content: "　";
    width: 8px;
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
  }
  #header .sub-menu .btn-sub:nth-child(4) a {
    border-right: 1px solid #b8d742;
  }
  #header .sub-menu .btn-sub a:hover {
    background: #fff;
    color: #b8d742;
    text-decoration: none;
  }
  #header .sub-menu .btn-sub a:hover:after {
    background: #b8d742;
  }
  #header .sub-menu .btn-sub a:hover:before {
    background: #b8d742;
  }
  #header .info-office {
    text-align: right;
    margin-top: 20px;
  }
  #header .info-office li {
    display: inline-block;
    vertical-align: middle;
  }
  #header .info-office .info-office-time {
    font-size: 11px;
    margin: 0 10px -10px 0;
    width: 100%;
  }
  #header .info-office .info-office-tel {
    margin: 0 0 0 10px;
    float: right;
  }

  #header .info-office .info-office-tel span {
    font-size: 20px;
    color: #68b82d;
    background: url(../img/common/ico_header-tel.png) no-repeat left center;
    background-size: 20px;
    padding: 6px 0px 5px 24px;
    margin: 0 0 0 5px;
    font-weight: bold;
  }

  #gl-menu-pc ul {
    display: table;
    width: 100%;
    margin-top: 10px;
    table-layout: auto;
    border-left: 1px solid #dadada;
  }
  #gl-menu-pc li {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #dadada;
  }
  #gl-menu-pc li a {
    display: block;
    line-height: 1.4;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
    color: #666;
  }

  .drawer-hamburger {
    display: none;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-top: 30px;
  }
  .breadcrumbs ul {
    max-width: 1000px;
    margin: 0 auto;
  }

  /**************************************

footer

**************************************/
  #pagetop img {
    width: 80px;
  }

  /*footer　コンタクト*/
  #foot-contact {
    padding: 60px 0px 120px;
    background: url(../img/common/bg_footer-contact.png);
  }
  #foot-contact h3 {
    font-size: 26px;
  }
  #foot-contact h3:before {
    width: 57px;
    height: 47px;
    margin: 0 20px -10px 0;
  }

  #foot-contact .tit {
    font-size: 28px;
    line-height: 38px;
    margin: 20px auto 0;
  }

  .list-foot-contact {
    text-align: center;
  }
  .list-foot-contact li {
    width: 300px;
    display: inline-block;
    margin: 20px;
    padding: 0 10px 10px;
    vertical-align: top;
    border-radius: 8px;
  }
  .list-foot-contact li .thumb {
    width: 90%;
    margin: 5px auto 0;
    display: block;
    padding: 20px 0 10px 0px;
    box-sizing: border-box;
    color: #68b82d;
    font-size: 16px;
    position: relative;
    text-align: center;
  }
  .list-foot-contact li .thumb:before {
    background-size: 100%;
    margin-right: 20px;
    vertical-align: top;
  }
  .list-foot-contact li:nth-child(1) .thumb:before {
    width: 40px;
    height: 50px;
    background: url(../img/common/ico_doc.svg) no-repeat left center;
  }
  .list-foot-contact li:nth-child(2) .thumb:before {
    width: 44px;
    height: 50px;
    background: url(../img/common/ico_cons.svg) no-repeat left center;
  }
  .list-foot-contact li:nth-child(3) .thumb:before {
    width: 50px;
    height: 50px;
    background: url(../img/common/ico_exp.svg) no-repeat left center;
  }
  .list-foot-contact li span {
    display: inline-block;
    text-align: left;
  }
  .list-foot-contact li .txt {
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 0;
    width: 90%;
    display: block;
  }
  .list-foot-contact li a {
    margin: 0;
    padding: 10px;
    border-radius: 6px;
  }
  .list-foot-contact li a:hover {
    background: #ffe63c;
  }
  .list-foot-contact li .txt span {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .list-foot-contact li .btn-link {
    padding: 10px 0px;
    font-size: 16px;
  }

  #foot-tel .tit {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #foot-tel li {
    display: inline-block;
    width: 380px;
    border-radius: 12px;
  }
  #foot-tel li:nth-child(2) {
    margin-left: 30px;
  }
  #foot-tel dt {
    font-size: 18px;
  }
  #foot-tel dd {
    width: 100%;
    border: 2px dotted #27ad3a;
    border-radius: 24px;
  }
  #foot-tel dd a {
    display: none !important;
  }
  #foot-tel {
    max-width: 700px;
    margin: 30px auto;
    padding: 60px 0 80px;
    text-align: center;
  }
  #foot-tel .tel {
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    margin: 5px auto 20px;
    padding: 15px 60px;
    background: #68b82d;
  }
  #foot-tel .tel img {
    width: 24px;
    margin-right: 10px;
  }
  #foot-tel .tel:before {
    display: none;
  }
  .tel-info .time {
    font-size: 16px;
    padding: 5px 30px;
  }
  .tel-info p {
    display: inline-block;
    vertical-align: middle;
  }
  .tel-pc {
    display: inline-block !important;
    color: #fff68e;
  }
  .tel-pc:before {
    content: " ";
    display: inline-block;
    background: url(../img/common/ico_tel.svg) no-repeat;
    width: 16px;
    height: 24px;
    margin: 0 10px -2px 0;
  }

  #foot-sns .tit {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #foot-sns {
    max-width: 700px;
    margin: 30px auto;
    padding: 60px 0 80px;
    text-align: center;
  }
  .sns-info .time {
    font-size: 16px;
    padding: 5px 30px;
  }
  .sns-info p {
    display: inline-block;
    vertical-align: middle;
  }
  #foot-sns .sns_logo {
    display: flex;
    justify-content: center;
  }
  #foot-sns .sns_logo a {
    margin: 10px;
  }
  #foot-sns .sns_logo a img {
    width: 60px;
    height: auto;
  }

  /*footer　ナビ*/
  #foot-nav {
    padding: 0px;
    background: url(../img/common/bg_footer-navi.png) repeat;
  }
  #foot-nav .pc-inner {
    padding-top: 20px;
  }
  .gl-menu02 {
    width: 30%;
    float: left;
    margin: 0 0 30px 3%;
    font-size: 14px;
  }
  .gl-menu02 li a:hover {
    text-decoration: underline;
  }
  #foot-nav .sub-menu02 {
    padding: 20px 0;
    text-align: center;
    clear: both;
  }
  #foot-nav .sub-menu02 li {
    display: inline-block;
    width: 30%;
    font-size: 15px;
    margin: 0;
    position: relative;
  }
  #foot-nav .sub-menu02 li span {
    display: inline-block;
    position: relative;
  }
  #foot-nav .sub-menu02 li a {
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }

  #foot-nav .sub-menu02 li a:hover {
    background: #ffe63c;
  }
}

@media screen and (min-width: 940px) {
  .wave-top:before {
    top: -68px;
    height: 70px;
    background-size: auto;
  }

  .wave-bottom:after {
    bottom: -68px;
    height: 70px;
    background-size: auto;
  }
  .tit-eng {
    font-size: 26px;
    padding: 0 64px;
  }

  /**************************************

header

**************************************/
  #header {
    padding-bottom: 20px;
  }
  #header h1,
  #header .header-title {
    font-size: 12px;
    margin-left: 5px;
  }
  #header h1 a br,
  #header .header-title a br {
    display: block;
  }
  #logo-area {
    width: 395px;
    margin: 15px 0 0 0;
  }
  #logo {
    width: 168px;
  }
  #header .sub-menu {
    font-size: 14px;
  }
  .info-area {
    width: 604px;
  }
  #gl-menu-pc ul {
    max-width: 1000px;
  }
  #gl-menu-pc li a {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
    color: #666;
  }

  .btn-link {
    padding: 20px 60px;
  }

  /**************************************

footer

**************************************/
  #flow h3 {
    margin-bottom: 80px;
    font-size: 26px;
  }

  footer {
    background: #fff;
  }
  #flow {
    padding-bottom: 0px;
    background: #fff;
  }
  .list-flow {
    max-width: 1000px;
    margin: 0 auto 60px;
    text-align: center;
  }
  .list-flow h3 {
    position: relative;
  }
  .list-flow h3:before {
    content: "[";
    color: #68b82d;
  }
  .list-flow .photo .tit-flow {
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #68b82d;
  }
  .list-flow .txt,
  .list-flow .photo {
    display: block;
  }
  .list-flow .txt p {
    font-size: 14px;
    text-align: left;
  }
  .list-flow .photo {
    width: 100%;
  }
  .list-flow li {
    margin: 0 5px 0 0;
    width: 190px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #eeeeee;
  }
  .list-flow li:last-child {
    margin: 0;
  }
  .list-flow li img {
    border-radius: 6px 6px 0 0;
  }

  /*footer　ネットワーク*/
  #foot-network .pc-inner {
    padding: 40px 0px;
    display: table;
    max-width: 1000px;
    margin: 0 auto;
  }
  #foot-network .txt,
  #foot-network .map {
    display: table-cell;
    vertical-align: top;
  }
  #foot-network .txt {
    padding: 20px 20px 0px 0px;
  }
  #foot-network .map {
    width: 650px;
  }
  #foot-network .tit {
    text-align: left;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  #foot-network p {
    line-height: 2;
  }

  /*footer　ナビ*/
  #foot-nav {
    padding: 0px;
    background: url(../img/common/bg_footer-navi.png) repeat;
  }
  #foot-nav .pc-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
    overflow: hidden;
  }
  .gl-menu02 {
    width: 320px;
    float: left;
    margin: 0 0 30px 0;
  }
  .gl-menu02 li a {
    border: none;
    padding-left: 30px;
  }

  #foot-nav .sub-menu02 {
    padding: 40px 0 0;
    border-top: 1px solid #b4dc96;
    clear: both;
  }
  #foot-nav .sub-menu02 li {
    width: 240px;
  }
  #foot-nav .sub-menu02 li:nth-child(2) {
    margin: 0 44px;
  }
}

/**************************************

レイアウトcommon設定

**************************************/

article.re-work section {
  width: 100%;
}

article.re-work section .inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
}

article.re-work h2 span {
  font-size: 60px;
  letter-spacing: 2px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

article.re-work h2 span.ja {
  font-size: 44px;
}

article.re-work section.main-vis {
  width: 100%;
  margin: 40px auto 0;
  background: url(../img/common/bg_footer-contact.png);
  max-width: 1420px;
  padding: 40px 0 0;
  text-align: center;
  position: relative;
}
article.re-work section.main-vis .inner {
  padding: 0;
}
article.re-work section.main-vis .main-vis__title {
  font-size: 32px;
  background: none;
  margin: 0 auto 20px;
  padding: 0;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff,
    2px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff,
    1px -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff,
    2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff,
    3px -1px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff,
    3px -2px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff,
    1px -3px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff,
    2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff,
    3px -3px 1px #fff;
}

article.re-work section.main-vis .main-vis__title span {
  font-size: 44px;
  color: #68b82d;
}

article.re-work section.main-vis .baloon {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

article.re-work section.main-vis .main-vis__box {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

article.re-work section.main-vis .baloon-1 {
  background: url(../img/re-work/bg_baloon1.png) no-repeat center;
  left: 120px;
  top: 0;
  padding: 64px 50px;
}

article.re-work section.main-vis .baloon-2 {
  background: url(../img/re-work/bg_baloon2.png) no-repeat center;
  right: 60px;
  top: 20px;
  padding: 82px 60px;
}

article.re-work section.main-vis .baloon-3 {
  background: url(../img/re-work/bg_baloon3.png) no-repeat center;
  background-size: 100% auto;
  left: 50px;
  bottom: 130px;
  padding: 92px 60px;
}

article.re-work section.main-vis .baloon-4 {
  background: url(../img/re-work/bg_baloon4.png) no-repeat center;
  right: 80px;
  bottom: 110px;
  padding: 54px 40px;
}

article.re-work section.main-vis p.lead {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff,
    2px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff,
    1px -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff,
    2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff,
    3px -1px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff,
    3px -2px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff,
    1px -3px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff,
    2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff,
    3px -3px 1px #fff;
}

article.re-work section.main-vis p.lead span {
  font-size: 42px;
  color: #68b82d;
}

article.re-work .reliefs-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article.re-work .reliefs-boxes .reliefs-box {
  width: 300px;
  text-align: center;
  border: 3px solid #68b82d;
  border-radius: 10px;
  margin: 0 0 56px;
  padding: 20px;
  font-weight: bold;
}

.sec-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.sec-title strong {
  color: #68b82d;
  font-size: 36px;
  padding: 0 5px 10px;
  background: url(../img/common/line_txt-wave.png) repeat-x bottom left;
  background-size: 15px;
}
.sec-title:after {
  content: " ";
  display: inline-block;
  width: 33px;
  height: 40px;
  background: url(../img/top/ico_top-pen.svg) no-repeat;
  margin: 0 -20px -27px 0;
}
article.re-work .reliefs-box__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #68b82d;
  background: linear-gradient(transparent 70%, #fff68e 70%);
  line-height: 1;
  margin: 0 0 10px;
  display: inline-block;
}

article.re-work .reliefs-box__title span {
  font-size: 40px;
}

article.re-work .reliefs-detail {
  border: 3px solid #68b82d;
  border-radius: 10px;
  margin: 0 0 40px;
}

article.re-work .reliefs-detail__title {
  padding: 20px 40px 30px;
  border-radius: 10px 10px 0 0;
  background: #f4faf0;
}

article.re-work .reliefs-detail__body {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
}

article.re-work .reliefs-detail__img-box {
  width: 300px;
  margin-right: 30px;
}
article.re-work .reliefs-detail__img-box img {
  border-radius: 10px;
}
article.re-work .reliefs-detail__txt-box {
  width: calc(100% - 330px);
}

article.re-work .reliefs-detail__title {
  font-size: 24px;
  font-weight: bold;
}

article.re-work .reliefs-detail__title .reason {
  margin-right: 10px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #68b82d;
  background: linear-gradient(transparent 60%, #fff68e 60%);
}

article.re-work .reliefs-detail__title .reason span {
  font-size: 40px;
}

article.re-work .reliefs-detail .e-larning {
  background: #fbfbeb;
  margin: 20px 0;
  padding: 20px 15px;
}

article.re-work .reliefs-detail .e-larning__title {
  font-size: 21px;
  font-weight: bold;
  color: #68b82d;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  width: 100%;
}

article.re-work .reliefs-detail .e-larning__title span.small {
  font-size: 14px;
}

article.re-work .reliefs-detail .e-larning__title .free {
  display: block;
  float: left;
  background: #68b82d;
  color: #fff;
  line-height: 1.2;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-top: 4px;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

article.re-work .reliefs-detail .e-larning ul li {
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px 10px;
  padding: 2px 10px;
  display: inline-block;
}

article.re-work .reliefs-detail .e-larning ul {
  margin: 0;
}

article.re-work .reliefs-detail .e-larning ul li::before {
  display: none;
}

article.re-work .reliefs-detail .e-larning__title .free::after {
  content: "";
  position: absolute;
  border: transparent solid;
  border-width: 4px 8px;
  border-left-color: #68b82d;
  right: -15px;
  top: 50%;
  margin-top: -4px;
}

article.re-work section.re-work-program {
  background: url(../img/top/bg_top-subara.png) repeat;
}

article.re-work section.re-work-program .program-boxes {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

article.re-work section.re-work-program .program-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

article.re-work section.re-work-program .program-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

article.re-work section.re-work-program .program-img {
  width: 300px;
  margin: 0 20px 20px 0;
}
article.re-work section.re-work-program .program-img img {
  border-radius: 10px;
}
article.re-work section.re-work-program .program-txt {
  width: calc(100% - 320px);
}

article.re-work section.re-work-program .program-txt .program-txt__title {
  background: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 24px;
  color: #68b82d;
}

article.re-work section.re-work-program .program-txt__catch {
  font-weight: bold;
}

article.re-work section.re-work-program .program-sample {
  border: 1px solid #68b82d;
  width: 100%;
}

article.re-work section.re-work-program .program-sample p {
  margin: 20px;
}

article.re-work section.re-work-program .program-sample.orange {
  border: 1px solid #ffe74c;
  margin: 20px 0 0;
}

article.re-work
  section.re-work-program
  .program-sample.orange
  .program-sample__title {
  background: #fbfbeb;
  color: #f39800;
}

article.re-work section.re-work-program .program-sample__title {
  padding: 12px;
  background: #f4faf0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #68b82d;
}

article.re-work section.re-work-program .program-sample ul {
  margin: 20px;
}

article.re-work section.re-work-program .program-sample ul li {
  display: inline-block;
  padding: 0;
}

article.re-work section.re-work-program .program-sample ul li::before {
  content: "・";
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  transform: none;
  background: none;
}

article.re-work section.re-work-program .e-larning {
  background: #fbfbeb;
  margin: 20px;
  padding: 20px 15px;
}

article.re-work section.re-work-program .e-larning__title {
  font-size: 21px;
  font-weight: bold;
  color: #68b82d;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  width: 100%;
}

article.re-work section.re-work-program .e-larning__title span.small {
  font-size: 14px;
}

article.re-work section.re-work-program .e-larning__title .free {
  display: block;
  float: left;
  background: #68b82d;
  color: #fff;
  line-height: 1.2;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-top: 4px;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

article.re-work section.re-work-program .program-sample .e-larning ul li {
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px 10px;
  padding: 2px 10px;
  display: inline-block;
}

article.re-work section.re-work-program .program-sample .e-larning ul {
  margin: 0;
}

article.re-work
  section.re-work-program
  .program-sample
  .e-larning
  ul
  li::before {
  display: none;
}

article.re-work section.re-work-program .e-larning__title .free::after {
  content: "";
  position: absolute;
  border: transparent solid;
  border-width: 4px 8px;
  border-left-color: #68b82d;
  right: -15px;
  top: 50%;
  margin-top: -4px;
}

article.re-work section.re-work-program .lunch-box {
  margin: 40px auto;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article.re-work section.re-work-program .lunch-box__txt-box {
  width: 420px;
}
article.re-work section.re-work-program .lunch-box__txt-box p {
  margin-bottom: 1em;
}

article.re-work section.re-work-program .lunch-box__img-box {
  width: 450px;
  position: relative;
}

article.re-work section.re-work-program .lunch-box__title {
  font-size: 24px;
  font-weight: bold;
  color: #68b82d;
}

article.re-work section.qa .qa-q {
  color: #68b82d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-left: 56px;
  background: url(../img/re-work/icon_Q.png) no-repeat left center;
  background-size: 42px auto;
}

article.re-work section.qa .qa-a {
  padding-left: 56px;
  background: url(../img/re-work/icon_A.png) no-repeat left 0;
  background-size: 42px auto;
  margin: 20px 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #faf9f7;
}

article.re-work section.qa .qa-a a {
  color: #0400ff;
  font-weight: bold;
  border-bottom: 1px solid #0400ff;
}

article.re-work section.qa .qa-a:last-child {
  border-bottom: 0;
}

article.re-work-users section .inner {
  border: 2px solid #68b82d;
  padding: 40px;
  margin: 0 auto 60px;
  max-width: 1000px;
  width: 90%;
}

article.re-work-users section .inner .re-work-users__title {
  font-size: 24px;
  color: #68b82d;
  background: none;
  padding: 0;
  margin: 0 0 40px;
}

article.re-work-users section .inner .re-work-users__title span {
  font-size: 18px;
}

article.re-work-users section .inner ol {
  margin: 40px auto 0;
  list-style: decimal;
}

article.re-work-users section .inner ol li {
  margin-left: 36px;
}

article.re-work-users section .inner ol li::before {
  background: #fff;
  color: #000;
  border: 1px solid #555;
}

@media (max-width: 768px) {
  article.re-work section .inner {
    width: auto;
    padding: 15px;
  }
  article.re-work section.main-vis .inner {
    padding: 15px 5px;
  }

  .sec-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec-title strong {
    color: #68b82d;
    font-size: 20px;
    padding: 0 5px 10px;
    background: url(../img/common/line_txt-wave.png) repeat-x bottom left;
    background-size: 15px;
  }
  .sec-title:after {
    content: " ";
    display: inline-block;
    width: 33px;
    height: 40px;
    background: url(../img/top/ico_top-pen.svg) no-repeat;
    margin: 0 -20px -27px 0;
  }

  article.re-work section.main-vis .main-vis__title {
    font-size: 18px;
    line-height: 1.6;
  }

  article.re-work section.main-vis .main-vis__title span {
    font-size: 24px;
  }

  article.re-work section.main-vis .main-vis__box {
    padding: 0 20px;
  }

  article.re-work section.main-vis .main-vis__box img {
    width: 200px;
  }

  article.re-work section.main-vis .baloon {
    font-size: 4vw;
    padding: 40px;
    background-size: contain;
  }

  article.re-work section.main-vis .baloon-1 {
    left: 0;
    padding: 7vw;
  }

  article.re-work section.main-vis .baloon-2 {
    right: 0vw;
    top: auto;
    bottom: 20px;
    padding: 12vw;
    font-size: 3.6vw;
  }

  article.re-work section.main-vis .baloon-3 {
    left: 4vw;
    bottom: 30px;
    padding: 7vw;
  }

  article.re-work section.main-vis .baloon-4 {
    padding: 6vw;
    right: 1vw;
    top: 0;
    bottom: auto;
  }

  article.re-work section.main-vis p.lead {
    font-size: 18px;
    padding: 0 20px;
    position: relative;
  }

  article.re-work section.main-vis p.lead span {
    font-size: 28px;
  }

  article.re-work .reliefs-boxes .reliefs-box {
    width: calc(50% - 6px);
    padding: 10px;
    margin: 0 0 12px;
  }

  article.re-work .reliefs-boxes .reliefs-box .reliefs-box__title {
    font-size: 18px;
  }

  article.re-work .reliefs-boxes .reliefs-box .reliefs-box__title span {
    font-size: 24px;
  }

  article.re-work .reliefs-boxes .reliefs-box p {
    margin: 10px auto 0;
  }

  article.re-work .reliefs-detail__title {
    padding: 20px;
    font-size: 20px;
  }

  article.re-work .reliefs-detail .reliefs-detail__title .reason {
    display: block;
    font-size: 18px;
  }

  article.re-work .reliefs-detail .reliefs-detail__title .reason span {
    font-size: 25px;
  }

  article.re-work .reliefs-detail__body {
    padding: 20px;
  }

  article.re-work .reliefs-detail__img-box {
    width: auto;
    max-width: 100%;
    margin: auto;
  }

  article.re-work .reliefs-detail__txt-box {
    width: auto;
  }

  article.re-work .reliefs-detail .e-larning {
    margin-top: 60px;
  }

  article.re-work .reliefs-detail .e-larning__title {
    padding: 30px 0 0;
    font-size: 18px;
  }

  article.re-work .reliefs-detail .e-larning__title .free {
    top: -60px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  article.re-work .reliefs-detail .e-larning__title .free::after {
    border-left-color: transparent;
    border-top-color: #68b82d;
    border-width: 6px 6px;
    right: auto;
    left: 50%;
    margin: auto;
    bottom: -11px;
    top: auto;
    margin-left: -6px;
  }

  article.re-work section.re-work-program .program-boxes {
    padding: 20px;
  }

  article.re-work section.re-work-program .program-img {
    width: auto;
    margin: 0 auto 20px;
  }

  article.re-work section.re-work-program .program-txt {
    width: auto;
  }

  article.re-work section.re-work-program .program-txt .program-txt__title {
    font-size: 20px;
  }

  article.re-work section.re-work-program .program-sample__title {
    font-size: 16px;
    padding: 10px;
  }

  article.re-work section.re-work-program .e-larning {
    margin-top: 60px;
  }

  article.re-work section.re-work-program .e-larning__title {
    padding: 30px 0 0;
    font-size: 18px;
  }

  article.re-work section.re-work-program .e-larning__title .free {
    top: -60px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  article.re-work section.re-work-program .e-larning__title .free::after {
    border-left-color: transparent;
    border-top-color: #ffe74c;
    border-width: 6px 6px;
    right: auto;
    left: 50%;
    margin: auto;
    bottom: -11px;
    top: auto;
    margin-left: -6px;
  }

  article.re-work section.re-work-program .lunch-box {
    padding: 20px;
  }

  article.re-work section.re-work-program .lunch-box__title {
    font-size: 20px;
  }

  article.re-work section.qa .qa-q {
    font-size: 18px;
    background-size: 34px auto;
    padding-left: 42px;
  }

  article.re-work section.qa .qa-a {
    background-size: 34px auto;
    padding-left: 42px;
  }

  article.re-work-users section .inner {
    padding: 20px;
  }

  article.re-work-users section .inner .re-work-users__title {
    font-size: 24px;
    margin: 0 0 20px;
  }

  article.re-work-users section .inner .re-work-users__title span {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
  }

  article.re-work-users section .inner ol {
    margin: 20px 0;
  }
  article.re-work-users section .inner ol li {
    margin: 0 0 0 18px;
  }

  article.re-work-users section .inner ol li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 1px 1px;
  }
}

/**************************************

フロートメニュー設定

**************************************/

.float-menu {
  display: none;
}
.float-menu li:nth-child(1) a {
  background-color: #e4572e;
}
.float-menu li:nth-child(1) a::before {
  background: url(../img/common/ico_cons_w.png) no-repeat;
}
.float-menu li:nth-child(2) a {
  background-color: #2a9134;
}
.float-menu li:nth-child(2) a::before {
  background: url(../img/common/ico_doc_w.png) no-repeat;
}
.float-menu li a {
  display: block;
  text-align: center;
  color: #fff;
}
.float-menu li a:before {
  content: "";
  display: block;
  background-size: contain !important;
}
@media (min-width: 769px) {
  .float-menu {
    top: 80px;
    width: 50px;
    right: 0;
    display: block;
    position: fixed;
    z-index: 20;
    flex-direction: column;
  }
  .float-menu li {
    width: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
  }
  .float-menu li a {
    position: relative;
    padding: 70px 20px 30px 20px;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .float-menu li a:before {
    position: absolute;
    top: 30px;
    left: 18px;
    width: 28px;
    height: 28px;
  }
  .float-menu li a:hover {
    text-decoration: none;
  }
  .float-menu li:nth-child(1) a:hover {
    opacity: 0.7;
  }
  .float-menu li:nth-child(2) a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .float-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .float-menu li {
    width: 50%;
  }
  .float-menu li a {
    font-size: 15px;
    text-align: center;
    padding: 2px 0 5px;
  }
  .float-menu li a:before {
    margin: 10px auto 5px;
    width: 28px;
    height: 20px;
  }
}

/* 202504 追加スタイル START */
.c-card {
  margin-top: 1.625rem;
}

.c-card__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 1050px;
}

.c-card__container {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  max-width: 14.6875rem;
  width: 100%;
}

.c-card__body {
  border-radius: 0.625rem;
  padding: 1.25rem 1.125rem 1rem 1.0625rem;
}

.c-card__title {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 6.25rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  width: 12.5rem;
}

.c-card__text {
  color: #fff;
  margin-top: 0.9375rem;
  text-align: justify;
  word-break: break-word;
}
.c-card__text span {
  display: inline-block;
}

.c-card__body--green {
  background-color: #62c977;
}

.c-card__body--red {
  background-color: #f37479;
}

.c-card__body--blue {
  background-color: #56c2f5;
}

.c-card__body--yellow {
  background-color: #f5aa38;
}

.c-card__color--green {
  color: #62c977;
}

.c-card__color--red {
  color: #f37479;
}

.c-card__color--blue {
  color: #56c2f5;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

.c-card__color--yellow {
  color: #f5aa38;
}

.c-card__dot {
  display: contents;
  font-size: 1.1875rem;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  .c-card__text {
    font-size: 1.5238095238vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.0860495437vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-card__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-card__container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  .c-card__body {
    padding: 1.25rem;
  }
  .c-card__title {
    font-size: 1.75rem;
    height: auto;
    width: 100%;
  }
  .c-card__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .c-card__color--green {
    line-height: 1;
    padding: 1.375rem 0;
  }
  .c-card__color--red {
    line-height: 1;
    padding: 1.375rem 0;
  }
  .c-card__color--blue {
    line-height: 1.2857142857;
    padding: 0.6875rem 0;
  }
  .c-card__color--yellow {
    line-height: 1;
    padding: 1.375rem 0;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}
/* 202504 追加スタイル END */