@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos="fadein"] {
  opacity: 0; }
  [data-aos="fadein"].aos-animate {
    opacity: 1; }

@keyframes scroll {
  from {
    height: 0;
    top: 0;
    bottom: unset; }
  40% {
    height: 100%;
    top: 0;
    bottom: unset; }
  40.1% {
    height: 100%;
    top: unset;
    bottom: 0; }
  80%,100% {
    height: 0;
    top: unset;
    bottom: 0; } }
@keyframes show01 {
  0%,50% {
    color: transparent; }
  50.00001%,100% {
    color: #000000; } }
@keyframes mask01 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes mask02 {
  0% {
    width: 0;
    left: 0;
    right: auto; }
  50% {
    width: 100%; }
  100% {
    width: 0;
    right: 0;
    left: auto; } }
@keyframes img {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*------------------------------------------------------------
	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;
  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', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333; }

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

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden; }

@media screen and (min-width: 767px) {
  a:hover {
    opacity: .7; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0; }

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

.logo02 {
  display: none; }

.open .logo01 {
  display: none; }
.open .logo02 {
  display: block; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 10px;
  background-image: linear-gradient(to right, #2E7367, #8C994D); }
  .l-header__content {
    background: #ffffff;
    padding: 13px 20px 13px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1320px) {
      .l-header__content {
        padding: 13px 10px; } }
    @media screen and (max-width: 1072px) {
      .l-header__content {
        padding: 8px 16px; } }
  .l-header__logo {
    width: 220px; }
    @media screen and (max-width: 1072px) {
      .l-header__logo {
        position: relative;
        z-index: 101;
        width: 147px; } }
  @media screen and (max-width: 1072px) {
    .l-header__rt {
      display: flex; } }
  .l-header__head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 9px; }
    @media screen and (max-width: 1072px) {
      .l-header__head {
        display: none; } }
    .l-header__head li a {
      display: block;
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      padding: 0 10px;
      border-right: 1px solid #000000; }
    .l-header__head li:last-child a {
      padding-right: 0;
      border-right: none; }
  .l-header__bot {
    display: flex;
    align-items: center; }
  .l-header__menu {
    display: flex; }
    @media screen and (max-width: 1072px) {
      .l-header__menu {
        display: none; } }
    .l-header__menu li:last-child a:after {
      display: none; }
    .l-header__menu li a {
      position: relative;
      display: block;
      color: #000000;
      padding: 0 20px;
      font-size: 1rem; }
      @media screen and (max-width: 1320px) {
        .l-header__menu li a {
          padding: 0 10px;
          font-size: 0.8rem; } }
      .l-header__menu li a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #707070;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(10deg); }
      @media screen and (min-width: 767px) {
        .l-header__menu li a:hover span:before {
          left: 3px; } }
      .l-header__menu li a span {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        padding-left: 10px;
        margin-bottom: 2px;
        position: relative; }
        @media screen and (max-width: 1320px) {
          .l-header__menu li a span {
            font-size: 1rem; } }
        .l-header__menu li a span:before {
          content: "";
          width: 6px;
          height: 10px;
          background: url("../img/icon/arrow-forward.svg") center center no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 6px;
          transition: .5s; }
          @media screen and (max-width: 1320px) {
            .l-header__menu li a span:before {
              top: 4px; } }
      .l-header__menu li a.external span {
        position: relative;
        padding-right: 1.3em; }
        .l-header__menu li a.external span::after {
          content: "";
          background: url(../img/common/icon_external.svg) no-repeat center center/contain;
          width: 0.9em;
          height: 0.9em;
          display: block;
          position: absolute;
          top: 0.3em;
          right: 0; }
  .l-header .btn-tel {
    margin-right: 10px; }
    @media screen and (max-width: 1072px) {
      .l-header .btn-tel {
        display: none; } }
  @media screen and (max-width: 1072px) {
    .l-header .btn-mail,
    .l-header .btn-menu {
      position: relative;
      z-index: 101; } }

.l-footer__policy {
  background: #333333;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .l-footer__policy {
      padding: 50px 0; } }
  .l-footer__policy .c-title1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .l-footer__policy .c-title1 {
        margin-bottom: 30px; } }
.l-footer__links {
  padding: 40px 0;
  position: relative; }
  @media screen and (max-width: 1072px) {
    .l-footer__links {
      display: none; } }
  .l-footer__links:before {
    content: "";
    background: #292A33;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .l-footer__links:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #146666, #98CC8F);
    z-index: -1;
    opacity: .1; }
  .l-footer__links--col {
    width: 28%; }
.l-footer__map {
  filter: grayscale(100%);
  line-height: 0; }
  .l-footer__map iframe {
    width: 100%;
    height: 480px; }
    @media screen and (max-width: 767px) {
      .l-footer__map iframe {
        height: 296px; } }
.l-footer__yamaki {
  position: relative;
  padding: 40px 0; }
  .l-footer__yamaki:before {
    content: "";
    background: #1A1A1A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .l-footer__yamaki:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    z-index: -1;
    opacity: .1; }
  .l-footer__yamaki .c-title1 {
    margin-bottom: 20px; }
.l-footer__bottom {
  position: relative;
  padding: 20px 0; }
  .l-footer__bottom:before {
    content: "";
    background-image: linear-gradient(135deg, #41555E, #11271C);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .l-footer__bottom:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    z-index: -1;
    opacity: .2; }
.l-footer__copy {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-top: 15px; }

#fixed_bnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000; }

#fixed_bnr a {
  transition: .5s; }

#fixed_bnr a:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3)); }

@media screen and (max-width: 767px) {
  #fixed_bnr img {
    width: 187px; } }
/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 1072px) {
  html.open,
  body.open {
    overflow: hidden; } }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  padding-top: 106px; }
  @media screen and (max-width: 1072px) {
    body {
      padding-top: 91px; } }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 66px; } }

.l-main {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px; }

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.l-nav {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 100;
  padding-top: 90px;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: .5s; }
  @media screen and (max-width: 1072px) {
    .l-nav {
      display: block; } }
  .l-nav:before {
    content: "";
    background: #292A33;
    width: 100%;
    height: 1300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98; }
  .l-nav:after {
    content: "";
    width: 100%;
    height: 1300px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #146666, #98CC8F);
    z-index: 99;
    opacity: .2; }
  .l-nav.open {
    opacity: 1;
    pointer-events: auto; }
  .l-nav__content {
    position: relative;
    z-index: 100;
    max-width: 282px;
    margin: 0 auto; }
  .l-nav .btn-enter {
    margin-right: 15px; }
  .l-nav__links {
    margin-top: 30px; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.btn-menu {
  display: none;
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 4px;
  position: relative;
  margin-left: 8px; }
  @media screen and (max-width: 1072px) {
    .btn-menu {
      display: inline-block; } }
  .btn-menu span {
    width: 16px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease; }
    .btn-menu span:nth-child(1) {
      top: 13px;
      left: 12px; }
    .btn-menu span:nth-child(2) {
      top: 19px;
      left: 12px; }
    .btn-menu span:nth-child(3) {
      top: 25px;
      left: 12px; }
  .btn-menu.open span:nth-child(1) {
    transform: rotateZ(45deg) scaleX(1.25) translate(4px, 5px);
    top: 13px; }
  .btn-menu.open span:nth-child(2) {
    opacity: 0; }
  .btn-menu.open span:nth-child(3) {
    transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
    top: 27px; }

.btn-tel {
  display: flex;
  align-items: center;
  width: 287px;
  height: 51px;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 4px 12px;
  color: #333333; }
  .btn-tel--txt {
    font-size: 1.2rem;
    font-weight: 700; }
  .btn-tel--num {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    padding-left: 14px;
    position: relative; }
    .btn-tel--num:before {
      content: "";
      width: 23px;
      height: 23px;
      background: url("../img/icon/phone.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      left: -5px;
      top: 2px; }
  .btn-tel--note {
    font-size: 1rem; }
  .btn-tel__content {
    padding-left: 10px; }

.btn-mail {
  width: 73px;
  height: 51px;
  background: #146666;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0; }
  @media screen and (max-width: 1072px) {
    .btn-mail {
      width: 40px;
      height: 40px;
      font-size: 1rem;
      padding: 7px 0; } }
  .btn-mail--icon {
    display: block; }
    @media screen and (max-width: 1072px) {
      .btn-mail--icon img {
        width: 20px; } }

.btn-enter {
  display: block;
  width: 118px;
  height: 77px;
  background: #146666;
  border-radius: 4px 0 0 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 16px 0; }
  @media screen and (max-width: 1072px) {
    .btn-enter {
      width: 133px;
      height: 40px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      font-size: 1rem;
      padding: 0 8px; } }
  .btn-enter span {
    display: block; }
    @media screen and (max-width: 1072px) {
      .btn-enter span {
        width: 24px;
        margin-right: 25px; } }

.btn-pen {
  display: block;
  width: 118px;
  height: 77px;
  background: #265F87;
  border-radius: 4px 0 0 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 12px 0; }
  @media screen and (max-width: 1072px) {
    .btn-pen {
      width: 133px;
      height: 40px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      font-size: 1rem;
      padding: 0 8px; } }
  .btn-pen span {
    display: block; }
    @media screen and (max-width: 1072px) {
      .btn-pen span {
        width: 20px;
        margin-right: 15px; } }

.c-btn01 {
  display: inline-block;
  width: 274px;
  border-radius: 70px;
  background: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  color: #000000;
  padding: 22px 0;
  position: relative;
  z-index: 2; }
  .c-btn01:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    transition: .5s; }
  @media screen and (min-width: 767px) {
    .c-btn01:hover {
      opacity: .7; }
      .c-btn01:hover:after {
        right: 10px; } }

.c-btn02 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 353px;
  max-width: 100%;
  background: #3D998A;
  border-radius: 70px;
  padding: 22px 0;
  position: relative; }
  .c-btn02:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transition: .5s; }
  @media screen and (min-width: 767px) {
    .c-btn02:hover {
      opacity: 1; }
      .c-btn02:hover:after {
        right: 10px; } }

.c-title1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000; }
  .c-title1 span {
    display: block;
    font-size: 4.4rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #146666;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      .c-title1 span {
        font-size: 3.5rem; } }
  .c-title1--black {
    color: #000000; }
    .c-title1--black span {
      color: #000000; }
  .c-title1--white {
    color: #ffffff; }
    .c-title1--white span {
      color: #ffffff; }
  .c-title1--blur {
    color: #738077;
    font-size: 1.2rem; }
    .c-title1--blur span {
      color: #738077;
      font-size: 2rem;
      margin-bottom: 5px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: .06em; }

.c-title2 {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 20px; }
  .c-title2:last-child {
    margin-bottom: 0; }
  .c-title2:before {
    content: "";
    width: 5px;
    height: 18px;
    background-image: linear-gradient(to bottom, #2E7367, #8C994D);
    position: absolute;
    left: 0;
    bottom: 8px; }
  .c-title2:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #738077;
    border-right: 1px solid #738077;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: calc(50% - 2px);
    transition: .5s; }
  .c-title2.external:after {
    background: url(../img/common/icon_external2.svg) no-repeat center center/contain;
    width: 12px;
    height: 12px;
    transform: none;
    border: none;
    top: calc(50% - 4px); }
  @media screen and (min-width: 767px) {
    .c-title2:hover:after {
      right: -3px; } }
  .c-title2 span {
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px; }

.c-title3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
  background: #146666;
  padding: 16px 24px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-title3 {
      font-size: 1.8rem;
      letter-spacing: -.02em;
      padding: 9px 0 9px 13px;
      margin-bottom: 30px; } }
  .c-title3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .c-title3 span {
        width: 30px;
        height: 30px;
        margin-right: 10px; }
        .c-title3 span img {
          max-width: 80%; } }

.c-title4 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .c-title4:before {
    content: "";
    background-image: linear-gradient(to right, #1F3B6E, #101E37);
    width: 24px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    z-index: 1; }
  .c-title4:after {
    content: "";
    width: 24px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    background-image: linear-gradient(to right, #146666, #98CC8F);
    z-index: 2;
    opacity: .31; }
  .c-title4 span {
    display: block;
    font-size: 2.8rem;
    color: #859AA3;
    letter-spacing: .2em;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase; }

.c-title5 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding: 15px 24px; }
  @media screen and (max-width: 767px) {
    .c-title5 {
      font-size: 1.6rem;
      padding: 12px 15px; } }
  .c-title5:before {
    content: "";
    background-image: linear-gradient(135deg, #41555E, #11271C);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .c-title5:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    z-index: 1;
    opacity: .31; }
  .c-title5 span {
    position: relative;
    z-index: 3; }

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

.u-flex-row-reverse-pc {
  flex-direction: row-reverse; }

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    flex-direction: row-reverse; } }

.u-flex-col-reverse-pc {
  flex-direction: column-reverse; }

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    flex-direction: column-reverse; } }

.u-middle {
  align-items: center; }

.u-center {
  justify-content: center; }

.u-between {
  justify-content: space-between; }

.u-end {
  align-items: flex-end; }

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.u-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 767px) {
  .u-reverseSP {
    flex-direction: row-reverse; } }

.c-mv {
  width: 100%;
  background: url("../img/top/mv_bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .c-mv {
      background: url("../img/top/mv_bg.jpg") center left no-repeat;
      background-size: cover; } }
  .c-mv__content {
    position: relative;
    width: 100%;
    height: 41.6vw;
    min-height: 660px; }
    @media screen and (max-width: 767px) {
      .c-mv__content {
        height: 113vw;
        min-height: auto; } }
  .c-mv__info {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 370px;
    transform: translate(0, -50%);
    z-index: 4; }
    @media screen and (max-width: 1320px) {
      .c-mv__info {
        top: 30px;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .c-mv__info {
        max-width: 250px;
        top: 30px;
        transform: none; } }
  .c-mv--img {
    position: absolute;
    bottom: -0;
    right: -75px;
    width: 849px;
    max-width: 91%;
    height: 642px; }
    @media screen and (max-width: 1320px) {
      .c-mv--img {
        right: 0; } }
    .c-mv--img--per01 {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 46.76%;
      opacity: 0;
      animation-fill-mode: forwards;
      animation-name: img;
      animation-duration: 1.2s;
      animation-delay: 1.5s; }
    .c-mv--img--per02 {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) !important;
      z-index: 2;
      width: 46.64%;
      opacity: 0;
      animation-fill-mode: forwards;
      animation-name: img;
      animation-duration: 1.2s;
      animation-delay: 2.5s; }
    .c-mv--img--per03 {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 3;
      width: 77.38%;
      opacity: 0;
      animation-fill-mode: forwards;
      animation-name: img;
      animation-duration: 1.2s;
      animation-delay: 3.5s; }
  .c-mv--txt1 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 3px 7px;
    position: relative;
    color: transparent;
    animation: show01;
    animation-duration: .8s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .c-mv--txt1 {
        font-size: 1.6rem; } }
    .c-mv--txt1:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0;
      background: #ffffff;
      z-index: 2;
      animation-fill-mode: forwards;
      animation-name: mask02;
      animation-duration: 1.6s; }
    .c-mv--txt1:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #ffffff;
      animation-fill-mode: forwards;
      animation-name: mask01;
      animation-duration: .8s; }
    .c-mv--txt1 span {
      position: relative;
      z-index: 1; }
  .c-mv--txt2 {
    position: relative;
    display: inline-block;
    font-size: 3.9rem;
    font-weight: 700;
    margin-top: 8px;
    padding: 0 7px;
    color: transparent;
    animation: show01;
    animation-duration: .8s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .c-mv--txt2 {
        font-size: 2.6rem; } }
    .c-mv--txt2:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0;
      background: #ffffff;
      z-index: 2;
      animation-fill-mode: forwards;
      animation-name: mask02;
      animation-duration: 1.6s; }
    .c-mv--txt2:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #ffffff;
      animation-fill-mode: forwards;
      animation-name: mask01;
      animation-duration: .8s; }
    .c-mv--txt2 span {
      display: block;
      position: relative;
      z-index: 1; }
  .c-mv__scroll {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    padding-bottom: 116px;
    z-index: 4; }
    @media screen and (max-width: 767px) {
      .c-mv__scroll {
        display: none; } }
    .c-mv__scroll span {
      width: 9px;
      height: 92px;
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%); }
      .c-mv__scroll span:after {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 100%;
        background: url("../img/icon/scroll.svg") left 4px bottom no-repeat;
        -webkit-animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
        animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
        top: 0;
        bottom: unset;
        left: 0; }

.c-banner {
  position: relative;
  height: 150px; }
  .c-banner:before {
    content: "";
    background-image: linear-gradient(135deg, #41555E, #11271C);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .c-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    z-index: -1;
    opacity: .31; }
  .c-banner .l-main {
    height: 100%;
    display: flex;
    align-items: center; }
  .c-banner--title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #859AA3; }
    @media screen and (max-width: 767px) {
      .c-banner--title {
        padding: 14px; } }
    .c-banner--title span {
      display: block;
      font-size: 2.8rem;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #ffffff;
      letter-spacing: .2em;
      text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .c-banner--company .c-banner--title span {
      letter-spacing: .1em; } }

.c-box01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 715px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1072px) {
    .c-box01 {
      height: auto;
      margin-bottom: 40px; } }
  .c-box01:last-child {
    margin-bottom: 0; }
  .c-box01--img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1072px) {
      .c-box01--img {
        position: static;
        height: auto; } }
  .c-box01__content {
    width: 638px;
    background: #ffffff;
    padding: 54px;
    position: absolute;
    top: 50%;
    left: calc(50% - 520px);
    transform: translate(0, -50%);
    z-index: 1; }
    @media screen and (max-width: 1072px) {
      .c-box01__content {
        position: static;
        transform: none;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .c-box01__content {
        padding: 30px 26px; } }
  .c-box01__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .c-box01--num {
    font-size: 7.2rem;
    color: #146666;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: italic;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .c-box01--num {
        font-size: 5.6rem; } }
  .c-box01--title {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 15px; }
    .c-box01--title--icon {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background: #146666;
      padding: 3px 18px; }
  .c-box01--txt1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-box01--txt1 {
        font-size: 1.8rem;
        margin-bottom: 20px; } }
  .c-box01--txt2 {
    font-size: 1.6rem; }
  .c-box01:nth-child(2n) .c-box01--img {
    left: 0;
    right: auto; }
  .c-box01:nth-child(2n) .c-box01__content {
    right: calc(50% - 520px);
    left: auto; }

.c-box02 {
  width: 32%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .c-box02 {
      width: 100%;
      margin-bottom: 15px; }
      .c-box02:last-child {
        margin-bottom: 0; } }
  .c-box02 a {
    display: block;
    color: #000000; }
  .c-box02__head {
    text-align: center;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .c-box02__head:hover .c-box02--icon:after {
        left: 50%; } }
  .c-box02--img {
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-box02--title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .c-box02--icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #E6E6E6;
    border-radius: 50%;
    position: relative; }
    .c-box02--icon:after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 4px);
      left: calc(50% - 4px);
      transition: .5s; }
  .c-box02--txt1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #146666;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px; }
    .c-box02--txt1:before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #146666;
      border-right: 2px solid #146666;
      transform: rotate(45deg);
      position: absolute;
      left: 0;
      top: 8px;
      transition: .5s; }
  .c-box02--txt2 {
    font-size: 1.6rem; }
  @media screen and (min-width: 767px) {
    .c-box02__content a:hover .c-box02--txt1:before {
      left: 3px; } }

.policy_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1072px) {
    .policy_list {
      justify-content: center; } }
  @media screen and (max-width: 1072px) {
    .policy_list li {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .policy_list li:last-child {
        margin-bottom: 0; } }
  .policy_list li a {
    display: block;
    font-size: 1.4rem;
    background: #ffffff;
    border-radius: 70px;
    color: #000000;
    padding: 14px 50px 14px 20px;
    position: relative; }
    @media screen and (max-width: 1072px) {
      .policy_list li a {
        display: inline-block;
        width: 264px;
        padding: 14px 0;
        text-align: center; } }
    .policy_list li a:after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg);
      position: absolute;
      right: 20px;
      top: calc(50% - 4px);
      transition: .5s; }
    @media screen and (min-width: 767px) {
      .policy_list li a:hover:after {
        right: 10px; } }

.c-list01 li {
  margin-bottom: 25px; }
  .c-list01 li p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #738077;
    margin-bottom: 6px; }
    .c-list01 li p.wt {
      color: #ffffff; }
  .c-list01 li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px; }
    .c-list01 li a:last-child {
      margin-bottom: 0; }
    .c-list01 li a:before {
      content: "-";
      position: absolute;
      left: 0; }
    .c-list01 li a small {
      font-size: 1.2rem; }

.c-list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .c-list02--item {
    width: 32%; }
    @media screen and (max-width: 1072px) {
      .c-list02--item {
        width: 100%;
        margin-bottom: 15px;
        min-height: 80px; }
        .c-list02--item:last-child {
          margin-bottom: 0; } }
    .c-list02--item a {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      background: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 1072px) {
        .c-list02--item a {
          max-width: 330px;
          margin: 0 auto; } }
      .c-list02--item a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #738077;
        border-right: 1px solid #738077;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: calc(50% - 2px);
        transition: .5s; }
      @media screen and (min-width: 767px) {
        .c-list02--item a:hover:after {
          right: 5px; } }
    .c-list02--item__content {
      padding-left: 20px; }
    .c-list02--item--title {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 10px;
      color: #000000; }
    .c-list02--item:nth-child(3) a {
      height: 100%;
      align-items: center;
      background-image: linear-gradient(to bottom, #2D0F00, #0F0000); }
      .c-list02--item:nth-child(3) a:after {
        border-color: #BF9D32; }
    .c-list02--item:nth-child(3) .c-list02--item--title {
      color: #ffffff; }
    .c-list02--item:nth-child(3) .c-list02--item__content {
      position: relative; }
    .c-list02--item:nth-child(3) .c-list02--item--img {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }

.c-list03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c-list03 li {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
      .c-list03 li:last-child {
        margin-bottom: 0; } }
  .c-list03 li a {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 20px;
    color: #ffffff;
    border-right: 1px solid #ffffff; }
    @media screen and (max-width: 767px) {
      .c-list03 li a {
        border-right: none; } }
  .c-list03 li:last-child a {
    border-right: none; }

.c-list04 {
  display: flex;
  flex-wrap: wrap;
  background: #4D4D4D;
  border-radius: 10px;
  padding: 13px 5px; }
  @media screen and (max-width: 1072px) {
    .c-list04 {
      padding: 1px 15px; } }
  .c-list04--item {
    padding: 0 20px;
    border-right: 1px dashed #ffffff; }
    @media screen and (max-width: 1072px) {
      .c-list04--item {
        width: 100%;
        border-right: none;
        padding: 6px 0 12px;
        border-bottom: 1px dashed #ffffff; } }
    .c-list04--item:last-child {
      border-right: none; }
      @media screen and (max-width: 1072px) {
        .c-list04--item:last-child {
          border-bottom: none; } }
    .c-list04--item--title {
      display: flex;
      align-items: flex-end;
      font-size: 1.4rem;
      font-weight: 700;
      color: #B3B3B3;
      margin-bottom: 8px;
      height: 28px; }
      .c-list04--item--title span {
        margin-right: 10px; }
    .c-list04--item__links {
      display: flex; }
      .c-list04--item__links li {
        padding: 0 15px;
        border-left: 1px solid #ffffff; }
        .c-list04--item__links li:nth-child(1) {
          padding-left: 0;
          border-left: none; }
        .c-list04--item__links li:last-child {
          padding-right: 0; }
        .c-list04--item__links li a {
          font-size: 1.6rem;
          font-weight: 500;
          color: #ffffff;
          padding-left: 15px;
          position: relative;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            .c-list04--item__links li a {
              font-size: 1.4rem; } }
          .c-list04--item__links li a:before {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            transform: rotate(45deg);
            position: absolute;
            left: 1px;
            top: calc(50% - 4px);
            transition: .5s; }
            @media screen and (max-width: 767px) {
              .c-list04--item__links li a:before {
                width: 6px;
                height: 6px;
                top: calc(50% - 3px); } }
          @media screen and (min-width: 767px) {
            .c-list04--item__links li a:hover:before {
              top: 50%; } }

.c-list05 {
  display: flex;
  flex-wrap: wrap; }
  .c-list05--item {
    width: calc(25% - 30px);
    margin-left: 40px;
    position: relative;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .c-list05--item {
        width: 100%;
        margin-left: 0;
        display: flex; } }
    .c-list05--item:before {
      content: "";
      border-left: 19px solid #223875;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      position: absolute;
      top: 60px;
      left: -30px; }
      @media screen and (max-width: 767px) {
        .c-list05--item:before {
          top: -30px;
          transform: rotate(90deg);
          left: calc(50% - 11px); } }
    .c-list05--item:nth-child(1) {
      margin-left: 0; }
      .c-list05--item:nth-child(1):before {
        display: none; }
    @media screen and (max-width: 767px) {
      .c-list05--item--title {
        width: 50%; } }
    .c-list05--item--txt {
      font-size: 1.6rem;
      line-height: 1.5;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .c-list05--item--txt {
          width: 50%;
          margin-top: 0;
          padding-left: 10px; } }

.c-list06 > li {
  padding: 15px 0;
  border-bottom: 1px dashed #707070; }
  .c-list06 > li:last-child {
    border-bottom: none; }
  .c-list06 > li h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative; }
    .c-list06 > li h3:before {
      content: "";
      width: 8px;
      height: 19px;
      background-image: linear-gradient(to bottom, #146666, #98CC8F);
      position: absolute;
      left: 0;
      top: 3px; }
  .c-list06 > li ol li {
    font-size: 1.4rem;
    position: relative;
    padding-left: 10px;
    position: relative;
    letter-spacing: -.03em; }
    .c-list06 > li ol li:before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0; }

.c-list07 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .c-list07--item {
    padding-right: 40px;
    position: relative;
    margin-bottom: 10px; }
    @media screen and (max-width: 1072px) {
      .c-list07--item {
        padding-right: 0;
        margin-bottom: 50px; } }
    .c-list07--item:after {
      content: "";
      border-left: 40px solid #ffffff;
      border-top: 63px solid transparent;
      border-bottom: 63px solid transparent;
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 1072px) {
        .c-list07--item:after {
          display: none; } }
    @media screen and (max-width: 1072px) {
      .c-list07--item:before {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        clip-path: polygon(50% 100%, 0% 0%, 100% 0%); } }
    .c-list07--item.item_spec {
      width: 640px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item.item_spec {
          width: 100%; } }
      @media screen and (max-width: 1072px) {
        .c-list07--item.item_spec:before {
          background-color: #ffffff; } }
      .c-list07--item.item_spec:after {
        border-left-color: #ffffff; }
      .c-list07--item.item_spec .c-list07--item__content {
        background: #ffffff; }
    @media screen and (max-width: 1072px) {
      .c-list07--item:nth-child(1) {
        width: 100%;
        margin-right: 0; } }
    .c-list07--item:nth-child(2) {
      width: 680px;
      margin-right: 40px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item:nth-child(2) {
          width: 100%;
          margin-right: 0; } }
    .c-list07--item:nth-child(3) {
      width: 720px;
      margin-right: 80px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item:nth-child(3) {
          width: 100%;
          margin-right: 0; } }
    .c-list07--item:nth-child(4) {
      width: 760px;
      margin-right: 120px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item:nth-child(4) {
          width: 100%;
          margin-right: 0; } }
    .c-list07--item:nth-child(5) {
      width: 800px;
      margin-right: 160px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item:nth-child(5) {
          width: 100%;
          margin-right: 0; } }
      .c-list07--item:nth-child(5) .c-list07--item--list {
        max-width: 440px; }
    .c-list07--item__content {
      background: #ffffff;
      padding: 20px 0 20px 40px;
      height: 126px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item__content {
          height: auto; } }
    @media screen and (max-width: 1072px) {
      .c-list07--item .u-flex {
        display: block; } }
    @media screen and (max-width: 1072px) {
      .c-list07--item--title {
        margin-bottom: 10px; } }
    .c-list07--item--title--step {
      font-size: 1.4rem;
      font-weight: 700;
      color: #223875;
      padding-bottom: 8px;
      border-bottom: 1px solid #707070;
      max-width: 209px;
      margin-bottom: 8px; }
      @media screen and (max-width: 1072px) {
        .c-list07--item--title--step {
          max-width: 100%; } }
      .c-list07--item--title--step span {
        font-size: 2rem;
        font-weight: 700;
        color: #223875;
        line-height: 1; }
    .c-list07--item--title--txt {
      font-size: 1.8rem;
      font-weight: 500; }
    .c-list07--item--txt {
      font-size: 1.8rem;
      font-weight: 700;
      color: #146666; }
    .c-list07--item--list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 395px; }
      .c-list07--item--list li {
        font-size: 1.4rem;
        position: relative;
        z-index: 1;
        padding-left: 12px;
        width: 50%;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .c-list07--item--list li {
            width: 100%; }
            .c-list07--item--list li:nth-child(1) {
              order: 1; }
            .c-list07--item--list li:nth-child(2) {
              order: 3; }
            .c-list07--item--list li:nth-child(3) {
              order: 2; }
            .c-list07--item--list li:nth-child(4) {
              order: 4; } }
        .c-list07--item--list li:before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }

.c-list08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #4D4D4D;
  border-radius: 10px;
  padding: 13px 5px; }
  @media screen and (max-width: 1072px) {
    .c-list08 {
      justify-content: flex-start; } }
  .c-list08--item {
    padding: 0 20px;
    border-right: 1px dashed #ffffff; }
    @media screen and (max-width: 1072px) {
      .c-list08--item {
        margin: 5px 0; } }
    .c-list08--item:last-child {
      border-right: none; }
    .c-list08--item--title {
      display: flex;
      align-items: flex-end;
      font-size: 1.4rem;
      font-weight: 700;
      color: #B3B3B3;
      margin-bottom: 8px; }
      .c-list08--item--title span {
        margin-right: 10px; }
    .c-list08--item__links {
      display: flex; }
      .c-list08--item__links li {
        padding: 0 15px;
        border-left: 1px solid #ffffff; }
        .c-list08--item__links li:nth-child(1) {
          padding-left: 0;
          border-left: none; }
        .c-list08--item__links li:last-child {
          padding-right: 0; }
        .c-list08--item__links li a {
          font-size: 1.6rem;
          font-weight: 500;
          color: #ffffff;
          padding-left: 15px;
          position: relative;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            .c-list08--item__links li a {
              font-size: 1.4rem; } }
          .c-list08--item__links li a:before {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            transform: rotate(45deg);
            position: absolute;
            left: 1px;
            top: calc(50% - 4px);
            transition: .5s; }
            @media screen and (max-width: 767px) {
              .c-list08--item__links li a:before {
                width: 6px;
                height: 6px;
                top: calc(50% - 3px); } }
          @media screen and (min-width: 767px) {
            .c-list08--item__links li a:hover:before {
              top: 50%; } }

.c-list09 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .c-list09 {
      margin-top: 10px; } }
  .c-list09 li {
    display: inline-block;
    font-size: 1.4rem;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 3px 8px;
    margin: 4px 8px 4px 0; }

.c-table01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem; }
  .c-table01 tr:last-child th, .c-table01 tr:last-child td {
    border-bottom: none; }
  .c-table01 th {
    width: 25%;
    border-bottom: 2px solid #333333;
    text-align: left;
    padding: 10px 0; }
  .c-table01 td {
    width: 75%;
    border-bottom: 2px solid #cccccc;
    padding: 10px 0;
    line-height: 1.4;
    padding-left: 20px; }

.c-table02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem; }
  .c-table02 tr {
    border-bottom: 1px dashed #707070; }
    .c-table02 tr:last-child {
      border-bottom: none; }
  .c-table02 th {
    font-weight: 700;
    padding: 15px 0;
    text-align: left;
    white-space: nowrap; }
  .c-table02 td {
    padding: 15px 0 15px 10px;
    line-height: 1.5; }

.c-table03 {
  border-radius: 8px;
  overflow: hidden; }
  .c-table03--tr {
    display: flex;
    border-bottom: 3px solid #ffffff; }
    @media screen and (max-width: 767px) {
      .c-table03--tr {
        display: block;
        border-bottom: none;
        margin-bottom: 8px;
        border-radius: 8px;
        overflow: hidden; } }
    .c-table03--tr:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
  .c-table03--th {
    font-size: 1.6rem;
    font-weight: 700;
    background: #CFE6DE;
    width: 26%;
    padding: 14px; }
    @media screen and (max-width: 767px) {
      .c-table03--th {
        width: 100%;
        padding: 10px; } }
  .c-table03--td {
    width: 74%;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #F5F7F6;
    padding: 5px 14px; }
    @media screen and (max-width: 767px) {
      .c-table03--td {
        width: 100%;
        padding: 10px; } }

.c-table04--tr {
  display: flex;
  border-bottom: 1px dashed #707070;
  padding: 25px 0; }
  @media screen and (max-width: 767px) {
    .c-table04--tr {
      display: block; } }
  .c-table04--tr:first-child {
    padding-top: 0; }
  .c-table04--tr:last-child {
    border-bottom: none;
    padding-bottom: 0; }
.c-table04--th {
  width: 10%;
  font-size: 1.6em;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .c-table04--th {
      width: 100%;
      margin-bottom: 10px; } }
.c-table04--td {
  width: 90%;
  padding-left: 10px;
  font-size: 1.6em;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .c-table04--td {
      width: 100%;
      padding-left: 0; } }

.c-breacrumb {
  position: relative;
  padding: 9px 0;
  min-height: 37px; }
  @media screen and (max-width: 767px) {
    .c-breacrumb {
      display: none; } }
  .c-breacrumb:before {
    content: "";
    background: #292A33;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .c-breacrumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #146666, #98CC8F);
    z-index: -1;
    opacity: .2; }
  .c-breacrumb--list {
    display: flex; }
    .c-breacrumb--list li {
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 500;
      margin-right: 25px; }
      .c-breacrumb--list li:last-child {
        margin-right: 0; }
      .c-breacrumb--list li a {
        color: #ffffff;
        position: relative; }
        .c-breacrumb--list li a:after {
          content: "";
          width: 8px;
          height: 8px;
          border-top: 1px solid #ffffff;
          border-right: 1px solid #ffffff;
          transform: rotate(45deg);
          position: absolute;
          right: -15px;
          top: calc(50% - 4px); }

.c-links {
  position: relative;
  padding: 28px 0; }
  @media screen and (max-width: 767px) {
    .c-links {
      padding: 17px 0; } }
  .c-links:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #292A33;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2; }
  .c-links:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    opacity: .1;
    z-index: -1; }
  .c-links__box {
    width: 359px;
    max-width: calc(50% - 12px);
    margin-right: 24px;
    background: #1A1A1A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-links__box {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 8px; } }
    .c-links__box:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .c-links__box:last-child {
          margin-bottom: 0; } }
    .c-links__box:after {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 1px solid #146666;
      border-right: 1px solid #146666;
      transform: rotate(45deg);
      position: absolute;
      right: 10px;
      top: calc(50% - 4px);
      transition: .5s; }
    .c-links__box:hover {
      opacity: 1; }
      @media screen and (min-width: 767px) {
        .c-links__box:hover:after {
          right: 3px; } }
    .c-links__box--img {
      max-width: 92px; }
    .c-links__box__content {
      padding-left: 10px; }
    .c-links__box--title {
      font-size: 1.6rem;
      font-weight: 700;
      color: #ffffff; }
      .c-links__box--title small {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        color: #ffffff; }
    .c-links__box--txt {
      font-size: 1rem;
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-weight: 500;
      font-style: normal; }

.c-contact {
  position: relative;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .c-contact {
      padding: 60px 0 50px; } }
  .c-contact:before {
    content: "";
    background-image: linear-gradient(135deg, #41555E, #11271C);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .c-contact:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #2E7367, #8C994D);
    z-index: -1;
    opacity: .2; }
  .c-contact .c-title1 {
    margin-bottom: 25px; }
  .c-contact--txt {
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-contact .u-flex {
      align-items: flex-start;
      position: relative; } }
  .c-contact--box {
    background: #F5F5F5;
    border-radius: 16px;
    width: 30.8%;
    text-align: center;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .c-contact--box {
        width: 48%;
        padding: 14px 10px; }
        .c-contact--box:nth-child(3) {
          position: absolute;
          right: 0;
          bottom: 0; }
        .c-contact--box:nth-child(1) {
          height: 212px; } }
    @media screen and (min-width: 767px) {
      .c-contact--box:hover .c-contact--box--btn:after {
        right: 10px; } }
    .c-contact--box--title {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .c-contact--box--title {
          font-size: 1.4rem; } }
    .c-contact--box--btn {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      max-width: 100%;
      background: #ffffff;
      border-radius: 70px;
      color: #000000;
      font-size: 1.4rem;
      line-height: 1;
      padding: 17px 0;
      position: relative;
      letter-spacing: -.02em; }
      @media screen and (max-width: 767px) {
        .c-contact--box--btn {
          width: 158px;
          padding: 17px 15px 17px  0; } }
      .c-contact--box--btn:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 4px);
        transition: .5s; }
        @media screen and (max-width: 767px) {
          .c-contact--box--btn:after {
            right: 10px; } }
      .c-contact--box--btn span {
        display: inline-block;
        margin-right: 5px; }
    .c-contact--box--tel {
      font-size: 2.6rem;
      color: #000000;
      padding-left: 20px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-contact--box--tel {
          font-size: 2rem;
          letter-spacing: -.02em;
          padding-left: 18px; } }
      .c-contact--box--tel:before {
        content: "";
        width: 23px;
        height: 23px;
        background: url("../img/icon/phone.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 8px; }
        @media screen and (max-width: 767px) {
          .c-contact--box--tel:before {
            top: 5px; } }
    .c-contact--box--time {
      font-size: 1.4rem; }
      .c-contact--box--time span {
        display: inline-block;
        width: 63px;
        background: #676767;
        font-size: 1.2rem;
        color: #ffffff;
        padding: 0 0 2px;
        margin-bottom: 5px; }

.c-anchor {
  background: #f7f7f7;
  padding: 80px 0 40px; }
  @media screen and (max-width: 767px) {
    .c-anchor {
      padding: 25px 0 30px; } }

[data-aos="anim1"] {
  transform: translateY(-40px);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="anim1"].aos-animate {
    transform: translateY(0);
    opacity: 1; }

.top_btns {
  z-index: 98;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%); }
  .top_btns .btn-enter {
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .top_btns .btn-enter {
        width: 80px;
        height: 64px;
        display: block;
        text-align: center;
        margin-right: 0;
        border-radius: 4px 0 0 4px;
        padding: 5px 0; }
        .top_btns .btn-enter span {
          margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .top_btns .btn-pen {
      width: 80px;
      height: 64px;
      display: block;
      border-radius: 4px 0 0 4px;
      padding: 5px 0; }
      .top_btns .btn-pen span {
        margin: 0 auto 2px; } }

.top__sec01 {
  background: #f7f7f7;
  padding: 80px 0 25vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .top__sec01 {
      padding: 50px 0 37.5vw; } }
  .top__sec01:after {
    content: "";
    width: 100%;
    height: 24.7vw;
    background: url("../img/top/sec01_bg.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .top__sec01:after {
        height: 37.5vw; } }
  .top__sec01 .c-title1 {
    margin-bottom: 40px; }
  .top__sec01--txt1 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px; }
  .top__sec01--txt2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
  .top__sec01__box {
    width: 33.33%;
    text-align: center;
    border-right: 1px dashed #707070;
    position: relative;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .top__sec01__box {
        width: 50%; }
        .top__sec01__box:nth-child(2) {
          border-right: none; }
        .top__sec01__box:nth-child(3) {
          border-right: none;
          margin-top: 20px; } }
    .top__sec01__box:after {
      content: "";
      width: 10px;
      height: 10px;
      border-right: 1px solid #146666;
      border-bottom: 1px solid #146666;
      transform: rotate(45deg);
      position: absolute;
      bottom: 0;
      left: calc(50% - 5px);
      transition: .5s; }
    @media screen and (min-width: 767px) {
      .top__sec01__box:hover:after {
        bottom: -10px; } }
    .top__sec01__box--num {
      font-size: 5rem;
      color: #146666;
      font-family: "futura-pt", sans-serif;
      font-weight: 400;
      font-style: italic; }
    .top__sec01__box--icon {
      display: inline-block;
      background: #146666;
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 700;
      padding: 3px 13px;
      margin-bottom: 10px; }
    .top__sec01__box--title {
      font-size: 2rem;
      white-space: nowrap;
      font-weight: 700;
      color: #000000; }
.top__sec02 {
  background: #146666; }
.top__sec03 {
  padding-top: 31.875vw;
  padding-bottom: 9.8vw;
  background: #f7f7f7;
  position: relative;
  top: -6.25vw;
  margin-bottom: -6.25vw; }
  @media screen and (max-width: 767px) {
    .top__sec03 {
      padding-top: 37.5vw;
      padding-bottom: 0;
      top: 0;
      margin-bottom: 0; } }
  .top__sec03:before {
    content: "";
    width: 100%;
    height: 37.5vw;
    background: url("../img/top/sec01_bg.png") top center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0; }
  .top__sec03 .c-title1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .top__sec03 .c-title1 {
        margin-bottom: 30px; } }
  .top__sec03--txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .top__sec03--txt {
        margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .top__sec03 .u-between {
      justify-content: center; } }
  .top__sec03--btn {
    text-align: center;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .top__sec03--btn {
        margin-top: 40px; } }
.top__sec04 {
  width: 100%;
  height: 74.9vw;
  background: url("../img/top/bg02.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  top: -18.75vw;
  margin-bottom: -18.75vw; }
  @media screen and (max-width: 767px) {
    .top__sec04 {
      background: #f7f7f7 url("../img/top/bg02_sp.png") center center no-repeat;
      background-size: cover;
      height: 194.25vw;
      top: 0;
      margin-bottom: 0; } }
  .top__sec04 .l-main {
    height: 100%; }
  .top__sec04__content {
    width: 100%;
    height: 100%;
    position: relative; }
  .top__sec04--box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 532px;
    padding: 50px 40px; }
    @media screen and (max-width: 767px) {
      .top__sec04--box {
        width: 100%; } }
    .top__sec04--box:after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, #2E7367, #8C994D);
      opacity: .3;
      position: absolute;
      top: 0;
      left: 0; }
    .top__sec04--box__content {
      position: relative;
      z-index: 1; }
    .top__sec04--box--title {
      color: #ffffff;
      font-size: 4.4rem;
      font-family: "futura-pt", sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: .3em;
      margin-bottom: 20px; }
      .top__sec04--box--title small {
        font-size: 1.6rem;
        font-weight: 700;
        display: block;
        letter-spacing: 0;
        font-family: 'Noto Sans JP', sans-serif; }
    .top__sec04--box--txt {
      font-size: 1.6rem;
      line-height: 1.5;
      color: #ffffff; }
    .top__sec04--box--link {
      font-size: 1.8rem;
      color: #ffffff;
      padding-left: 32px;
      position: relative;
      display: inline-block;
      margin-top: 30px; }
      .top__sec04--box--link:before {
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 2px; }
      .top__sec04--box--link:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        left: 7px;
        transition: .5s; }
      @media screen and (min-width: 767px) {
        .top__sec04--box--link:hover:after {
          left: 10px; } }
.top__sec05 {
  background: #f7f7f7;
  position: relative;
  top: -19.375vw;
  margin-bottom: -19.375vw;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .top__sec05 {
      top: 0;
      margin-bottom: 0;
      padding-bottom: 60px; } }
  .top__sec05__content {
    position: relative;
    z-index: 2; }
  .top__sec05--interview {
    position: absolute;
    top: 0;
    left: -154px;
    opacity: .1; }
  .top__sec05--box {
    width: 25%;
    padding: 0 5px;
    color: #000000;
    position: relative; }
    @media screen and (max-width: 767px) {
      .top__sec05--box {
        width: 48%;
        padding-bottom: 140px; } }
    .top__sec05--box.disable {
      filter: grayscale(100%);
      pointer-events: none; }
    .top__sec05--box:nth-child(2) {
      margin-top: 90px; }
      @media screen and (max-width: 767px) {
        .top__sec05--box:nth-child(2) {
          margin-top: 0; } }
    .top__sec05--box:nth-child(3) {
      margin-top: 180px; }
      @media screen and (max-width: 767px) {
        .top__sec05--box:nth-child(3) {
          margin-top: 0; } }
    .top__sec05--box:nth-child(4) {
      margin-top: 270px; }
      @media screen and (max-width: 767px) {
        .top__sec05--box:nth-child(4) {
          margin-top: 0; } }
    @media screen and (min-width: 767px) {
      .top__sec05--box:hover .top__sec05--box--icon:after {
        left: 50%; } }
    .top__sec05--box--img {
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .top__sec05--box--img {
          height: 340px;
          display: flex;
          justify-content: center;
          align-items: flex-end; } }
    .top__sec05--box--txt1 {
      font-size: 1.6rem;
      margin-bottom: 10px; }
    .top__sec05--box--txt2 {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .top__sec05--box--txt3 {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .top__sec05--box--txt3 {
          font-size: 1.4rem;
          white-space: nowrap; } }
    .top__sec05--box--icon {
      margin-top: 20px;
      display: inline-block;
      width: 40px;
      height: 40px;
      background: #ffffff;
      border-radius: 50%;
      position: relative; }
      .top__sec05--box--icon:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 4px);
        left: calc(50% - 4px);
        transition: .5s; }
    @media screen and (max-width: 767px) {
      .top__sec05--box--bot {
        position: absolute;
        left: 5px;
        bottom: 0; } }
  .top__sec05--btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .top__sec05--btn {
        margin-top: 30px; } }
    .top__sec05--btn .c-btn01 {
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .top__sec05--btn .c-btn01 {
          margin: 8px 0; } }
.top__sec06 {
  padding-bottom: 100px;
  background: #f7f7f7; }
  @media screen and (max-width: 767px) {
    .top__sec06 {
      padding-bottom: 50px; } }
  .top__sec06 .c-title1 {
    margin-bottom: 30px; }
  .top__sec06__box {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .top__sec06__box {
        width: 100%; } }

.service__border {
  border-bottom: 1px dashed #707070;
  padding-bottom: 40px;
  margin-bottom: 40px; }
.service__box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .service__box01--title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .service__box01--titlesub {
    font-size: 1.4rem;
    font-weight: 700;
    color: #146666;
    display: flex;
    align-items: flex-end; }
    .service__box01--titlesub span {
      display: inline-block;
      margin-right: 10px; }
  .service__box01--txt {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 670px; }
    @media screen and (max-width: 767px) {
      .service__box01--txt {
        width: 100%;
        margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .service__slider--box {
    padding: 0 10px; } }
.service__gallery01 {
  position: relative; }
  .service__gallery01 .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: #146666;
    border-radius: 50%;
    left: -55px; }
    @media screen and (max-width: 1072px) {
      .service__gallery01 .swiper-button-prev {
        left: 0; } }
    .service__gallery01 .swiper-button-prev:after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 4px);
      left: 12px; }
  .service__gallery01 .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #146666;
    border-radius: 50%;
    right: -55px; }
    @media screen and (max-width: 1072px) {
      .service__gallery01 .swiper-button-next {
        right: 0; } }
    .service__gallery01 .swiper-button-next:after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 4px);
      left: 12px; }
.service__gallery02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .service__gallery02--box {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .service__gallery02--box {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%; } }
    .service__gallery02--box:last-child {
      margin-right: 0; }
.service__sec01 {
  padding: 70px 0 60px;
  background: #F7F7F7; }
  @media screen and (max-width: 767px) {
    .service__sec01 {
      padding: 25px 0 35px; } }
.service__sec02 {
  background: #f7f7f7;
  padding: 100px 0 90px; }
  @media screen and (max-width: 767px) {
    .service__sec02 {
      padding: 0 0 20px; } }

.recruit__sec01 {
  position: relative; }
  .recruit__sec01--hand {
    position: absolute;
    right: 15px;
    top: 45px;
    width: 40vw; }
    @media screen and (max-width: 767px) {
      .recruit__sec01--hand {
        top: 95px;
        right: 10px; } }
    .recruit__sec01--hand img {
      width: 100%; }
  .recruit__sec01__content {
    padding: 80px 0 120px;
    background: #E6E7ED url("../img/recruit/sec01_bg.png") bottom center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .recruit__sec01__content {
        padding: 40px 0 80px; } }
  .recruit__sec01 .c-title4 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .recruit__sec01 .c-title4 {
        margin-bottom: 40px; } }
  .recruit__sec01--txt1 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.833;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .recruit__sec01--txt1 {
        font-size: 1.8rem;
        line-height: 1.77; } }
  .recruit__sec01--txt2 {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .recruit__sec01--txt2 {
        font-size: 1.4em;
        line-height: 1.7; } }
  .recruit__sec01__gallery img {
    width: 100%; }
.recruit__sec02 {
  padding: 80px 0;
  background: #f7f7f7; }
  @media screen and (max-width: 767px) {
    .recruit__sec02 {
      padding: 40px 0; } }
  .recruit__sec02--btn {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .recruit__sec02--btn {
        margin-bottom: 40px; } }
  .recruit__sec02 .c-title5 {
    margin-bottom: 40px; }
  .recruit__sec02 .top__sec05--box {
    margin-top: 0 !important; }
.recruit__sec03 {
  padding: 80px 0;
  background: #F7F7F7; }
  @media screen and (max-width: 767px) {
    .recruit__sec03 {
      padding: 40px 0; } }
.recruit__sec04 {
  padding: 80px 0;
  background: #f7f7f7; }
  .recruit__sec04 .c-title5 {
    margin-bottom: 25px; }
  .recruit__sec04__box01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .recruit__sec04__box01 {
        display: block; } }
    .recruit__sec04__box01--txt {
      width: 48%;
      font-size: 1.6rem;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .recruit__sec04__box01--txt {
          width: 100%;
          margin-bottom: 15px; } }
    .recruit__sec04__box01__content {
      width: 48%;
      border-radius: 16px;
      padding: 20px;
      background: #ffffff; }
      @media screen and (max-width: 767px) {
        .recruit__sec04__box01__content {
          width: 100%; } }
  .recruit__sec04__box02 {
    background: #F7F7F7;
    padding: 40px;
    border-radius: 16px; }
    @media screen and (max-width: 767px) {
      .recruit__sec04__box02 {
        padding: 20px 16px; } }
    .recruit__sec04__box02--title {
      font-size: 1.8rem;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      position: relative;
      padding: 8px 0;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .recruit__sec04__box02--title {
          text-align: center;
          font-size: 1.6rem;
          padding: 4px 0;
          margin-bottom: 20px; } }
      .recruit__sec04__box02--title:before {
        content: "";
        background-image: linear-gradient(135deg, #41555E, #11271C);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .recruit__sec04__box02--title:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to right, #2E7367, #8C994D);
        z-index: 1;
        opacity: .31; }
      .recruit__sec04__box02--title span {
        position: relative;
        z-index: 3; }
    @media screen and (max-width: 1072px) {
      .recruit__sec04__box02 .u-pc {
        display: none; } }
.recruit__sec05 {
  padding: 80px 0;
  background: #F7F7F7; }
  @media screen and (max-width: 767px) {
    .recruit__sec05 {
      padding: 40px 0; } }
  .recruit__sec05 .c-title5 {
    margin-bottom: 20px; }
  .recruit__sec05--box {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px; }
    @media screen and (max-width: 767px) {
      .recruit__sec05--box {
        padding: 20px 16px; } }
    .recruit__sec05--box--title {
      font-size: 2rem;
      font-weight: 700;
      background: #F7F7F7;
      border-radius: 16px;
      padding: 18px 24px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .recruit__sec05--box--title {
          font-size: 1.6rem;
          padding: 12px 24px; } }
      .recruit__sec05--box--title small {
        display: inline-block;
        font-size: 80%;
        font-weight: normal; }
  .recruit__sec05--btn {
    text-align: center;
    margin-top: 40px; }

/* 20250417追記 */
.entry_speed {
  display: table;
  background: #FF0000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
  padding: 6px 24px 8px;
  position: relative;
  margin: 0px auto 20px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .entry_speed {
      margin: 0px auto 20px; } }
  .entry_speed::after {
    content: "";
    border-top: 15px solid #ff0000;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%); }
  .entry_speed em {
    font-style: normal;
    font-size: 120%;
    font-weight: 900;
    display: block; }
    .entry_speed em::before, .entry_speed em::after {
      content: "┃";
      display: inline-block;
      margin: 0 5px; }
    .entry_speed em::before {
      transform: rotate(-14deg); }
    .entry_speed em::after {
      transform: rotate(14deg); }

.interview__banner img {
  width: 100%; }
.interview__info {
  padding: 60px 0;
  background: #EDEDED; }
  @media screen and (max-width: 767px) {
    .interview__info {
      padding: 30px 0; } }
  .interview__info--box {
    padding: 0 60px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1072px) {
      .interview__info--box {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .interview__info--box {
        padding: 0;
        align-items: flex-start; } }
    .interview__info--box--img {
      max-width: 154px; }
      @media screen and (max-width: 767px) {
        .interview__info--box--img {
          width: 100px; } }
    .interview__info--box__content {
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .interview__info--box__content {
          padding-left: 15px;
          width: calc(100% - 100px); } }
    .interview__info--box--title {
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .interview__info--box--title {
          font-size: 2rem;
          margin-bottom: 10px; } }
    .interview__info--box--name {
      font-size: 2.4rem;
      font-weight: bold;
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid #738077; }
      @media screen and (max-width: 767px) {
        .interview__info--box--name {
          width: 100%;
          margin-right: 0;
          padding-right: 0;
          border-right: 0;
          border-bottom: 1px solid #738077;
          padding-bottom: 10px;
          margin-bottom: 10px;
          font-size: 2rem; } }
      .interview__info--box--name small {
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        color: #738077; }
    .interview__info--box--year {
      font-size: 1.6rem;
      font-weight: 500; }
.interview__sec01 {
  padding: 80px 0;
  background: #F7F7F7; }
  @media screen and (max-width: 767px) {
    .interview__sec01 {
      padding: 40px 0; } }
.interview__anchor {
  background: #ffffff;
  padding: 50px 60px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1072px) {
    .interview__anchor {
      padding: 40px 30px; } }
  @media screen and (max-width: 767px) {
    .interview__anchor {
      padding: 20px 16px;
      margin-bottom: 16px; } }
  .interview__anchor--title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #738077; }
  .interview__anchor--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .interview__anchor--list li {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .interview__anchor--list li {
          width: 100%; } }
      .interview__anchor--list li a {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        color: #000000;
        padding: 10px 0;
        border-bottom: 1px solid #707070;
        position: relative; }
        @media screen and (max-width: 767px) {
          .interview__anchor--list li a {
            font-size: 1.3rem; } }
        .interview__anchor--list li a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #146666;
          border-bottom: 1px solid #146666;
          transform: rotate(45deg);
          position: absolute;
          right: 0;
          top: calc(50% - 3px); }
.interview__box {
  background: #ffffff; }
  .interview__box__content {
    padding: 40px 60px; }
    @media screen and (max-width: 1072px) {
      .interview__box__content {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .interview__box__content {
        padding: 20px; } }
  .interview__box--title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #738077;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .interview__box--title {
        font-size: 1.2rem;
        margin-bottom: 15px; } }
  .interview__box--txt {
    font-size: 1.6rem;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .interview__box--txt {
        font-size: 1.4rem; } }

.about__sec {
  background: #f7f7f7;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .about__sec {
      padding: 40px 0; } }
.about__box {
  background: #ffffff;
  border-radius: 16px;
  padding: 80px;
  text-align: center; }
  @media screen and (max-width: 1072px) {
    .about__box {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .about__box {
      padding: 30px 18px; } }
  .about__box--title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .about__box--title {
        font-size: 1.8rem;
        margin-bottom: 20px; } }
  .about__box--txt {
    font-size: 1.6rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .about__box--txt {
        font-size: 1.4rem;
        line-height: 1.8; } }
  .about__box--img {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px dashed #707070; }
    @media screen and (max-width: 767px) {
      .about__box--img {
        margin-top: 20px;
        padding-top: 20px; } }

.company__banner {
  width: 100%;
  height: 364px;
  padding: 87px 0;
  background: url("../img/company/banner_bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .company__banner {
      height: 283px;
      padding: 40px 0;
      background: url("../img/company/banner_bg_sp.jpg") center left no-repeat;
      background-size: cover; } }
  .company__banner--title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .company__banner--title {
        font-size: 1.8rem;
        line-height: 1.77;
        margin-bottom: 20px; } }
.company__sec {
  padding: 80px 0;
  background: #f7f7f7; }
  @media screen and (max-width: 767px) {
    .company__sec {
      padding: 40px 0; } }
.company__box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px; }
  @media screen and (max-width: 767px) {
    .company__box {
      padding: 20px 15px; } }
  .company__box--title {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .company__box--title {
        margin-bottom: 20px; } }
    .company__box--title span {
      display: inline-block;
      position: relative;
      font-size: 2.4rem;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .company__box--title span {
          font-size: 1.8rem; } }
      .company__box--title span:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #707070;
        transform: rotate(-20deg);
        position: absolute;
        left: -20px;
        top: 0; }
        @media screen and (max-width: 767px) {
          .company__box--title span:before {
            height: 40px;
            top: calc(50% - 20px); } }
      .company__box--title span:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #707070;
        transform: rotate(20deg);
        position: absolute;
        right: -20px;
        top: 0; }
        @media screen and (max-width: 767px) {
          .company__box--title span:after {
            height: 40px;
            top: calc(50% - 20px); } }
  .company__box--title2 {
    font-size: 1.8rem;
    font-weight: 700;
    background: #CFE6DE;
    border-radius: 8px;
    padding: 7px 16px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .company__box--title2 {
        margin-bottom: 15px; } }
  .company__box--list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .company__box--list1 {
        display: block;
        margin-bottom: 0; } }
    .company__box--list1--item {
      width: 32%;
      max-width: 304px; }
      @media screen and (max-width: 767px) {
        .company__box--list1--item {
          width: 100%;
          margin: 0 auto 25px; } }
      .company__box--list1--item--title {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px; }
        .company__box--list1--item--title span {
          color: #738077; }
        .company__box--list1--item--title small {
          display: block;
          font-size: 1.6rem; }
  .company__box--list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #F7F5F0;
    border-radius: 8px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .company__box--list2 {
        display: block;
        padding: 10px 30px; } }
    .company__box--list2--item {
      padding: 0 30px;
      border-right: 1px dashed #707070;
      text-align: center;
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        .company__box--list2--item {
          width: 100%;
          border-bottom: 1px dashed #707070;
          border-right: none;
          padding: 20px 0; } }
      .company__box--list2--item:last-child {
        border-right: none;
        border-bottom: none; }
      .company__box--list2--item--txt {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 10px; }

.policy {
  background: #f7f7f7;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .policy {
      padding-bottom: 40px; } }
  .policy .c-title5 {
    margin-bottom: 25px; }
  .policy__box {
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .policy__box {
        padding: 18px;
        margin-bottom: 20px; } }
    .policy__box--title {
      font-size: 1.8rem;
      font-weight: 700;
      background: #E6E6E6;
      border-radius: 8px;
      padding: 7px 16px;
      margin-bottom: 20px; }
    .policy__box--title1 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .policy__box--title2 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 10px; }
  .policy__box2 {
    padding: 24px;
    background: #F2F2F2;
    border-radius: 16px; }
    .policy__box2--title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 5px; }
    .policy__box2--lf {
      width: calc(100% - 185px); }
      @media screen and (max-width: 767px) {
        .policy__box2--lf {
          width: 100%;
          margin-bottom: 20px; } }
    .policy__box2--rt {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .policy__box2--rt {
          width: 100%;
          text-align: center; } }
  .policy__table01 {
    width: 48%;
    border-collapse: collapse;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .policy__table01 {
        width: 100%; } }
    .policy__table01 tr {
      border-bottom: 1px dashed #707070; }
    .policy__table01 th {
      font-weight: 700;
      padding: 10px 0;
      text-align: left;
      white-space: nowrap; }
    .policy__table01 td {
      padding: 10px; }
  .policy__list01 li {
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem; }
    .policy__list01 li span {
      position: absolute;
      left: 0;
      top: 0; }

.p-contact {
  padding: 80px 0;
  background: #f7f7f7; }
  .p-contact__content {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .p-contact__content {
        padding: 30px 20px; } }
  .p-contact__main {
    max-width: 843px;
    margin: 0 auto; }
  .p-contact .completed-content {
    max-width: 917px;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .p-contact .completed-content {
        padding: 0; } }
    .p-contact .completed-content .u-text-read a {
      font-size: 1.8rem; }
  .p-contact .completed-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .p-contact .completed-title {
        margin-bottom: 20px; } }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .mt-20 {
      margin-top: 10px; } }

.mt-30 {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .mt-30 {
      margin-top: 10px; } }

.mt-40 {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .mt-40 {
      margin-top: 20px; } }

.mt-50 {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .mt-50 {
      margin-top: 30px; } }

.mt-60 {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .mt-60 {
      margin-top: 40px; } }

.mt-70 {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .mt-70 {
      margin-top: 50px; } }

.mt-80 {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .mt-80 {
      margin-top: 60px; } }

.mt-90 {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .mt-90 {
      margin-top: 70px; } }

.mt-100 {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .mt-100 {
      margin-top: 80px; } }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .mb-20 {
      margin-bottom: 10px; } }

.mb-30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .mb-30 {
      margin-bottom: 10px; } }

.mb-40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 20px; } }

.mb-50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .mb-50 {
      margin-bottom: 30px; } }

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

.mb-70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .mb-70 {
      margin-bottom: 50px; } }

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

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

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

/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold; }

.u-text-read {
  font-size: 1.6rem; }

.u-text-read02 {
  font-size: 1.4rem; }

.u-text-center {
  text-align: center; }

.u-text-bold {
  font-weight: bold; }

.u-text-underline {
  text-decoration: underline; }

.u-text-red {
  color: red; }

.u-text-white {
  color: #ffffff; }

.u-text-blue {
  color: #0D3780; }

.u-text-black {
  color: #000000; }

.u-text-pink {
  color: #F02C54; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-space-n2 {
  letter-spacing: -.02em; }

@media screen and (max-width: 767px) {
  .u-space-n2-sp {
    letter-spacing: -.02em; } }

@media screen and (max-width: 767px) {
  .u-space-n5-sp {
    letter-spacing: -.05em; } }

.u-font-sz20 {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .u-font-sz20 {
      font-size: 1.2rem; } }

.u-font-sz24 {
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .u-font-sz24 {
      font-size: 1.8rem; } }

.u-font-sz26 {
  font-size: 2.6rem; }

.u-font-sz28 {
  font-size: 2.8rem; }
  @media screen and (max-width: 767px) {
    .u-font-sz28 {
      font-size: 2rem; } }

.u-font-sz30 {
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    .u-font-sz30 {
      font-size: 2.2rem; } }

.ffbook {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; }

.ffbookob {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic; }

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

.u-tb {
  display: none; }
  @media screen and (max-width: 1072px) {
    .u-tb {
      display: block; } }

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

.u-in {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-in {
      display: inline-block; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
