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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
}

.c-header {
    padding: 30px 50px 0 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

@media only screen and (max-width: 1199px) {
    .c-header {
        padding: 15px 15px 0 15px;
    }
}

.c-header__logo img {
    width: 350px;
}

@media only screen and (max-width: 1199px) {
    .c-header__logo img {
        width: 250px;
    }
}

.c-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sub-page .c-header {
  padding: 0px 50px 0 30px;
  height: 100px;
  background: #006837;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .sub-page .c-header {
        padding: 15px 15px 0 15px;
        height: auto;
        background: transparent;
        position: absolute;
    }
}
.sub-page .c-header__inner {
  height: 100%;
}
.c-menu {
    display: none;
    width: 65px;
    height: 65px;
    position: fixed;
    background-color: #3ea72e;
    right: 0px;
    top: 0px;
    justify-content: center;
    z-index: 1000;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1199px) {
    .c-menu {
        display: flex;
    }
}

.c-menu:after {
    content: "MENU";
    color: #fff;
    position: absolute;
    left: 28px;
    bottom: 21px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: .5px;
    left: 19px;
    bottom: 13px;
    font-size: 0.8rem;
}

.c-menu__icon:nth-child(1) {
    top: 17px;
    left: 19px;
}

.c-menu__icon:nth-child(2) {
    top: 25px;
    left: 19px;
}

.c-menu__icon:nth-child(3) {
    width: 14px;
    left: 19px;
    top: 33px;
}

.c-menu__icon {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body.menu-open .c-menu__icon {
    top: 25px;
}

body.menu-open .c-menu__icon:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-open .c-menu__icon:nth-child(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

body.menu-open .c-menu__icon:nth-child(3) {
    display: none;
}

.c-headersp .c-gnavisp {
    position: fixed;
    top: 0px;
    padding-top: 64px;
    background-color: #3ea72e;
    width: 100%;
    z-index: 999;
    display: none;
    overflow-y: scroll;
    height: 100vh;
}

.c-headersp .c-gnavisp ul {}

.c-headersp .c-gnavisp ul li {}

.c-headersp .c-gnavisp ul li a {
    padding: 20px 20px;
    display: block;
    border-top: 1px solid #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.c-headersp .c-gnavisp ul li a:hover {
    text-decoration: none;
}

.c-footer {
    color: #fff;
    background: #00723c;
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .c-footer {
        padding-top: 35px;
    }
}

.c-footer1 {
    padding-bottom: 115px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1{
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .c-footer1__logo{
        text-align: center;
    }
}

.c-footer1__logo img {
    width: 350px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__logo img {
        width: 250px;
    }
}

.c-footer1__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-footer1__left {
    width: 510px;
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 1.5625;
    font-weight: 500;
    letter-spacing: 1.25px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__left {
        width: 100%;
    }
}

.c-footer1__right {
    width: calc(100% - 510px);
    padding-top: 75px;
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 2.25;
    font-weight: 500;
    letter-spacing: 0.75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right {
        width: 100%;
        padding-top: 30px;
    }
}

.c-footer1__right ul:first-child {
    padding-right: 90px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right ul:first-child {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right ul {
        width: 100%;
    }
}

.c-footer1__right ul a {
    padding-left: 18px;
    position: relative;
    
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right ul a {
        background: linear-gradient(
            180deg,
            #0B6D3B 0%,
            #085F34 100%
        );
        padding: 7px 18px;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right ul a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #9fd23a;
        border-right: 1px solid #9fd23a;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
    }
}

.c-footer1__right ul a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    top: 12px;
    left: 0;
    background: url("../images/ico-bullet.svg") no-repeat;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__right ul a:before {
        display: none;
    }
}

.c-footer1__text {
    padding-top: 37px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__text {
        padding-top: 25px;
    }
}

.c-footer1__text p + p {
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .c-footer1__text p + p {
        padding-top: 25px;
    }
}

.c-footer__copyright {
    font-size: clamp(13px, 0.78125vw, 15px);
    line-height: 1.2;
    text-align: center;
    background: #333;
    padding: 41px 0px;
}

@media only screen and (max-width: 1199px) {
    .c-footer__copyright {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 15px 20px;
    }
}

.c-sidebar {
    font-size: inherit;
}

.c-breadcrumb {
    font-size: inherit;
}

body {
    color: #111;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
        sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 320px;
    }
}

.l-container {
    margin: 0 auto;
    max-width: 92%;
    width: 1140px;
}
.l-container1 {
  margin: 0 auto;
  max-width: 92%;
  width: 1200px;
}
.c-btn1 {
    max-width: 20.8333333333vw;
    width: 100%;
    height: 3.125vw;
    color: #fff;
    font-size: clamp(16px, 1.09375vw, 21px);
    line-height: 3.8095238095;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#3ea72e),
        color-stop(50%, #3ea72e),
        to(#fbdf23));
    background: -webkit-linear-gradient(left,
        #3ea72e 0%,
        #3ea72e 50%,
        #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    -webkit-animation: ani 15s infinite;
    animation: ani 15s infinite;
}

@media only screen and (max-width: 1199px) {
    .c-btn1 {
        max-width: 200px;
        height: 45px;
    }
}

.c-btn2 {
    max-width: 300px;
    width: 100%;
    height: 60px;
    color: #4d4d4d;
    font-size: 1.7rem;
    line-height: 2.64705882353;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#3fccff), color-stop(50%, #3fccff), to(#00e99e));
    background: -webkit-linear-gradient(left, #3fccff 0%, #3fccff 50%, #00e99e 100%);
    background: linear-gradient(90deg, #3fccff 0%, #3fccff 50%, #00e99e 100%);
    -webkit-animation: ani 15s infinite;
    animation: ani 15s infinite;
}

@media only screen and (max-width: 1199px) {
    .c-btn2 {
        max-width: 200px;
        height: 50px;
        font-size: 1.5rem;
    }
}

.c-btn__top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3ea72e;
    border-radius: 3px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .c-btn__top {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 66px;
    }
}

.c-btn__top:hover {
    opacity: 1;
}

.c-btn__top--none {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.c-btn__contact {
    position: fixed;
    width: 80px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1000;
}

.c-title1 h2,
.c-title1 h3 {
  font-size: clamp(24px, 1.7708333333vw, 34px);
  line-height: 1.5294117647;
  color: #4d4d4d;
  padding-left: 2.0833333333vw;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .c-title1 h2,
    .c-title1 h3 {
        padding-left: 20px;
        font-size: 2rem;
    }
}
.c-title1 h2:before,
.c-title1 h3:before {
  content: "";
  position: absolute;
  width: 15px;
  height: calc(100% - 10px);
  background: #3ea72e;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .c-title1 h2:before,
    .c-title1 h3:before {
        width: 10px;
        height: 100%;
    }
}
.c-title1--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-title1--2 h3 {
  font-size: clamp(18px, 1.4583333333vw, 28px);
  line-height: 1.6071428571;
}
.c-title2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.c-title2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 320px;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background-size: contain;
}

@media only screen and (max-width: 1199px) {
    .c-title2:before {
        top: 3px;
        width: 60px;
        height: 20px;
    }
}

.c-title2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 320px;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#fbdf23), color-stop(50%, #3ea72e), to(#3ea72e));
    background: -webkit-linear-gradient(left, #fbdf23 0%, #3ea72e 50%, #3ea72e 100%);
    background: linear-gradient(90deg, #fbdf23 0%, #3ea72e 50%, #3ea72e 100%);
    background-size: contain;
}

@media only screen and (max-width: 1199px) {
    .c-title2:after {
        top: 3px;
        width: 60px;
        height: 20px;
    }
}
.c-title2 p {
    font-size: 2.4rem;
    line-height: 3.3333333333;
    font-weight: 600;
    color: #606060;
    padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
    .c-title2 p {
        font-size: 1.8rem;
        line-height: 1.5;
        padding-top: 5px;
    }
}
.c-title2 img {
    width: 378px;
}
@media only screen and (max-width: 1199px) {
    .c-title2 img {
        width: 189px;
    }
}
.c-title2--1 h2 {
  font-size: 3rem;
  line-height: 1.7333333333;
  color: #4d4d4d;
}
@media only screen and (max-width: 1199px) {
    .c-title2--1 h2 {
        font-size: 2rem;
        text-align: center;
    }
}
.c-title2--1:before {
  width: 240px;
  height: 45px;
  top: 5px;
  background: url("../images/title2-bg3.svg") no-repeat;
}
@media only screen and (max-width: 1199px) {
    .c-title2--1:before {
        display: none;
    }
}
.c-title2--1:after {
  width: 240px;
  height: 45px;
  top: 5px;
  background: url("../images/title2-bg4.svg") no-repeat;
}
@media only screen and (max-width: 1199px) {
    .c-title2--1:after {
        display: none;
    }
}
.c-title3 h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1666666667;
  color: #4d4d4d;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    .c-title3 h2 {
        font-size: 2.2rem;
        padding-bottom: 15px;
    }
}
.c-title3 h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3ea72e),
    color-stop(50%, #3ea72e),
    to(#fbdf23)
  );
  background: -webkit-linear-gradient(
    left,
    #3ea72e 0%,
    #3ea72e 50%,
    #fbdf23 100%
  );
  background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}
.c-title4 {
    display: flex; 
    align-items: center; 
    gap: 14px;
    margin-top: 50px;
}
.c-title4 span {
    width: 6px; 
    height: 30px; 
    background: linear-gradient(rgb(70, 162, 63), rgb(140, 198, 63)); 
    border-radius: 2px;
}
.c-title4 h2 {
    margin: 0px; 
    font-size: 25px; 
    font-weight: 700; 
    color: rgb(34, 34, 34);
}
.c-title4--1 {
    margin-top: 0;
}
.c-title5 {
    text-align: center;
}
.c-title5__en {
    font-size: 4rem; 
    font-weight: 600; 
    color: #66ae22; 
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 1199px) {
    .c-title5__en {
        font-size: 3rem;
    }
}
.c-title5__line {
    width: 100px; 
    height: 5px; 
    margin: 8px auto 15px; 
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%); 
    border-radius: 3px;
}
@media only screen and (max-width: 1199px) {
    .c-title5__line {
        width: 80px;
        height: 3px;
    }
}
.c-title5__ja{
    color: rgb(85, 85, 85); 
    font-size: 1.6rem;
    font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .c-title5__ja {
        font-size: 1.4rem;
    }
}
.c-title6{
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    height: 55px;
    background-color: #3ea72e;
    line-height: 1.8;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px;
}
@media only screen and (max-width: 1199px) {
    .c-gnav {
        display: none;
    }
}

.c-gnav li {
    display: inline-block;
}

.c-gnav li+li {
    margin-left: 2.8645833333vw;
}

.c-gnav a {
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-size: clamp(14px, 0.8333333333vw, 16px);
}

.c-gnav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -14px;
    background-image: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#fbdf23),
        to(#fbdf23));
    background-image: -webkit-linear-gradient(top, #fbdf23, #fbdf23);
    background-image: linear-gradient(180deg, #fbdf23, #fbdf23);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 10px;
    -webkit-transition: background-size 400ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-size 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.c-gnav a:hover {
    opacity: 1;
}

.c-gnav a:hover:before {
    background-position: 0 100%;
    background-size: 100% 6px;
}

.c-mv1 {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .c-mv1 {
        height: 500px;
    }
}
.c-mv1--subpage {
  height: 300px;
}
.c-mv1--subpage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv1--subpage .c-mv1__text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
}
.c-mv1--subpage .c-mv1__text h2 {
    font-size: clamp(50px, 3.125vw, 60px);
    line-height: 1.75;
    font-family: "Arial", sans-serif;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .c-mv1--subpage .c-mv1__text h2 {
        font-size: 3rem;
        line-height: 1.5;
        text-align: center;
    }
}
.c-mv1--subpage .c-mv1__text p {
  padding-left: 0;
  padding-top: 5px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .c-mv1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.c-mv1__text {
    position: absolute;
    top: 11.71875vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .c-mv1__text {
        width: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.c-mv1__text h1 {
    font-family: "uddigikyokasho-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(35px, 3.125vw, 60px);
    line-height: 1.3333333333;
    color: #fff;
    padding-left: 3.8020833333vw;
    position: relative;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .c-mv1__text h1 {
        padding-left: 35px;
        font-size: 3rem;
    }
}

.c-mv1__text h1:before {
    content: "";
    position: absolute;
    width: 1.5625vw;
    height: calc(100% - 1.1458333333vw);
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    background: #3ea72e;
}

@media only screen and (max-width: 1199px) {
    .c-mv1__text h1:before {
        width: 15px;
    }
}

.c-mv1__text h1.bar-active::before {
    transform: translateY(-50%) scaleX(1);
    transition: transform 0.7s ease;
}

.c-mv1__text p {
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.875;
    font-family: "Arial", sans-serif;
    padding-left: 3.8020833333vw;
    padding-top: 1.40625vw;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .c-mv1__text p {
        padding-left: 35px;
        padding-top: 13px;
        line-height: 1.5;
    }
}

.c-mv1__text h1,
.c-mv1__text h2,
.c-mv1__text h1 span,
.c-mv1__text p,
.c-mv1__btn {
    opacity: 0;
    transform: translateX(-40px);
}

.c-mv1__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.3333333333vw;
}

@media only screen and (max-width: 1199px) {
    .c-mv1__btn {
        padding-top: 20px;
    }
}

.c-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list1__item {
    position: relative;
    overflow: hidden;
    width: 25%;
    padding-top: 25%;
    box-sizing: border-box;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

@media only screen and (max-width: 1199px) {
    .c-list1__item {
        width: 50%;
        padding-top: 50%;
    }
}

.c-list1__item:nth-child(4){
    border-right: none;
}

@media only screen and (max-width: 1199px) {
    .c-list1__item:nth-child(2){
        border-right: none;
    }
}

@media only screen and (max-width: 1199px) {
    .c-list1__item:nth-child(1),
    .c-list1__item:nth-child(2){
        border-bottom: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }
}

@media only screen and (max-width: 1199px) {
    .c-list1__item:nth-child(1),
    .c-list1__item:nth-child(3){
        border-right: 1px solid #aaaaaa;
    }
}

@media only screen and (max-width: 1199px) {
    .c-list1__item:nth-child(3),
    .c-list1__item:nth-child(4){
        border-top: none;
    }
}

.c-list1__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(.65, 0, .35, 1);
    z-index: 100;
    transform: scaleY(1);
    transform-origin: bottom;
}

.c-list1__item:hover:before {
    transform: scaleY(0);
}

.c-list1__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.c-list1__item:hover {
    opacity: 1;
}

.c-list1__item:hover img {
    transform: scale(1.05);
}

/*.c-list1__item:hover:before {
    background: rgba(0, 0, 0, 0);
}*/

.c-list1__item:hover .c-list1__text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.c-list1__text {
    position: absolute;
    max-width: 15.625vw;
    width: 100%;
    height: 5.7291666667vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1199px) {
    .c-list1__text {
        max-width: 80%;
        height: 75px;
        font-size: 1.6rem;
    }
}

.c-list1__text span {
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 2.0625;
}

@media only screen and (max-width: 1199px) {
    .c-list1__text span {
        font-size: 1.2rem;
    }
}

.c-post1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0px;
    border-top: 1px solid #b3b3b3;
}

@media only screen and (max-width: 1199px) {
    .c-post1 {
        padding: 25px 0px;
    }
}

.js-post-animation {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-post-animation.is-show {
    opacity: 1;
    transform: translateY(0);
}

.c-post1:last-child {
    border-bottom: 1px solid #b3b3b3;
}

.c-post1__image {
    width: 300px;
    margin-right: 60px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .c-post1__image {
        width: 100%;
        margin-right: 0;
    }
}

.c-post1__image a {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.c-post1__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease;
}

.c-post1:hover .c-post1__image img {
    transform: scale(1.05);
}

.c-post1__image p {
    position: absolute;
    font-size: 1.2rem;
    line-height: 3;
    background: #3ea72e;
    width: 120px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    top: 0;
    right: 0;
}

.c-post1__text {
    width: calc(100% - 360px);
}

@media only screen and (max-width: 1199px) {
    .c-post1__text {
        width: 100%;
        padding-top: 20px;
    }
}

.c-post1__text h3 {
    font-size: clamp(20px, 1.1458333333vw, 22px);
    line-height: 1.2;
    color: #4d4d4d;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .c-post1__text h3 {
        font-size: 1.8rem;
    }
}

.c-post1__date {
    font-size: 1.2rem;
    line-height: 3;
    color: #4d4d4d;
}

.c-post1__txt {
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 1.75;
    color: #4d4d4d;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-post1__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 15px;
}

.c-post1__btn a {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #3ea72e;
    color: #fff;
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
}

.c-post1__btn a:hover {
    opacity: 1;
    border: 1px solid #3ea72e;
    background: #fff;
    color: #3ea72e;
}
.c-post2 {
  padding-top: 95px;
  padding-bottom: 85px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .c-post2 {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
}
.c-post2:before {
  content: "";
  position: absolute;
  background: url(../images/features2-image1.jpg) no-repeat center;
  background-size: cover;
  left: 20px;
  width: calc(50% - 140px);
  height: calc(100% - 190px);
  z-index: 10;
  bottom: 85px;
}
@media only screen and (max-width: 1199px) {
    .c-post2:before {
        display: none;
    }
}
.c-post2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.c-post2__left {
  width: 450px;
  margin-right: 100px;
}
@media only screen and (max-width: 1199px) {
    .c-post2__left {
        width: 100%;
        margin-right: 0;
    }
}
.c-post2__left img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
    .c-post2__left img {
        display: block;
    }
}
.c-post2__right {
  width: calc(100% - 550px);
}
@media only screen and (max-width: 1199px) {
    .c-post2__right {
        width: 100%;
        padding-top: 20px;
    }
}
.c-post2__title{
    position: relative;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 33px;
}
@media only screen and (max-width: 1199px) {
    .c-post2__title{
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
}
.c-post2__title:before{
    content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3ea72e),
    color-stop(50%, #3ea72e),
    to(#fbdf23)
  );
  background: -webkit-linear-gradient(
    left,
    #3ea72e 0%,
    #3ea72e 50%,
    #fbdf23 100%
  );
  background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}
.c-post2__right h2 {
  font-size: 3rem;
  line-height: 1.7333333333;
  color: #4d4d4d;
}
@media only screen and (max-width: 1199px) {
    .c-post2__right h2 {
        font-size: 2rem;
    }
}
.c-post2__right h2 span{
    margin-right: 14px;
}
.c-post2__text {
  font-size: 1.6rem;
  line-height: 2.1875;
  color: #333;
  padding-top: 33px;
}
@media only screen and (max-width: 1199px) {
    .c-post2__text {
        font-size: 1.4rem;
        padding-top: 17px;
    }
}
.c-post2__text p + p {
  padding-top: 33px;
}
@media only screen and (max-width: 1199px) {
    .c-post2__text p + p {
        padding-top: 17px;
    }
}
.c-post2__text ul li {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
.c-post2__text ul li:before {
  content: "・";
  position: absolute;
  color: 333333;
  left: 0;
  top: 0;
}
.c-post2--2:before {
  background: url(../images/features2-image2.jpg) no-repeat center;
  background-size: cover;
  bottom: 85px;
  right: 20px;
  height: calc(100% - 190px);
  left: auto;
}
.c-post2--2:after {
  content: "";
  position: absolute;
  background: url(../images/features2-bg1.jpg) no-repeat top 0px left 0px;
  background-size: cover;
  top: 0;
  left: 0;
  width: 62.5vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .c-post2--2:after {
        width: 100%;
    }
}
.c-post2--2 .c-post2__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
    .c-post2--2 .c-post2__inner {
        flex-direction: inherit;
    }
}
.c-post2--2 .c-post2__left {
  width: calc(100% - 740px);
}
@media only screen and (max-width: 1199px) {
    .c-post2--2 .c-post2__left {
        width: 100%;
    }
}
.c-post2--2 .c-post2__right {
  width: 640px;
  margin-right: 100px;
}
@media only screen and (max-width: 1199px) {
    .c-post2--2 .c-post2__right {
        width: 100%;
        margin-right: 0;
    }
}
.c-post2--2 .c-post2__text {
  padding-top: 0px;
}
.c-post2--2 .c-post2__text p + p {
  padding-top: 0px;
}
.c-post2--3 {
  padding-bottom: 260px;
}
@media only screen and (max-width: 1199px) {
    .c-post2--3 {
        padding-bottom: 40px;
    }
}
.c-post2--3:before {
    background: url(../images/features2-image3.jpg) no-repeat center;
    background-size: cover;
}
.c-post2--3 .c-post2__text {
  padding-top: 0px;
}
.c-post2--3 .c-post2__text p + p {
  padding-top: 0px;
}
.c-post2--4 {
  padding-bottom: 280px;
}
@media only screen and (max-width: 1199px) {
    .c-post2--4 {
        padding-bottom: 40px;
    }
}
.c-post2--4:before {
  background: url(../images/features2-image5.png) no-repeat top 115px left 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 50%;
  height: 100%;
  left: auto;
}
.c-post2--4:after {
  content: "";
  position: absolute;
  background: url(../images/features2-bg2.jpg) no-repeat top 0px left 0px;
  background-size: cover;
  top: 0;
  left: 0;
  width: 81.25vw;
  height: calc(100% - 280px);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
    .c-post2--4:after {
        width: 100%;
        height: 100%;
    }
}
.c-post2--4 .c-post2__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
    .c-post2--4 .c-post2__inner {
        flex-direction: inherit;
    }
}
.c-post2--4 .c-post2__left {
  width: calc(100% - 775px);
}
@media only screen and (max-width: 1199px) {
    .c-post2--4 .c-post2__left {
        width: 100%;
    }
}
.c-post2--4 .c-post2__right {
  width: 675px;
  margin-right: 100px;
}
@media only screen and (max-width: 1199px) {
    .c-post2--4 .c-post2__right {
        width: 100%;
        margin-right: 0;
    }
}
.c-post2--4 .c-post2__text {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .c-post2--4 .c-post2__text {
        padding-bottom: 0;
    }
}
.c-post3 {
    padding: 64px 40px;
    background: #fff;
}
@media only screen and (max-width: 1199px) {
    .c-post3 {
        padding: 32px 15px;
    }
}
.c-post3--1 {
    background:linear-gradient(120deg,#eafaef 0%,#eef6db 55%,#f7f3c7 100%);
}
.c-post3--2 {
    background: linear-gradient(120deg, rgb(234, 250, 239) 0%, rgb(238, 246, 219) 55%, rgb(247, 243, 199) 100%);
}
.c-post3__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .c-post3__inner {
        flex-direction: column;
        gap: 32px;
    }
}
@media only screen and (max-width: 1199px) {
    .c-post3--1 .c-post3__inner {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 1199px) {
    .c-post3--2 .c-post3__inner {
        flex-direction: column-reverse;
    }
}
.c-post3__left {
    flex: 0 0 46%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .c-post3__left {
        flex: none;
        width: 100%;
    }
}
.c-post3__image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.c-post3__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-post3__image span {
    font-family: monospace;
    font-size: 1.1rem;
    color: #7e9560;
    background: rgba(255,255,255,.8);
    padding: 4px 9px;
    border-radius: 3px;
}
.c-post3__right {
    flex: 1;
    min-width: 0;
}
@media only screen and (max-width: 1199px) {
    .c-post3__right {
        flex: none;
        width: 100%;
    }
}
.c-post3--1 .c-post3__left, .c-post3--2 .c-post3__left{
    flex: 1 1 0%;
    min-width: 0px;
}
.c-post3--1 .c-post3__right, .c-post3--2 .c-post3__left {
    flex: 0 0 46%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .c-post3--1 .c-post3__right, .c-post3--2 .c-post3__left {
        flex: none;
        width: 100%;
    }
}
.c-post3__info {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: Arial, sans-serif;
    color: #66ae22;
}
@media only screen and (max-width: 1199px) {
    .c-post3__info {
        gap: 5px;
    }
}
.c-post3__info span:nth-child(1) {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (max-width: 1199px) {
    .c-post3__info span:nth-child(1) {
        font-size: 5rem;
    }
}
.c-post3__info span:nth-child(2) {
    font-size: 1.8rem;
    font-weight: 600;
}
@media only screen and (max-width: 1199px) {
    .c-post3__info span:nth-child(2) {
        font-size: 1.6rem;
    }
}
.c-post3__title {
    margin: 5px 0 0;
    font-size: 4rem;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
    .c-post3__title {
        font-size: 2.4rem;
    }
}
.c-post3__title span {
    font-size: 2rem;
    color: #888;
    font-weight:500;
}
@media only screen and (max-width: 1199px) {
    .c-post3__title span {
        font-size: 1.6rem;
    }
}
.c-post3__line {
    width: 100px; 
    height: 5px; 
    margin: 16px 0px 18px; 
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    border-radius: 2px;
}
@media only screen and (max-width: 1199px) {
    .c-post3__line {
        width: 80px;
        height: 3px;
    }
}
.c-post3__lead {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #356e31;
    line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
    .c-post3__lead {
        font-size: 1.6rem;
    }
}
.c-post3__desc {
    margin: 0 0 18px;
    font-size: 1.5rem;
    color: #555;
    line-height: 1.75;
    text-wrap: pretty;
}
@media only screen and (max-width: 1199px) {
    .c-post3__desc {
        font-size: 1.4rem;
    }
}
.c-post3__list {
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px;
}
.c-post3 .c-post3__list li {
    display: flex; 
    align-items: center; 
    gap: 8px; 
    font-size: 1.4rem; 
    color: rgb(58, 110, 58); 
    background: rgb(240, 248, 230);
    border: 1px solid rgb(217, 234, 208); 
    border-radius: 20px; 
    padding: 7px 15px;
}
@media only screen and (max-width: 1199px) {
    .c-post3 .c-post3__list li {
        font-size: 1.3rem;
    }
}
.c-post3--1 .c-post3__list li, .c-post3--2 .c-post3__list li {
    background: rgb(255, 255, 255);
}
.c-post3__list li span:first-child {
    flex: 0 0 auto; 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
    background: rgb(92, 174, 47);
}
.c-post4 {
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    padding: 26px 28px; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 18px;
}
@media only screen and (max-width: 1199px) {
    .c-post4 {
        padding: 20px; 
    }
}
.c-post4 h4 {
    margin: 0px 0px 14px; 
    font-size: 1.8rem; 
    font-weight: 700; 
    color: rgb(43, 110, 52); 
    display: flex; 
    align-items: center; 
    gap: 9px;
    position: relative;
    padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
    .c-post4 h4 {
        font-size: 1.6rem;
    }
}
.c-post4 h4:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: rgb(70, 162, 63); 
    border-radius: 2px;
    left: 0;
    top: 10px;
}
@media only screen and (max-width: 1199px) {
    .c-post4 h4:before {
        top: 8px;
    }
}
.c-post4 ul {
    display: flex; 
    flex-direction: column; 
    gap: 8px;
}
.c-post4 ul li {
    display: flex; 
    align-items: flex-start; 
    gap: 9px; 
    font-size: 1.6rem; 
    color: rgb(74, 74, 74); 
    line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
    .c-post4 ul li {
        font-size: 1.4rem;
    }
}
.c-post4 ul li span:first-child{
    flex: 0 0 auto; 
    margin-top: 10px; 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
    background: rgb(156, 203, 95);
}
@media only screen and (max-width: 1199px) {
    .c-post4 ul li span:first-child{
        margin-top: 8px;
    }
}
.c-post5 {
    display: flex;
    flex-wrap: wrap;
    color: #4d4d4d;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 65px;
}
@media only screen and (max-width: 1199px) {
    .c-post5 {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}
.c-post5 + .c-post5 {
    border-top: 1px solid #cccccc;
}
.c-post5__left {
    width: 300px;
    margin-right: 70px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .c-post5__left {
        width: 100%;
        margin-right: 0;
    }
}
.c-post5__right {
    width: calc(100% - 370px);
}
@media only screen and (max-width: 1199px) {
    .c-post5__right {
        width: 100%;
        padding-top: 30px;
    }
}
.c-post5__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    max-width: 300px;
}
.c-post5__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.c-post5__right h2 {
    font-size: 2.8rem;
    line-height: 1.60714285714;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    .c-post5__right h2 {
        font-size: 2rem;
        margin-bottom: 15px;
        padding-left: 20px;
    }
}
.c-post5__right h2:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 80px;
    background: #3ea72e;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .c-post5__right h2:before {
        width: 10px;
        height: 40px;
    }
}
.c-post5__right p{
    font-size: 2.1rem;
    line-height: 2.14285714286;
    padding-left: 40px;
    padding-bottom: 21px;
}
@media only screen and (max-width: 1199px) {
    .c-post5__right p {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-bottom: 11px;
    }
}
.c-post5__text {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #333;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .c-post5__text {
        font-size: 1.4rem;
        padding-top: 15px;
    }
}
.c-post5__text:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}
.c-post5__btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
    .c-post5__btn {
        padding-top: 25px;
    }
}
.c-post6 {
  width: 100%;
  padding: 20px 15px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: flex;
}

.c-post6:nth-child(1) {
  border-top: 1px solid #dddddd;
}

.c-post6__image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}

.c-post6__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-post6__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.c-post6__text {
  width: 150px;
}

.c-post6__date {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.c-post6__date:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/ico-clock.png) no-repeat;
  width: 16px;
  height: 16px;
}

.c-post6__text a {
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 1.2;
  color: #333333;
}
.c-post7 {
  /* width: 240px; */
  margin-bottom: 25px;
  width: calc(33.33% - 15px);
  margin-left: 15px;
}
@media only screen and (max-width: 767px){
  .c-post7 {
    width: calc(50% - 15px);
  }
}

.c-post7__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}

.c-post7 p {
  margin-top: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333333;
}

.c-post7__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.is-line span {
  position: relative;
}
.is-line span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 10px;
  width: 100%;
  left: 0;
  background-color: #fcee21;
  z-index: -1;
}
.is-transition{
    transition: 1s;
}
.js-effect02{
    opacity: 0;
    transform: translateY(50px);
}
.is-effect02{
    opacity: 1;
    transform: translate(0, 0);
}
.js-effect.is-effect:before{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: transitionWidth;
    animation-name: transitionWidth;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes transitionWidth{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.p-top2 {
    padding: 95px 0px 100px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .p-top2 {
        padding: 0px 0px 35px;
    }
}

.p-top2:after {
    content: "";
    position: absolute;
    background: url(../images/top2-bg.jpg) no-repeat top 0px right 0px;
    background-size: cover;
    top: 0;
    left: 20.3125vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .p-top2:after {
        left: 0;
    }
}

.p-top2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-top2__left {
    width: 50%;
    padding-left: 2.6041666667vw;
    padding-right: 5.7291666667vw;
}

@media only screen and (max-width: 1199px) {
    .p-top2__left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.p-top2__left__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.p-top2__left__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 250%;
    height: 250%;
    background: #222222;
    opacity: 1;
    transform: skew(-30deg) translateX(-120%);
    transition: all 2s ease;
    z-index: 0;
}

.p-top2__left__image.is-skew:before {
    transform: skew(-30deg) translateX(50%);
}

.p-top2__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-top2__right {
    width: 50%;
    padding-right: 17.3125vw;
}

@media only screen and (max-width: 1500px) {
    .p-top2__right {
        padding-right: 6.3125vw;
    }
}

@media only screen and (max-width: 1199px) {
    .p-top2__right {
        width: 92%;
        margin: 0 auto;
        padding-right: 0;
        padding-top: 30px;
    }
}

.p-top2__right h2 {
    font-size: clamp(24px, 1.7708333333vw, 34px);
    line-height: 1.5294117647;
    color: #4d4d4d;
    padding-left: 2.0833333333vw;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .p-top2__right h2 {
        padding-left: 20px;
        font-size: 2rem;
    }
}

.p-top2__right h2:before {
    content: "";
    position: absolute;
    width: 15px;
    height: calc(100% - 10px);
    background: #3ea72e;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .p-top2__right h2:before {
        width: 10px;
    }
}

.p-top2__text {
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 2.1875;
    color: #333;
    font-weight: 400;
    padding-top: 2.4479166667vw;
    padding-bottom: 3.125vw;
}

@media only screen and (max-width: 1199px) {
    .p-top2__text {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.p-top2__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .p-top2__btn {
        justify-content: center;
    }
}

.p-top3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .p-top3 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.p-top3__cnt {
    padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
    .p-top3__cnt {
        padding-top: 25px;
    }
}

.p-top3__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.p-features1 {
  padding: 70px 0px 85px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .p-features1 {
        padding: 35px 15px 40px;
        position: relative;
    }
}
.p-features1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/features1-bg1.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-features1__cnt {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .p-features1__cnt {
        padding-top: 30px;
    }
}
.p-features1__iframe {
  position: relative;
  padding-top: 56.25%;
}
.p-features1__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.p-features2 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
    .p-features2 {
        padding-bottom: 0px;
    }
}
.p-company1 {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .p-company1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.p-company1:before {
  content: "";
  position: absolute;
  background: url("../images/company1-bg1.png") no-repeat;
  background-size: cover;
  width: calc((100% - 1140px) / 2 + 260px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .p-company1:before {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .p-company1__cnt{
        position: relative;
    }
    .p-company1__cnt:before{
        content: "";
        position: absolute;
        background: url("../images/company1-bg1.png") no-repeat;
        background-size: cover;
        width: 30%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
}
.p-company1__cnt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  font-weight: 500;
  padding: 10px 0px;
}
@media only screen and (max-width: 1199px) {
    .p-company1__cnt dl {
        font-size: 1.4rem;
    }
}
.p-company1__cnt dl:last-child {
  border-bottom: 1px solid #ccc;
}
.p-company1__cnt dl dt {
  width: 260px;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
    .p-company1__cnt dl dt {
        width: 30%;
        padding-left: 15px;
        padding-right: 10px;
    }
}
.p-company1__cnt dl dd {
  width: calc(100% - 260px);
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
    .p-company1__cnt dl dd {
        width: 70%;
        padding-left: 25px;
    }
}
.p-company1__cnt dl dd li {
  padding-left: 20px;
  position: relative;
}
.p-company1__cnt dl dd li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: 0;
  background: url("../images/ico-square.svg") no-repeat;
}
.p-company1--1 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .p-company1--1 {
        margin-bottom: 10px;
    }
}
.p-company2 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .p-company2 {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}
.p-company2__map {
  margin-top: 40px;
  position: relative;
  padding-top: 43.859649122%;
}
@media only screen and (max-width: 1199px) {
    .p-company2__map {
        margin-top: 20px;
        padding-top: 75%;
    }
}
.p-company2__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company2__wrapper {
  position: relative;
}
.p-company2__wrapper:before {
  content: "";
  position: absolute;
  background: url("../images/company2-bg1.png") no-repeat;
  background-size: cover;
  width: calc((100% - 1140px) / 2 + 260px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .p-company2__wrapper:before {
        display: none;
    }
}
.p-company2__box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
    .p-company2__box {
        max-width: 92%;
    }
}
.p-company2__left {
  width: 260px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 155px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .p-company2__left {
        width: 100%;
        font-size: 1.8rem;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .p-company2__left:before {
        content: "";
        position: absolute;
        background: url("../images/company2-bg1.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
}
.p-company2__right {
  width: calc(100% - 260px);
  padding-left: 55px;
  padding-top: 50px;
  padding-bottom: 63px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__right {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.p-company2__right dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 10px 0px;
}
.p-company2__right dl:last-child {
  border-bottom: 1px solid #ccc;
}
.p-company2__right dl dt {
  width: 160px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__right dl dt {
        width: 120px;
    }
}
.p-company2__right dl dt img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__right dl dt img {
        width: 30px;
        height: 30px;
    }
}
.p-company2__right dl dt img + img {
  margin-left: 3px;
}
.p-company2__right dl dd {
  width: calc(100% - 160px);
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-company2__right dl dd {
        width: calc(100% - 120px);
        font-size: 1.4rem;
    }
}
.p-company2__image {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__image {
        margin-top: 30px;
        text-align: center;
    }
}
.p-company2__image img:nth-child(2) {
  padding-top: 15px;
  padding-left: 5px;
}
.p-company2__cnt--1 .p-company2__map {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__cnt--1 .p-company2__map {
        margin-top: 50px;
    }
}
.p-company2__cnt--1 .p-company2__left {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .p-company2__cnt--1 .p-company2__left {
        padding-top: 30px;
    }
}
.p-company2__cnt--1 .p-company2__info dl:nth-child(1) dt img:nth-child(1) {
  width: 55px;
  height: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-company2__cnt--1 .p-company2__info dl:nth-child(1) dt img:nth-child(1) {
        width: 45px;
        height: 25px;
    }
}
.p-company3 {
  position: relative;
}
.p-company3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/company3-bg1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-company3__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 55px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1199px) {
    .p-company3__top {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
.p-company3__top__left {
  width: 300px;
  margin-right: 70px;
}
@media only screen and (max-width: 1199px) {
    .p-company3__top__left {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}
.p-company3__top__right {
  width: calc(100% - 370px);
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
    .p-company3__top__right {
        width: 100%;
        padding-top: 0px;
    }
}
.p-company3__top__right h2 {
  font-size: 2rem;
  line-height: 1.75;
  color: #4d4d4d;
}
@media only screen and (max-width: 1199px) {
    .p-company3__top__right h2 {
        font-size: 1.8rem;
    }
}
.p-company3__top__right p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  padding-top: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-company3__top__right p {
        font-size: 1.4rem;
        padding-top: 15px;
    }
}
.p-company3__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
    .p-company3__bottom {
        padding-top: 20px;
        padding-bottom: 35px;
    }
}
.p-company3__bottom__left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .p-company3__bottom__left {
        width: 100%;
    }
}
.p-company3__bottom__right {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
    .p-company3__bottom__right {
        width: 100%;
    }
}
.p-company3__bottom__right p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  padding-top: 80px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-company3__bottom__right p {
        font-size: 1.4rem;
        padding-top: 25px;
    }
}
.p-policy1 {
  padding-top: 92px;
  padding-bottom: 70px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-policy1 {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 1.4rem;
    }
}
.p-policy1__text {
  padding-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__text {
        padding-bottom: 20px;
    }
}
.p-policy1__item h3 {
  font-size: 3rem;
  line-height: 1.7333333333;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__item h3 {
        font-size: 2rem;
        padding-bottom: 10px;
    }
}
.p-policy1__item h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3ea72e),
    color-stop(50%, #3ea72e),
    to(#fbdf23)
  );
  background: -webkit-linear-gradient(
    left,
    #3ea72e 0%,
    #3ea72e 50%,
    #fbdf23 100%
  );
  background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}
.p-policy1__item + .p-policy1__item {
  padding-top: 52px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__item + .p-policy1__item {
        padding-top: 26px;
    }
}
.p-policy1__txt {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__txt {
        padding-top: 15px;
    }
}
.p-policy1__txt p + p {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__txt p + p {
        padding-top: 15px;
    }
}
.p-policy1__contact {
  padding-top: 55px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__contact {
        padding-top: 30px;
    }
}
.p-policy1__contact p + p {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-policy1__contact p + p {
        padding-top: 15px;
    }
}
.p-policy2 {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-policy2 {
        padding-top: 30px;
        padding-bottom: 60px;
        font-size: 1.4rem;
    }
}
.p-policy2__text {
  padding-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__text {
        padding-bottom: 15px;
    }
}
.p-policy2__cnt {
  padding-top: 70px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__cnt {
        padding-top: 35px;
    }
}
.p-policy2__item h3 {
  font-size: 2rem;
  line-height: 2.6;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__item h3 {
        font-size: 1.6rem;
    }
}
.p-policy2__item h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3ea72e),
    color-stop(50%, #3ea72e),
    to(#fbdf23)
  );
  background: -webkit-linear-gradient(
    left,
    #3ea72e 0%,
    #3ea72e 50%,
    #fbdf23 100%
  );
  background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}
.p-policy2__item + .p-policy2__item {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__item + .p-policy2__item {
        padding-top: 15px;
    }
}
.p-policy2__txt {
  padding-left: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__txt {
        padding-left: 10px;
        padding-top: 15px;
    }
}
.p-policy2__desc {
  padding-top: 35px;
}
@media only screen and (max-width: 1199px) {
    .p-policy2__desc {
        padding-top: 20px;
    }
}
.p-policy3 {
  padding-top: 100px;
  padding-bottom: 120px;
  color: #4d4d4d;
}

@media only screen and (max-width: 1199px) {
  .p-policy3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.p-policy3__title {
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-policy3__title {
    height: 80px;
  }
}

.p-policy3__list dl + dl {
  padding-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-policy3__list dl + dl {
    padding-top: 35px;
  }
}

.p-policy3__list dl dt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
    .p-policy3__list dl dt {
        font-size: 1.8rem;
    }
}
.p-policy3__list dl dt:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}

.p-policy3__list dl dd {
  font-size: 1.6rem;
  line-height: 1.86666666667;
  font-weight: 400;
  font-weight: 500;
  padding-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .p-policy3__list dl dd {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}

.p-policy3__number {
  list-style-type: decimal;
  padding-left: 20px;
}

.p-policy3__bullet li {
  position: relative;
  padding-left: 20px;
}

.p-policy3__bullet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  background-color: #3ea72e;
}
@media only screen and (max-width: 1199px) {
    .p-policy3__bullet li:before {
        top: 8px;
        width: 11px;
        height: 11px;
    }
}
.p-policy3__author {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.86666666667;
  font-weight: 500;
  color: #333333;
  padding-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .p-policy3__author {
    padding-top: 30px;
    font-size: 1.4rem;
  }
}

.p-policy3__text {
  font-size: 1.6rem;
  line-height: 1.86666666667;
  margin-top: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-policy3__text {
        font-size: 1.4rem;
    }
}

/* Profile */
.p-profile1{
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    background: linear-gradient(120deg, rgb(234, 250, 239) 0%, rgb(238, 246, 219) 50%, rgb(247, 243, 199) 100%);
}
@media only screen and (max-width: 1199px) {
    .p-profile1{
        padding: 40px 15px 40px;
    }
}
.p-profile1__inner{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    gap: 54px;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__inner {
        flex-direction: column;
        gap: 32px;
    }
}
.p-profile1__left{
    flex: 0 0 380px;
    position: sticky;
    top: 70px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__left {
        flex: none;
        width: 100%;
        position: static;
        top: auto;
    }
}
.p-profile1__right{
    flex: 1 1 0%;
    min-width: 0px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__right {
        flex: none;
        width: 100%;
    }
}
.p-profile1__cnt + .p-profile1__cnt{
    margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__cnt + .p-profile1__cnt{
        margin-top: 40px;
    }
}
.p-profile1__person{
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    box-shadow: rgba(60, 120, 50, 0.12) 0px 10px 30px; 
    overflow: hidden;
}
.p-profile1__image{
    width: 100%;  
    display: flex; 
    align-items: flex-end; 
    justify-content: center; 
}
.p-profile1__person__info{
    padding: 24px 24px 28px;
}
.p-profile1__person__position{
    font-size: 1.4rem; 
    font-weight: 700; 
    color: #3ea72e; 
    letter-spacing: 1px;
}
.p-profile1__person__name{
    font-size: 2.6rem; 
    font-weight: 700; 
    color: #333; 
    margin-top: 8px;
}
.p-profile1__person__kana{
    font-size: 1.4rem; 
    color: #333; 
    margin-top: 2px;
}
.p-profile1__person__job{
    margin-top: 14px; 
    padding-top: 14px; 
    border-top: 1px solid rgb(238, 238, 238); 
    font-size: 1.45rem; 
    color: #333; 
    line-height: 1.8;
}
.p-profile1__person__job span{
    color: rgb(136, 136, 136);
} 
.p-profile1__image span{
    font-family: monospace; 
    font-size: 1.1rem; 
    color: rgb(126, 149, 96); 
    background: rgba(255, 255, 255, 0.7); 
    padding: 4px 9px; 
    border-radius: 3px;
}
.p-profile1__text{
    margin-top: 30px; 
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    padding: 34px 38px; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 22px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__text{
        margin-top: 20px; 
    }
}
.p-profile1__text h3{
    margin: 0px 0px 16px; 
    font-size: 2rem; 
    font-weight: 700; 
    color: #006837; 
    line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__text h3{
        font-size: 1.8rem;
    }
}
.p-profile1__text p{
    margin: 0px 0px 14px; 
    font-size: 1.6rem; 
    color: #333; 
    line-height: 2; 
    text-wrap: pretty;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__text p{
        font-size: 1.4rem; 
    }
}
.p-profile1__list{
    margin-top: 30px; 
    position: relative; 
    padding-left: 40px; 
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list{
        margin-top: 20px;
    }
}
.p-profile1__list:before{
    content: "";
    position: absolute;
    height: calc(100% - 5px);
    width: 2px;
    background: rgb(207, 224, 184);
    left: 7px;
    top: 5px;
}
.p-profile1__list__item{
    position: relative; 
    margin-bottom: 28px;
}
.p-profile1__list__item > span{
    position: absolute; 
    left: -40px; 
    top: 4px; 
    width: 16px; 
    height: 16px; 
    border-radius: 50%; 
    background: #3ea72e; 
    border: 3px solid rgb(255, 255, 255); 
    box-shadow: rgb(207, 227, 176) 0px 0px 0px 2px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list__item > span{
        top: 3px; 
    }
}
.p-profile1__list__title{
    font-weight: 700; 
    color: #3ea72e; 
    font-size: 1.6rem; 
    letter-spacing: 0.04em;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list__title{
        font-size: 1.4rem; 
    }
}
.p-profile1__list__text{
    font-weight: 700; 
    color: #333;
    font-size: 1.8rem; 
    margin-top: 3px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list__text{
        font-size: 1.6rem;
    }
}
.p-profile1__list__txt{
    color: #333; 
    font-size: 1.4rem; 
    margin-top: 5px; 
    line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list__txt{
        font-size: 1.2rem;
    }
}
.p-profile1__info{
    margin-top: 30px; 
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    overflow: hidden; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 22px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__info{
        margin-top: 20px; 
    }
}
.p-profile1__info dl{
    display: flex; 
    border-bottom: 1px solid rgb(238, 238, 238);
}
.p-profile1__info dl dt{
    flex: 0 0 180px; 
    padding: 18px 22px; 
    background: linear-gradient(120deg, rgb(233, 248, 238), rgb(238, 243, 214)); 
    font-weight: 600; 
    color: #333; 
    font-size: 1.6rem;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__info dl dt{
        font-size: 1.4rem;
    }
}
.p-profile1__info dl dd{
    flex: 1 1 0%;
    padding: 18px 24px; 
    color: #333; 
    font-size: 1.6rem; 
    line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__info dl dd{
        font-size: 1.4rem;
    }
}
.p-profile1__detail{
    margin-top: 30px; 
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    padding: 34px 38px; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 22px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__detail{
        margin-top: 20px; 
    }
}
.p-profile1__detail h3{
    margin: 0px 0px 16px; 
    font-size: 2rem; 
    font-weight: 700; 
    color: #333; 
    line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__detail h3{
        font-size: 1.8rem;
    }
}
.p-profile1__detail h3 span{
    font-size: 1.4rem; 
    color: #3ea72e; 
    font-weight: 600;
}
.p-profile1__detail__text{
    margin: 0px 0px 14px; 
    font-size: 1.6rem; 
    color: #333; 
    line-height: 2; 
    text-wrap: pretty;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__detail__text{
        font-size: 1.4rem;
    }
}
.p-profile1__detail__text--1{
    margin: 0;
}
.p-profile1__detail__note{
    margin: 0px 0px 14px; 
    font-size: 1.4rem; 
    color: #333; 
    line-height: 1.8;
}
.p-profile1__list1{
    margin-top: 30px; 
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    padding: 28px 36px; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 22px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list1{
        margin-top: 20px; 
    }
}
.p-profile1__list1 ul{
    display: flex; 
    flex-direction: column;
    gap: 11px;
}
.p-profile1__list1 ul li{
    display: flex; 
    align-items: flex-start; 
    gap: 11px; 
    font-size: 1.6rem; 
    color: #333; 
    line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list1 ul li{
        font-size: 1.4rem;
    }
}
.p-profile1__list1 ul li > span:first-child{
    flex: 0 0 auto; 
    margin-top: 11px; 
    width: 7px; 
    height: 7px; 
    border-radius: 50%; 
    background: #3ea72e;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list1 ul li > span:first-child{
        margin-top: 9px; 
    }
}
.p-profile1__list1__other{
    margin-top: 18px; 
    padding-top: 18px; 
    border-top: 1px solid rgb(238, 238, 238); 
    font-size: 1.35rem; 
    color: rgb(85, 85, 85); 
    line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list1__other{
        font-size: 1.2rem;
    }
}
.p-profile1__list1__other a{
    color: #3ea72e;
    font-weight: 600; 
    text-decoration: none;
}
.p-profile1__list2{
    margin-top: 30px; 
    background: rgb(255, 255, 255); 
    border-radius: 10px; 
    padding: 28px 36px; 
    box-shadow: rgba(60, 120, 50, 0.08) 0px 6px 22px;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list2{
        margin-top: 20px; 
    }
}
.p-profile1__list2 ul{
    display: flex; 
    flex-direction: column; 
    gap: 16px;
}
.p-profile1__list2 ul li{
    display: flex; 
    align-items: flex-start; 
    gap: 11px; 
    font-size: 1.6rem; 
    color: rgb(58, 58, 58); 
    line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list2 ul li{
        font-size: 1.4rem;
    }
}
.p-profile1__list2 ul li > span:first-child{
    flex: 0 0 auto; 
    margin-top: 10px; 
    width: 7px; 
    height: 7px; 
    border-radius: 50%; 
    background: #3ea72e;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list2 ul li > span:first-child{
        margin-top: 7px;
    }
}
.p-profile1__list2 ul li > span:last-child span{
    display: block;
}
.p-profile1__list2 ul li > span:last-child span:last-child{
    font-size: 1.4rem; 
    color: #333;
}
@media only screen and (max-width: 1199px) {
    .p-profile1__list2 ul li > span:last-child span:last-child{
        font-size: 1.2rem;
    }
}
.p-profile1__list2 ul li > span:last-child span:first-child{
    font-weight: 600;
    color: #333;
}

/* Services */
.p-service1 {
    padding:78px 40px 36px;
    background:#fff;
}
@media only screen and (max-width: 1199px) {
    .p-service1 {
        padding: 39px 0px 9px;
    }
}
.p-service1 p {
    margin: 0;
    font-size: 1.6rem;
    color: #333;
    line-height: 2;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .p-service1 p {
        font-size: 1.4rem;
    }
}
.p-service3 {
    padding: 74px 40px; 
    background: linear-gradient(120deg, rgb(234, 250, 239) 0%, rgb(238, 246, 219) 50%, rgb(247, 243, 199) 100%);
}
@media only screen and (max-width: 1199px) {
    .p-service3 {
        padding: 37px 15px;
    }
}
.p-service3__inner {
    max-width: 1200px; 
    margin: 0px auto;
}
.p-service3__cnt {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 22px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-service3__cnt {
        gap: 15px;
    }
}
.p-service4 {
    padding: 74px 40px; 
    background: rgb(255, 255, 255);
}
@media only screen and (max-width: 1199px) {
    .p-service4 {
        padding: 37px 15px; 
    }
}
.p-service4__inner {
    max-width: 1200px; 
    margin: 0px auto;
}
.p-service4__inner > p {
    margin: 34px auto 0px; 
    max-width: 760px; 
    text-align: center; 
    font-size: 1.4rem; 
    color: rgb(136, 136, 136); 
    line-height: 1.9;
}
.p-service4__list {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 18px; 
    margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
    .p-service4__list {
        grid-template-columns: repeat(2, 1fr); 
    }
}
.p-service4__item {
    background: linear-gradient(160deg, rgb(243, 250, 234), rgb(238, 246, 214)); 
    border-radius: 10px; 
    padding: 26px 22px; 
    text-align: center; 
    border: 1px solid rgb(227, 238, 203);
}
.p-service4__num {
    width: 55px; 
    height: 55px; 
    margin: 0px auto; 
    border-radius: 50%; 
    background: linear-gradient(135deg, rgb(87, 171, 45), rgb(140, 198, 63)); color: rgb(255, 255, 255); 
    font-weight: 600;
    font-size: 3rem;
    font-family: "Arial", sans-serif;
    display: flex; 
    align-items: center; 
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .p-service4__num {
        width: 50px;
        height: 50px;
        font-size: 2.4rem;
    }
}
.p-service4__title {
    margin-top: 14px; 
    font-size: 1.8rem; 
    font-weight: 700; 
    color: rgb(43, 43, 43);
}
@media only screen and (max-width: 1199px) {
    .p-service4__title {
        font-size: 1.6rem;
    }
}
.p-service4__text {
    margin-top: 8px; 
    font-size: 1.6rem; 
    color: rgb(102, 102, 102); 
    line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
    .p-service4__text {
        font-size: 1.4rem;
    }
}

/* Voice */
.p-voice1 {
    position: relative;
    margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
    .p-voice1 {
        margin-bottom: 60px;
    }
}
.p-voice1:before {
    content: "";
    position: absolute;
    background: url(../images/voice1-bg1.png) no-repeat;
    background-size: cover;
    width: calc((100% - 1140px) / 2 + 150px);
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .p-voice1:before {
        display: none;
    }
}
.p-voice1__inner {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .p-voice1__inner {
        padding-bottom: 50px;
    }
}
/* Inquiry */
.p-inquiry1 {
  padding-top: 92px;
  padding-bottom: 70px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .p-inquiry1 {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 1.4rem;
    }
}
.p-inquiry1__text {
  padding-bottom: 35px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .p-inquiry1__text {
        padding-bottom: 20px;
    }
}
.p-inquiry1__form{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    height: 2265px;
}
@media only screen and (max-width: 679px) {
    .p-inquiry1__form{
        height: 2350px;
    }
}
@media only screen and (max-width: 500px) {
    .p-inquiry1__form{
        height: 2400px;
    }
}
@media only screen and (max-width: 400px) {
    .p-inquiry1__form{
        height: 2450px;
    }
}
@media only screen and (max-width: 370px) {
    .p-inquiry1__form{
        height: 2550px;
    }
}
.p-inquiry1__text p + p {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .p-inquiry1__text p + p {
        padding-top: 15px;
    }
}
.c-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 0.9375vw, 18px);
    line-height: 1;
    color: #808080;
    border: 1px solid #808080;
    box-sizing: border-box;
    margin-right: 16px;
    border-radius: 3px;
    font-weight: bold;
    opacity: 1;
    font-family: "Arial", sans-serif;
}

@media only screen and (max-width: 1199px) {
    .c-pagination .page-numbers {
        margin-right: 10px;
    }
}

.c-pagination .page-numbers.current {
    background: #00723c;
    color: #fff;
    border: none;
}

.c-pagination .prev {
    border: none;
    width: auto;
}

.c-pagination .next {
    margin-right: 0;
    border: none;
    width: auto;
}

.c-pagination .next img,
.c-pagination .prev img {
    width: 14px;
    height: 25px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-inner {
    position: relative;
    width: 130px;
    height: 130px;
    text-align: center;
}

.loader-svg {
    transform: rotate(-90deg);
    width: 130px;
    height: 130px;
}

.loader-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2;
}

.loader-progress {
    fill: none;
    stroke: #3ea72e;
    stroke-width: 2;

    stroke-dasharray: 339;
    stroke-dashoffset: 339;
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.loader-percent {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.p-404 {
    line-height: 1.8;
    font-size: inherit;
    text-align: center;
}

.p-404__heading {
    font-size: 4rem;
    font-weight: 700;
}

.p-404__content {
    font-size: 2rem;
    margin-bottom: 20px;
}

.u-sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .u-pc-only {
        display: none;
    }

    .u-sp-only {
        display: initial;
    }
}

@keyframes ani{
    0%, 100% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }
    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

.c-breadcrumb {
  margin-bottom: 80px;
  background-color: #f6f1e8;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .c-breadcrumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.c-breadcrumb--1 {
    margin-bottom: 0px;
}
.c-breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(60, 49, 27, 0.12);
  bottom: 0px;
  left: 0;
}
.c-breadcrumb__inner {
  padding: 15px 0px 15px;
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-breadcrumb__inner a {
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  float: left;
}
.c-breadcrumb__inner a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}
.c-breadcrumb__inner a i {
  font-size: 1.8rem;
}
.archive_wrap{
    position: relative;
}

.archive_inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1220px){
  .archive_inner {
    padding: 0 0 80px;
  }
}
.archive_main {
  width: 830px;
  margin-right: 70px;
}

@media only screen and (max-width: 1500px){
  .archive_main {
    margin-right: 5%;
    width: 65%;
  }
}

@media only screen and (max-width: 1220px){
  .archive_main {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px){
  .archive_main {
    margin-right: 0;
    width: 100%;
  }
}

.archive_side{
  width: 300px;
}

@media screen and (max-width: 1500px) {
  .archive_side{
    width: 30%;
  }
}

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

.c-widget + .c-widget{
    margin-top: 50px;
}

.c-widget form {
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.c-widget form input[type="search"] {
  width: 100%;
  border: none;
  background: #f2f2f2;
  height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  outline: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
}
.c-form__search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #222222;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-form__search input[type="submit"] {
  border: 0;
  background: url(../images/ico-search.png) no-repeat;
  text-indent: 40px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.c-widget__cnt ul {
  /*padding: 10px 15px 25px;*/
}
.c-widget__cnt ul li a {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 5px 0px;
  display: block;
  font-family: "Meiryo";
  font-weight: 500;
  text-transform: capitalize;
  color: #333333;
  padding: 11px 20px 11px 20px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.c-widget--modify2 .c-widget__cnt ul {
  padding: 0;
}
.c-widget--modify2 .c-widget__cnt ul li a {
  padding: 10px 18px;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.c-widget--modify2 .c-widget__cnt ul li:nth-child(1) a {
  border-top: 1px solid #dddddd;
}

/* Blog page */
.p-blog1__notfound{
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-top: 80px;
}
@media only screen and (max-width: 1199px){
    .p-blog1__notfound {
        padding-top: 40px;
    }
}
.p-blog2__left {
  width: 830px;
  margin-right: 70px;
}
@media only screen and (max-width: 1500px){
  .p-blog2__left {
    width: 65%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1220px){
  .p-blog2__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.p-blog2__inner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-blog2__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-blog2__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-blog2__title {
    padding-top: 28px;
    padding-bottom: 14px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
    position: relative;
}
.p-blog2__title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#3ea72e), color-stop(50%, #3ea72e), to(#fbdf23));
    background: -webkit-linear-gradient(left, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
    background: linear-gradient(90deg, #3ea72e 0%, #3ea72e 50%, #fbdf23 100%);
}

.p-blog2__cnt {
  padding: 40px 0 110px 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
}

.p-blog2__cnt p {
  margin-bottom: 4px;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.p-blog2__cnt h2.u-mt {
    margin-top: 31px;
}

.p-blog2__cnt .highlight,
.p-blog2__cnt mark{
    display: inline;
  background-image: linear-gradient(#ffffff 50%, #FFFF00 50%);
    background-size: auto 100%;
    font-style: normal;
}

.p-blog2__cnt ul {
  margin-top: 20px;
    margin-bottom: 20px;
}

.p-blog2__cnt ul li {
  margin-bottom: 4px;
    padding-left: 30px;
    position: relative;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.p-blog2__cnt ul li::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: #3ea72e;
    position: absolute;
    top: 7px;
    left: 3px;
}

.p-blog2__cnt ul {
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 32px;
    padding: 15px 27px 12px 17px;
    border: 1px solid #cccccc;
}

.p-blog2__cnt h1 {
    margin: 44px 0 36px 0;
    padding: 10px 15px;
    border-left: 15px solid #f15a24;
    font-size: 18px;
    font-weight: bold;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #333333;
    text-align: left;
}

.p-blog2__cnt h2 {
    margin: 44px 0 36px 0;
    padding: 10px 15px;
    border-left: 15px solid #3ea72e;
    font-size: 18px;
    font-weight: bold;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #333333;
    text-align: left;
}

.p-blog2__cnt h3 {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #3ea72e;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    text-align: left;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
    margin: 0px 0px 25px 0px;
}
.p-blog2__cnt > h4 {
    margin: 24px 0 9px 0;
    padding: 5px 0 5px 0;
    border-color: #f15a24;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
}

.p-blog2__cnt h5 {
    font-size: 1.8rem;
    line-height: 1.71428571429;
    font-family: "noto-sans-cjk-jp", sans-serif;
    border: 1px solid #cccccc;
    padding: 20px;
    margin: 35px 0px 35px;
    padding: 0;
    color: #4d4d4d;
}

.p-blog2__cnt h6 {
    font-size: 1.8rem;
    line-height: 1.71428571429;
    font-family: "noto-sans-cjk-jp", sans-serif;
    padding: 20px;
    margin: 35px 0px 35px;
    padding: 0;
    color: #4d4d4d;
}

.p-blog2__cnt ol{
    counter-reset: section1;
    list-style-type: none;
}

.p-blog2__cnt ol li{
    display: flex;
    flex-direction: column;
    counter-increment: section1;
    position: relative;
    padding-left: 20px;
}

.p-blog2__cnt ol li + li{
    margin-top: 10px;
}

.p-blog2__cnt ol li:before{
    content: counter(section1) ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    color: #1b1464;
    line-height: 2;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: bold;
}

.p-blog2__cnt ol li h4{
    font-size: 1.6rem;
    color: #1b1464;
    line-height: 2;
    font-family: "noto-sans-cjk-jp", sans-serif;
    margin-bottom: 5px;
}

.p-blog2__cnt img {
  margin-bottom: 15px;
}

.p-blog2__note {
  padding: 30px 23px;
  background-color: #fafafa;
  margin: 40px 0px 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
  .p-blog2__cnt {
    padding-bottom: 50px;
  }
  .p-blog2__note {
    padding: 15px;
  }
}

.p-blog2__related--cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-left: -15px;
}

.p-blog2__pencil {
  position: relative;
  padding: 0px 15px 0px 20px;
  border-right: 1px solid #dcdcdc;
}

.p-blog2__file {
  position: relative;
  padding: 0px 20px 0px 35px;
  border-right: none;
}

.p-blog2__note p {
  line-height: 1;
}

.p-blog2__pencil::after {
  content: "";
  background: url(../images/ico-edit.png) no-repeat;
  left: 0px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog2__file::after {
  content: "";
  background: url(../images/ico-folder.png) no-repeat;
  left: 15px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog2__box span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #3ea72e;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  height: 24px;
  padding: 0 24px;
  text-transform: capitalize;
  margin-right: 15px;
}

.p-blog2__box p {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Arial";
  padding-left: 25px;
  position: relative;
}

.p-blog2__box p::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background: url(../images/ico-clock.png) no-repeat;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-pages {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  font-family: "Arial", serif;
  font-weight: 500;
  color: #534741;
}

.c-pages li span{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3ea72e;
}

.c-pages li.prev_link span{
  margin-right: 15px;
}

.c-pages li.next_link span{
  margin-left: 15px;
}

.c-pages li a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
    -webkit-text-fill-color:#333;
}

.has-large-font-size {
    font-size: 1.8rem!important;
}