@charset "UTF-8";

/*    reset
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /*background: transparent;*/
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

/*  global
----------------------------------------*/

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #fff;
  color: #222;
  line-height: 1.5;
  word-break: normal;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

a,
a:visited {
  color: #004a85;
  text-decoration: none;
}

a:hover {
  color: #d60;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

a.link {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

sub {
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

.bt {
  position: relative;
}

.bt:hover {
  opacity: .7;
  transition: .5s;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.nowrap { white-space: nowrap; }

.bg-test {
  background-color: rgba(0,0,0,.1);
}

.text-keycolor {
  color: #0f8200;
}

.text-red {
  color: #d00;
}

.normal-list {
  list-style: disc inside !important;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.normal-list-item {
  margin-top: .5rem;
}

.normal-list-item:first-child {
  margin-top: 0;
}

/*  default
----------------------------------------*/

.only-pc { display: block; }
.only-sp { display: none; }

body {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: .04em;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
  position: relative;
  min-height: 100vh;
  min-width: 1200px;
}

.bt-pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 99;
}

.bt-pagetop .bt {
  display: block;
  height: 100px;
  width: 100px;
}

.bt-pagetop .bt img {
  width: 100%;
}

.hdr-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 40px;
  width: 1200px;
}

.hdr-title {
  width: 124px;
}

.hdr-title img {
  width: 100%;
}

.ftr {
    border-top: 1px solid #ddd;
    font-size: 1.6rem;
    margin-top: 10px;
}

.ftr-container {
  display: flex;
  align-items: center;

  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 40px;
  width: 1200px;
}

.ftr-logo {
  flex: 0 0 194px;

  width: 194px;
}

.ftr-logo img {
  width: 100%;
}

.ftr-address {
  flex: 1 0 auto;

  margin: 0 40px;
}

.ftr-contact {
  margin-left: auto;
}

.ftr-contact a {
  background-color: #57a74c;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

.ftr-copyright {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 40px;
  text-align: center;
  min-width: 1200px;
}

.main {
  flex: 1 0 auto;

  position: relative;
}

.services-top-container {
  box-sizing: border-box;
  height: 290px;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
  width: 1200px;
}

.services-top-board {
  background-color: #0f8200;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100px;
  top: 0;
  width: 200%;
  z-index: 1;
}

.services-top .introduction {
  color: #fff;
  left: 40px;
  position: absolute;
  top: 30px;
  width: 780px;
  z-index: 9;
}

.services-top .introduction h1 {
  border-bottom: 2px solid #222;
  display: inline-block;
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 100%;
  padding-bottom: 20px;
}

.services-top .introduction p {
  letter-spacing: .08em;
  margin-top: 20px;
}

.services-top .image {
  height: 200px;
  position: absolute;
  right: 40px;
  top: 140px;
  width: 300px;
  z-index: 9;
}

.services-top .image img {
  width: 100%;
}

.services-menu {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
}

.services-menu-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 40px 100px;
  width: 1200px;
}

.services-menu-hdr {
  display: flex;
}

.services-menu-hdr .logo {
  margin-left: 60px;
  width: 270px;
}

.services-menu-hdr .logo img {
  width: 100%;
}

.services-menu-hdr .caption {
  margin-left: 70px;
  width: 304px;
}

.services-menu-hdr .caption img {
  width: 100%;
}

.services-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: 10px;
}

.services-menu-list-item {
  flex: 0 0 530px;

  margin-top: 40px;
}

.services-menu-list-item a {
  background-color: #fff;
  border: 1px solid #0f8200;
  box-sizing: border-box;
  color: #222;
  display: block;
  height: 100%;
  letter-spacing: .08em;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.services-menu-list-item a:hover {
  background-color: #e7f2e5;
  transition: .5s;
}

.services-menu-list-item .number {
  background-color: #0f8200;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  left: -10px;
  line-height: 60px;
  position: absolute;
  top: -10px;
  width: 90px;
}

.services-menu-list-item .icon {
  margin: 0 auto;
  width: 48px;
}

.services-menu-list-item .icon img {
  width: 100%;
}

.services-menu-list-item .caption {
  border-bottom: 2px solid #0f8200;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px 0;
}

.services-menu-list-item .caption .sub-text {
  border-left: 1px solid #222;
  display: inline-block;
  font-size: 60%;
  line-height: 100%;
  margin-left: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}

.services-menu-list-item .text {
  font-size: 2rem;
}

.services-menu-list-item .note {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

.service-section {
  box-sizing: border-box;
  margin: 100px auto 0;
  position: relative;
  width: 1200px;
}

.service-board {
  background-color: #87c07f;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 1s;
  width: 100%;
}

.service-board.active {
  background-color: #0f8200;
}

.service-board-left {
  right: 1040px;
}

.service-board-right {
  left: 1040px;
}

.service-board .number {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: 40px;
  width: 160px;
}

.service-board-left .number {
  right: 0;
}

.service-board-right .number {
  left: 0;
}

.service-board-left .number::after,
.service-board-right .number::after {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 40px;
}

.service-board-left .number::after {
  right: 0;
}

.service-board-right .number::after {
  left: 0;
}

.service-board .icon {
  height: 96px;
  position: absolute;
  top: 100px;
  width: 160px;
}

.service-board-left .icon {
  right: 0;
}

.service-board-right .icon {
  left: 0;
}

.service-board .icon img {
  height: 100%;
  opacity: .5;
}

.service-container-right {
  padding: 40px 40px 40px 200px;
}

.service-container-left {
  padding: 40px 200px 40px 40px;
}

.service-content-hdr {
  display: flex;
}

.service-content-hdr .text {
  flex: 1 1 auto;

  margin-right: 40px;
}

.service-content-hdr .text h2 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 115%;
}

.service-content-hdr .text h2 .sub-text {
  border-left: 1px solid #222;
  font-size: 80%;
  line-height: 100%;
  margin-left: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}

.service-content-hdr .text p {
  margin-top: 40px;
}

.service-content-hdr .image {
  flex: 0 0 auto;

  margin-left: auto;
}

#service-01 .service-content-hdr .image {
  flex-basis: 360px;

  width: 360px;
}

#service-02 .service-content-hdr .image {
  flex-basis: 254px;

  margin-right: 60px;
  width: 254px;
}

#service-03 .service-content-hdr .image {
  flex-basis: 244px;

  margin-right: 60px;
  width: 244px;
}

#service-04 .service-content-hdr .image {
  flex-basis: 254px;

  margin-right: 60px;
  width: 254px;
}

#service-05 .service-content-hdr .image {
  flex-basis: 256px;

  margin-right: 60px;
  width: 256px;
}

.service-content-hdr .image img {
  width: 100%;
}

.service-container h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
}

.service-container h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
}

.service-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-flex-item {
  flex: 0 0 450px;

  display: flex;
  flex-direction: column;

  background-color: #fff;
  border: 1px solid #0f8200;
  box-sizing: border-box;
  margin: 30px 0 0 10px;
  padding: 30px 20px;
  position: relative;
  width: 450px;
}

.service-flex-item.max-item {
  flex: 0 0 950px;

  flex-direction: row;

  width: 950px;
}

.service-flex-item::before {
  border-top: 10px solid #0f8200;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: -5px;
  width: 90px;
}

.service-flex-item .text {
  flex: 1 1 auto;
}

.service-flex-item h5 {
  font-weight: bold;
}
.service-flex-item h5 span {
  font-weight: normal;
  font-size: 80%;
  vertical-align: bottom;
}

.service-flex-item p {
  margin-top: 15px;
}

.service-flex-item .image {
  flex: 0 0 auto;

  margin: 15px auto 0;
  width: 240px;
}

.service-flex-item.max-item .image {
  margin: 0 0 0 20px;
}

.service-flex-item.max-item .text .image {
  margin: 15px auto 0;
}

.service-flex-item .image img {
  width: 100%;
}

.service-flex-item.max-item .text .text-flex-container {
  display: flex;
}

.service-flex-item.max-item .text .text-flex-container .image {
  margin: 15px 0 0 20px;
}

.service-03-qr {
  display: flex;
  justify-content: center;

  margin-top: 40px;
}

.service-03-qr > div {
  margin: 0 50px;
  text-align: center;
}

.service-03-qr .banner {
  height: 60px;
}

.service-03-qr .banner img {
  height: 100%;
}

.service-03-qr .qr {
  height: 180px;
  margin-top: 20px;
}

.service-03-qr .qr img {
  height: 100%;
}

.service-flex-item .image.image-04-01.only-pc {
  width: 910px;
}

.service-flex-item .image.image-04-02.only-pc {
  width: 544px;
}

.service-flex-item .image.image-04-03.only-pc {
  width: 535px;
}

.step-arrow {
  flex: 0 0 80px;

  margin: 20px auto 0;
  width: 80px;
}

.step-arrow img {
  width: 100%;
}

.step-arrow + .service-flex-item {
  margin-top: 10px;
}

.service-05-system {
  display: flex;

  margin-top: 40px;
}

.service-05-system .image {
  flex: 0 0 568px;

  width: 568px;
}

.service-05-system .image img {
  width: 100%;
}

.service-05-system .text {
  margin-left: 20px;
}

/* fadeInLeft */

.fadeInLeft {
  animation-name: fadeInLeftAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
 
.fadeInLeftTrigger {
  opacity: 0;
}

/* fadeInRight */

.fadeInRight {
  animation-name: fadeInRightAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
 
.fadeInRightTrigger {
  opacity: 0;
}

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
.fadeUpTrigger {
  opacity: 0;
}

.main-note {
    text-align: right;
    padding: 0px 1% 0;
    font-size: 75%;
}

.text-note {
  display: block;
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
  color: #565656;
}
/*  under 768px
----------------------------------------*/

  @media (max-width: 768px) {

.viewPC {
  display: none;
}

.normal-list {
  list-style: disc inside !important;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

.only-pc { display: none; }
.only-sp { display: block; }

body {
  font-size: 4.27vw;
}

.wrapper {
  min-width: 100vw;
}

.bt-pagetop {
  bottom: 8vw;
  right: 0;
}

.bt-pagetop .bt {
  height: 12vw;
  width: 12vw;
}

.hdr-container {
  padding: 4vw 2.67vw;
  width: auto;
}

.hdr-title {
  width: 24.8vw;
}

.ftr {
        font-size: 3.2vw;
        margin-top: 4vw;
    }

.ftr-container {
  display: block;
  padding: 6vw 2.67vw;
  width: auto;
}

.ftr-logo {
  margin: 0 auto;
  width: 38.8vw;
}

.ftr-address {
  margin: 6vw 0;
}

.ftr-contact {
  margin-left: auto;
}

.ftr-contact a {
  margin: 0 auto;
  padding: 6vw 0;
  text-align: center;
  text-decoration: none;
  width: 50vw;
}

.ftr-copyright {
  padding: 6vw 2.67vw;
  min-width: auto;
}

.services-top {
  position: relative;
}

.services-top-container {
  height: auto;
  overflow: hidden;
  padding: 6vw 0 0;
  position: relative;
  width: auto;
}

.services-top-board {
  display: none;
}

.services-top .introduction {
  background-color: #0f8200;
  left: auto;
  padding: 8vw 6vw;
  position: relative;
  top: auto;
  width: auto;
}

.services-top .introduction h1 {
  font-size: 8vw;
  padding-bottom: 4vw;
}

.services-top .introduction p {
  font-size: 4.27vw;
  letter-spacing: .05em;
  margin-top: 4vw;
}

.services-top .image {
  height: 26.67vw;
  right: 0;
  top: 0;
  width: 40vw;
}

.services-menu-container {
  padding: 12vw 2.67vw;
  width: auto;
}

.services-menu-hdr {
  display: block;
}

.services-menu-hdr .logo {
  margin: 0 auto;
  padding-right: 6vw;
  width: 45vw;
}

.services-menu-hdr .caption {
  margin: 4vw auto;
  width: 50.67vw;
}

.services-menu-list {
  margin-top: 8vw;
}

.services-menu-list-item {
  flex: 0 0 45vw;

  margin-top: 4vw;
}

.services-menu-list-item a {
  letter-spacing: .04em;
  padding: 4vw 2.67vw;
}

.services-menu-list-item .number {
  font-size: 4.8vw;
  left: -1.33vw;
  line-height: 8vw;
  top: -1.33vw;
  width: 12vw;
}

.services-menu-list-item .icon {
  margin: 0 auto;
  width: 12.8vw;
}

.services-menu-list-item .caption {
  font-size: 4.8vw;
  margin-bottom: 2.67vw;
  padding: 2.67vw 0;
}

.services-menu-list-item .caption .sub-text {
  border: none;
  display: block;
  margin: 1.33vw 0 0;
  padding: 0;
}

.services-menu-list-item .text {
  font-size: 3.73vw;
}

.services-menu-list-item .text br {
  display: none;
}

.services-menu-list-item .note {
  font-size: 2.8vw;
}

.service-section {
  margin: 12vw auto 0;
  overflow: hidden;
  width: auto;
}

.service-board-left {
  right: 88vw;
}

.service-board-right {
  left: 88vw;
}

.service-board .number {
  font-size: 4.8vw;
  line-height: 4.8vw;
  top: 5.33vw;
  width: 12vw;
}

.service-board-left .number {
  right: 0;
}

.service-board-right .number {
  left: 0;
}

.service-board-left .number::after,
.service-board-right .number::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.8vw;
  width: 2.67vw;
}

.service-board .icon {
  height: 10vw;
  top: 12.8vw;
  width: 12vw;
}

.service-container-right {
  padding: 4vw 2.67vw 4vw 14.67vw;
}

.service-container-left {
  padding: 4vw 14.67vw 4vw 2.67vw;
}

.service-content-hdr {
  display: block;
}

.service-content-hdr .text {
  margin: 0;
}

.service-content-hdr .text h2 {
  font-size: 6vw;
}

.service-content-hdr .text h2 .sub-text {
  font-size: 75%;
  margin-left: 15px;
  padding-left: 15px;
}

.service-content-hdr .text p {
  margin-top: 4vw;
}

#service-01 .service-content-hdr .image {
  margin: 4vw auto 0;
  width: 60vw;
}

#service-02 .service-content-hdr .image,
#service-03 .service-content-hdr .image,
#service-04 .service-content-hdr .image,
#service-05 .service-content-hdr .image {
  margin: 4vw auto 0;
  width: 50vw;
}

.service-container h3 {
  font-size: 4.8vw;
  margin-top: 4vw;
}

.service-container h4 {
  font-size: 4.53vw;
  margin-top: 4vw;
}

.service-flex-container {
  display: block;
}

.service-flex-item {
  display: block;

  margin: 4vw 0 0 1.33vw;
  padding: 4vw 2.67vw;
  width: auto;
}

.service-flex-item.max-item {
  width: auto;
}

.service-flex-item::before {
  border-top: 2vw solid #0f8200;
  content: "";
  height: 0;
  left: -1.33vw;
  position: absolute;
  top: -1vw;
  width: 14vw;
}

.service-flex-item p {
  font-size: 3.73vw;
  margin-top: 2.67vw;
}

.service-flex-item .image {
  margin: 4vw auto 0;
  width: 50vw;
}

.service-flex-item.max-item .image {
  margin: 4vw auto 0;
}

.service-flex-item.max-item .text .text-flex-container {
  display: block;
}

.service-flex-item.max-item .text .text-flex-container .image {
  margin: 4vw auto 0;
}

.service-03-qr {
  display: block;
  margin-top: 8vw;
}

.service-03-qr > div {
  margin: 0 auto;
}

.service-03-qr .banner {
  height: 16vw;
  margin-top: 4vw;
}

.service-03-qr .qr {
  display: none;
}

.service-flex-item .image.image-04-01.only-sp,
.service-flex-item .image.image-04-02.only-sp,
.service-flex-item .image.image-04-03.only-sp {
  width: 72vw;
}

.step-arrow {
  flex: 0 0 16vw;

  margin: 2.67vw auto 0;
  width: 16vw;
}

.step-arrow + .service-flex-item {
  margin-top: 0;
}

.service-05-system {
  display: block;

  margin: 4vw auto 0;
}

.service-05-system .image {
  margin: 0 auto;
  width: 100%;
}

.service-05-system .text {
  font-size: 3.73vw;
  margin: 4vw 0 0;
}

.main-note {
    text-align: center;
    padding: 0px auto;
    font-size: 70%;
}

  }  /* /@media (max-width: 768px) */





