@charset "UTF-8";
.is-moveup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.is-view {
  opacity: 1;
  -webkit-animation: all 0.8s linear;
  animation: all 0.8s linear;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.js-changeTop {
  background: #ffffff;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"),
    url(../font/NotoSansJP-Light.woff2) format("woff2"),
    url(../font/NotoSansJP-Light.woff) format("woff"),
    url(../font/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansJP-Thin.otf"),
    url(../font/NotoSansJP-DemiLight.woff2) format("woff2"),
    url(../font/NotoSansJP-DemiLight.woff) format("woff"),
    url(../font/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"),
    url(../font/NotoSansJP-Regular.woff2) format("woff2"),
    url(../font/NotoSansJP-Regular.woff) format("woff"),
    url(../font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"),
    url(../font/NotoSansJP-Medium.woff2) format("woff2"),
    url(../font/NotoSansJP-Medium.woff) format("woff"),
    url(../font/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"),
    url(../font/NotoSansJP-Bold.woff2) format("woff2"),
    url(../font/NotoSansJP-Bold.woff) format("woff"),
    url(../font/NotoSansJP-Bold.otf) format("opentype");
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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 {
  font-size: 1em;
  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%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

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

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

form label {
  cursor: pointer;
}

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 0.5rem !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 0.8rem;
}

@media only screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb ul {
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .c-breadcrumb ul {
    padding: 15px 0;
  }
}
.c-breadcrumb ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
  color: #000000;
  display: inline;
  font-weight: 300;
}
.c-breadcrumb ul li:before {
  content: ">";
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
}
.c-breadcrumb ul li:first-of-type {
  padding-left: 0;
}
.c-breadcrumb ul li:first-of-type:before {
  content: none;
}
.c-breadcrumb ul li a {
  text-decoration: none;
  color: #000000;
  line-height: 1.5;
  display: inline-block;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-fCenter {
  padding: 50px 0;
  position: relative;
  z-index: 0;
  color: #ffffff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-left: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .c-fCenter {
    padding: 50px 20px;
    display: block;
  }
}
.c-fCenter__txt1 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 8px;
}
.c-fCenter__txt1:first-of-type {
  margin-top: 0;
}
.c-fCenter__logo {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-fCenter__logo a {
  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;
}
.c-fCenter__logo img {
  width: 50px;
  height: 65px;
  margin-right: 5px;
}
.c-fCenter__logo span {
  font-size: 1.7rem;
}
.c-fCenter__address {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.c-fCenter__box1 {
  margin-right: 42px;
}
.c-fCenter__box2 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__box2 {
    margin-top: 50px;
    -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;
  }
}
.c-fCenter__menu {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-fCenter__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 0 22px;
    text-align: left;
    max-width: 335px;
    width: 100%;
  }
}
.c-fCenter__menu > ul > li {
  padding: 0 0 0 54px;
}
.c-fCenter__menu > ul > li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu > ul > li {
    padding: 0;
  }
}
.c-fCenter__menu > ul > li > a {
  font-size: 1.6rem;
  font-family: 500;
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu > ul > li > a {
    letter-spacing: -0.06em;
  }
}
.c-fCenter__link {
  font-size: 1.6rem;
  color: #fff;
  line-height: calc(24 / 16);
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__link {
    letter-spacing: -0.06em;
    text-underline-offset: 5px;
  }
}

.c-copyPolicy {
  font-size: 1.4rem;
  font-weight: 500;
}

.c-footer {
  background-color: #006b0b;
}
.c-footer__wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-footer__wrap {
    padding: 36px 20px 43px;
  }
}
.c-footer__center {
  background: #e7e7e7;
  color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-footer__bottom {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088b2),
    to(#27ab7b)
  );
  background: -webkit-linear-gradient(top, #0088b2 0%, #27ab7b 100%);
  background: linear-gradient(to bottom, #0088b2 0%, #27ab7b 100%);
  position: relative;
  padding: 24px 0;
}
.c-footer__menu {
  padding: 21px 0 20px;
}
@media only screen and (max-width: 900px) {
  .c-footer__menu {
    display: none;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.loader {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 1;
  -webkit-transition: opacity 500ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loader.hidden {
  opacity: 0;
  height: 0;
}

.loader svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader svg text {
  font-size: 10em;
  font-weight: 700;
}
.loader svg text:first-child {
  -webkit-animation: stoke 3s infinite alternate;
  animation: stoke 3s infinite alternate;
}
.loader svg text:last-child {
  -webkit-animation: stoke1 3s infinite alternate;
  animation: stoke1 3s infinite alternate;
}

@media only screen and (max-width: 900px) {
  .loader svg text {
    font-size: 10em;
  }
}

.loader .scroll__wrap {
  position: absolute;
  bottom: 5%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 90px;
  z-index: 50;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  .loader .scroll__wrap {
    width: 70px;
  }
}

.loader .scroll__title {
  color: #333333;
  letter-spacing: 0.365em;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  padding: 5px 0 0 0;
}

.loader .scroll__text {
  top: auto;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: auto;
  height: 135px;
}

@media only screen and (max-width: 900px) {
  .loader .scroll__text {
    margin: auto 10px;
  }
}

.loader .scroll__text::before {
  content: "";
  width: 6px;
  height: 150px;
  border: 1px solid #333333;
  display: block;
  border-top: none;
  border-right: none;
  -webkit-transform: skewY(-40deg);
  -ms-transform: skewY(-40deg);
  transform: skewY(-40deg);
  position: relative;
  z-index: 1;
  left: -17px;
  top: 0;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  z-index: 1000;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 900px) {
  .c-header {
    width: 100%;
    height: unset;
    background-color: #ffffff;
    padding-left: 20px;
  }
}
.c-header__inner {
  height: 100%;
  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;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-header__inner {
    height: 70px;
    padding: 0;
  }
}
.c-header__sp {
  margin: 45px auto 35px;
}
@media only screen and (max-width: 900px) {
  .c-header__sp {
    position: absolute;
    width: 100%;
    left: 0;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
    height: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-header__naviSp {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@media only screen and (max-width: 900px) {
  .c-header__naviSp.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.c-header .c-iconSP {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    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-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;
    width: 69px;
    height: 74px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP__line {
    width: 28px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header .c-iconSP__txt1 {
  font-size: 1rem;
  color: #fff;
}
.c-header .c-iconSP__txt2 {
  font-size: 1rem;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP span {
    display: block;
    width: 100%;
    height: 2px;
    background: #006b0b;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.c-header .c-iconSP.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.c-header .c-iconSP.is-open span:nth-child(2) {
  display: none;
}
.c-header .c-iconSP.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.c-btnSP a {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-btnSP a {
    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;
    width: 70px;
    height: 70px;
    background: #023059;
  }
}

.c-logo {
  width: 100%;
}
.c-logo a {
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  width: 100%;
  font-weight: 700;
  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;
}
.c-logo a img {
  width: 52px;
  height: 65px;
}
@media only screen and (max-width: 900px) {
  .c-logo a img {
    width: 50px;
    height: 60px;
  }
}
.c-logo a span {
  font-size: 1.6rem;
}
.c-logo img {
  width: 100%;
  vertical-align: middle;
}

.c-globalNavi {
  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;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi {
    display: block;
    padding: 0 0 100px;
    background: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 900px) {
  .c-globalNavi.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.c-globalNaviList {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .c-globalNaviList {
    position: relative;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
}
.c-globalNavi__btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  background: #006b0b;
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
.c-globalNavi__btn a {
  font-weight: 700;
  color: #ffffff;
  width: 200px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn a {
    width: 100%;
  }
}
.c-globalNavi__btn a img {
  width: 29px;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn a img {
    height: 23px;
  }
}
.c-globalNavi__btn1 {
  background: #cccccc;
}
.c-globalNavi__btn1 a {
  color: #000000;
}
.c-globalNavi__btn1 a img {
  width: 25px;
}

.c-gnavi {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-gnavi {
    margin: 0 0 30px;
    color: #333;
  }
}
.c-gnavi__en {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi__en {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.c-gnavi__jp {
  font-size: 1.2rem;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-gnavi__jp {
    font-size: 1.4rem;
    margin-left: 15px;
    font-weight: 700;
  }
}
.c-gnavi > ul {
  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;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul {
    display: block;
  }
}
.c-gnavi > ul > li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li {
    margin: 0;
    border-bottom: 1px solid #bfbfbf;
  }
  .c-gnavi > ul > li:first-child {
    border-top: 1px solid #bfbfbf;
  }
}
.c-gnavi > ul > li > a {
  text-decoration: none;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  padding: 0;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > a {
    font-size: 1.6rem;
    padding: 17px 30px;
    display: block;
  }
}
.c-gnavi > ul > li > a.active {
  color: #006b0b;
}
.c-gnavi > ul > li > a.active::before {
  width: 100%;
}
.c-gnavi > ul > li > a::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.12s ease-in;
  transition: width 0.12s ease-in;
  background-color: #006b0b;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li > a:hover,
  .c-gnavi > ul > li > a.is-current {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li > a:hover::before,
  .c-gnavi > ul > li > a.is-current::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > a:after {
    content: none;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 3px solid #009933;
    border-right: 3px solid #009933;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 30px;
    top: 22px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 16px;
    right: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span:before,
  .c-gnavi > ul > li > span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #009933;
    right: 2px;
    top: calc(50% - 1px);
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.c-gnavi > ul > li > span.active:after {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub {
    position: relative;
  }
}
.c-gnavi > ul > li.nav-sub > a {
  position: relative;
  padding-right: 20px;
}
.c-gnavi > ul > li.nav-sub > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 1;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  bottom: 37px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub > a:before {
    content: none;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub > a:after {
    content: none;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub > a.is-exist.active:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li.nav-sub > a:hover:before {
    border-right: 2px solid #009933;
    border-bottom: 2px solid #009933;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li.nav-sub:hover a:before {
    opacity: 1;
  }
  .c-gnavi > ul > li.nav-sub:hover a:after {
    opacity: 1;
  }
}
.c-gnavi > ul > li.nav-sub.is-open a {
  opacity: 1;
  color: #009933;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub.is-open a {
    color: #ffffff;
  }
}
.c-gnavi > ul > li.nav-sub.is-open a:before {
  border-right: 2px solid #009933;
  border-bottom: 2px solid #009933;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub.is-open a:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
.c-gnavi .subList {
  background: #eaf5f0;
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 163px;
  display: none;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList {
    position: static;
    border: none;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f8f8f8;
  }
}
.c-gnavi .subList_inner > ul > li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li {
    border-bottom: 1px solid #d3d3d3;
  }
}
.c-gnavi .subList_inner > ul > li > a {
  color: #ffffff !important;
  font-size: 1.6rem;
  padding: 5px 0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li > a {
    text-align: left;
    padding: 15px 30px 15px 55px;
    position: relative;
    font-size: 1.8rem;
  }
}
.c-gnavi .subList_inner > ul > li > a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 5px;
  top: 13px;
  border-radius: 2px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li > a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #ec9d9d;
    border-right: 3px solid #ec9d9d;
    right: auto;
    left: 26px;
    top: 22px;
  }
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  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;
  height: 100%;
  min-height: 100vh;
  min-width: 1280px;
  width: 100%;
  overflow-x: hidden;
  color: #000000;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  body {
    min-width: 100%;
  }
}
body.is-hidden {
  overflow: hidden;
  position: fixed;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 900px) {
  main {
    margin-top: 70px;
  }
}

.l-wrap {
  margin: 0 auto;
  width: 1080px;
  padding-left: 150px;
}
@media only screen and (max-width: 900px) {
  .l-wrap {
    padding: 0 20px;
    width: 100%;
  }
}

.l-wrap2 {
  margin: 0 auto;
  width: 1160px;
}
@media only screen and (max-width: 900px) {
  .l-wrap2 {
    padding: 0 20px;
    width: 100%;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttlSide1 {
  min-height: 63px;
  background: #cccccc;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  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: 900px) {
  .c-ttlSide1 {
    min-height: 64px;
  }
}

.c-listSide1 ul {
  padding: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .c-listSide1 ul {
    margin-bottom: 25px;
  }
}

.c-listSide1__item {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.5;
  border-top: 1px solid #989898;
  padding: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-listSide1__item {
    padding: 15px 14px;
  }
}
.c-listSide1__item:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 25px;
}
@media only screen and (max-width: 900px) {
  .c-listSide1__item:before {
    left: 4px;
  }
}
.c-listSide1__item:first-of-type {
  border: none;
}
.c-listSide1__item:last-child {
  border-bottom: 1px solid #989898;
}
.c-listSide1__item2 {
  padding: 12px 15px 12px;
}
.c-listSide1__item2::before {
  top: 22px;
}
.c-listSide1__item a {
  color: #333;
  text-decoration: none;
}
.c-listSide1__item a:hover {
  text-decoration: underline;
  opacity: 1;
}

.c-selectSide2 select {
  font-size: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 33px;
  color: #333;
  background: #fff;
  padding: 0 30px 0 12px;
  border: 1px solid #989898;
  font-weight: 300;
}
.c-selectSide2 select::-ms-expand {
  display: none;
}

.c-selectSide2__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 19px 0 0;
}
.c-selectSide2__inner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #333 transparent transparent transparent;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .c-selectSide2__inner:after {
    right: 10px;
  }
}

.c-sidebar1 {
  width: 270px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-sidebar1 {
    width: 100%;
    background: #fff;
    padding: 40px 0;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  margin-top: 50px;
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .c-btn1 {
    width: 100%;
  }
}
.c-btn1__txt1,
.c-btn1 button,
.c-btn1 input {
  font-size: 1.6rem;
  color: #ffffff;
  background: #ebb12b;
  width: 240px;
  height: 50px;
  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;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 900px) {
  .c-btn1__txt1,
  .c-btn1 button,
  .c-btn1 input {
    max-width: 214px;
    width: 100%;
  }
}
.c-btn1__txt1::before,
.c-btn1 button::before,
.c-btn1 input::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 20px;
  right: 50px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
@media only screen and (max-width: 900px) {
  .c-btn1__txt1::before,
  .c-btn1 button::before,
  .c-btn1 input::before {
    right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn1__txt1:hover,
  .c-btn1 button:hover,
  .c-btn1 input:hover {
    opacity: 0.7;
  }
}
.c-btn1__txt1--white,
.c-btn1 button--white,
.c-btn1 input--white {
  color: #51b3d2;
  background: #fff;
}
.c-btn1__txt1--white::before,
.c-btn1 button--white::before,
.c-btn1 input--white::before {
  border-color: #51b3d2;
}
.c-btn1__txt1--white:hover,
.c-btn1 button--white:hover,
.c-btn1 input--white:hover {
  background: #dbdbdb;
}
.c-btn1--style1 .c-btn1__txt1 {
  background: #b0b0b0;
}
@media screen and (min-width: 1024px) {
  .c-btn1--style1 .c-btn1__txt1:hover {
    background: #b0b0b0;
  }
}
.c-btn1--style1 button,
.c-btn1--style1 input {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
@media screen and (min-width: 1024px) {
  .c-btn1--style1 button:hover,
  .c-btn1--style1 input:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
.c-btn1.center .c-btn1__txt1 {
  margin: 50px auto 0;
}
.c-btn1.left .c-btn1__txt1 {
  margin: 50px auto 0 0;
}
@media only screen and (max-width: 900px) {
  .c-btn1.left .c-btn1__txt1 {
    margin: 50px auto 0;
  }
}
.c-btn1.right .c-btn1__txt1 {
  margin: 50px 0 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-btn1.right .c-btn1__txt1 {
    margin: 50px auto 0;
  }
}
.c-btn1__txt2 {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 40px 10px;
  position: relative;
}
.c-btn1__txt2::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 10px;
  bottom: 0;
  left: 0;
  background: url("../img/common/icon_arrow.svg") no-repeat;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .c-ttl1 {
    margin-bottom: 50px;
  }
}
.c-ttl1__txt1 {
  font-size: 3rem;
  color: #000000;
  font-weight: 500;
  line-height: calc(40 / 30);
}
.c-ttl1__txt2 {
  font-size: 3rem;
  color: #ffffff;
  font-family: 700;
}
.c-ttl1__line {
  width: 48px;
  height: 3px;
  background: #000;
  margin-right: 13px;
}
.c-ttl1__line2 {
  width: 80%;
  height: 3px;
  background: #000;
}
.c-ttl1.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-ttl1.left {
  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;
  text-align: left;
  position: relative;
}
.c-ttl1.u-pconly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-ttl1.u-pconly {
    display: none;
  }
}
.c-ttl1.u-sponly {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-ttl1.u-sponly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-ttl2__txt1 {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-ttl2__txt1 {
    font-size: 2rem;
  }
}

.c-ttl3 {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-ttl3 {
    max-width: 335px;
  }
}
.c-ttl3__txt1 {
  font-size: 1.6rem;
  text-align: left;
  line-height: calc(24 / 16);
}

.c-ttl4 {
  background: #51b3d2;
  padding: 12px 21px;
}
.c-ttl4__txt1 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
}
.c-ttl4.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.ttl__gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #ff0000),
    color-stop(40%, #00ff00)
  );
  background: -webkit-linear-gradient(top, #ff0000 60%, #00ff00 40%);
  background: linear-gradient(to bottom, #ff0000 60%, #00ff00 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  font-size: 12rem;
}

.ttl120c {
  position: relative;
  z-index: 1;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088b2),
    to(#27ab7b)
  );
  background: -webkit-linear-gradient(top, #0088b2 0%, #27ab7b 100%);
  background: linear-gradient(to bottom, #0088b2 0%, #27ab7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 900px) {
  .ttl120c {
    font-size: 5rem;
  }
}

.ttl120r {
  position: relative;
  z-index: 1;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(66%, #0088b2),
    color-stop(34%, #fff)
  );
  background: -webkit-linear-gradient(top, #0088b2 66%, #fff 34%);
  background: linear-gradient(to bottom, #0088b2 66%, #fff 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: right;
  top: -20px;
}
@media only screen and (max-width: 900px) {
  .ttl120r {
    font-size: 5rem;
    text-align: left;
    top: -83px;
  }
}

.ttl26s {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.3;
}
.ttl26s.center {
  text-align: center;
  padding: 60px 0;
}

.ttl22b {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.3;
}

.ttl24b {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.ttl18b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #008066;
}

.txt {
  font-size: 1.6rem;
}
.txt:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.txt.w520 {
  max-width: 520px;
  width: 100%;
  margin: 10px auto 40px;
}
@media only screen and (max-width: 900px) {
  .txt.w520 {
    margin: 10px auto 20px;
  }
}

.subttl {
  margin: 50px 0;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-input1 {
  font-size: 1.6rem;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-input1 {
    width: 100%;
  }
}
.c-input1 input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
  height: 50px;
  border: 1px solid #bcbcbc;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-input1 input {
    font-size: 1.6rem;
  }
}
.c-input1 input[type="number"]::-webkit-outer-spin-button,
.c-input1 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input1 input[type="number"] input[type="number"] {
  -moz-appearance: textfield;
}
.c-input1 input::-webkit-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
}
.c-input1 input:-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
}
.c-input1 input::-moz-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
}
.c-input1 input::-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
}
.c-input1 input::placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
}

@media only screen and (max-width: 900px) {
  .c-radio1 {
    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;
  }
}

.c-radio1 > span {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-radio1 > span {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.c-radio1 > span:last-of-type {
  padding: 0;
}

.c-radio1 label span {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0px 0 0 27px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-radio1 label span {
    padding: 3px 0 3px 25px;
    line-height: 1.5;
  }
}
.c-radio1 label span:before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000000;
  content: "";
  height: 16px;
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  width: 16px;
}
@media only screen and (max-width: 900px) {
  .c-radio1 label span:before {
    top: 8px;
  }
}

.c-radio1 input {
  display: none;
}
.c-radio1 input:checked + span:before {
  border: 1px solid #000000;
}
.c-radio1 input:checked + span:after {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
}
@media only screen and (max-width: 900px) {
  .c-radio1 input:checked + span:after {
    top: 13px;
  }
}

.c-checkbox1 {
  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: 900px) {
  .c-checkbox1 {
    display: block;
  }
}
.c-checkbox1 > span {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 10px;
  padding-bottom: 25px;
  width: calc(33% - 5px);
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span {
    display: inline-block;
    margin-bottom: 3px;
    width: calc((100% - 12px) / 2);
    margin-right: 5px;
  }
}
.c-checkbox1 > span:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span:nth-of-type(3n) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-checkbox1 > span:last-of-type {
  padding-right: 0;
}
.c-checkbox1 label span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.c-checkbox1 label span:before {
  background: #fff;
  border: 2px solid #333;
  content: "";
  height: 18px;
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.c-checkbox1 input {
  display: none;
}
.c-checkbox1 input:checked + span:before {
  background: #ffffff;
  border-color: #ffffff;
}
.c-checkbox1 input:checked + span:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: 8px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}
.c-checkbox1.flexbox {
  border-bottom: 1px solid #bcbcbc;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-checkbox1.flexbox > span {
  padding: 10px 0 15px;
}
.c-checkbox1.paddingzero {
  padding-right: 0;
}

.c-textarea1 {
  width: 100%;
}
.c-textarea1 textarea {
  height: 163px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
  border: 1px solid #bcbcbc;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-textarea1 textarea {
    height: 222px;
    padding: 27px 20px;
  }
}
.c-textarea1 textarea::-webkit-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-textarea1 textarea:-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-textarea1 textarea::-moz-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-textarea1 textarea::-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-textarea1 textarea::placeholder {
  color: #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-form1__row {
  border-bottom: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 30px 20px 30px 0px;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-form1__row {
    display: block;
    padding: 20px 0;
    min-height: auto;
    position: relative;
  }
}
.c-form1__row:first-of-type {
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 900px) {
  .c-form1__row:first-of-type {
    border-top: 1px solid #bcbcbc;
  }
}
.c-form1__row.alignStart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-form1__ttl1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 141px;
  position: relative;
  width: 256px;
  font-size: 1.6rem;
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .c-form1__ttl1 {
    line-height: 1.5;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-form1__info {
  width: 100%;
}

.c-form1__dflex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form1__dflex span {
  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;
  height: 35px;
  padding: 3px 0;
  text-align: center;
  width: 87px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 300;
  background: #25a1d0;
}
.c-form1__dflex span:hover {
  opacity: 1;
}
.c-form1__dflex .c-input1 {
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 900px) {
  .c-form1__dflex .c-input1 {
    max-width: 100%;
  }
}
.c-form1__dflex .c-input1 input {
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 900px) {
  .c-form1__dflex .c-input1 input {
    max-width: 100%;
  }
}

.c-form1__ajaxzip3 {
  margin-left: 27px;
}
@media only screen and (max-width: 900px) {
  .c-form1__ajaxzip3 {
    margin-left: 18px;
  }
}

.c-form1__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 775px;
  margin: 73px auto 0;
}
@media only screen and (max-width: 900px) {
  .c-form1__btn {
    display: block;
    margin: 55px auto 0;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .c-form1__btn {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-form1__btn .c-btn3__txt1,
  .c-form1__btn .c-btn3 button,
  .c-form1__btn .c-btn3 input {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .c-form1__btn .c-btn3--style1 {
    margin-bottom: 30px;
  }
}

.c-form1 .requied {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -5px;
  width: 62px;
  font-size: 1.6rem;
  font-weight: 300;
  background: #006b0b;
}
@media only screen and (max-width: 900px) {
  .c-form1 .requied {
    height: 28px;
    top: 0;
  }
}

.c-form1 .note1 {
  font-size: 1.3rem;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .c-text1 {
    font-size: 1.4rem;
  }
}
.c-text1 + .c-text1 {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .c-text1 + .c-text1 {
    margin-top: 15px;
  }
}
.c-text1.color1 {
  color: #fff;
}
.c-text1.center {
  text-align: center;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgTxt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 {
    -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;
    padding-left: unset;
    max-width: 750px;
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
}
.c-imgTxt1__ttl1 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__ttl1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.c-imgTxt1__info {
  position: relative;
  max-width: 526px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__info {
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
  }
}
.c-imgTxt1__info.has-signature {
  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;
}
.c-imgTxt1__info.has-signature .biz_signature {
  text-align: right;
  margin-top: auto;
}
.c-imgTxt1__img {
  width: 376px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #707070;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__img {
    width: 100%;
  }
}
.c-imgTxt1__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-imgTxt1__detail {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail {
    line-height: 1.49;
  }
}
.c-imgTxt1__detail2.right {
  text-align: right;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail2.right {
    margin: 20px 8px 20px 0;
  }
}
.c-imgTxt1__careertxt {
  font-size: 1.8rem;
  padding-left: 25px;
  position: relative;
  margin-bottom: 14px;
}
.c-imgTxt1__careertxt::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 8px;
  top: 55%;
}
.c-imgTxt1__career table {
  max-width: 640px;
  width: 100%;
  display: contents;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table {
    max-width: 100%;
    display: table;
    border-collapse: collapse;
  }
}
.c-imgTxt1__career table tr:last-child th {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table tr:last-child th {
    border: 0;
  }
}
.c-imgTxt1__career table tr:last-child td {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table tr:last-child td {
    border: 0;
  }
}
.c-imgTxt1__career table th {
  font-size: 1.6rem;
  width: 188px;
  height: 55px;
  padding: 15px 33px;
  background: #d0d0d0;
  text-align: left;
  position: relative;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table th {
    display: block;
    height: 46px;
    width: 100%;
    padding: 15px 20px;
    border: 0;
  }
}
.c-imgTxt1__career table td {
  font-size: 1.6rem;
  padding: 15px 60px 15px 33px;
  line-height: calc(24 / 16);
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table td {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-imgTxt1 .u-thtop {
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thtop {
    top: 16px;
  }
}
.c-imgTxt1 .u-thmid {
  position: absolute;
  top: 30%;
  width: 1px;
  height: 98px;
  background: #000;
  left: 30%;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thmid {
    top: 25px;
    width: 50px;
    height: 1px;
    left: 97px;
  }
}
.c-imgTxt1 .u-thbot {
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thbot {
    bottom: 13px;
    left: 165px;
  }
}
.c-imgTxt1 .c-btn1 {
  position: absolute;
  right: 28px;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .c-btn1 {
    left: 50%;
    bottom: 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .c-btn1__txt1 {
    margin: 0 auto;
  }
}
.c-imgTxt1--style1 {
  margin-top: -1px;
}
.c-imgTxt1--style1 .c-imgTxt1__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1--style1 .c-imgTxt1__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-imgTxt1--style1 .c-imgTxt1__info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 40px;
  max-width: 500px;
  padding-top: 28px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1--style1 .c-imgTxt1__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.c-imgTxt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.c-imgTxt2__img {
  margin-right: 90px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 294px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__img {
    width: 100%;
    text-align: center;
  }
}
.c-imgTxt2__img img {
  max-width: 100%;
}
.c-imgTxt2__info {
  padding: 20px 0 0;
}
.c-imgTxt2__txt1 {
  font-size: 1.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt1 {
    text-align: center;
  }
}
.c-imgTxt2__txt2 {
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt2 {
    text-align: center;
  }
}
.c-imgTxt2__txt3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt3 {
    text-align: center;
  }
}
.c-imgTxt2__txt4 {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 40px 0 15px;
}
.c-imgTxt2__detail {
  font-size: 1.6rem;
}

.biz_box {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .biz_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.biz_box--right {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
}
.biz_box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .biz_box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.biz_box--reverse .biz_info::before {
  left: unset;
  right: -185px;
  background: #ffffff;
}
.biz_box--reverse .biz_detail {
  padding: 0 80px 0 0;
}
@media only screen and (max-width: 900px) {
  .biz_box--reverse .biz_detail {
    padding: 0 0 30px 0;
    min-height: 160px;
  }
}
.biz_box--reverse .biz_box_img_2x {
  width: 353px;
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .biz_box--reverse .biz_box_img_2x {
    width: 100%;
  }
}
.biz_box_img_2x {
  width: 526px;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  .biz_box_img_2x {
    width: 100%;
    margin-right: 0;
  }
}

.biz_info {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .biz_info {
    margin-top: 50px;
  }
}
.biz_info::before {
  content: "";
  position: absolute;
  left: -185px;
  top: -60px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088b2),
    to(#27ab7b)
  );
  background: -webkit-linear-gradient(top, #0088b2 0%, #27ab7b 100%);
  background: linear-gradient(to bottom, #0088b2 0%, #27ab7b 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  width: 100vw;
  height: 126%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .biz_info::before {
    content: none;
  }
}

.biz_detail {
  position: static;
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .biz_detail {
    min-height: 160px;
  }
}
@media only screen and (max-width: 900px) {
  .biz_detail .ttl26s {
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  width: 100%;
  margin: 50px auto;
}
@media only screen and (max-width: 900px) {
  .c-list1 {
    margin: 20px auto 40px;
  }
}
.c-list1__item {
  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: 900px) {
  .c-list1__item {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-list1__item:not(:last-child) {
  margin-bottom: 20px;
}
.c-list1__cat {
  font-size: 1.4rem;
  color: #ffffff;
  background: #ebb12b;
  border-radius: 5px;
  min-width: 137px;
  padding: 3px 0;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .c-list1__cat {
    margin-left: 20px;
    margin-right: 0;
  }
}
.c-list1__cat.c-list1__cat--border {
  border-radius: 0;
  border: 1px solid #333;
}
.c-list1__date {
  font-size: 1.6rem;
  color: #333333;
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .c-list1__date {
    margin: 10px 0 8px;
  }
}
.c-list1__ttl1 {
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000000;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .c-list1__ttl1 {
    width: 100%;
  }
}
.c-list1__txt {
  text-align: center;
}
.c-list1__txt1 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .c-list1__txt1 {
    font-size: 2rem;
  }
}
.c-list1__txt2 {
  font-size: 1.6rem;
  color: #000000;
  line-height: calc(24 / 16);
}

.c-list2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-list2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.c-list2__item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .c-list2__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.c-list2__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 60px;
  margin-left: 100px;
}
@media only screen and (max-width: 900px) {
  .c-list2__img {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.c-list2__img img {
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-list2__img img {
    width: 100%;
  }
}

.c-list2__info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 900px) {
  .c-list2__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.c-list2__box {
  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;
}

.c-list2__flow {
  width: 100px;
  height: 100px;
  background: #9dab77;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
}
@media only screen and (max-width: 900px) {
  .c-list2__flow {
    width: 65px;
    height: 65px;
  }
}
.c-list2__flow .txt {
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 900px) {
  .c-list2__flow .txt {
    font-size: 1rem;
  }
}
.c-list2__flow .number {
  font-size: 3.6rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 900px) {
  .c-list2__flow .number {
    font-size: 2.3rem;
  }
}

.c-list2__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 20px;
}
@media only screen and (max-width: 900px) {
  .c-list2__ttl {
    font-size: 2rem;
    margin-left: 10px;
  }
}

.c-list2__detail {
  font-size: 1.6rem;
  margin-top: 15px;
  padding-left: 85px;
  line-height: calc(24 / 16);
}
@media only screen and (max-width: 900px) {
  .c-list2__detail {
    margin-top: 10px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .c-list2__service img {
    width: 31px;
  }
}

.c-list3 {
  max-width: 830px;
  margin: 0 auto;
}
.c-list3__ttl {
  background: #9dab77;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  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;
  height: 64px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.c-list3__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
}
.c-list3__item dt {
  min-height: 72px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-list3__item dd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-list4__item {
  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;
  border-bottom: 1px dashed #989898;
  padding: 20px 15px 20px 0px;
}
@media only screen and (max-width: 900px) {
  .c-list4__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
  }
}
.c-list4__item:first-of-type {
  border-top: 1px solid #989898;
}
@media only screen and (max-width: 900px) {
  .c-list4__item:first-of-type {
    border-top: 0;
  }
}
.c-list4__item:not(:last-of-type) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 900px) {
  .c-list4__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.c-list4__bgImg {
  width: 134px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-list4__bgImg {
    width: 110px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-list4__img {
  padding-top: 78.35821%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .c-list4__img {
    padding-top: 86.36364%;
  }
}
.c-list4__img img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.c-list4__box {
  margin: -16px 44px 0 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-list4__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list4__box .date {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .c-list4__box .date {
    margin-bottom: 5px;
    margin-right: 43px;
    min-width: 90px;
    margin-top: -6px;
    padding-top: 0;
    padding-left: 9px;
    color: #ffffff;
  }
}
.c-list4__box .cat {
  font-size: 1.4rem;
  color: #fff;
  width: 87px;
  height: 22px;
  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;
}
.c-list4__box .cat.news {
  background: #000;
}
.c-list4__box .cat.blog {
  background: #96a3ba;
}
.c-list4__box .cat.informartion {
  background: #9dab77;
}

.c-list4__ttl1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  margin-top: -5px;
}
@media only screen and (max-width: 900px) {
  .c-list4__ttl1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 110px);
    padding-left: 20px;
    margin-top: -3px;
    color: #ffffff;
  }
}

.c-listbtn {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (max-width: 900px) {
  .c-listbtn {
    max-width: 335px;
    padding-top: 19px;
  }
}
.c-listbtn__item {
  color: #fff;
  background: #3b3b3b;
  height: 100px;
  padding: 0 85px 0 100px;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .c-listbtn__item {
    padding: 0 54px 0 21px;
  }
}
.c-listbtn__item:hover {
  opacity: 0.7;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.c-listbtn__left {
  font-size: 2rem;
}
.c-listbtn__right {
  font-size: 1.6rem;
  font-weight: 300;
  color: inherit;
  position: relative;
}
.c-listbtn__right::after {
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: -30px;
}
.c-listbtn__right:hover {
  color: #989898;
  text-decoration: underline;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.c-listB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .c-listB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-listB .c-imgTxt1__img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .c-listB .c-imgTxt1__img {
    margin-bottom: 20px;
  }
}
.c-listB .c-imgTxt1__imgtxt {
  background: rgba(59, 59, 59, 0.66);
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 8.5px;
  bottom: 0;
}
.c-listB .c-imgTxt1__imgtxt span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}

.c-list5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .c-list5 {
    -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;
    padding: 0 40px;
  }
}
.c-list5__item {
  max-width: 255px;
  width: calc((100% - 60px) / 4);
  padding: 12px 9px;
  background: #ffffff;
  border-radius: 15px;
  border: 3px solid #eef5f6;
  margin-bottom: 35px;
  min-height: 579px;
}
@media only screen and (max-width: 900px) {
  .c-list5__item {
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.c-list5__bgImg {
  margin-bottom: 5px;
  height: 176px;
}
.c-list5__img {
  width: 100%;
  height: 100%;
}
.c-list5__content {
  min-width: 230px;
  min-height: 42px;
  background: #008066;
  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;
  margin-bottom: 10px;
  margin-top: auto;
}
@media only screen and (max-width: 900px) {
  .c-list5__content {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
.c-list5__contentsub {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #ffffff;
}
.c-list5__contentdetail {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #000000;
}

.c-wrap {
  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;
}
.c-wrap ul {
  margin-bottom: 8px;
  min-height: 80px;
}
.c-wrap ul li {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #000000;
  padding-left: 0px;
  margin-bottom: 2px;
}

.c-listimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-listimg__item {
  width: 423px;
}
@media only screen and (max-width: 900px) {
  .c-listimg__item {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .c-listimg__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-listimg__item img {
  width: 100%;
}

.c-listcol {
  margin-top: 100px;
  width: 100%;
  display: grid;
  gap: 75px 25px;
}
@media only screen and (max-width: 900px) {
  .c-listcol {
    margin-top: 30px;
    gap: 36px 12px;
  }
}
.c-listcol__item--img {
  width: 100%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 900px) {
  .c-listcol__item--txt .txt {
    font-size: 1.4rem;
  }
}

.c-listcol.col3 {
  grid-template-columns: repeat(3, minmax(343px, 1fr));
}
@media only screen and (max-width: 900px) {
  .c-listcol.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  display: contents;
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-table1 {
    display: table;
    width: 100%;
    border: 0;
    border-collapse: collapse;
  }
}
.c-table1 th {
  width: 260px;
  background: #3b3b3b;
  color: #fff;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 1px;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-table1 th {
    display: block;
    width: 100%;
    min-height: 46px;
    padding-left: 17px;
    padding-top: 15px;
    border: 0;
  }
}
.c-table1 td {
  padding: 10px 37px 10px;
  width: 820px;
  background: #fff;
  color: #000;
  min-height: 46px;
  line-height: calc(24 / 16);
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-table1 td {
    display: block;
    width: 100%;
    padding: 10px 9px 10px 17px;
    border: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-table1 td span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .c-table1 td span {
    text-underline-offset: 2px;
  }
}
.c-table1 tr:first-child td {
  padding: 10px 37px 10px;
}
@media only screen and (max-width: 900px) {
  .c-table1 tr:first-child td {
    padding: 10px 17px 10px;
  }
}
.c-table1 tr:last-child th {
  border-bottom: 1px solid #dedede;
}
.c-table1 tr:last-child td {
  border-bottom: 1px solid #dedede;
}
.c-table1 ol {
  list-style-type: number;
  margin-left: 17px;
}

.table__overview {
  background: #ffffff;
  margin: 30px 0 80px;
}
.table__overview table {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  border-spacing: 0 10px;
}
@media only screen and (max-width: 900px) {
  .table__overview table {
    border-spacing: 0;
  }
}
.table__overview table tr {
  position: relative;
}
.table__overview table tr th {
  padding: 13px 0px 13px 30px;
  width: 17%;
  font-weight: 500;
  background-color: #cccccc;
}
@media only screen and (max-width: 900px) {
  .table__overview table tr th {
    display: block;
    padding: 13px 10px;
    width: 100%;
  }
}
.table__overview table tr td {
  padding: 13px 30px;
  font-weight: 400;
  border-bottom: 1px solid #c4e0ad;
}
@media only screen and (max-width: 900px) {
  .table__overview table tr td {
    display: block;
    padding: 13px 10px;
    width: 100%;
  }
}
.table__overview table tr td ul li {
  margin-bottom: 23px;
}
@media only screen and (max-width: 900px) {
  .table__overview table tr td ul li {
    margin-bottom: 30px;
  }
}
.table__overview table tr td ul li p:first-child {
  margin-bottom: 9px;
}
.table__overview table tr:last-child th {
  vertical-align: top;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .graFull .l-wrap {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0088b2),
      to(#27ab7b)
    );
    background: -webkit-linear-gradient(top, #0088b2 0%, #27ab7b 100%);
    background: linear-gradient(to bottom, #0088b2 0%, #27ab7b 100%);
    padding: 50px 20px;
  }
}

.graFull .biz_detail {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .whiFull .l-wrap {
    background: #ffffff;
    padding: 50px 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1),
    -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoominContent {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoominContentDone {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #006b0b;
  position: absolute;
  -webkit-transition: width 860ms 100ms ease;
  transition: width 860ms 100ms ease;
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.wrapper {
  position: relative;
  z-index: 50;
  background: #fff;
}

.slogan {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 20;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: calc(64 / 40);
  color: #000000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 16%;
  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;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .slogan {
    font-size: 3rem;
    top: 100px;
    width: 19%;
    letter-spacing: 0.5em;
  }
}
.slogan.move {
  position: absolute;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.simply-scroll-container {
  position: relative;
  width: 100%;
  height: auto;
}
.simply-scroll-container .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.simply-scroll-container .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 300px;
}
@media only screen and (max-width: 900px) {
  .simply-scroll-container .simply-scroll-list {
    height: 252px;
  }
}
.simply-scroll-container .simply-scroll-list li {
  float: left;
  width: 420px;
  height: 300px;
  margin: 0;
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .simply-scroll-container .simply-scroll-list li {
    width: 375px;
    height: 252px;
    padding: 0 20px;
  }
}
.simply-scroll-container .simply-scroll-list li a {
  overflow: hidden;
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .simply-scroll-container .simply-scroll-list li a:hover {
    border: 1px solid #006b0b;
    opacity: 1;
  }
  .simply-scroll-container .simply-scroll-list li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.simply-scroll-container .simply-scroll-list li img {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mvSlider {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.c-mvSlider.fade {
  opacity: 0;
}
.c-mvSlider__wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-mvSlider__wrap {
    height: calc(100vh - 70px);
  }
}
.c-mvSlider__img {
  width: 84%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .c-mvSlider__img {
    width: 81%;
  }
}
.c-mvSlider__img img {
  height: 100%;
}
.c-mvSlider__slider {
  margin-bottom: 0 !important;
}
.c-mvSlider__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: calc(64 / 40);
  color: #000000;
  width: 16%;
  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;
  padding-top: 25px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .c-mvSlider__title {
    font-size: 3rem;
  }
}
.c-mvSlider__item {
  overflow: hidden;
}
.c-mvSlider__item > .img {
  position: relative;
  height: 798px;
}
@media only screen and (max-width: 900px) {
  .c-mvSlider__item > .img {
    height: 430px;
  }
}
.c-mvSlider__item > .img img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mvSlider .slick-dots {
  bottom: 15.5px;
  left: 48.8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-mvSlider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.c-mvSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
}
.c-mvSlider .slick-dots li button:before {
  content: none;
}
.c-mvSlider .slick-dots li button:hover {
  opacity: 0.7;
}
.c-mvSlider .slick-dots .slick-active button {
  background: #ffb100;
  display: none;
}

.c-mv1 {
  position: relative;
  padding-left: 200px;
}
@media only screen and (max-width: 900px) {
  .c-mv1 {
    padding-left: 0;
  }
}
.c-mv1__wrap {
  background: url("../img/common/mvPage.jpg") center center/cover no-repeat;
  overflow: hidden;
}
.c-mv1__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-mv1__inner {
    padding: 0 20px;
  }
}
.c-mv1__content {
  min-height: 432px;
  height: 50vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .c-mv1__content {
    min-height: 231px;
    height: 100%;
  }
}
.c-mv1__ttl1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
}

.wp-pagenavi {
  text-align: center;
  margin: 75px 0 0;
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi {
    margin: 40px 0 0;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background: #ebb12b;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -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;
  margin: 0 10px 0 10px;
  min-width: 40px;
  min-height: 40px;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .page:hover,
  .wp-pagenavi .current:hover {
    opacity: 0.63;
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    margin: 5px 10px;
  }
}
.wp-pagenavi .current {
  opacity: 0.63;
  color: #fff;
}
.wp-pagenavi a {
  text-decoration: none;
  font-size: 1.6rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;
  text-underline-position: under;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  text-decoration: none;
  opacity: 1;
}
.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.c-contact {
  max-width: 700px;
  width: 100%;
  border-radius: 3px;
  margin: 80px auto;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 900px) {
  .c-contact {
    width: calc(100% - 40px);
    margin: 50px auto;
  }
}
.c-contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-contact ul {
    display: block;
  }
}
.c-contact__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -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;
  height: 78px;
  background: #ffffff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-contact__item a {
    height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact__item a:hover {
    background: #fff;
    color: #ffffff;
    opacity: 1;
  }
}
.c-contact__item a span {
  position: relative;
}
.c-contact__item a span:nth-child(1):after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 36px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .c-contact__item a span:nth-child(1):after {
    width: 242px;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-boxTxt1__info {
  font-size: 1.6rem;
  color: #ffffff;
}
.c-boxTxt1__info.center {
  display: table;
  margin: 0 auto;
}

.c-boxTxt1 .c-ttl2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .c-boxTxt1 .c-ttl2 {
    margin-bottom: 15px;
  }
}

.c-map {
  height: 395px;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .c-map {
    margin: 30px -20px 0;
  }
}
.c-map iframe {
  height: 395px;
  width: 100%;
}

.c-inqui {
  background: rgba(0, 107, 11, 0.05);
  padding: 40px 0;
  margin: 55px auto 40px;
}
@media only screen and (max-width: 900px) {
  .c-inqui {
    padding: 30px 20px;
    margin: 50px -20px 50px;
  }
}
.c-inqui__content {
  background: #ffffff;
  margin: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 685px;
  text-align: center;
  padding: 61px 0;
}
@media only screen and (max-width: 900px) {
  .c-inqui__content {
    padding: 20px 10px;
  }
}
.c-inqui__ttl1 {
  font-size: 3rem;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 900px) {
  .c-inqui__ttl1 {
    letter-spacing: -0.09em;
  }
}
.c-inqui__txt1 {
  font-size: 4rem;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (max-width: 900px) {
  .c-inqui__txt1 {
    margin: 0;
  }
}
.c-inqui__txt1 a {
  color: #333;
  text-decoration: none;
}
.c-inqui__txt1 a:hover {
  opacity: 1;
}
.c-inqui__txt2 {
  font-size: 2rem;
  font-weight: 300;
  color: #333;
}
@media only screen and (max-width: 900px) {
  .c-inqui__txt2 {
    font-size: 1.6rem;
    margin-top: 19px;
  }
}

.c-totop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  font-size: 1.6rem;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
@media only screen and (max-width: 900px) {
  .c-totop {
    bottom: 60x;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
.c-totop:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 25px;
  background: url("../img/common/icon_totop.png") no-repeat;
  top: -25px;
  left: 0px;
}

.u-linktd {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .u-linktd {
    text-underline-offset: 2px;
  }
}

.c-slickitem {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  width: 400px;
}
@media only screen and (max-width: 900px) {
  .c-slickitem {
    width: 335px;
  }
}
@media only screen and (max-width: 350px) {
  .c-slickitem {
    width: 280px;
  }
}
.c-slickitem img {
  width: 100%;
}

.c-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .c-plan {
    -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;
  }
}
.c-plan__item {
  max-width: 495px;
  width: calc((100% - 90px) / 2);
  border-radius: 15px;
  border: 3px solid #008066;
  padding: 20px 50px;
}
@media only screen and (max-width: 900px) {
  .c-plan__item {
    width: 100%;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 900px) {
  .c-plan__item:first-of-type {
    margin-bottom: 55px;
  }
}
.c-plan__item ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.c-plan__item ul li::before {
  content: "";
  position: absolute;
  border: 4px solid #008066;
  height: 5px;
  border-radius: 50%;
  width: 5px;
  top: 6px;
  left: 0;
}
.c-plan__item ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(24 / 16);
}
.c-plan__item ul p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin-top: 10px;
}
.c-plan__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(44 / 30);
  color: #008066;
  text-align: center;
  margin-bottom: 30px;
}
.c-plan__sub {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #000000;
  margin-bottom: 15px;
}
.c-plan__price {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: calc(35 / 24);
  margin-bottom: 35px;
}
.c-plan__price::before {
  content: "";
  position: absolute;
  background: rgba(248, 214, 72, 0.3);
  width: 240px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -15px;
  left: 50%;
}
.c-planbonus {
  padding-left: 55px;
}
@media only screen and (max-width: 900px) {
  .c-planbonus {
    padding-left: 0;
  }
}
.c-planbonus__title {
  font-size: 2.4rem;
  font-weight: 400;
  min-width: 291px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: calc(35 / 24);
  color: #000000;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #008066;
  margin-bottom: 22px;
}
.c-planbonus__title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  background: #008066;
  left: 0;
  top: 6px;
}
.c-planbonus__sub {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #333;
  margin-bottom: 15px;
}

.slick-list {
  overflow: visible;
}

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

/*------------------------------------------------------------
404
------------------------------------------------------------*/
.page-page404 {
  background: #ffffff;
}

.p-page4041 {
  max-width: 704px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media only screen and (max-width: 900px) {
  .p-page4041 {
    max-width: 480px;
    width: 100%;
    padding: 24px 0 94px;
  }
}
.p-page4041 .ttl26s.center {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .ttl26s.center {
    padding: 0;
    margin-bottom: 35px;
  }
}
.p-page4041 .c-text1 {
  color: #333;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  margin: 60px auto;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-text1 {
    font-size: 1.6rem;
    margin: 49px auto 0;
  }
}
.p-page4041 .c-gnavi {
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi {
    margin: 42px auto 0;
    background: unset;
  }
}
.p-page4041 .c-gnavi ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
.p-page4041 .c-gnavi li {
  margin: 0 25px;
  border: none;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li {
    margin: 0 20px 0 0;
  }
}
.p-page4041 .c-gnavi li:first-of-type {
  margin-right: 25px;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:first-of-type {
    border: none;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:first-of-type a {
    border-top: 0;
  }
}
.p-page4041 .c-gnavi li:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:last-of-type {
    margin-right: 0;
  }
}
.p-page4041 .c-gnavi li a {
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li a {
    font-size: 1.6rem;
    padding: 10px 0;
    border: none;
  }
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li a:after {
    content: none;
  }
}

/*------------------------------------------------------------
about
------------------------------------------------------------*/
.p-about .c-imgTxt1 .c-imgTxt1__img {
  width: 400px;
  margin-right: 50px;
}
@media only screen and (max-width: 900px) {
  .p-about .c-imgTxt1 .c-imgTxt1__img {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .p-about .c-imgTxt1 .c-imgTxt1__info {
    margin-top: 30px;
  }
}

.p-about .message {
  padding: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-about .message {
    padding: 15px 0 100px;
  }
}

.p-about .profile {
  padding: 0 0 100px;
}

.p-about .profile__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(400px, 1fr));
  gap: 110px 130px;
}
@media only screen and (max-width: 900px) {
  .p-about .profile__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
  }
}

/*------------------------------------------------------------
business
------------------------------------------------------------*/
.p-business .c-imgTxt1 {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px 18px;
}
@media only screen and (max-width: 900px) {
  .p-business .c-imgTxt1 {
    grid-template-columns: 1fr;
  }
}
.p-business .c-imgTxt1 .c-imgTxt1__img {
  width: 100%;
  grid-row: span 3;
}
@media only screen and (max-width: 900px) {
  .p-business .c-imgTxt1 .c-imgTxt1__img {
    grid-row: auto;
  }
}
.p-business .c-imgTxt1 .c-imgTxt1__info {
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .p-business .c-imgTxt1 .c-imgTxt1__info {
    padding-right: 0;
    margin-top: 0;
  }
}

.p-business .simply-scroll-container .simply-scroll-list {
  height: 197px;
}
@media only screen and (max-width: 900px) {
  .p-business .simply-scroll-container .simply-scroll-list {
    height: 74px;
  }
}
.p-business .simply-scroll-container .simply-scroll-list li {
  width: 336px;
  height: 100%;
  padding: 0 37px;
}
@media only screen and (max-width: 900px) {
  .p-business .simply-scroll-container .simply-scroll-list li {
    width: 120px;
    padding: 0 10px;
  }
}

.p-business .construction {
  padding: 30px 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-business .construction {
    padding: 15px 0 70px;
  }
}

.p-business .renovation {
  background-color: rgba(0, 107, 11, 0.05);
  padding: 80px 0 90px;
}
@media only screen and (max-width: 900px) {
  .p-business .renovation {
    padding: 40px 0 70px;
  }
}

.p-business .production {
  padding: 80px 0 90px;
}
@media only screen and (max-width: 900px) {
  .p-business .production {
    padding: 40px 0 70px;
  }
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact .c-ttl1 {
  margin-bottom: 0;
}

.p-contact .c-btn1 {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .p-contact .c-btn1 {
    margin-top: 30px;
  }
}
.p-contact .c-btn1__txt1 {
  margin: 0 auto;
  border: 0;
}

.p-contact .c-boxTxt1__info {
  color: #333;
  margin-top: 46px;
  font-weight: 300;
}

.p-contact .c-boxTxt1 .c-ttl2__txt1 {
  font-size: 3rem;
}

.p-contact1 .ttl26s.center {
  padding-bottom: 0;
  margin-bottom: 50px;
}

.p-contact2 {
  padding: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-contact2 {
    padding: 0 0 30px;
  }
}
.p-contact2 .c-boxTxt1 {
  margin: 0 auto;
}
.p-contact2 .c-boxTxt1__info {
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .p-contact2 .c-boxTxt1__info {
    margin-top: 40px;
    text-align: left;
  }
}
.p-contact2 .ttl26s.center {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-contact2 .ttl26s.center {
    padding: 0;
  }
}
.p-contact2 .c-form1 {
  margin: 60px 0 0;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  .p-contact2 .c-form1 {
    margin: 30px 0 0;
    padding: 0;
  }
}

/*------------------------------------------------------------
confirm
------------------------------------------------------------*/
.p-confirm1,
.p-thanks1 {
  padding-bottom: 100px;
}
.p-confirm1 .ttl26s.center,
.p-thanks1 .ttl26s.center {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.p-confirm1__txt1,
.p-thanks1__txt1 {
  font-size: 1.6rem;
  margin: 58px 0 34px;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .p-confirm1__txt1,
  .p-thanks1__txt1 {
    margin: 30px 0 35px;
    padding: 0;
  }
}
.p-confirm1__txt1.center,
.p-thanks1__txt1.center {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-confirm1__txt1.center,
  .p-thanks1__txt1.center {
    text-align: left;
  }
}

.p-confirm .c-boxTxt1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-confirm .c-boxTxt1__info {
  color: #000000;
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-boxTxt1__info {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .p-confirm .c-btn1 {
    margin-top: 30px;
  }
}

.p-confirm .c-btn1__txt1 {
  position: relative;
  margin: 30px auto 0;
}

.p-confirm .c-radio1 {
  position: relative;
  padding: 0px 0 0 26px;
}
.p-confirm .c-radio1:before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #333;
  content: "";
  height: 18px;
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
  width: 18px;
}
.p-confirm .c-radio1:after {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 8px;
}

.p-confirm .c-form1 {
  max-width: 1004px;
  margin: 33px auto 0;
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-form1 {
    margin: 35px 0 0;
  }
}
.p-confirm .c-form1__ttl1 {
  width: 269px;
  margin-right: 80px;
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-form1__ttl1 {
    width: 100%;
  }
}
.p-confirm .c-form1 .note1 {
  display: none;
}
.p-confirm .c-form1__row {
  padding: 20px 20px 20px 11px;
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-form1__row {
    padding: 19px 0 19px;
  }
}
.p-confirm .c-form1__row:first-of-type {
  border-top: 1px solid #707070;
}
.p-confirm .c-form1__btn {
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-form1__btn .c-btn1:first-of-type {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-confirm .c-form1__btn .c-btn1__txt1 {
    margin: 0 auto;
  }
}

.p-thanks1__info {
  max-width: 704px;
  margin: 80px auto;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 900px) {
  .p-thanks1__info {
    font-size: 1.6rem;
    margin: 50px auto;
  }
}

.p-thanks1 .c-btn1__txt1 {
  position: relative;
  margin: 30px auto 0;
}
@media only screen and (max-width: 900px) {
  .p-thanks1 .c-btn1__txt1 {
    margin: 38px auto 0;
  }
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.p-index .news {
  background-color: rgba(0, 107, 11, 0.05);
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 900px) {
  .p-index .news {
    padding: 100px 0;
  }
}

.p-index .business {
  padding: 70px 0 0;
}
@media only screen and (max-width: 900px) {
  .p-index .business {
    padding: 50px 0 0;
  }
}

.p-index .about {
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .p-index .about {
    padding: 50px 0;
  }
}

.p-index .sample {
  background-color: rgba(0, 107, 11, 0.05);
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .p-index .sample {
    padding: 50px 0;
  }
}
.p-index .sample .c-btn1__txt2 {
  padding: 0 15px 10px;
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.p-news1 {
  padding: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-news1 {
    padding: 0 0 15px;
  }
}
.p-news1 .ttl26s.center {
  padding: 0 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-news1 .ttl26s.center {
    padding: 0;
    margin-bottom: 35px;
  }
}
.p-news1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-news1__inner {
    -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;
  }
}
.p-news1__content {
  width: 618px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .p-news1__content {
    width: 100%;
  }
}
.p-news1 .c-list1__date,
.p-news1 .c-list1__ttl1,
.p-news1 .c-list1__cat {
  color: #333;
  font-weight: 300;
}
.p-news1 .c-list1__ttl1 {
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.p-news1 .c-list1__cat {
  background: #ffffff;
}
.p-news1 .c-list4 {
  font-weight: 300;
}
.p-news1 .c-list4__item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-news1 .c-list4__item .link {
  display: block;
  width: 100%;
  margin-top: 14px;
}

/*------------------------------------------------------------
news detail
------------------------------------------------------------*/
.p-newsDetail1 {
  padding-bottom: 100px;
}
.p-newsDetail1 .ttl26s.center {
  padding: 0 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1 .ttl26s.center {
    padding: 0;
    margin-bottom: 35px;
  }
}
.p-newsDetail1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__inner {
    display: block;
  }
}
.p-newsDetail1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-newsDetail1__img img {
  max-width: 370px;
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__img img {
    width: calc((100% - 9px) / 2);
  }
}
.p-newsDetail1__content {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 618px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__content {
    width: 100%;
    margin-bottom: 51px;
  }
}
.p-newsDetail1__ttl1 {
  font-size: 3rem;
  margin: 0 0 30px;
  font-weight: 400;
  border-bottom: 3px solid #00076b;
  color: #333;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__ttl1 {
    font-size: 2rem;
    margin: 0 0 20px;
    border-bottom: 2px solid #00076b;
  }
}
.p-newsDetail1__boxTime {
  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;
  margin: 0 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime {
    margin: 0 0 20px;
  }
}
.p-newsDetail1__boxTime .time {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  margin-right: 40px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime .time {
    font-size: 1.4rem;
  }
}
.p-newsDetail1__boxTime .blog {
  margin-left: 22px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime .blog {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-newsDetail1__boxTime .c-list1__cat {
  background: unset;
  color: #333;
}
.p-newsDetail1 .img {
  margin: 45px 0 86px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1 .img {
    margin: 40px 0;
  }
}
.p-newsDetail1 .img img {
  max-width: 100%;
}

.p-newsDetail .news-single {
  overflow: hidden;
  font-weight: 300;
  color: #333;
}
.p-newsDetail .news-single h3 {
  font-size: 2.8rem;
  margin-bottom: 27px;
  font-weight: 700;
  border-left: 5px solid #00076b;
  line-height: 1.4;
  padding-left: 11px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h3 {
    font-size: 2rem;
    background: transparent;
    border-width: 3px;
    padding-left: 7px;
    padding-bottom: 2px;
    margin-bottom: 24px;
  }
}
.p-newsDetail .news-single h3 span {
  display: inline-block;
  padding: 0 50px 0 12px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h3 span {
    padding: 0;
  }
}
.p-newsDetail .news-single h4 {
  font-size: 2.6rem;
  margin-bottom: 27px;
  font-weight: 700;
  padding-left: 8px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h4 {
    font-size: 1.9rem;
    padding-left: 10px;
  }
}
.p-newsDetail .news-single h5 {
  font-size: 2.4rem;
  margin-bottom: 27px;
  font-weight: 700;
  padding-left: 9px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h5 {
    font-size: 1.8rem;
    padding-left: 10px;
  }
}
.p-newsDetail .news-single h6 {
  font-size: 2.2rem;
  margin-bottom: 27px;
  font-weight: 700;
  padding-left: 8px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h6 {
    font-size: 1.6rem;
    padding-left: 10px;
  }
}
.p-newsDetail .news-single ol {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: decimal;
  padding: 0 0 0 22px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single ol {
    margin: 0 0 10px;
  }
}
.p-newsDetail .news-single ul {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 38px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single ul {
    margin: 0 0 10px;
  }
}
.p-newsDetail .news-single ul li::marker {
  font-size: 1rem;
}
.p-newsDetail .news-single p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single p {
    padding-left: 0;
  }
}
.p-newsDetail .news-single p a {
  color: #009933;
  text-decoration: underline;
}
.p-newsDetail .news-single p a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-newsDetail .news-single img {
  max-width: 100%;
  height: auto;
}
.p-newsDetail .news-single img.aligncenter {
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single img.aligncenter {
    margin: 5px auto 0;
    display: inherit;
  }
}
.p-newsDetail .news-single img.alignright {
  display: block;
  float: right;
  margin: 50px auto;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single img.alignright {
    margin: 5px auto 0;
    display: inherit;
    float: unset;
  }
}
.p-newsDetail .news-single table {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  border-collapse: collapse;
  margin-top: 35px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 350px) {
  .p-newsDetail .news-single table {
    font-size: 1.5rem;
  }
}
.p-newsDetail .news-single table th,
.p-newsDetail .news-single table td {
  border: 1px solid #c9c9c9;
  text-align: center;
  padding: 7px;
  background: #fff;
  width: 180px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single table th,
  .p-newsDetail .news-single table td {
    padding: 6px 0;
  }
}
.p-newsDetail .news-single table th {
  background: #006b0b;
  color: #fff;
  font-weight: 300;
}
.p-newsDetail .news-single blockquote {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  padding: 20px 65px;
  position: relative;
  background: #fff;
  border: 1px solid #008066;
  margin-bottom: 21px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single blockquote {
    padding: 20px 20px 20px 45px;
    margin-bottom: 18px;
  }
}
.p-newsDetail .news-single blockquote::before {
  content: "";
  background: url("../img/common/icon_quote.png") center/cover no-repeat;
  position: absolute;
  left: 28px;
  top: 25px;
  width: 24px;
  height: 18px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single blockquote::before {
    left: 15px;
    top: 15px;
  }
}

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
.page-privacy {
  background: #ffffff;
}

.p-privacy p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-privacy1 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  padding: 60px 40px 90px;
}
@media only screen and (max-width: 900px) {
  .p-privacy1 {
    padding: 45px 0 50px;
  }
}
.p-privacy1 article {
  margin-top: 30px;
}
.p-privacy1 article h2 {
  font-size: 3rem;
  margin: 50px 0 19px;
  font-weight: 700;
  color: #333;
  padding: 1px 0;
}
@media only screen and (max-width: 900px) {
  .p-privacy1 article h2 {
    font-size: 2rem;
    margin: 25px 0 12px;
    line-height: 1.2;
    padding: 5px 0;
  }
}
.p-privacy1 article p,
.p-privacy1 article ul {
  padding: 0 25px;
}
@media only screen and (max-width: 900px) {
  .p-privacy1 article p,
  .p-privacy1 article ul {
    padding: 0;
  }
}
.p-privacy1 article ul {
  margin: 0 0 20px;
}
.p-privacy1 article ul li {
  position: relative;
  padding-left: 14px;
}
@media only screen and (max-width: 900px) {
  .p-privacy1 article ul li {
    padding-left: 16px;
  }
}
.p-privacy1 article ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 5px;
  top: 11px;
}
@media only screen and (max-width: 900px) {
  .p-privacy1 article ul li:after {
    left: 7px;
  }
}
.p-privacy1 .c-btn1 {
  margin-top: 50px;
}

/*------------------------------------------------------------
works
------------------------------------------------------------*/
.p-works {
  padding: 0 0 100px;
}
.p-works .works__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-works .works__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-works .works__wrapper .works__left {
  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;
  max-width: 525px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .p-works .works__wrapper .works__left {
    max-width: 100%;
  }
}
.p-works .works__wrapper .works__left .works__leftImg {
  width: 100%;
  max-height: 393px;
}

.p-works .works__wrapper .works__left .works__leftImg img{
  height: 100%;
}
.p-works .works__wrapper .works__left .works__leftTitle {
  margin: 25px 0;
}
@media only screen and (max-width: 900px) {
  .p-works .works__wrapper .works__left .works__leftTitle .ttl24b {
    font-size: 1.8rem;
  }
}
.p-works .works__wrapper .works__right {
  max-width: 325px;
  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;
}
@media only screen and (max-width: 900px) {
  .p-works .works__wrapper .works__right {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
  }
}
.p-works .works__wrapper .works__right .works__rightItem {
  max-width: 325px;
}
.p-works .works__wrapper .works__right .works__rightItem:first-child {
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .p-works .works__wrapper .works__right .works__rightItem:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.p-works .works {
  padding: 50px 0;
}
@media only screen and (max-width: 900px) {
  .p-works .works {
    padding: 50px 0 50px;
  }
}
.p-works .works:nth-child(even) {
  background-color: rgba(0, 107, 11, 0.05);
}

.u-pconly {
  display: block;
}
@media only screen and (max-width: 900px) {
  .u-pconly {
    display: none;
  }
}

.u-sponly {
  display: none;
}
@media only screen and (max-width: 900px) {
  .u-sponly {
    display: block;
  }
}

.u-line {
  position: relative;
}
.u-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 900px) {
  .u-line::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-pr4 {
    padding-right: 4vw;
  }
}

@-webkit-keyframes stoke {
  0% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
    stroke-width: 2;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
  }
  70% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
  }
  80% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
    stroke-width: 3;
  }
  100% {
    fill: #006b0b;
    stroke: rgba(255, 204, 0, 0);
    stroke-width: 0;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
  }
}

@keyframes stoke {
  0% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
    stroke-width: 2;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
  }
  70% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
  }
  80% {
    fill: rgba(255, 204, 0, 0);
    stroke: #006b0b;
    stroke-width: 3;
  }
  100% {
    fill: #006b0b;
    stroke: rgba(255, 204, 0, 0);
    stroke-width: 0;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
  }
}

@-webkit-keyframes stoke1 {
  0% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
    stroke-width: 2;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
  }
  70% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
  }
  80% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
    stroke-width: 3;
  }
  100% {
    fill: #ebb12b;
    stroke: rgba(255, 204, 0, 0);
    stroke-width: 0;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
  }
}

@keyframes stoke1 {
  0% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
    stroke-width: 2;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
  }
  70% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
  }
  80% {
    fill: rgba(255, 204, 0, 0);
    stroke: #ebb12b;
    stroke-width: 3;
  }
  100% {
    fill: #ebb12b;
    stroke: rgba(255, 204, 0, 0);
    stroke-width: 0;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
  }
}

/*-------------------------------------
        custom by TTD
        -------------------------------------*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.p-contact2 .c-form1__btn {
  display: none;
}

.p-confirm1 .c-btn1 {
  display: none;
}
.p-confirm1 .c-form1__btn .c-btn1 {
  display: block;
}

button {
  background: transparent;
}

.p-confirm .c-btn1__txt1 {
  border: 0;
}

.p-confirm1 .c-form1__ajaxzip3 {
  display: none;
}
