@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;600&display=swap");
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* =====================
  リセット
 ======================= */


/* 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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
} */

html,
body,
div,
span,
object,
iframe,
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%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

ul,
ol {
    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;
    text-decoration: none;
}


/* 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;
    margin: 0 auto;
}

td {
    padding: 10px;
}

th {
    text-align: left;
    padding-right: 20px;
}


/* 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;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

i {
    font-style: normal;
}


/* =====================
  共通設定
 ======================= */

html {
    font-size: 62.5%;
}

body {
    font-family:"メイリオ","Yu Mincho", "ＭＳ ゴシック", "Noto Sans" "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.0em;
    font-size:16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333333;
    width: 100%;
    /* height: 100%; */
    position: relative;
}

body * {
    box-sizing: border-box;
}

.h1_title {
    text-align: left;
    font-size: 3rem;
    padding-left: 40px;
    font-weight: 700;
    padding: 2rem 1rem 1rem;
    width: 70%;
    /* line-height: 1; */
    color: #fbfbfb;
    letter-spacing: 0.04em;
    margin: 3rem 0;
    background: #011446;
    padding-left: 40px;
    border-bottom: 4px solid #e05507;
}

.h1_title span {
    font-size: 1rem;
    vertical-align: bottom;
    padding-left: 3px;
}

nav img {
     max-width: 100%;
   display: block;
}
.column-left img,
.column-right img ,.u10 img{
    max-width: 100%;
	margin: 0 auto;
}

.main_box {
    position: relative;
}

.main_img img {
    width: 100%
}

.main_img {
    top: 0px;
    left: 0px;
    width: 100%;
    position: relative;
    display: inline-block;
    height:380px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.mb-2 {
    margin-bottom: 2rem!important;
}

.mb-3 {
    margin-bottom: 3rem!important;
}

.mb-4 {
    margin-bottom: 4rem!important;
}

.mb-5 {
    margin-bottom: 5rem!important;
}

.mb-6 {
    margin-bottom: 6rem!important;
}

.mb-7 {
    margin-bottom: 5rem!important;
}

.mb-7 {
    margin-bottom: 6rem!important;
}

.mb-7 {
    margin-bottom: 7rem!important;
}

.mb-8 {
    margin-bottom: 8rem!important;
}

.mb-9 {
    margin-bottom: 9rem!important;
}

.mb-10 {
    margin-bottom: 10rem!important;
}

.mb-11 {
    margin-bottom: 11rem!important;
}

.mb-12 {
    margin-bottom: 12rem!important;
}

.mb-13 {
    margin-bottom: 13rem!important;
}

.mb-14 {
    margin-bottom: 14rem!important;
}

.mt-1 {
    margin-top: 1rem!important;
}

.mt-2 {
    margin-top: 2rem!important;
}

.mt-3 {
    margin-top: 3rem!important;
}

.mt-4 {
    margin-top: 4rem!important;
}

.mt-5 {
    margin-top: 5rem!important;
}

.mt-6 {
    margin-top: 6rem!important;
}

.mt-7 {
    margin-top: 5rem!important;
}

.mt-7 {
    margin-top: 6rem!important;
}

.mt-7 {
    margin-top: 7rem!important;
}

.mt-8 {
    margin-top: 8rem!important;
}

.mt-9 {
    margin-top: 9rem!important;
}

.mt-10 {
    margin-top: 10rem!important;
}

.mt-11 {
    margin-top: 11rem!important;
}

.mt-12 {
    margin-top: 12rem!important;
}

.mt-13 {
    margin-top: 13rem!important;
}

.mt-14 {
    margin-top: 14rem!important;
}
.clearfix {
    clear: both;
}

a {
    color: #333;
    transition: all 0.2s;
    /* text-decoration: underline; */
}

a:hover {
    color: #00A26A;
}

address {
    font-style: normal;
}

.sp {
    display: none;
}

.section {
    padding: 9.0rem 0;
}

.block {
    margin-bottom: 6.0rem;
}

.form_box {
    margin-top: 3.0rem;
}

.form_box dl {
    display: flex;
    margin-bottom: 1em;
}

.form_box dl dt {
    flex-shrink: 0;
    width: 26%;
    font-weight: 700;
    padding-top: 0.625em;
    margin-right: 5em;
}

.form_box dl dd {
    flex-grow: 1;
}

.form_box .must {
    display: inline-block;
    background: #d63638;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.0;
    padding: 5px 10px;
    margin-left: 0.5rem;
}

.form_box .notice {
    display: block;
    margin-top: 0.5em;
    color: #666666;
    font-size: 1.3rem;
}
#inq-end-1 a,#inq-end-2 a,#contact a,#contact_home a,#contact_co a,#endmessage_hj a,#inq-end a,#request a,#qa a {
	color:#00A26A;

}
#inq-end-1 .section a,#inq-end-2 .section a,#contact .section a,#contact_home .section a,#contact_co .form_box a,#endmessage_hj .section a,#inq-end .section a,#request .section a,#qa .section a {
	text-decoration: underline #00A26A;
    color:#00A26A;
}
#inq-end-1 a:hover,#inq-end-2 a:hover,#contact a:hover,#contact_home a:hover,#contact_co a:hover {
    color:#02144C;
	text-decoration: none;
}

.mw_wp_form_confirm .notice,
.mw_wp_form_confirm .must {
    display: none;
}

.bg {
    background: #f7f7f7;
}


h2.rctitle {
	margin:10px 0px 10px 0px !important;
	padding:0px !important;
}

h2.rctitle:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 24px;
    height: 26px;
    background: url(https://stepjob.jp/hfwp/wp-content/uploads/2020/09/icons.png) no-repeat;
    background-size: contain;
    margin-left: -24px;
    margin-top: 5px;
}

h2.rctitle:after {
    display: none;
}

.rctitleu {
	margin:0px 0px 40px 0px;
	text-align:center;
	font-size:20px;
	position: relative;
}

.rctitleu:after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00a26a;
    border-radius: 2px;
}

/* h2 {
      /* text-shadow: 1px 2px 2px #d0d0d0; */

font-size: 3rem;
padding: 25px 5px 0px 5px;
background-color: transparent;
border-radius: 2px;

/*    text-align: center;*/


/*    text-shadow: 1px 1px 1px #bbbbbb;*/


/*    margin: 5em 0 2em !important;

line-height: 1.1;
position: relative;

}*/
 .news_article h1 {
    border-top: 2px solid #e3e3e3;
    padding: 1em 0 2em;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.news_article h1:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #2ca26a;
    width: 12rem;
    height: 2px;
}
.news_article h2 {
    font-size: 30px;
    padding: 25px 5px 0px 5px;
    background-color: transparent;
    border-radius: 2px;
    text-align: center;
    text-shadow: 1px 1px 1px #bbbbbb;
    margin: 1em 0 1.8em !important;
    line-height: 1.1;
    color: #204832;
    position: relative;
}
.news_article h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 24px;
    height: 38px;
    background: url(https://stepjob.jp/hfwp/wp-content/uploads/2020/09/icons.png) no-repeat;
    background-size: contain;
    margin-left: -35px;
    margin-top: 5px;
}
.news_article h3,.article h3 ,h3{
    position: relative;
    border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #9bcee2;
    font-size: 22px;
    padding: 0px 0px 6px 0px;
    letter-spacing: 0.08em;
    /* text-shadow: 1px 2px 2px #d0d0d0; */
    margin-bottom: 20px;
} 
.news_article h3:before,.article h3:before ,h3:before{
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    font-weight: 900;
    padding-right:25px;
    color: #138fd4;
    text-shadow: 1px 2px 2px #fff;
}
/* .news_article h2 {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-left: 1em;
    position: relative;
    margin-bottom: 3.2rem;
    display: flex;
}
.news_article h2:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #00a276;
    position: absolute;
    top: 0;
    left: 0;
}
.news_article h2:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #e0e0e0;
    margin-left: 1em;
    margin-top: 0.5em;
} */
.news_article h3 ,h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1.0em;
}
.business_list_item .name {
    display: flex;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 5.0rem;
    padding-left: 10px;
    border-left: solid 5px #01a269;
}
.business_list_item .name i {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 2.0rem;
}
.business_list_item .name:before {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #e3e3e3;
    order: 2;
    margin-left: 2.0rem;
    margin-top: 0.25em;
}
.business_list_item .name:after {
    content: "";
    width: 30rem;
    height: 2px;
    background: #2ca276;
    position: absolute;
    right: 0;
    top: 0.25em;
}
.article h3, .h3 {
    position: relative;
    border-bottom: 1px solid #aadec9;
    font-size: 2.5rem;
    padding: 0px 0px 6px 0px;
    display: flex;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
    margin-top: 5rem;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    align-content: stretch;
}
.article h3 img, .h3 img {
    align-self: center;
    margin-right: 1rem;
}
.article h3:before ,h3:before{
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    font-weight: 900;
    padding-right: 5px;
    color: #02d47d;
    text-shadow: 1px 2px 2px #fff;
}
h4 {
    padding: 0.3em 0.6em 0.3em 0.6em;
    border-top: dotted 1px #01a563;
    border-bottom: dotted 1px #01a563;
    font-size: 2.3rem;
    text-align: center;
    display: block;
    color: #00613a;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
h5 {
    padding: 0em 0.5em;
    color: #494949;
    margin-bottom: 2rem;
    margin-top: 3rem;
    font-size: 2rem;
    text-align: left;
    background: transparent;
    border-left: solid 8px #ff9924;
    border-bottom: 0px solid #ddd;
}
h6 {
    padding: 0.25em 0.5em;
    display: block;
    line-height: 1.3;
    /* background: #02d47d; */
    
    background: -moz-linear-gradient(left, #00a662 1%, #fcff3e);
    background: -webkit-linear-gradient(left, #00a662 1%, #fcff3e);
    background: linear-gradient(to right, #00a662 1%, #fcff3e);
    vertical-align: middle;
    border-radius: 25px;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
p{
  margin: 1.4em 0;
}
.inner {
   max-width: 1440px;
/*    padding: 0 2.0rem; */
    margin: 0 auto;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
.t-bold {
    font-weight: 700;
}
.btn {
    display: inline-block;
    background: #00A26A;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 18.0rem;
    padding: 1.5rem;
    /* margin: 0 10px; */
    text-decoration: none;
    position: relative;
}
.btn i {
    font-family: "Oswald", "Noto Sans JP", serif;
    font-size: 133.333%;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}
.btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
    opacity: 0;
}
.btn:hover {
    color: #fff;
}
.btn:hover:after {
    opacity: 1;
}
.btn.ico_contact:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/ico_mail.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
}
.btn.nega {
    background: #666666;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_wrap>* {
    margin: 0 1.6rem;
}
.btn_business {
    text-align: center;
}
.btn_business a {
    position: relative;
    overflow: hidden;
    display: block;
    border: solid 1px #00A26A;
    padding: 1.5rem 0 1.63rem;
    line-height: 1;
}
.btn_business a i {
    position: relative;
    z-index: 3;
    font-weight: bold;
    color: #00A26A;
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_business a:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00A26A;
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_business a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 72px;
    height: 1px;
    background: #00A26A;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_business a:hover {
    opacity: 1;
}
.btn_business a:hover i {
    color: #fff;
}
.btn_business a:hover:before {
    right: 0;
}
.btn_business a:hover:after {
    width: 42px;
    background: #fff;
}
.ico_arrow {
    text-decoration: none;
}
.ico_arrow:before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #00A26A #00A26A transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.1em;
}
.new_ico {
    font-size: 10px !important;
    width: 35px !important;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    /* border-radius: 3px; */
    /* -webkit-border-radius: 3px; */
    
    -moz-border-radius: 3px;
    background-color: #cc3333;
    padding: 2px 0;
}
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: 1s;
}
.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.is-cont {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-in, transform .3s ease-out;
    transition: opacity .3s ease-in, transform .3s ease-out, -webkit-transform .3s ease-out;
}
.is-cont:nth-child(1) {
    transition-delay: 100ms;
}
.is-cont:nth-child(2) {
    transition-delay: 200ms;
}
.is-cont:nth-child(3) {
    transition-delay: 300ms;
}
.is-cont:nth-child(4) {
    transition-delay: 400ms;
}
.is-cont:nth-child(5) {
    transition-delay: 500ms;
}
.is-cont:nth-child(6) {
    transition-delay: 600ms;
}
.is-cont:nth-child(7) {
    transition-delay: 700ms;
}
.is-cont:nth-child(8) {
    transition-delay: 800ms;
}
.is-cont:nth-child(9) {
    transition-delay: 900ms;
}
.is-cont:nth-child(10) {
    transition-delay: 1000ms;
}
.is-cont:nth-child(11) {
    transition-delay: 1100ms;
}
.is-cont:nth-child(12) {
    transition-delay: 1200ms;
}
.is-cont:nth-child(13) {
    transition-delay: 1300ms;
}
.is-cont:nth-child(14) {
    transition-delay: 1400ms;
}
.is-cont:nth-child(15) {
    transition-delay: 1500ms;
}
.header {
    width: 100%;
    background: #f7f7f7;
    z-index: 1000;
}
.header .h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    padding-left: 3.0rem;
}
.header .logo a {
    display: block;
}
.header .logo a:hover {
    opacity: 0.7;
}
.header .menu_list>li {
    display: inline-block;
    padding: 0 1.8rem;
    position: relative;
}
.header .menu_list>li a {
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
}
.header .menu_list>li a:hover {
    color: #00A26A;
}
.header .menu_list .acc>a:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #00A26A;
    border-right: 2px solid #00A26A;
    -webkit-transform: translate(-50%, -25%) rotate(135deg);
    transform: translate(-50%, -25%) rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.header .menu_list .current>a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #00A26A;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.header .menu_list .sub {
    display: none;
    position: absolute;
    left: -25%;
    top: 100%;
    background: #f7f7f7;
    padding: 1.5em;
    width: 150%;
    word-break: keep-all;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    z-index: 100;
}
.header .menu_list .sub li {
    padding: 0.5em 0;
}
.header .menu_list .contact {
    padding-right: 0;
}
.header .menu_list .contact .btn {
    padding: 2.5rem 1.0rem;
}
.header .menu_list .contact .btn:hover {
    color: #fff;
}
.header.scroll {
    position: fixed;
    left: 0;
}
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #363636;
    width: 4.8rem;
    height: 4.8rem;
    border-top: 2px solid #00A26A;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
    margin-bottom: 75px;
}
#pagetop:before {
    content: '';
    border-style: solid;
    border-width: 0 1px 1px 1px;
    width: 1.0rem;
    height: 1.0rem;
    border-style: solid;
    border-width: 2px;
    border-color: #f7f7f7 #f7f7f7 transparent transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#pagetop:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
}
.icon {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #3b5998;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
#pagetop:hover:after {
    opacity: 1;
}
.footer,
.footer1 {
    background: #001446;
    color: #fff;
}
.footer1 {
    border-top: 2px solid #00A26A;
}
.footer .f_nav {
    display: flex;
}
.footer .f_nav_box {
    width: 14.4%;
    margin-right: 2.72%;
}
.footer .f_nav_box:last-child {
    margin-right: 0;
}
.footer .f_nav_box.wide {
    width: 31.52%;
}
.footer .f_nav_box.wide .f_nav_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer .f_nav_title {
    padding-bottom: 1.3rem;
    margin-bottom: 3.2rem;
    position: relative;
}
.footer .f_nav_title:after {
    content: "";
    width: 5.5rem;
    height: 3px;
    background: #00a26a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .f_nav_title.no_acc:after {
    display: none;
}
.footer .f_nav_title a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}
.footer .f_nav_title a:hover {
    color: #00A26A;
}
.footer .f_nav_list {
    margin-bottom: 3.0rem;
}
.footer .f_nav_list:last-child {
    margin-bottom: 0;
}
.footer .f_nav_list li {
    font-size: 1.3rem;
    padding: 1.0rem 0;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 100%;
}
.footer .f_nav_list li a {
    text-decoration: none;
    color: #fff;
}
.footer .f_nav_list li a:hover {
    text-decoration: none;
    color: #00A26A;
}
.footer .f_nav_list li dl {
    display: flex;
}
.footer .f_nav_list li dl dt {
    min-width: 3em;
    flex-shrink: 0;
}
.footer .f_nav_list li dl dd:before {
    content: "：";
}
.footer .f_nav_list li.sp {
    display: none;
}
.footer .copy {
    background: #00A26A;
    padding: 0.59em 0;
}

.footer .copy2 {
    padding: 0.59em 0;
	  background: #fff;
}
.footer .copy_inner {
   display: flex;
    align-items: center;
    margin-right: 5px;
    align-content: center;
	justify-content: space-around;
}
.inner.copy_inner ul.f_copy_r {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.inner.copy_inner li {
    display: flex;
    align-items: center;
}
.inner.copy_inner li a {
    display: flex;
    align-items: center;
    color: #fff;
}
.inner.copy_inner li a:hover {
    color: #eee;
}
.inner.copy_inner li span {
    margin-right: 5px;
    margin-left: 20px;
}
.footer .copy .link {
    display: flex;
}
.footer .copy .link li {
    margin-right: 2em;
}
.footer .copy .link li a {
    font-size: 1.3rem;
    text-decoration: none;
}
.footer .copy small {
    font-size: 1.2rem;
}
.breadcrumb {
    background: #e4e3e3;
}
.breadcrumb_list {
    padding: 16px 0 2px 0;
	margin-top: 18px;
}
.breadcrumb_list li {
    display: inline-block;
    color: #000000;
    margin-right: 2em;
    font-size: 1.4rem;
    position: relative;
}
.breadcrumb_list li:after {
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: currentColor currentColor transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb_list li:last-child:after {
    display: none;
}
.breadcrumb_list li a {
    color: #01a269;
    text-decoration: none;
}
.breadcrumb_list li a:hover {
    color: #001446;
}

.breadcrumb_list li:after {
    border-width: 1px;
    right: -1.25em;
}
.image img{
/* width: 410px;  */
height: 240px;
}
/*.hero {
  height: 26.35vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid #00A276;
  position: relative;
}*/
.hero img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}
.hero:before {
    content: "";
    width: 100%;
    height: 100%;
    /*  background: rgba(0, 0, 0, 0.35);*/
    
    position: absolute;
    left: 0;
    top: 0;
}
.hero_inner {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: relative;
}
.hero.no_bg {
    height: auto;
    border-bottom: 0;
    padding: 10.0rem 0;
}
.hero.no_bg:before {
    display: none;
}
.hero.no_bg .hero_inner {
    color: #333333;
}
.hero.no_bg+.section {
    padding-top: 0;
}
.page_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
	
    line-height: 1;
    color: #011446;
    letter-spacing: 0.04em;
    margin-bottom: 3rem;
}
.page_title i {
    font-family: "Oswald", "Noto Sans JP", serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    color: #011446;
    display: block;
    padding-bottom: 1.0rem;
    margin-bottom: 1.6rem;
    border-bottom: 5px solid currentColor;
}

/*.page_title i:after {
    content: "";
    width: 100%;
    height: 0.4rem;
    background: currentColor;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
}*/
.sec_title {
    border-top: 2px solid #e3e3e3;
    padding: 1em 0 2em;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.sec_title:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #00A26A;
    width: 25rem;
    height: 2px;
}
.sec_title i {
    display: block;
    margin-top: 1.0rem;
    font-family: "Oswald", "Noto Sans JP", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
}
.sub_title {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-left: 1em;
    position: relative;
    margin-bottom: 3.2rem;
    margin-top: 3.5rem;
    display: flex;
    border-bottom: none;
}
.sub_title:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #00A26A;
    position: absolute;
    top: 0;
    left: 0;
}
.sub_title:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #e0e0e0;
    margin-left: 1em;
    margin-top: 0.5em;
}
.ex_title {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1.0em;
}
.label {
    background: #f7f7f7;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1.0em;
    border: 1px solid #e9e9e9;
    border-left: 5px solid #00A26A;
    position: relative;
    margin-bottom: 2.0rem;
    text-decoration: none;
    display: block;
}
.label:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #00A26A #00A26A transparent transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.0rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 3.0rem;
}
.wp-pagenavi>span,
.wp-pagenavi>a {
    margin: 0 1.0rem;
    width: 3.0rem;
    height: 3.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 1.5rem;
    border: 1px solid #e9e9e9;
    text-decoration: none;
}
.wp-pagenavi .current,
.wp-pagenavi>a:hover {
    background: #00A26A;
    border-color: #00A26A;
    color: #fff;
}
.wp-pagenavi .extend {
    border: 0;
}
.bsyu {
    display: inline-block;
    background: #d63638;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.0;
    padding: 5px 10px;
    margin-left: 0.5rem;
}
.pic01 {
    top: -60px;
    position: absolute;
    width: 30%;
    text-align: center;
    margin-left: 50%;
    transform: rotate(353deg);
    border: 9px solid #fff;
    line-height: 0;
    box-shadow: 9px 5px 18px 0 rgb(0 0 0 / 22%);
}
#contact_co.inner,#contact.inner,#request.inner,.form_inner{
    max-width: 1000px!important;
	margin:0 auto!important;
}
.circle-inner {
    position: absolute;
    left: 50%;
    top: 66%;
    line-height: 4rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 80%;
    color: #000;
}
.circle-left {
    position: absolute;
    width: 96%;
    height: 530px;
    background: #fff;
    /* border-radius: 50%; */
    
    margin: 0 auto;
    top: 5%;
    left: 2%;
}
.icon-txt-en {
    font-size: 2rem;
}
.icon-txt {
    color: #fff;
    font-size: 350%;
    font-weight: bold;
    line-height: 3rem;
    margin-top: 7%;
}
.circle-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 84%;
}
.circle-left-mini {
    position: absolute;
/*    width: 200px;
    height: 200px;
    background: #00A26A;
    border-radius: 50%; */
    margin: 0 auto;
    top: -10%;
    left: -1%;
    /* transform: rotate(5deg); */
    z-index: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    padding: 1em;
    background: url(../img/common/ico_arrow.png) no-repeat right 10px center/0.5em, #f7f7f7;
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    max-width: 100%;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
button {
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
}
input[type=text],
input[type=email],
input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
    padding: 0.5em;
    background: #F8F8F8!important;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}
#inq.form_submit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 0;
    display: inline-block;
    background: #00A26A;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    min-width: 16rem;
    padding: 1.5rem;
}
input[type="checkbox"]:checked:before{
	display:none!important;
}
input[type=submit]:hover {
    opacity: 0.7;
}
input.size_full {
    width: 100%;
}
input.size_m {
    width: 80%;
}
input.size_s {
    width: 30%;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
    padding: 0.5em;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    width: 100%;
    border-radius: 0;
}
input[type=text], input[type=url], input[type=email], input[type=search], input[type=tel], textarea {
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
color: #333;
font-size: 12px;
line-height: 1.42857;
padding: 8px;
transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
width: 100%;
box-sizing: border-box;
margin: 10px 0 10px 0;}
.list>li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em;
}
ul.mark {
    list-style: disc;
    list-style-position: inside;
}
ul.mark.list>li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.column-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.column-wrap>div {
   width: 49.5%;
    margin: 0px 10px;
}
.r10 {
    padding-right: 10px !important;
}
.build_box {
    padding: 1rem;
    font-size: 2rem;
    left: 50%;
    letter-spacing: 0.05em;
    background-color: #2ca26a;
    color: #fff;
    border: 8px solid #f2f2f2;
    width: 50%;
    float: right;
    right: 0;
    justify-content: flex-end;
}
.border-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.nav-previous.btn,.nav-next.btn{
    margin:0 atuo;
    text-align:center;
}	
/* .grecaptcha-badge { 
  visibility: hidden; 
} */
 .mb_sp-3 {
	    margin-bottom: 2rem!important;
	}
/* タブレット
  ------------------------ */
@media (max-width: 1280px) and (min-width: 993px) {
    html {
        font-size: 45%;
    }
}

/* スマホ
  ------------------------ */
@media (max-width: 992px) {
    body {
        font-size: 1.3rem;
    }
    
    body.open {
        overflow: hidden;
    }
    
    body.open .header {
        position: fixed;
        top: 0 !important;
    }
    
    body.open .header .menu_btn span:first-child,
    body.open .header .menu_btn span:last-child {
        opacity: 0;
    }
    
    body.open .header .menu_btn span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    body.open .header .menu_btn span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .sp {
        display: block;
    }
    
    .pc {
        display: none;
    }
	.mb-10 {
	    margin-bottom: 3rem!important;
	}
    .mb_sp-1 {
	    margin-bottom: 1rem!important;
	}
    .mb_sp-2 {
	    margin-bottom: 2rem!important;
	}
    .mb_sp-3 {
	    margin-bottom: 3rem!important;
	}
    .mb_sp-4 {
	    margin-bottom: 4rem!important;
	}
    .mb_sp-5 {
	    margin-bottom: 5rem!important;
	}
    .mb_sp-6 {
	    margin-bottom: 6rem!important;
	}
	.mt_sp-1 {
	    margin-top: 1rem!important;
	}
	
	.mt_sp-2 {
	    margin-top: 2rem!important;
	}
	
	.mt_sp-3 {
	    margin-top: 3rem!important;
	}
	
	.mt_sp-4 {
	    margin-top: 4rem!important;
	}
	
	.mt_sp-5 {
	    margin-top: 5rem!important;
	}
	
	.mt_sp-6 {
	    margin-top: 6rem!important;
	}
	
	.mt_sp-7 {
	    margin-top: 5rem!important;
	}
	
	.mt_sp-7 {
	    margin-top: 6rem!important;
	}
	
	.mt_sp-7 {
	    margin-top: 7rem!important;
	}
	
	.mt_sp-8 {
	    margin-top: 8rem!important;
	}
	
	.mt_sp-9 {
	    margin-top: 9rem!important;
	}
	
	.mt_sp-10 {
	    margin-top: 10rem!important;
	}
	
	.mt_sp-11 {
	    margin-top: 11rem!important;
	}
	
	.mt_sp-12 {
	    margin-top: 12rem!important;
	}
	
	.mt_sp-13 {
	    margin-top: 13rem!important;
	}
	
	.mt_sp-14 {
	    margin-top: 14rem!important;
	}

    .main_img {
    height: auto;
	}
    .section {
        padding: 8rem 0;
    }
    
    .block {
        margin-bottom: 4.0rem;
    }
    
    .btn {
        min-width: 150px;
        width: 100%;
        padding: 2.0rem 1.5rem;
        margin: 0 auto;
        font-size: 1.8rem;
    }
    
    .btn_wrap>* {
        width: 100%;
        margin: 0 0 1.6rem;
    }
    
    .btn_wrap>*:last-child {
        margin-bottom: 0;
    }
    
    .header .logo {
        padding: 1.5rem;
        max-width: 158px;
        position: relative;
        z-index: 1000;
    }
    
    .header .menu_btn {
        width: 4.0rem;
        height: 1.5rem;
        position: relative;
        margin-right: 1.5rem;
        z-index: 1000;
    }
    
    .header .menu_btn span {
        display: block;
        width: 100%;
        height: 1px;
        background: #000000;
        position: absolute;
        transition: all 0.2s;
    }
    
    .header .menu_btn span:first-child {
        top: 0;
    }
    
    .header .menu_btn span:nth-child(2),
    .header .menu_btn span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .header .menu_btn span:last-child {
        bottom: 0;
    }
    
    .header .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    
    .header .menu nav {
        overflow-y: scroll;
        height: 100%;
    }
    
    .header .menu_list {
        padding-top: 5.2rem;
    }
    
    .header .menu_list>li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #e9e9e9;
    }
    
    .header .menu_list>li:first-child {
        border-top: 1px solid #e9e9e9;
    }
    
    .header .menu_list>li a {
        padding: 1.5rem;
        font-size: 1.3rem;
        line-height: 1.0;
        display: block;
    }
    
    .header .menu_list>li a:after {
        content: "";
        width: 0.6em;
        height: 0.6em;
        border-top: 2px solid #00A26A;
        border-right: 2px solid #00A26A;
        -webkit-transform: translate(-50%, -25%) rotate(45deg);
        transform: translate(-50%, -25%) rotate(45deg);
        position: absolute;
        right: 2.0rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .header .menu_list>li a:hover {
        color: #333333;
    }
    
    .header .menu_list .current>a:before {
        display: none;
    }
    
    .header .menu_list .acc>a:before {
        content: "";
        width: 1.3rem;
        height: 2px;
        background: #00A26A;
        position: absolute;
        left: auto;
        right: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        opacity: 1;
    }
    
    .header .menu_list .acc>a:after {
        width: 1.3rem;
        height: 2px;
        border: 0;
        background: #00A26A;
        position: absolute;
        right: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.2s;
        display: block;
    }
    
    .header .menu_list .acc>a.open {
        background: rgba(72, 201, 1214, 0.05);
    }
    
    .header .menu_list .acc>a.open:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    .header .menu_list .acc:hover .sub {
        display: none;
    }
    
    .header .menu_list .sub {
        position: relative;
        padding: 0;
        background: rgba(72, 201, 1214, 0.05);
        border-top: 1px solid #e9e9e9;
        width: 100%;
        left: auto;
    }
    
    .header .menu_list .sub li {
        padding: 0;
    }
    
    .header .menu_list .sub li a {
        border-bottom: 1px solid #e9e9e9;
        padding: 1.5rem 3.0rem;
    }
    
    .header .menu_list .sub li:last-child a {
        border-bottom: 0;
    }
    
    .header .menu_list .contact {
        padding: 2rem;
        border-bottom: 0;
    }
    
    #pagetop {
        width: 4.4rem;
        height: 4.4rem;
        margin-bottom: 112px;
    }
    
    .footer .f_nav {
        flex-wrap: wrap;
    }
    
    .footer .f_nav_box {
        width: 100%;
        margin-right: 0;
        padding: 1.5em;
        border-bottom: 1px solid #fff;
    }
    
    .footer .f_nav_box:first-of-type {
        border-top: 1px solid #FFF;
    }
    
    .footer .f_nav_box.contact {
        border: 0;
        padding-bottom: 0;
    }
    
    .footer .f_nav_box.wide {
        width: 100%;
    }
    
    .footer .f_nav_box.wide .f_nav_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .footer .f_nav_box.wide .f_nav_list li {
        width: 48%;
    }
    
    .footer .f_nav_title {
        padding: 0;
        margin: 0;
    }
    
    .footer .f_nav_title:after {
        width: 0.8rem;
        height: 0.8rem;
        background: none;
        border-style: solid;
        border-width: 2px;
        border-color: currentColor currentColor transparent transparent;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: auto;
        right: 1.0rem;
        top: 0;
        margin: auto;
        transition: all 0.4s;
    }
    
    .footer .f_nav_title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .footer .f_nav_title.no_acc {
        padding: 1.5em 0;
        border-top: 1px solid #666666;
    }
    
    .footer .f_nav_title.no_acc:after {
        display: none;
    }
    
    .footer .f_nav_title a {
        font-size: 1.2rem;
    }
    
    .footer .f_nav_list {
        margin-top: 1.0rem;
        margin-bottom: 0;
        display: none;
    }
    
    .footer .f_nav_list li {
        font-size: 1.1rem;
        padding: 0.5em 1em;
        border-bottom: 0;
    }
    
    .footer .f_nav_list li.pc {
        display: none;
    }
    
    .footer .f_nav_list li.sp {
        display: inline-block;
    }
    
    .footer .f_nav_list+.f_nav_title.no_acc {
        margin-top: 1.5em;
    }
    
    .footer .copy {
        padding: 1.25rem 0;
        text-align: center;
    }
    
    .footer .copy_inner {
        flex-direction: column;
        justify-content: center;
    }
    
    .footer .copy .link {
        margin-bottom: 1.0rem;
        justify-content: center;
    }
    
    .footer .copy .link li {
        margin: 0 1em;
    }
    
    .footer .copy small {
        font-size: 0.9rem;
    }
    /*.footer .f_copy_r li {
  display: flex;
  align-items: center;
}

.f_copy_r li {
  display: flex;
  align-items: center;
}

.f_copy_r li a {
  display: flex;
 align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    /* border: solid 1px #fff;
    margin-right: 20px;
    flex-direction: row;
}

.f_copy_r li span {
  margin-right: 5px;
}*/
    
    .inner.copy_inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .inner.copy_inner ul.f_copy_r {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    
    .inner.copy_inner li {
        display: flex;
        align-items: center;
    }
    
    .inner.copy_inner li a {
        display: flex;
        align-items: center;
    }
    
    .inner.copy_inner li span {
        margin-right: 5px;
        margin-left: 20px;
    }
    

    /*  .hero {
    height: 56.2vw;
  }*/
    
    .hero.no_bg {
        padding: 5.0rem 0;
    }
    
    .page_title {
        font-size: 1.4rem;
    }
    
    .page_title i {
        font-size: 2.6rem;
        line-height: 1.1;
        border-width: 3px;
    }
    
    .sec_title {
        font-size: 1.8rem;
    }
    
    .sec_title:before {
        width: 7rem;
    }
    
    .sec_title i {
        font-size: 1.0rem;
        margin-top: 0.5rem;
    }
    
    .sub_title {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }
    
    .sub_title:before {
        width: 3px;
    }
    
    .sub_title:after {
        margin-left: 1.0rem;
    }
    
    .ex_title {
        font-size: 1.5rem;
        margin-bottom: 1.0rem;
    }
    
    .label {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .wp-pagenavi>span,
    .wp-pagenavi>a {
        width: 2.0rem;
        height: 2.0rem;
        font-size: 1.1rem;
    }
    
    select {
        width: 100%;
        padding: 5px;
        overflow: hidden;
    }
    
    .column-wrap>div,
    .column-left img,
    .column-right img {
     width: 100%;
     margin: 0 0 3% 0;
/*   margin-top: 35px; */
/* 	 margin-top: 0px!important; */

    }
	.column-left .btn,.column-right.btn{
		margin:0 auto;
	}
	.circle-left-mini{
    top: -4%;
    left: -1%;
	}
	#contact_co .inner, #contact .inner, #request.inner, #document .inner.form_inner{
		width:90%!important;
	}
}
@media (max-width: 349px) {
    html {
        font-size: 55%;
    }
}

/* =====================
  グループ情報共通パーツ
 ======================= */
.groupmenu {
    /* border-top: 1px solid #e3e3e3; */
}
.groupmenu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.groupmenu_list li {
    width: 31.5%;
    margin-bottom: 2rem;
}
.groupmenu_list li.size_l {
    width: 48.666%;
    margin-bottom: 5.0rem;
}
.groupmenu_list li.current .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.groupmenu_list li .thumb {
    display: block;
    overflow: hidden;
    margin-bottom: 1.0rem;
    position: relative;
}
.groupmenu_list li .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
}
.groupmenu_list li .thumb img {
    transition: all 0.2s;
}
.groupmenu_list li a {
    text-decoration: none;
}
.groupmenu_list li a i {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    padding-left: 2.0rem;
    position: relative;
}
.groupmenu_list li a i:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #00A26A;
    border-right: 2px solid #00A26A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
}
.groupmenu_list li a:hover .thumb:after {
    opacity: 1;
}
.groupmenu_list li a:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.two_btn {
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.access-map {
    width: 600px;
    height: 450px;
}

/*  interviewHead__sub
------------------------*/
.interviewHead__sub {
    width: 75%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

/* =====================
  interviewHead
===================== */
.balloon_inner {
    background: url(../img/home/bg_left.png) left top no-repeat, url(../img/home/bg_right.png) right bottom no-repeat;
    margin: -55px 0;
    padding: 55px 0;
    width: 100%;
    height: 675px;
    background-size: 25%;
}
.interviewHead {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -ms-align-items: stretch;
    align-items: stretch;
}

/*  interviewHead__main
------------------------*/
.interviewHead__main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    width: 100%;
    margin-left: -15%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.interviewHead__sub>img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 20px 20px 0 #eee;
    box-shadow: 20px 20px 0 #eee;
}

/* =====================
  interviewSlogan
===================== */
.interviewSlogan {
    margin-top: 3em;
    padding: 0 0.3em 0 0.35em;
    font-size: 31px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.interviewSlogan>span {
    display: table;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding: 0 10px;
    background-color: #2ca26a;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap;
}
.interviewSlogan>span+span {
    margin-top: 5px;
}

/*  interviewSlogan--short
------------------------*/
.interviewSlogan--short {
    margin-top: 3.5em;
    font-size: 44px;
    letter-spacing: 0.1em;
}

/* =====================
  interviewInfo
===================== */
.interviewInfo {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    /* margin-left: 60%; */
    margin-top: 5%;
    padding-left: 10px;
    text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.6), 0px 1px 2px rgba(255, 255, 255, 0.6), -1px 0px 2px rgba(255, 255, 255, 0.6), 0px -1px 2px rgba(255, 255, 255, 0.6);
}
.name-big-size {
    font-size:30px;
}
.name-small-size {
    font-size:1rem;
}
/* =====================
  interviewPerson
===================== */

/*  interviewPerson__main
------------------------*/
.interviewPerson__main {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.interviewPerson__main>span {
    display: table;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    min-width: 3em;
    /* padding: 1px 1em; */
    background-color: #2da36a;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
}
.interviewPerson__main>span>span {
    display: block;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    text-shadow: none;
}

/*  interviewPerson__sub
------------------------*/
.interviewPerson__sub {
    font-size: 14px;
    letter-spacing: -0.05em;
}

/* =====================
  interviewHistory
===================== */
.interviewHistory {
    margin-top: 1.5em;
}

/*  interviewHistory__main
------------------------*/
.interviewHistory__main {
    /* display: table; */
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-right: 0.6em;
    margin-bottom: 3px;
    /* padding: 1px 0 0 1em; */
    background-color: #444141;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5em;
    text-align: center;
    text-shadow: none;
    min-width: 12em;
}
.interviewHistory__main>span {
    display: block;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(-10deg);
}

/*  interviewHistory__sub
------------------------*/
.interviewHistory__sub {
    font-size: 14px;
    letter-spacing: -0.05em;
}


/* =====================
  interviewSubHeading
===================== */
.interviewSubHeading {
    display: table;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin: 30px auto 60px;
    background-color: #2da36a;
    color: #fff;
    font-size: 2.5rem;
    /* padding: 1rem 5rem; */
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
}
.interviewSubHeading span {
    display: block;
    position: relative;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    padding: 10px 3em;
    -webkit-backface-visibility: hidden;
}
.interviewSubHeading span::before {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 20px 10px 0 10px;
    border-style: solid;
    border-color: #2da36a transparent transparent transparent;
    content: "";
}

/* =====================
  interviewSection
===================== */
.interviewSection {
    letter-spacing: 0.1em;
}

/*  interviewSection__title
------------------------*/
.interviewSection__title {
    display: table;
    position: relative;
    margin-bottom: 30px;
    padding-left: 3em;
    font-size: 28.5px;
    text-align: left;
}

/*  interviewSection__titleIcon
------------------------*/
.interviewSection__titleIcon {
    display: block;
    position: absolute;
    top: -0.4em;
    left: 0;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    border-radius: 50%;
    background: #2da36a;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
}
.interviewSection__titleIcon::before {
    position: absolute;
    right: -14%;
    bottom: -14%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 0.4em solid transparent;
    border-left: 0.4em solid #2da36a;
    content: "";
}

/*  interviewSection__titleMark
------------------------*/
.interviewSection__titleMark {
    background: linear-gradient(transparent 70%, #ecf865 70%);
    color: inherit;
}

/*  interviewSection__body
------------------------*/
.interviewSection__body {
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 2.2;
}

/* =====================
  dailySchedule
===================== */
.dailySchedule {
    padding: 20px 30px 30px;
    background: #2da36a;
    background: -webkit-linear-gradient(left, #2da36a 25%, #75dca1 100%);
    background: -moz-linear-gradient(left, #2da36a 25%, #75dca1 100%);
    background: linear-gradient(to right, #2da36a 25%, #75dca1 100%);
    line-height: 1.6;
}

/*  dailySchedule__title
------------------------*/
.dailySchedule__title {
    position: relative;
    margin-bottom: 15px;
    padding-top: calc(3em + 10px);
    color: #fff;
    line-height: 1.3;
    text-align: center;
}
.dailySchedule__title::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    content: "";
}
.dailySchedule__title::after {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 1em;
    left: 0;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
}

/*  dailySchedule__item
------------------------*/
.dailySchedule__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.dailySchedule__item+.dailySchedule__item {
    margin-top: 4px;
}
.dailySchedule__item:not(:last-of-type)::before {
    position: absolute;
    top: 100%;
    left: calc(2.5em + 20px);
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #2da36a transparent transparent transparent;
    content: "";
}
.dailySchedule__item:not(:last-of-type)::after {
    position: absolute;
    top: calc(100% - 6px);
    left: calc(2.5em + 20px);
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}

/*  dailySchedule__time
------------------------*/
.dailySchedule__time {
    border-radius: 2px;
    width: 6em;
    padding: 0 1em;
    background-color: #2da36a;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    text-align: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

/*  dailySchedule__symbol
------------------------*/
.dailySchedule__symbol {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1em;
    margin: 0 auto;
    line-height: 1;
}

/*  dailySchedule__body
------------------------*/
.dailySchedule__body {
    padding-left: 20px;
    width: 100%;
    -ms-align-self: center;
    align-self: center;
}

/*  dailySchedule__detail
------------------------*/
.dailySchedule__detail {
    margin-top: 10px;
    padding: 15px;
    border-radius: 2px;
    background-color: #eee;
    font-size: 15px;
}

/* =====================
  dailyScheduleText
===================== */
.dailyScheduleText+.dailyScheduleText,
.dailyScheduleText__body+.dailyScheduleText__title {
    margin-top: 0.6em;
}

/*  dailyScheduleText__title
------------------------*/
.dailyScheduleText__title {
    font-weight: 700;
}

/* =====================
  interviewPhoto
===================== */
.interviewPhoto {
    -webkit-box-shadow: 20px 20px 0 #eee;
    box-shadow: 20px 20px 0 #eee;
}

/*  interviewPhoto--full
------------------------*/
.interviewPhoto--full {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 120px;
}
.interviewSection__body+.interviewPhoto--full {
    margin-top: -60px;
}

/*  interviewPhoto--left/interviewPhoto--right
------------------------*/
.interviewPhoto--left {
    float: left;
    margin: 0 60px 40px 0;
}
.interviewPhoto--right {
    float: right;
    margin: 0 0 40px 40px;
}
.interviewPhoto--left,
.interviewPhoto--right {
    width: 45%;
}

.ul_twoBox > li:first-child {
    float: left;
}
	.ul_twoBox > li {
    width: 49%;
    float: right;
}
	.clearfix {
    display: block;
}
.contact-text{
    text-align:center;font-size: 1.8rem;font-weight: bold;
}
/* タブレット
  ------------------------ */

/* スマホ
  ------------------------ */
@media (max-width: 280px) {
.contact-text{
    font-size: 1.3rem;
}
h2.rctitle {
    font-size: 3rem!important;
}
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
    font-size: 2.5rem;
}
}
@media (max-width: 992px) {
    .contact-text{
        text-align:center;font-size: 2rem;font-weight: bold;
    }
    .column-wrap {
        margin: 6% auto;
      }
    .news_content ul,.ul_twoBox{
        padding-left:0!important;
        margin-left:0!important;
        display: flex;
          justify-content: center;
          flex-direction: column;
      }
      .ul_twoBox > li {
          width: 100%;
          float: right;
          margin: 0 auto;
          margin-bottom: 3rem;
      }
      #campaign.home_title img,#cotactinfo  .home_title img{
        width: 100%;
      }
	.column-wrap{
      flex-direction: column;
	}
    .groupmenu_list li {
        width: 100%;
        margin-bottom: 3.5rem;
    }
    
    .groupmenu_list li.size_l {
        width: 100%;
        margin-bottom: 3.5rem;
    }
    
    .groupmenu_list li:last-child {
        margin-bottom: 0;
    }
    
    .groupmenu_list li .thumb {
        margin-bottom: 1.6rem;
    }
    
    .groupmenu_list li .thumb img {
        width: 100%;
    }
    
    .groupmenu_list li a i {
        font-size: 1.4rem;
        padding-left: 1.5rem;
    }
    
    th {
        width: 100%!important;
        padding-left: 10px;
        display: block!important;
        text-align: left;
    }
    
    td {
        padding: 10px;
        display: block!important;
        width: 100%!important;
    }
    
    input[type=text],
    input[type=email],
    input[type=url] {
        width: 100%!important;
    }
    
    .form_box dl {
        flex-wrap: wrap;
    }
    
    .form_box dl dt {
        width: 100%;
        padding-top: 0;
        margin-bottom: 1em;
        margin-right: 0;
    }
    
    .access-map {
        width: 100%;
        height: 335px;
    }
	/* .interviewSubHeading{ */
	/* padding:0rem;
	} */
}

@media screen and (max-width: 768px) {
.btn {
    font-size: 1.3rem;
}
.section {
    padding: 4.5rem 0;
}
 .breadcrumb_list{
    margin-top: 10px;
 }
.interviewSubHeading span{
	padding:0 1rem!important;
}
	.image img{
		width:100%;
		height:auto;
	}
    .interviewHead__main {
        margin-left: -13%;
    }
    
    .circle-left {
        position: static;
        width: 100%;
        border-radius: initial;
        display: block;
    }
    
    .interviewInfo {
        margin-top: 1.5em;
        margin-right: 10px;
    }
    
    .interviewHead__sub {
        margin-top: 50px;
        width: 100%;
    }
    
    .interviewSlogan {
        margin-top: 2.5em;
        font-size: 28px;
    }
    
    .interviewSlogan--short {
        margin-top: 2em;
        font-size: 38px;
    }
    
    .interviewPerson__main {
        font-size: 27px;
    }
    
    .interviewPerson__sub {
        font-size: 13px;
    }
    
    .interviewHistory__sub {
        font-size: 13px;
    }
    
    .interviewSection__title {
        font-size: 25px;
    }
    
    .dailySchedule__item {
        display: block;
    }
    
    .dailySchedule__time {
        display: inline-block;
        width: auto;
        min-width: 3em;
    }
    
    .dailySchedule__symbol {
        display: inline;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        line-height: inherit;
    }
    
    .dailySchedule__body {
        clear: left;
        padding-top: 10px;
        padding-left: 0;
    }
    
    .dailySchedule__detail {
        font-size: 13px;
    }
    
    .interviewPhoto--left {
        margin-right: 40px;
    }
    
    .interviewPhoto--right {
        margin-left: 20px;
    }
    
    #workstyleTitle {
        height: 250px;
    }
    
    #workstyleTitle__main {
        right: 40px;
        left: 40px;
        font-size: 26px;
        width: auto;
        max-width: none;
    }
    
    .circle-left-mini {
        width: 100px;
        height: 100px;
    }
    
    .circle-inner {
        width: 100%;
    }
    
    .pic01 {
        width: 60%;
        top: -20px;
    }
    .interviewSection__body {
        font-size: 16px;
        line-height: 2;
    }
    
    .dailySchedule {
        padding: 20px;
    }
    
    .icon-txt {
        font-size: 150%;
    }
    
    .h1_title {
        width: 100%;
		padding-left:0;
		letter-spacing: 0.1rem;
    }
}
@media screen and (max-width: 700px) {
    .interviewHistory__sub {
        letter-spacing: normal;
    }
    
    .interviewHead {
        padding-bottom: 20px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
    
    .interviewHead::before {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        bottom: 0;
        left: 0px;
        z-index: -5;
        background-color: #eee;
        content: "";
    }
    
    .interviewHead__main {
        margin-left: 0;
    }
    
    .interviewHead__sub {
        width: 100%;
        padding-right: 20px;
    }
    
    .interviewSlogan {
        margin-top: -2.5em !important;
        padding-left: 40px;
    }
    
    .interviewInfo {
        margin-right: 20px;
        text-shadow: none;
		padding-left: 10px;
		align-self: flex-start!important;
    }
    
    .interviewPerson__sub {
        letter-spacing: normal;
    }
}

@media screen and (max-width: 600px) {
    .contact-text{
        font-size: 1.5rem;
    }
    .column-wrap {
        margin: 15% auto;
      }
    .interviewSlogan {
        font-size: 26px;
    }
    
    .interviewSlogan--short {
        font-size: 36px;
    }
    
    .interviewPerson__main {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
	ul li {
    margin-bottom:0px;
}
    .interviewSlogan {
        font-size: 22px;
    }
    
    .interviewSlogan--short {
        font-size: 30px;
    }
    
    .interviewPerson__main {
        font-size: 20px;
    }
    
    .interviewPerson__main>span {
        font-size: 11px;
    }
    
    .interviewHistory__main {
        font-size: 11px;
    }
    
    .interviewSubHeading span {
       padding:0 1rem;
    }
}

@media screen and (max-width: 500px) {
    .interviewHistory__sub {
        font-size: 11px;
    }
    
    .interviewPerson__sub {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    .interviewSection__title {
        padding-left: 3.5em;
        font-size: 22px;
    }
    .interviewPhoto--left,
    .interviewPhoto--right {
        display: block;
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 70px;
    }
    
    .interviewSection__body+.interviewPhoto--left,
    .interviewSection__body+.interviewPhoto--right {
        margin-top: -60px;
    }
    #workstyleTitle {
        height: 200px;
    }
    #workstyleTitle__main {
        font-size: 21px;
    }
}




/* =====================
  workstyle
===================== */
#workstyle #main__inner {
    padding-top: 0;
}

/* =====================
  workstyleTitle
===================== */
#workstyleTitle {
    position: relative;
    height: 300px;
    background-image: url("/assets/recruit/images/main/workstyle/title/bg.jpg");
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}


/*  workstyleTitle__main
------------------------*/
#workstyleTitle__main {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .32em;
}

/* stepjob h1, h2, h3, h4 */
.single .entry-header h1.entry-title {
    font-size: 18px;
    margin: 20px 3px 0px 3px;
    text-align: left;
    padding-bottom: 5px;
}
.category .main h1.archive-title {
    font-size: 22px;
    margin: 40px 0px 10px 0px;
    text-align: left;
}
.page .entry-header h1.entry-title {
    font-size: 20px;
    margin: 20px 5px 0px 20px;
    text-align: center;
}
.related-entry-heading,
.comment-title {
    margin: 22px 0;
    font-size: 16px;
}
.article h2,
.h2 {
    font-size: 30px;
    padding: 25px 5px 0px 5px;
    background-color: transparent;
    border-radius: 2px;
    text-align: center;
    text-shadow: 1px 1px 1px #bbbbbb;
    margin: 1.0em 0 1.8em !important;
    line-height: 1.1;
    color: #204832;
    position: relative;
}
.article h2:before,
.h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 24px;
    background: url(../img/common/icons.png) no-repeat;
    background-size: contain;
    margin-left: -28px;
    margin-top: 4px;
}
.article h2:after {
    content: '';
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 150px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0d6ca1;
    border-radius: 2px;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: 1.0em 0 0.5em;
}
.article h3 ,h3{
    position: relative;
    border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #9bcee2;
    font-size: 22px;
    padding: 0px 0px 6px 0px;
    letter-spacing: 0.08em;
    /*text-shadow: 1px 2px 2px #d0d0d0;*/
    
    margin-bottom: 20px;
}
.article h3:before,h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    font-weight: 900;
    padding-right: 5px;
    /*文字との隙間*/
    
    color: #138fd4;
    /*アイコンの色*/
    
    text-shadow: 1px 2px 2px #fff;
}
#caregiving h3:before,#construction h3:before {
    color:#fff;
}
#caregiving h3 ,#construction h3{
   margin-left: 0rem;
}
.article h4 {
    padding: 0.3em 0.6em 0.3em 0.6em;
    border-top: dotted 1px #01a563;
    border-bottom: dotted 1px #01a563;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #00613a;
}
.footer h4.wt {
    padding: 0.2em 0.6em 0.2em 0.6em;
    /*上下の余白*/
    
    border-top: dotted 1px #83d3ff;
    /*上線*/
    
    border-bottom: dotted 1px #83d3ff;
    /*下線*/
    
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, .15);*/
}
.article h5 {
    padding: 0.0em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 8px #ff9924;
    border-bottom: 0px solid #ddd;
}
.article h6 {
    padding: 0.25em 0.5em;
    display: block;
    line-height: 1.3;
    /*background: #02d47d;*/
    
    background: -moz-linear-gradient(left, #00a662 1%, #fcff3e);
    background: -webkit-linear-gradient(left, #00a662 1%, #fcff3e);
    background: linear-gradient(to right, #00a662 1%, #fcff3e);
    /* vertical-align: middle; */
    
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.article h6:before {
    content: '●';
    color: white;
    margin-right: 8px;
}


/* 2025.08 ポータルサイト構築時の調整*/
.footer_inner {
  max-width: 1440px !important;
  padding: 0 2.0rem;
  margin: 0 auto;
}
.btn.ico_contact:before {
  background: url(../images/ico_mail.png) no-repeat center;
}