@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i&display=swap");
blockquote,
body,
div,
dl,
dt,
dd,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
span,
textarea,
td,
th,
ul,
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset,
img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

/* IE */
* html ul li dl,
* html ol li dl {
  display: inline;
}
*:first-child + html ul li dl,
*:first-child + html ol li dl {
  display: inline;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  word-break: break-word;
}

p {
  line-break: strict;
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
}

#wrapper {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hide,
.hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/*noto-sans*/
.font-noto-light {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.font-noto-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.font-noto-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.lato-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  zoom: 1;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  position: fixed;
  height: 60px;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 999;
}
header a {
  text-decoration: none;
}
header .logo_area {
  position: absolute;
  left: 0;
  top: 0;
}
header .logo_area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo_area a h1 {
  width: 160px;
  height: 60px;
  padding: 0 25px 0 25px;
  display: flex;
  align-items: center;
  background: #fff;
}
header .logo_area a h1 img {
  width: 100%;
  height: auto;
}
header .logo_area a p {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: #009260;
  height: 60px;
  padding: 0 30px;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #fff;
}
header .intern {
  position: absolute;
  right: 250px;
  top: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  background: #fff100;
  height: 60px;
  letter-spacing: 0.08em;
}
header .intern a {
  display: block;
  color: #3cb378;
  padding: 9px 30px;
}
header .entry {
  position: absolute;
  right: 60px;
  top: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  background: #3cb378;
  height: 60px;
  letter-spacing: 0.08em;
}
header .entry a {
  display: block;
  color: #fff;
  padding: 9px 45px;
}
header .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background: url(../images/menu.svg) no-repeat top center/cover;
  cursor: pointer;
  z-index: 1000;
}
header .menu.close {
  background: url(../images/close.svg) no-repeat top center/cover;
}
header .navcont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
header .navcont .navbox {
  display: flex;
  align-items: center;
  height: 100%;
}
header .navcont .navbox .navinner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  flex-wrap: wrap;
}
header .navcont .navbox .navinner a {
  color: #fff;
}
header .navcont .navbox .navinner .toplink {
  width: 100%;
  margin-bottom: 20px;
}
header .navcont .navbox .navinner .toplink span {
  font-weight: bold;
  color: #3cb378;
  position: relative;
  margin-right: 20px;
}
header .navcont .navbox .navinner .toplink span:after {
  position: absolute;
  content: "";
  height: 12px;
  border-right: 1px solid #fff;
  right: -10px;
  top: 3px;
}
header .navcont .navbox .navinner .nav {
  max-width: 220px;
}
header .navcont .navbox .navinner .nav p.ttlsnav {
  font-weight: bold;
  color: #3cb378;
  padding-bottom: 12px;
  margin-bottom: 10px;
  position: relative;
}
header .navcont .navbox .navinner .nav p.ttlsnav:after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
}
header .navcont .navbox .navinner .nav p.ttls_02 {
  font-weight: bold;
  color: #3cb378;
  padding-bottom: 12px;
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
}
header .navcont .navbox .navinner .nav p.ttls_02:after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
}
header .navcont .navbox .navinner .nav .navblocks li {
  list-style: none;
}

/*main {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em; }
  main .banners {
    background: #3CB378;
    padding-top: 90px;
    margin-top: 100px; }
    main .banners.topbanner {
      margin-top: -5px;
      padding-top: 40px; }
    main .banners .ttl {
      font-size: 21px;
      font-weight: 400;
      width: 390px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      padding: 13px 0; }
    main .banners .inner_banner {
      width: 880px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 50px 0 130px; }
    main .banners .inner_banner.two-boxes {
      width: 600px;
    }
      main .banners .inner_banner .box {
        width: 280px;
        background: #fff;
        position: relative;
        transition: all 800ms; }
        main .banners .inner_banner .box:hover {
          opacity: 0.6; }
        main .banners .inner_banner .box:before {
          position: absolute;
          content: "";
          width: 30px;
          height: 55px;
          top: 0;
          left: 0;
          background: #000; }
        main .banners .inner_banner .box .ami {
          position: absolute;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.8);
          z-index: 5;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 24px; }
        main .banners .inner_banner .box a {
          display: block;
          text-decoration: none;
          color: #000;
          line-height: 1.8; }
        main .banners .inner_banner .box .bn_ttl {
          display: flex;
          align-items: center;
          font-weight: 400;
          height: 55px;
          padding-left: 50px; }
        main .banners .inner_banner .box .imgs {
          padding: 0 30px; }
        main .banners .inner_banner .box dl {
          color: #333;
          padding: 0 30px 20px; }
          main .banners .inner_banner .box dl dt {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: 19px;
            line-height: 1.6;
            height: 70px;
            position: relative;
            letter-spacing: 0em;
            padding-bottom: 8px;
            margin-bottom: 8px;
            margin-top: 10px; }
            main .banners .inner_banner .box dl dt:after {
              position: absolute;
              content: "";
              width: 35px;
              border-bottom: 1px solid #333;
              bottom: 0;
              left: 0; }
            main .banners .inner_banner .box dl dt span {
              width: 100%;
              font-size: 13px;
              position: relative;
              top: -5px; }
        main .banners .inner_banner .box .under {
          height: 25px;
          background: #fff url(../../imgs/common/back_sk.png) repeat top left;
          position: relative; }
          main .banners .inner_banner .box .under:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 25px;
            height: 25px;
            background: #000; }
          main .banners .inner_banner .box .under:after {
            position: absolute;
            content: "";
            top: 8px;
            right: 11px;
            width: 7px;
            height: 7px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(45deg); }
        main .banners .inner_banner .box.purple:before {
          background: #954FB6; }
        main .banners .inner_banner .box.purple .under:before {
          background: #954FB6; }
        main .banners .inner_banner .box.orenge:before {
          background: #FBB03B; }
        main .banners .inner_banner .box.orenge .under:before {
          background: #FBB03B; }
        main .banners .inner_banner .box.green:before {
          background: #007C2F; }
        main .banners .inner_banner .box.green .under:before {
          background: #007C2F; }
        main .banners .inner_banner .box.pink:before {
          background: #FF6172; }
        main .banners .inner_banner .box.pink .under:before {
          background: #FF6172; }
        main .banners .inner_banner .box.blue:before {
          background: #0095C7; }
        main .banners .inner_banner .box.blue .under:before {
          background: #0095C7; }
        main .banners .inner_banner .box.gray:before {
          background: #8F9BA3; }
        main .banners .inner_banner .box.gray .under:before {
          background: #8F9BA3; }
        main .banners .inner_banner .box.black:before {
          background: #333; }
        main .banners .inner_banner .box.black .under:before {
          background: #333; }
      main .banners .inner_banner.topsort {
        width: 100%;
        max-width: 1460px;
        margin: 0 auto;
        padding: 0 5% 80px;
        justify-content: center;
        flex-wrap: wrap;
        margin: 100px auto 0px; }
        main .banners .inner_banner.topsort .box {
          width: 280px;
          margin: 0 11px 22px; }*/

footer {
  width: 100%;
}
footer .footerbanner {
  background: url(../images/common/img_footer.png) no-repeat center center/cover;
  height: 450px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footerbanner h3 {
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 71px;
  color: #3cb378;
}
footer .footerbanner h2 {
  width: 100px;
}
footer .footernav {
  background: #333333;
  padding: 65px 0;
}
footer .footernav .navinner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  flex-wrap: wrap;
}
footer .footernav .navinner a {
  color: #fff;
  text-decoration: none;
}
footer .footernav .navinner .toplink {
  width: 100%;
  margin-bottom: 20px;
}
footer .footernav .navinner .toplink span {
  font-weight: bold;
  color: #3cb378;
  position: relative;
  margin-right: 20px;
}
footer .footernav .navinner .toplink span:after {
  position: absolute;
  content: "";
  height: 12px;
  border-right: 1px solid #fff;
  right: -10px;
  top: 3px;
}
footer .footernav .navinner ul {
  max-width: 220px;
}
footer .footernav .navinner ul li.ttls {
  font-weight: bold;
  color: #3cb378;
  padding-bottom: 12px;
  margin-bottom: 10px;
  position: relative;
}
footer .footernav .navinner ul li.ttls:after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
}
footer .footernav .navinner ul li.ttls_02 {
  font-weight: bold;
  color: #3cb378;
  padding-bottom: 12px;
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
}
footer .footernav .navinner ul li.ttls_02:after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
}
footer .fonnter_under {
  display: flex;
  justify-content: space-between;
  padding: 15px 2%;
  font-size: 10px;
  font-weight: 400;
}
footer .fonnter_under ul {
  display: flex;
}
footer .fonnter_under ul li a {
  color: #002e9b;
}
footer .fonnter_under ul li:last-child {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
}
footer .fonnter_under ul li:last-child:before {
  position: absolute;
  content: "";
  height: 10px;
  border-left: 1px solid #333;
  left: 0;
  top: 6px;
}

#pagetop {
  right: 6%;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -150px;
}

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 800ms;
}

.fade {
  opacity: 0;
  transform: translate(0, -1px);
  transition: all 800ms;
}

.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 800ms;
}

.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms;
}

.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms;
}

.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pagetop {
  text-align: center;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin-bottom: -20px;
  font-weight: 300;
}
.pagetop a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.pagetop a:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
  header a {
    text-decoration: none;
  }
  header .logo_area a h1 {
    width: 100px;
    height: 60px;
    padding: 0 10px 0 2px;
  }
  header .logo_area a p {
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
  }
  header .intern {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0.08em;
    text-align: center;
    width: 110px;
  }
  header .intern a {
    display: block;
    color: #3cb378;
    padding: 3px 2px;
  }
  header .entry {
    position: absolute;
    top: 0px;
    right: 60px;
    height: 30px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    width: 110px;
  }
  header .entry a {
    padding: 3px 22px 3px 21px;
  }
  header .navcont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow: scroll;
    height: 100vh;
  }
  header .navcont .navbox {
    display: block;
    align-items: center;
    height: auto;
    margin-top: 80px;
  }
  header .navcont .navbox .navinner {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 40px;
  }
  header .navcont .navbox .navinner a {
    color: #fff;
  }
  header .navcont .navbox .navinner .toplink {
    font-size: 16px;
    margin-bottom: 10px;
  }
  header .navcont .navbox .navinner .toplink span:after {
    height: 16px;
    top: 5px;
  }
  header .navcont .navbox .navinner .nav {
    max-width: 100%;
    margin-top: 15px;
  }
  header .navcont .navbox .navinner .nav p.ttlsnav {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  header .navcont .navbox .navinner .nav p.ttlsnav:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    transform: rotate(45deg);
  }
  header .navcont .navbox .navinner .nav p.ttlsnav.close:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(-135deg);
  }
  header .navcont .navbox .navinner .nav p.ttls_02 {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  header .navcont .navbox .navinner .nav p.ttls_02:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    transform: rotate(45deg);
  }
  header .navcont .navbox .navinner .nav p.ttls_02.close:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    transform: rotate(-135deg);
  }
  header .navcont .navbox .navinner .nav .navblocks {
    display: none;
  }
  header .navcont .navbox .navinner .nav .navblocks li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #333;
    position: relative;
  }
  header .navcont .navbox .navinner .nav .navblocks li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
  }

  /* main {
    display: none; }
    main .banners {
      background: #3CB378;
      padding-top: 10%;
      margin-top: 10%; }
      main .banners.topbanner {
        margin-top: 0;
        padding-top: 60px; }
      main .banners .ttl {
        font-size: 16px;
        width: 90%;
        margin: 0 auto; }
      main .banners .inner_banner {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5% 0 10%; }
      main .banners .inner_banner.two-boxes {
          width: 90%;
        }
        main .banners .inner_banner .box {
          width: 48%;
          margin-bottom: 4%; }
          main .banners .inner_banner .box:before {
            width: 10px;
            height: 40px; }
          main .banners .inner_banner .box .ami {
            font-size: 14px; }
          main .banners .inner_banner .box .bn_ttl {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            padding-left: 0; }
          main .banners .inner_banner .box .imgs {
            padding: 0 10px; }
          main .banners .inner_banner .box dl {
            color: #333;
            padding: 0 10px 20px; }
            main .banners .inner_banner .box dl dt {
              font-size: 13px;
              letter-spacing: -0.01em;
              height: 40px;
              line-height: 1.4;
              position: relative;
              padding-bottom: 0px;
              margin-bottom: 0px;
              margin-top: 10px; }
              main .banners .inner_banner .box dl dt span {
                font-size: 11px;
                top: 0; }
              main .banners .inner_banner .box dl dt:after {
                content: none; }
            main .banners .inner_banner .box dl dd {
              display: none; }
        main .banners .inner_banner.topsort {
          width: 95%;
          max-width: inherit;
          margin: 0 auto;
          padding: 5% 0 10%;
          justify-content: center;
          flex-wrap: wrap;
          margin: 0px auto 0px; }
          main .banners .inner_banner.topsort .box {
            width: 46%;
            margin: 0 2% 4%; }*/

  footer {
    width: 100%;
  }
  footer .footerbanner {
    height: 250px;
  }
  footer .footerbanner h3 {
    font-size: 30px;
  }
  footer .footerbanner h2 {
    width: 80px;
  }
  footer .footernav {
    background: #333333;
    padding: 6% 0;
  }
  footer .footernav .navinner {
    display: block;
    width: 90%;
    max-width: inherit;
  }
  footer .footernav .navinner ul {
    max-width: inherit;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  footer .footernav .navinner ul li {
    margin-right: 25px;
  }
  footer .footernav .navinner ul li.ttls {
    width: 100%;
  }
  footer .footernav .navinner ul li.ttls_02 {
    width: 100%;
  }
  footer .fonnter_under {
    display: block;
    justify-content: space-between;
    padding: 25px 5%;
    font-size: 10px;
    font-weight: 400;
  }
  footer .fonnter_under ul {
    display: block;
  }
  footer .fonnter_under ul li a {
    color: #002e9b;
  }
  footer .fonnter_under ul li:last-child {
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
    text-align: justify;
  }
  footer .fonnter_under ul li:last-child:before {
    content: none;
  }
  footer .fonnter_under address {
    text-align: center;
    padding-top: 15px;
  }

  #pagetop {
    right: 6%;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -200px;
  }
}

/*
.top .kv {
  position: relative; }
  .top .kv .slide_cont {
    width: 100%;
    height: 750px; }
    .top .kv .slide_cont div {
      height: 750px;
      background-size: cover; }
      .top .kv .slide_cont div.back_top_01 {
        background: url(../../imgs/top/img_01.png) no-repeat top center/cover; }
      .top .kv .slide_cont div.back_top_02 {
        background: url(../../imgs/top/img_02.png) no-repeat top center/cover; }
      .top .kv .slide_cont div.back_top_03 {
        background: url(../../imgs/top/img_03.png) no-repeat top center/cover; }
      .top .kv .slide_cont div.back_top_04 {
        background: url(../../imgs/top/img_04.png) no-repeat top center/cover; }
  .top .kv .mainttl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 207px;
    background: url(../../imgs/top/obi_pc.png) no-repeat top center; }
    .top .kv .mainttl div {
      position: absolute;
      left: 50%;
      margin-left: -292px; }
      .top .kv .mainttl div h2 {
        width: 920px;
        margin: 10px 0 0 0; }
.top .news_area {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative; }
  .top .news_area .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    color: #3CB378;
    font-size: 16px;
    font-weight: 400; }
    .top .news_area .inner dl {
      display: flex; }
      .top .news_area .inner dl dt {
        margin-right: 15px; }
  .top .news_area .sns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    width: 90px;
    top: -60px; }
    .top .news_area .sns li {
      cursor: pointer;
      width: 40px;
      transition: opacity 0.3s ease-out; }
      .top .news_area .sns li:hover {
        opacity: 0.7; }
.top .top_banner_ttls {
  width: 700px;
  margin: 0 auto; }
  .top .top_banner_ttls h3 {
    width: 415px;
    margin: 0 auto; }
  .top .top_banner_ttls p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 30px 0; }
.top .checks_area {
  padding: 40px 0;
  background: #fff url(../../imgs/common/back_sk.png) repeat top left; }
  .top .checks_area .checkbox {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top .checks_area .checkbox label {
      width: 230px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      margin: 7px 0px 7px;
      background: #fff;
      color: #4D4D4D;
      line-height: 1.4;
      padding: 10px 0 10px 15px;
      transition: all 800ms; }
      .top .checks_area .checkbox label.active {
        background: #009260;
        color: #fff; }
      .top .checks_area .checkbox label:hover {
        background: #749f90;
        color: #fff; }
.top .blank {
  width: 280px;
  margin: 0 11px 22px; }
.top .bannersttl {
  width: 100%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 50px; }
  .top .bannersttl.top {
    margin-top: 0; }
  .top .bannersttl.active {
    display: block; }
  .top .bannersttl h3 {
    width: 100%;
    font-size: 51px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    position: relative;
    line-height: 1.8; }
    .top .bannersttl h3:after {
      position: absolute;
      content: "";
      width: 58px;
      bottom: 0;
      left: 50%;
      margin-left: -29px;
      border-bottom: 2px solid #fff; }
  .top .bannersttl .lead {
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding: 20px 0; }

@media screen and (max-width: 767px) {
  .top {
    margin-top: 60px; }
    .top .logo_area {
      display: block; }
    .top .kv {
      position: relative; }
      .top .kv .slide_cont {
        width: 100%;
        height: 300px; }
        .top .kv .slide_cont div {
          height: 300px;
          background-size: cover; }
      .top .kv .mainttl {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: url(../../imgs/top/obi_sp.png) no-repeat bottom center/100%;
        margin-bottom: -1px; }
        .top .kv .mainttl div {
          width: 100%;
          position: absolute;
          left: 0;
          margin-left: -0px;
          bottom: -2%; }
          .top .kv .mainttl div h2 {
            width: 80%;
            margin: 0% 2% 0 18%; }
    .top .news_area {
      background: #fff;
      max-width: 90%;
      margin: 0 auto 40px; }
      .top .news_area .inner {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        display: block;
        justify-content: flex-start;
        color: #3CB378;
        font-size: 12px;
        font-weight: 400; }
        .top .news_area .inner dl {
          display: flex; }
          .top .news_area .inner dl dt {
            width: 80px;
            margin-right: 10px; }
    .top .top_banner_ttls {
      width: 90%;
      margin: 0 auto; }
      .top .top_banner_ttls h3 {
        width: 80%;
        margin: 0 auto; }
      .top .top_banner_ttls p {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding: 30px 0; }
    .top .checks_area {
      padding: 40px 0;
      background: #fff url(../../imgs/common/back_sk.png) repeat top left; }
      .top .checks_area .checkbox {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .top .checks_area .checkbox label {
          width: 32%;
          cursor: pointer;
          font-size: 11px;
          letter-spacing: 0px;
          font-weight: 400;
          margin: 7px 0px 7px;
          background: #fff;
          color: #4D4D4D;
          line-height: 1.4;
          padding: 10px 0 10px 10px;
          display: flex;
          align-items: center; }
          .top .checks_area .checkbox label.active {
            background: #009260;
            color: #fff; }
    .top .bannersttl {
      width: 100%;
      color: #fff;
      font-weight: 400;
      margin-bottom: 25px;
      margin-top: 50px; }
      .top .bannersttl.top {
        margin-top: 0; }
      .top .bannersttl.active {
        display: block; }
      .top .bannersttl h3 {
        width: 100%;
        font-size: 31px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        position: relative;
        line-height: 1.8;
        padding-bottom: 10px; }
      .top .bannersttl .lead {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 20px 0; } }
.business main .kv {
  background: url(../../imgs/about/01/img_02.png) no-repeat center center/cover;
  width: 100%;
  height: 540px; }
  .business main .kv.thinking {
    background: url(../../imgs/about/02/img_01.png) no-repeat center center/cover; }
.business main .section_top {
  width: 980px;
  margin: -260px auto 0; }
  .business main .section_top .ttls {
    width: 100%;
    background: #fff;
    text-align: center;
    padding-bottom: 20px; }
    .business main .section_top .ttls h3 {
      font-size: 31px;
      font-weight: 300;
      position: relative;
      color: #009260;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .business main .section_top .ttls h3:after {
        position: absolute;
        content: "";
        width: 58px;
        bottom: 0;
        left: 50%;
        margin-left: -29px;
        border-bottom: 1px solid #009260; }
    .business main .section_top .ttls p {
      font-size: 18px; }
  .business main .section_top .txt_area_01 {
    text-align: center;
    padding-top: 35px;
    margin-bottom: 100px; }
    .business main .section_top .txt_area_01 .imgs {
      width: 610px;
      margin: 0 auto; }
    .business main .section_top .txt_area_01 .lead {
      font-size: 25px;
      line-height: 1.8;
      color: #009260;
      padding: 40px 0 25px; }
    .business main .section_top .txt_area_01 .txts {
      font-weight: 400; }
.business main .flex_area {
  display: flex;
  justify-content: space-between; }
  .business main .flex_area.rev {
    flex-direction: row-reverse; }
  .business main .flex_area.last {
    padding-bottom: 40px; }
  .business main .flex_area .imgs {
    width: 50%; }
  .business main .flex_area .txt_area {
    background: #009260;
    color: #fff;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 3%; }
    .business main .flex_area .txt_area .lead {
      width: 100%;
      font-size: 27px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .business main .flex_area .txt_area .lead:after {
        position: absolute;
        content: "";
        width: 58px;
        bottom: 0;
        left: 50%;
        margin-left: -29px;
        border-bottom: 1px solid #fff; }
    .business main .flex_area .txt_area .lead_02 {
      font-size: 20px;
      color: #D3F89D;
      font-weight: 400;
      padding: 15px 0; }
    .business main .flex_area .txt_area .txts {
      line-height: 1.8;
      font-weight: 400; }
    .business main .flex_area .txt_area dl {
      margin-top: 25px;
      background: #fff;
      width: 100%; }
      .business main .flex_area .txt_area dl dt {
        text-align: center;
        font-weight: 700;
        width: 75px;
        background: #fff827;
        color: #009260; }
      .business main .flex_area .txt_area dl dd {
        font-weight: 400;
        color: #009260;
        padding: 10px 20px; }
.business main .photo {
  width: 100%;
  height: 500px; }
  .business main .photo.area_01 {
    background: url(../../imgs/about/02/img_02.png) no-repeat center center/cover; }
  .business main .photo.area_02 {
    background: url(../../imgs/about/02/img_03.png) no-repeat center center/cover; }
  .business main .photo.area_03 {
    background: url(../../imgs/about/02/img_04.png) no-repeat top center/cover; }
  .business main .photo.area_04 {
    background: url(../../imgs/about/02/img_05.png) no-repeat center center/cover; }
  .business main .photo.area_05 {
    background: url(../../imgs/about/02/img_06.png) no-repeat center center/cover; }
.business main .cont_think {
  width: 980px;
  margin: -140px auto 150px;
  background: #fff;
  border-top: 2px solid #009260; }
  .business main .cont_think .inner {
    width: 850px;
    margin: 0 auto; }
    .business main .cont_think .inner .lead {
      text-align: center;
      font-size: 27px;
      font-weight: 300;
      position: relative;
      color: #009260;
      padding-bottom: 10px;
      margin-bottom: 30px;
      padding-top: 70px; }
      .business main .cont_think .inner .lead:after {
        position: absolute;
        content: "";
        width: 58px;
        bottom: 0;
        left: 50%;
        margin-left: -29px;
        border-bottom: 2px solid #009260; }
    .business main .cont_think .inner .txt {
      font-weight: 400;
      text-align: justify; }
    .business main .cont_think .inner .list {
      margin-top: 40px; }
      .business main .cont_think .inner .list .ttl {
        width: 380px;
        margin: -17px auto 0;
        background: #fff;
        font-size: 17px;
        text-align: center;
        color: #009260; }
      .business main .cont_think .inner .list .link {
        font-size: 16px;
        font-weight: 700;
        text-align: center; }
        .business main .cont_think .inner .list .link a {
          background: #1C8126;
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 15px 0;
          transition: all 800ms;
          position: relative; }
          .business main .cont_think .inner .list .link a:before {
            position: absolute;
            content: "";
            width: 62px;
            height: 62px;
            right: 0;
            top: 0;
            background: #0c3c11; }
          .business main .cont_think .inner .list .link a:after {
            position: absolute;
            content: "";
            right: 25px;
            top: 20px;
            width: 20px;
            height: 20px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(45deg); }
          .business main .cont_think .inner .list .link a:hover {
            background: #3B9688; }
          .business main .cont_think .inner .list .link a:hover:before {
            background: #1D4C44; }
      .business main .cont_think .inner .list ul {
        display: flex;
        padding: 5px 30px 25px;
        flex-wrap: wrap;
        justify-content: center; }
        .business main .cont_think .inner .list ul li {
          font-weight: 400;
          width: auto;
          position: relative;
          padding-left: 20px;
          margin: 0 15px; }
          .business main .cont_think .inner .list ul li:before {
            position: absolute;
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 7px;
            background: #009260;
            left: 0;
            top: 7px; }
          .business main .cont_think .inner .list ul li:last-child {
            width: auto; }
    .business main .cont_think .inner .captxt {
      font-weight: 500;
      font-size: 11px;
      color: #1C8126; }
.business main .comprofiles {
  margin-top: 100px; }
  .business main .comprofiles .inners {
    width: 850px;
    margin: 0 auto; }
    .business main .comprofiles .inners .lead {
      text-align: center;
      font-size: 27px;
      font-weight: 300;
      position: relative;
      color: #009260;
      padding-bottom: 10px;
      margin-bottom: 50px;
      padding-top: 70px; }
      .business main .comprofiles .inners .lead:after {
        position: absolute;
        content: "";
        width: 58px;
        bottom: 0;
        left: 50%;
        margin-left: -29px;
        border-bottom: 2px solid #009260; }
    .business main .comprofiles .inners .lists {
      border: 1px solid #009260;
      border-bottom: none; }
      .business main .comprofiles .inners .lists dl {
        display: flex;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.8; }
        .business main .comprofiles .inners .lists dl dt {
          width: 220px;
          padding: 15px 0;
          border-right: 1px solid #009260;
          border-bottom: 1px dashed #009260;
          padding-left: 45px; }
        .business main .comprofiles .inners .lists dl dd {
          width: calc(100% - 220px);
          padding: 15px 45px;
          border-bottom: 1px dashed #009260; }
          .business main .comprofiles .inners .lists dl dd ul {
            display: flex; }
            .business main .comprofiles .inners .lists dl dd ul li:first-child {
              width: 160px; }
            .business main .comprofiles .inners .lists dl dd ul li:last-child {
              width: calc(100% - 160px); }
          .business main .comprofiles .inners .lists dl dd a {
            color: #297BBB; }
        .business main .comprofiles .inners .lists dl dt.last, .business main .comprofiles .inners .lists dl dd.last {
          border-bottom: 1px solid #009260; }

@media screen and (max-width: 767px) {
  .business main {
    margin-top: 60px; }
    .business main .kv {
      height: 250px; }
    .business main .section_top {
      width: 100%;
      margin: -50px auto 0; }
      .business main .section_top p:first-child {
        margin-bottom: -5px; }
      .business main .section_top .ttls {
        width: 100%;
        padding: 0 5%;
        padding-bottom: 20px; }
        .business main .section_top .ttls h3 {
          font-size: 23px; }
        .business main .section_top .ttls p {
          font-size: 15px; }
      .business main .section_top .txt_area_01 {
        text-align: center;
        padding-top: 0px;
        margin-bottom: 15%; }
        .business main .section_top .txt_area_01 .imgs {
          width: 90%; }
        .business main .section_top .txt_area_01 .lead {
          font-size: 18px;
          padding: 30px 0; }
        .business main .section_top .txt_area_01 .txts {
          padding: 0 5%;
          text-align: justify; }
    .business main .flex_area {
      flex-wrap: wrap; }
      .business main .flex_area.rev {
        flex-direction: row-reverse; }
      .business main .flex_area.last {
        padding-bottom: 40px; }
      .business main .flex_area .imgs {
        width: 100%; }
      .business main .flex_area .txt_area {
        width: 100%;
        padding: 10% 5%; }
        .business main .flex_area .txt_area .lead {
          font-size: 21px;
          padding-bottom: 10px;
          line-height: 1.6; }
        .business main .flex_area .txt_area .lead_02 {
          width: 100%;
          font-size: 16px;
          text-align: center; }
        .business main .flex_area .txt_area .txts {
          line-height: 1.8; }
        .business main .flex_area .txt_area dl {
          line-height: 1.4; }
    .business main .photo {
      width: 100%;
      height: 250px; }
    .business main .cont_think {
      width: 90%;
      margin: -40px auto 15%;
      background: #fff;
      border-top: 2px solid #009260; }
      .business main .cont_think .inner {
        width: 90%;
        margin: 0 auto; }
        .business main .cont_think .inner .lead {
          font-size: 20px;
          line-height: 1.6;
          padding-bottom: 7%;
          margin-bottom: 30px;
          padding-top: 10%; }
        .business main .cont_think .inner .txt {
          text-align: justify; }
        .business main .cont_think .inner .list {
          margin-top: 40px;
          border: 1px solid #009260; }
          .business main .cont_think .inner .list .ttl {
            width: 90%;
            line-height: 1.6;
            margin: -35px auto 0;
            background: #fff;
            font-size: 15px;
            text-align: center;
            color: #009260; }
          .business main .cont_think .inner .list .link {
            font-size: 14px;
            text-align: left; }
            .business main .cont_think .inner .list .link a {
              padding: 10px 0 10px 10px; }
              .business main .cont_think .inner .list .link a:before {
                width: 40px;
                height: 48px; }
              .business main .cont_think .inner .list .link a:after {
                right: 15px;
                top: 13px; }
          .business main .cont_think .inner .list ul {
            display: block;
            padding: 5px 5% 15px;
            flex-wrap: wrap; }
            .business main .cont_think .inner .list ul li {
              width: 100%;
              position: relative; }
              .business main .cont_think .inner .list ul li:last-child {
                width: 100%; }
    .business main .comprofiles {
      margin-top: 50px; }
      .business main .comprofiles .inners {
        width: 90%;
        margin: 0 auto; }
        .business main .comprofiles .inners .lead {
          font-size: 21px;
          padding-bottom: 10px;
          line-height: 1.6;
          padding-top: 20px; }
        .business main .comprofiles .inners .lists {
          border-bottom: none; }
          .business main .comprofiles .inners .lists dl {
            display: block;
            font-size: 14px; }
            .business main .comprofiles .inners .lists dl dt {
              width: 100%;
              padding: 15px 0;
              border-right: none;
              padding-left: 15px; }
            .business main .comprofiles .inners .lists dl dd {
              width: 100%;
              padding: 15px 15px;
              border-bottom: 1px solid #009260; }
              .business main .comprofiles .inners .lists dl dd ul li:first-child {
                width: 50%; }
              .business main .comprofiles .inners .lists dl dd ul li:last-child {
                width: 50%; }
            .business main .comprofiles .inners .lists dl dt.last {
              border-bottom: 1px dashed #009260; }
            .business main .comprofiles .inners .lists dl dd.last {
              border-bottom: 1px solid #009260; } }
.person main .kv {
  width: calc(100% - 190px);
  margin: 60px auto 0;
  height: 650px;
  position: relative; }
  .person main .kv:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 157px;
    background: url(../../imgs/work/00/name_back.png) bottom center;
    bottom: 0;
    left: 0; }
  .person main .kv.person_01 {
    background: url(../../imgs/work/01/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_02 {
    background: url(../../imgs/work/02/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_03 {
    background: url(../../imgs/work/03/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_04 {
    background: url(../../imgs/work/04/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_05 {
    background: url(../../imgs/work/05/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_06 {
    background: url(../../imgs/work/06/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_07 {
    background: url(../../imgs/work/07/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_08 {
    background: url(../../imgs/work/08/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_09 {
    background: url(../../imgs/work/09/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_10 {
    background: url(../../imgs/work/10/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_11 {
    background: url(../../imgs/work/11/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_12 {
    background: url(../../imgs/work/12/img_01.png) no-repeat top center/cover; }
  .person main .kv.person_13 {
    background: url(../../imgs/work/13/img_01.png) no-repeat top center/cover; }
  .person main .kv .kvttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 650px;
    margin-left: -45px;
    position: relative;
    z-index: 3; }
    .person main .kv .kvttl h3 {
      font-size: 35px;
      font-weight: 300;
      line-height: 2.2; }
      .person main .kv .kvttl h3 span {
        background: #3CB378;
        color: #fff;
        padding: 10px 20px; }
.person main .namearea {
  width: 980px;
  margin: -190px auto 0;
  position: relative;
  z-index: 3; }
  .person main .namearea h4 {
    font-size: 77px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #3CB378;
    text-align: right;
    position: relative; }
    .person main .namearea h4.pe01 {
      transform: rotate(1deg);
      margin-right: -45px;
      top: -8px; }
    .person main .namearea h4.pe02 {
      transform: rotate(-1deg);
      margin-right: -45px;
      top: -0px; }
    .person main .namearea h4.pe03 {
      transform: rotate(-2deg);
      margin-right: -55px;
      top: 5px; }
    .person main .namearea h4.pe03 {
      transform: rotate(-2deg);
      margin-right: -65px;
      top: 5px; }
  .person main .namearea .name_inner {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .person main .namearea .name_inner dl {
      width: calc(100% - 65%);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8; }
      .person main .namearea .name_inner dl dd {
        font-size: 24px; }
    .person main .namearea .name_inner p {
      width: 65%;
      line-height: 1.8;
      position: relative; }
      .person main .namearea .name_inner p:before {
        position: absolute;
        content: "";
        border-left: 1px solid #4D4D4D;
        left: -8%;
        height: 100%; }
  .person main .namearea .mark {
    position: absolute;
    width: 283px;
    right: -100px;
    bottom: 0; }
.person main .int_cont {
  margin-top: 50px;
  position: relative; }
  .person main .int_cont:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 265px;
    background: url(../../imgs/common/back_sk.png) repeat top center;
    z-index: -1; }
  .person main .int_cont .flex {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .person main .int_cont .flex.rev {
      flex-direction: row-reverse; }
    .person main .int_cont .flex .upper_img {
      width: 535px;
      margin-left: -160px;
      margin-top: 65px;
      position: relative; }
      .person main .int_cont .flex .upper_img:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 55px;
        top: 0;
        right: -30px;
        background: #009260; }
    .person main .int_cont .flex .under_img {
      width: 535px;
      margin-right: -160px;
      margin-top: 245px;
      position: relative; }
      .person main .int_cont .flex .under_img:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 55px;
        bottom: 0;
        left: -30px;
        background: #009260; }
    .person main .int_cont .flex .int_txt {
      width: 540px;
      font-weight: 400; }
      .person main .int_cont .flex .int_txt.mt01 {
        margin-top: 340px; }
      .person main .int_cont .flex .int_txt.mt02 {
        margin-top: 95px; }
      .person main .int_cont .flex .int_txt dt {
        font-size: 23px;
        color: #3CB378;
        padding-bottom: 10px; }
  .person main .int_cont .middle_imgs {
    width: 980px;
    margin: 90px auto 0;
    position: relative; }
    .person main .int_cont .middle_imgs:before {
      position: absolute;
      content: "";
      width: 30px;
      height: 55px;
      top: -55px;
      left: 0px;
      background: #009260; }
  .person main .int_cont .pickup_area {
    width: 100%;
    background: url(../../imgs/common/back_sk.png) repeat top center;
    margin: 200px auto 0; }
    .person main .int_cont .pickup_area .lead {
      width: 220px;
      margin: 0 auto -50px;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 51px;
      color: #3CB378;
      line-height: 1;
      position: relative;
      text-align: center;
      top: -75px; }
      .person main .int_cont .pickup_area .lead:after {
        position: absolute;
        content: "";
        width: 58px;
        bottom: -25px;
        left: 50%;
        margin-left: -29px;
        border-bottom: 6px solid #009260; }
    .person main .int_cont .pickup_area .flex {
      padding: 80px 0; }
      .person main .int_cont .pickup_area .flex .box {
        font-weight: 400;
        padding: 45px 45px 25px;
        width: 470px;
        background: #fff; }
        .person main .int_cont .pickup_area .flex .box .leadtext {
          text-align: center;
          font-size: 18px;
          color: #009260;
          padding-bottom: 40px; }
        .person main .int_cont .pickup_area .flex .box .imgs {
          background: #f2f2f2;
          margin-bottom: 20px; }
.person main .flex_btn {
  display: flex;
  justify-content: center;
  margin-top: 100px; }
  .person main .flex_btn li {
    width: 135px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 50px; }
    .person main .flex_btn li a {
      display: block;
      color: #009260;
      text-decoration: none;
      padding-bottom: 20px;
      border-bottom: 3px solid #009260;
      position: relative; }
    .person main .flex_btn li:first-child a:before {
      position: absolute;
      content: "";
      bottom: -3px;
      left: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 9px 16px;
      border-color: transparent transparent #009260 transparent; }
    .person main .flex_btn li:last-child a:before {
      position: absolute;
      content: "";
      bottom: -3px;
      right: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 0 0 16px;
      border-color: transparent transparent transparent #009260; }

@media screen and (max-width: 767px) {
  .person main {
    margin-top: 60px; }
    .person main .kv {
      width: 95%;
      margin: 0 auto;
      height: 375px;
      position: relative; }
      .person main .kv:after {
        position: absolute;
        content: "";
        width: 105%;
        height: 157px;
        background: url(../../imgs/common/obi_2.svg) no-repeat bottom center;
        bottom: -25px;
        left: -2%; }
      .person main .kv.person_01 {
        background: url(../../imgs/work/01/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_02 {
        background: url(../../imgs/work/02/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_03 {
        background: url(../../imgs/work/03/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_04 {
        background: url(../../imgs/work/04/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_05 {
        background: url(../../imgs/work/05/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_06 {
        background: url(../../imgs/work/06/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_07 {
        background: url(../../imgs/work/07/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_08 {
        background: url(../../imgs/work/08/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_09 {
        background: url(../../imgs/work/09/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_10 {
        background: url(../../imgs/work/10/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_11 {
        background: url(../../imgs/work/11/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_12 {
        background: url(../../imgs/work/12/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv.person_13 {
        background: url(../../imgs/work/13/img_01_sp.png) no-repeat top center/cover; }
      .person main .kv .kvttl {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        height: 350px;
        margin-left: -5%;
        position: relative;
        z-index: 5; }
        .person main .kv .kvttl h3 {
          position: absolute;
          bottom: 50px;
          font-size: 22px;
          font-weight: 300; }
          .person main .kv .kvttl h3 span {
            background: #3CB378;
            color: #fff;
            padding: 8px 15px; }
    .person main .namearea {
      width: 90%;
      margin: -10% auto 0;
      position: relative;
      z-index: 3; }
      .person main .namearea h4 {
        font-size: 35px;
        font-family: 'Lato', sans-serif;
        font-style: italic;
        font-weight: 300;
        color: #3CB378;
        text-align: right;
        position: relative; }
        .person main .namearea h4.pe01 {
          transform: rotate(-10deg);
          margin-right: 0px;
          top: -6px; }
        .person main .namearea h4.pe02 {
          transform: rotate(-11deg);
          margin-right: 0px;
          top: -8px; }
        .person main .namearea h4.pe03 {
          transform: rotate(-10deg);
          margin-right: 0px;
          top: -8px; }
        .person main .namearea h4.pe04 {
          transform: rotate(-10deg);
          margin-right: 0px;
          top: -8px; }
      .person main .namearea .name_inner {
        width: 100%;
        flex-wrap: wrap; }
        .person main .namearea .name_inner dl {
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.8; }
          .person main .namearea .name_inner dl dd {
            font-size: 24px; }
        .person main .namearea .name_inner p {
          width: 100%;
          line-height: 1.8;
          position: relative;
          text-align: justify;
          padding-top: 15px;
          margin-top: 15px; }
          .person main .namearea .name_inner p:before {
            border-top: 1px solid #4D4D4D;
            border-left: none;
            top: 0;
            left: 0%;
            width: 100%; }
      .person main .namearea .mark {
        position: absolute;
        width: 40%;
        right: -0px;
        bottom: auto;
        top: 38%; }
    .person main .int_cont {
      margin-top: 50px;
      position: relative; }
      .person main .int_cont:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 265px;
        background: url(../../imgs/common/back_sk.png) repeat top center;
        z-index: -1; }
      .person main .int_cont .flex {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .person main .int_cont .flex.rev {
          flex-direction: row-reverse; }
        .person main .int_cont .flex .upper_img {
          width: 80%;
          margin-left: -0px;
          margin-top: 65px;
          position: relative; }
          .person main .int_cont .flex .upper_img:before {
            position: absolute;
            content: "";
            width: 30px;
            height: 55px;
            top: 0;
            right: -30px;
            background: #009260; }
        .person main .int_cont .flex .under_img {
          width: 80%;
          margin-right: 0px;
          margin-top: 70px;
          position: relative; }
          .person main .int_cont .flex .under_img:before {
            position: absolute;
            content: "";
            width: 30px;
            height: 55px;
            bottom: 0;
            left: -30px;
            background: #009260; }
        .person main .int_cont .flex .int_txt {
          width: 90%;
          margin: 0 auto;
          font-weight: 400; }
          .person main .int_cont .flex .int_txt.mt01 {
            margin-top: 20px; }
          .person main .int_cont .flex .int_txt.mt02 {
            margin-top: 20px; }
          .person main .int_cont .flex .int_txt dt {
            font-size: 18px;
            color: #3CB378;
            padding-bottom: 10px; }
      .person main .int_cont .middle_imgs {
        width: 100%;
        margin: 90px auto 0;
        position: relative; }
        .person main .int_cont .middle_imgs:before {
          position: absolute;
          content: "";
          width: 30px;
          height: 55px;
          top: -55px;
          left: 0px;
          background: #009260; }
      .person main .int_cont .pickup_area {
        width: 100%;
        background: url(../../imgs/common/back_sk.png) repeat top center;
        margin: 150px auto 0; }
        .person main .int_cont .pickup_area .lead {
          width: 160px;
          margin: 0 auto -50px;
          font-family: 'Lato', sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 32px;
          color: #3CB378;
          line-height: 1;
          position: relative;
          text-align: center;
          top: -75px; }
          .person main .int_cont .pickup_area .lead:after {
            position: absolute;
            content: "";
            width: 58px;
            bottom: -25px;
            left: 50%;
            margin-left: -29px;
            border-bottom: 6px solid #009260; }
        .person main .int_cont .pickup_area .flex {
          padding: 80px 5%; }
          .person main .int_cont .pickup_area .flex .box {
            font-weight: 400;
            padding: 45px 5% 25px;
            width: 100%;
            background: #fff;
            margin-bottom: 5%; }
            .person main .int_cont .pickup_area .flex .box .leadtext {
              text-align: center;
              font-size: 18px;
              color: #009260;
              padding-bottom: 40px; }
            .person main .int_cont .pickup_area .flex .box .imgs {
              background: #f2f2f2;
              margin-bottom: 20px; }
    .person main .flex_btn {
      display: flex;
      justify-content: center;
      margin-top: 10%; }
      .person main .flex_btn li {
        width: 135px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        margin: 0 40px; }
        .person main .flex_btn li a {
          display: block;
          color: #009260;
          text-decoration: none;
          padding-bottom: 20px;
          border-bottom: 3px solid #009260;
          position: relative; }
        .person main .flex_btn li:first-child a:before {
          position: absolute;
          content: "";
          bottom: -3px;
          left: -5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 9px 16px;
          border-color: transparent transparent #009260 transparent; }
        .person main .flex_btn li:last-child a:before {
          position: absolute;
          content: "";
          bottom: -3px;
          right: -5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 0 0 16px;
          border-color: transparent transparent transparent #009260; } }
.type main .kv {
  width: 100%;
  height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  .type main .kv.type_01 {
    background: url(../../imgs/type/01/back.png) no-repeat bottom center; }
  .type main .kv.type_02 {
    background: url(../../imgs/type/02/back.png) no-repeat bottom center; }
  .type main .kv.type_03 {
    background: url(../../imgs/type/03/back.png) no-repeat bottom center; }
  .type main .kv.type_04 {
    background: url(../../imgs/type/04/back.png) no-repeat bottom center; }
  .type main .kv h3 {
    width: 100%;
    font-size: 70px;
    color: #009260;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    position: relative;
    line-height: 1.8; }
    .type main .kv h3:after {
      position: absolute;
      content: "";
      width: 58px;
      bottom: 0;
      left: 50%;
      margin-left: -29px;
      border-bottom: 2px solid #009260; }
  .type main .kv .lead {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #009260;
    padding: 20px 0; }
  .type main .kv .txt {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px; }
  .type main .kv .check_lead {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
  .type main .kv .anchor {
    width: 100%;
    max-width: 800px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .type main .kv .anchor li {
      width: 23%;
      margin: 0 10px;
      text-align: center;
      font-weight: 500;
      line-height: 1.4; }
      .type main .kv .anchor li a {
        display: block;
        text-decoration: none;
        padding: 12px 0 15px; }
      .type main .kv .anchor li:nth-child(1) a {
        color: #40C2DF;
        border: 1px solid #40C2DF; }
      .type main .kv .anchor li:nth-child(1).active a {
        background: #40C2DF;
        color: #fff; }
      .type main .kv .anchor li:nth-child(2) a {
        color: #6C91BE;
        border: 1px solid #6C91BE; }
      .type main .kv .anchor li:nth-child(2).active a {
        background: #6C91BE;
        color: #fff; }
      .type main .kv .anchor li:nth-child(3) a {
        color: #FF92A2;
        border: 1px solid #FF92A2; }
      .type main .kv .anchor li:nth-child(3).active a {
        background: #FF92A2;
        color: #fff; }
      .type main .kv .anchor li:nth-child(4) a {
        color: #A67BFF;
        border: 1px solid #A67BFF; }
      .type main .kv .anchor li:nth-child(4).active a {
        background: #A67BFF;
        color: #fff; }
.type main .typearea {
  padding-bottom: 95px;
  position: relative; }
  .type main .typearea .ttls_area {
    width: 710px;
    margin: 0 auto;
    font-weight: 400; }
    .type main .typearea .ttls_area dl {
      border: 1px solid #000;
      text-align: center;
      line-height: 1.8;
      padding: 30px 0px 25px; }
      .type main .typearea .ttls_area dl dt {
        font-size: 22px; }
      .type main .typearea .ttls_area dl dd {
        font-size: 34px; }
    .type main .typearea .ttls_area .lead {
      font-size: 18px;
      text-align: center;
      padding: 15px 0 35px; }
  .type main .typearea .flex {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .type main .typearea .flex .obj {
      width: 485px; }
    .type main .typearea .flex .check_box {
      width: 485px;
      padding-left: 65px;
      font-weight: 400; }
      .type main .typearea .flex .check_box p {
        font-size: 16px;
        margin-bottom: 25px; }
      .type main .typearea .flex .check_box ul {
        padding-bottom: 15px; }
        .type main .typearea .flex .check_box ul li {
          font-size: 19px;
          position: relative;
          padding-left: 40px;
          padding-bottom: 10px; }
          .type main .typearea .flex .check_box ul li:before {
            position: absolute;
            content: url(../../imgs/type/00/check.svg);
            width: 33px;
            height: 33px;
            left: 0;
            top: 0; }
  .type main .typearea.type_01 {
    background: #7ED6E0; }
    .type main .typearea.type_01 .ttls_area {
      color: #00458C; }
      .type main .typearea.type_01 .ttls_area dl {
        border-color: #00458C; }
    .type main .typearea.type_01 .check_box p {
      color: #00458C; }
  .type main .typearea.type_02 {
    background: #DCE6E6; }
    .type main .typearea.type_02 .ttls_area {
      color: #595757; }
      .type main .typearea.type_02 .ttls_area dl {
        border-color: #595757; }
    .type main .typearea.type_02 .check_box p {
      color: #595757; }
  .type main .typearea.type_03 {
    background: #FFCBC7; }
    .type main .typearea.type_03 .ttls_area {
      color: #B54405; }
      .type main .typearea.type_03 .ttls_area dl {
        border-color: #B54405; }
    .type main .typearea.type_03 .check_box p {
      color: #B54405; }
  .type main .typearea.type_04 {
    background: #ABD1FF; }
    .type main .typearea.type_04 .ttls_area {
      color: #5668B5; }
      .type main .typearea.type_04 .ttls_area dl {
        border-color: #5668B5; }
    .type main .typearea.type_04 .check_box p {
      color: #5668B5; }
  .type main .typearea .nr_btns {
    position: absolute;
    width: 1024px;
    margin-left: -512px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    display: flex;
    justify-content: space-between; }
.type main .lead_check {
  text-align: center;
  margin-top: 90px;
  font-weight: 400;
  font-size: 21px;
  color: #009260;
  position: relative; }
  .type main .lead_check:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -20px;
    bottom: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    z-index: 3; }
  .type main .lead_check:before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -20px;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #009260 transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .type main {
    margin-top: 100px; }
    .type main .kv {
      width: 100%;
      height: 650px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap; }
      .type main .kv.type_01 {
        background: url(../../imgs/type/01/back_sp.png) no-repeat bottom center;
        background-size: 100%; }
      .type main .kv.type_02 {
        background: url(../../imgs/type/02/back_sp.png) no-repeat bottom center;
        background-size: 100%; }
      .type main .kv.type_03 {
        background: url(../../imgs/type/03/back_sp.png) no-repeat bottom center;
        background-size: 100%; }
      .type main .kv.type_04 {
        background: url(../../imgs/type/04/back_sp.png) no-repeat bottom center;
        background-size: 100%; }
      .type main .kv h3 {
        width: 100%;
        font-size: 35px; }
      .type main .kv .lead {
        width: 100%;
        font-size: 21px; }
      .type main .kv .txt {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 5%; }
      .type main .kv .check_lead {
        width: 100%;
        text-align: center;
        padding-bottom: 20px; }
        .type main .kv .check_lead img {
          width: auto;
          height: auto; }
      .type main .kv .anchor {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 140px;
        flex-wrap: wrap; }
        .type main .kv .anchor li {
          width: 47%;
          margin: 0 0.5% 1%;
          line-height: 1.4;
          letter-spacing: 0;
          font-size: 11px; }
    .type main .typearea {
      padding-bottom: 95px; }
      .type main .typearea .ttls_area {
        width: 90%;
        margin: 0 auto; }
        .type main .typearea .ttls_area dl {
          border: 1px solid #000;
          text-align: center;
          line-height: 1.8;
          padding: 30px 5% 25px; }
          .type main .typearea .ttls_area dl dt {
            font-size: 16px; }
          .type main .typearea .ttls_area dl dd {
            font-size: 27px;
            line-height: 1.6; }
        .type main .typearea .ttls_area .lead {
          font-size: 15px;
          padding: 15px 0 10px; }
      .type main .typearea .flex {
        width: 90%;
        margin: 0 auto;
        display: block; }
        .type main .typearea .flex .obj {
          width: 100%; }
        .type main .typearea .flex .check_box {
          width: 100%;
          padding-left: 0px;
          font-weight: 400; }
          .type main .typearea .flex .check_box p {
            font-size: 16px;
            text-align: center;
            margin: 15px auto; }
          .type main .typearea .flex .check_box ul {
            padding-bottom: 15px; }
            .type main .typearea .flex .check_box ul li {
              font-size: 14px;
              position: relative;
              padding-left: 40px;
              padding-bottom: 10px;
              padding-top: 5px; }
      .type main .typearea .nr_btns {
        position: absolute;
        width: 98%;
        margin-left: -49%;
        left: 50%;
        top: 50%;
        margin-top: -80px;
        display: flex;
        justify-content: space-between; }
    .type main .lead_check {
      margin-top: 10%;
      font-size: 16px; } }
.infomation main .kv {
  background: url(../../imgs/info/02/img_01.png) no-repeat center center/cover;
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 60px; }
  .infomation main .kv.system {
    background: url(../../imgs/info/01/img_01.png) no-repeat center center/cover; }
  .infomation main .kv.group {
    background: url(../../imgs/about/03/img_01.png) no-repeat top center/cover; }
  .infomation main .kv .obi {
    position: absolute;
    width: 48%;
    height: 145px;
    left: 0;
    bottom: -55px;
    background: #009260;
    z-index: 1; }
    .infomation main .kv .obi:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 20px;
      bottom: -20px;
      left: 0;
      background: url(../../imgs/common/back_sk.png) repeat; }
  .infomation main .kv .ttls {
    position: absolute;
    bottom: -25px;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    color: #fff;
    z-index: 2; }
    .infomation main .kv .ttls .inner {
      width: 350px;
      text-align: center; }
      .infomation main .kv .ttls .inner.group {
        width: 480px;
        margin-left: -40px; }
      .infomation main .kv .ttls .inner h3 {
        font-size: 31px;
        letter-spacing: 0.1em;
        line-height: 1.4; }
      .infomation main .kv .ttls .inner p {
        font-size: 18px;
        letter-spacing: 0.02em; }
.infomation main .leadttls {
  text-align: center;
  padding: 115px 0 70px; }
  .infomation main .leadttls .txt {
    font-weight: 400; }
  .infomation main .leadttls .lead {
    font-size: 27px;
    letter-spacing: 0.1em;
    color: #009260;
    position: relative;
    padding-bottom: 15px; }
    .infomation main .leadttls .lead:after {
      position: absolute;
      content: "";
      width: 60px;
      left: 50%;
      margin-left: -30px;
      bottom: 0;
      border-bottom: 2px solid #009260; }
    .infomation main .leadttls .lead.undernone:after {
      content: none; }
  .infomation main .leadttls .btns_area {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 50px auto 110px; }
    .infomation main .leadttls .btns_area p {
      width: 50%;
      margin: 0 auto; }
.infomation main .contents {
  background: url(../../imgs/common/back_sk.png) repeat;
  padding: 80px 0 40px; }
  .infomation main .contents.pad {
    padding: 80px 0; }
  .infomation main .contents .sysbox {
    width: 980px;
    margin: 0 auto 40px;
    background: #fff;
    display: flex;
    justify-content: space-between; }
    .infomation main .contents .sysbox .imgs {
      width: 340px; }
    .infomation main .contents .sysbox .txtarea {
      width: calc(100% - 340px);
      padding: 60px; }
      .infomation main .contents .sysbox .txtarea .ttl {
        font-size: 27px;
        color: #009260;
        letter-spacing: 0.1em;
        position: relative;
        padding-bottom: 30px; }
        .infomation main .contents .sysbox .txtarea .ttl:after {
          position: absolute;
          content: "";
          width: 60px;
          left: 0;
          bottom: 0;
          border-bottom: 2px solid #009260; }
        .infomation main .contents .sysbox .txtarea .ttl span {
          font-size: 18px;
          position: relative;
          top: -2px; }
      .infomation main .contents .sysbox .txtarea dl {
        font-weight: 400; }
        .infomation main .contents .sysbox .txtarea dl dt {
          font-size: 20px;
          color: #009260;
          padding: 30px 0 20px; }
  .infomation main .contents .guidebox {
    width: 980px;
    margin: 0 auto;
    background: #FFF; }
    .infomation main .contents .guidebox dl {
      display: flex;
      border-bottom: 1px solid #9FA0A0;
      font-weight: 400; }
      .infomation main .contents .guidebox dl:last-child {
        border-bottom: none; }
      .infomation main .contents .guidebox dl dt {
        width: 250px;
        font-size: 18px;
        border-right: 1px solid #9FA0A0;
        padding: 55px 0 0 45px; }
      .infomation main .contents .guidebox dl dd {
        width: calc(100% - 250px);
        padding: 55px 45px; }
        .infomation main .contents .guidebox dl dd ul li.noc {
          padding-bottom: 15px; }
        .infomation main .contents .guidebox dl dd ul li.green {
          font-weight: 700;
          color: #009260;
          padding-left: 20px;
          padding-top: 35px;
          position: relative; }
          .infomation main .contents .guidebox dl dd ul li.green:before {
            position: absolute;
            content: "";
            width: 12px;
            height: 12px;
            background: #009260;
            left: 0;
            bottom: 8px;
            transform: rotate(-45deg); }
        .infomation main .contents .guidebox dl dd ul li.green_02 {
          background: #009260;
          color: #fff;
          padding: 5px;
          margin-top: 30px;
          margin-bottom: 10px; }
          .infomation main .contents .guidebox dl dd ul li.green_02.noc {
            margin-top: 0; }
        .infomation main .contents .guidebox dl dd ul li.pad_01 {
          padding-left: 10px; }
          .infomation main .contents .guidebox dl dd ul li.pad_01 span {
            position: relative;
            margin-right: 25px;
            padding-left: 18px; }
            .infomation main .contents .guidebox dl dd ul li.pad_01 span:before {
              position: absolute;
              content: "";
              width: 14px;
              height: 14px;
              border-radius: 7px;
              background: #009260;
              left: 0;
              bottom: 0px; }
        .infomation main .contents .guidebox dl dd ul li.green_03 {
          color: #009260; }
  .infomation main .contents .group_box {
    width: 980px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 30px 50px; }
    .infomation main .contents .group_box h3 {
      font-size: 25px;
      color: #009260;
      letter-spacing: 0.04em;
      line-height: 1.4; }
      .infomation main .contents .group_box h3 a {
        text-decoration: none;
        font-size: 20px;
        color: #009260; }
    .infomation main .contents .group_box dl {
      margin-top: 20px; }
      .infomation main .contents .group_box dl dt {
        font-size: 20px;
        color: #009260; }
.infomation .nomt {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .infomation main {
    margin-top: 60px; }
    .infomation main .kv {
      height: 250px; }
      .infomation main .kv .obi {
        width: 100%;
        height: 75px;
        bottom: -5px; }
      .infomation main .kv .ttls {
        bottom: -0px;
        width: 100%;
        left: 0%;
        margin-left: -0px; }
        .infomation main .kv .ttls .inner {
          width: 100%; }
          .infomation main .kv .ttls .inner.group {
            width: 100%; }
          .infomation main .kv .ttls .inner h3 {
            font-size: 24px; }
          .infomation main .kv .ttls .inner p {
            font-size: 14px; }
    .infomation main .leadttls {
      padding: 20% 0 8%; }
      .infomation main .leadttls .lead {
        font-size: 20px; }
      .infomation main .leadttls .txt {
        padding: 0 5%; }
      .infomation main .leadttls .btns_area {
        display: block;
        justify-content: space-between;
        width: 90%;
        margin: 10% auto; }
        .infomation main .leadttls .btns_area p {
          margin: 0 20px 5%; }
    .infomation main .contents {
      padding: 15% 0 8%; }
      .infomation main .contents.pad {
        padding: 10% 0; }
      .infomation main .contents .sysbox {
        width: 90%;
        margin: 0 auto 40px;
        display: block; }
        .infomation main .contents .sysbox .imgs {
          width: 100%; }
        .infomation main .contents .sysbox .txtarea {
          width: 100%;
          padding: 5%; }
          .infomation main .contents .sysbox .txtarea .ttl {
            font-size: 20px;
            padding-bottom: 15px; }
            .infomation main .contents .sysbox .txtarea .ttl span {
              font-size: 12px;
              letter-spacing: 0px; }
          .infomation main .contents .sysbox .txtarea dl dt {
            font-size: 16px;
            padding: 15px 0 10px; }
      .infomation main .contents .guidebox {
        width: 90%; }
        .infomation main .contents .guidebox dl {
          display: block; }
          .infomation main .contents .guidebox dl:last-child {
            border-bottom: none; }
          .infomation main .contents .guidebox dl dt {
            width: 100%;
            font-size: 18px;
            border-right: none;
            padding: 10% 5% 0; }
          .infomation main .contents .guidebox dl dd {
            width: 100%;
            padding: 15px 5% 10%; }
            .infomation main .contents .guidebox dl dd ul li.noc {
              padding-bottom: 15px; }
            .infomation main .contents .guidebox dl dd ul li.green {
              padding-left: 20px;
              padding-top: 0px;
              margin-top: 15px;
              position: relative;
              line-height: 1.6; }
              .infomation main .contents .guidebox dl dd ul li.green:before {
                bottom: auto;
                top: 15%;
                transform: rotate(-45deg); }
      .infomation main .contents .group_box {
        width: 90%;
        padding: 5%; }
        .infomation main .contents .group_box h3 {
          font-size: 20px; }
          .infomation main .contents .group_box h3 a {
            display: inline-block;
            font-size: 15px;
            color: #009260; }
        .infomation main .contents .group_box dl {
          margin-top: 20px; }
          .infomation main .contents .group_box dl dt {
            font-size: 18px; } }
.talk main {
  display: block; }
  .talk main .kv {
    width: 100%;
    height: 680px; }
  .talk main .fc_01 {
    color: #0095C7; }
  .talk main .fc_02 {
    color: #009260; }
  .talk main .fc_03 {
    color: #EB70A7; }
  .talk main .fc_04 {
    color: #F7931E; }
  .talk main .fc_05 {
    color: #88549A; }
  .talk main .fc_06 {
    color: #00B221; }
  .talk main .fc_07 {
    color: #A67C52; }
  .talk main .fc_08 {
    color: #F15A24; }
  .talk main .fc_09 {
    color: #8C6239; }
  .talk main .fc_10 {
    color: #12AE65; }
  .talk main .section_top {
    width: 980px;
    margin: -260px auto 0;
    position: relative; }
    .talk main .section_top .fukidashi {
      font-weight: 400;
      color: #fff;
      width: 140px;
      height: 105px;
      margin: 0 auto -80px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000;
      border-radius: 80px / 60px;
      position: relative; }
      .talk main .section_top .fukidashi:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -10px;
        width: 45px;
        height: 30px;
        background: #000;
        border-radius: 60px / 40px; }
      .talk main .section_top .fukidashi:after {
        position: absolute;
        content: "";
        left: -10px;
        bottom: -30px;
        width: 25px;
        height: 20px;
        background: #000;
        border-radius: 50px / 40px; }
    .talk main .section_top .ttls {
      width: 100%;
      background: #fff;
      text-align: center;
      padding-bottom: 20px;
      position: relative; }
      .talk main .section_top .ttls h3 {
        font-size: 38px;
        font-weight: 300;
        letter-spacing: 0.2em;
        position: relative;
        color: #000; }
      .talk main .section_top .ttls p {
        font-weight: 400;
        font-size: 16px;
        color: #666; }
      .talk main .section_top .ttls .marks {
        position: absolute;
        width: 150px;
        right: 80px;
        margin-top: -80px; }
    .talk main .section_top .profiles {
      font-weight: 400;
      background: #fff;
      display: flex;
      justify-content: center;
      padding: 50px 0; }
      .talk main .section_top .profiles .box {
        width: 230px;
        margin: 0 60px;
        position: relative; }
        .talk main .section_top .profiles .box:after {
          position: absolute;
          content: "";
          height: 60px;
          border-left: 2px solid #000;
          right: -60px;
          top: 40px;
          transform: rotate(45deg); }
        .talk main .section_top .profiles .box:before {
          position: absolute;
          content: "";
          height: 60px;
          border-left: 2px solid #000;
          right: -60px;
          top: 40px;
          transform: rotate(-45deg); }
        .talk main .section_top .profiles .box:last-child:before, .talk main .section_top .profiles .box:last-child:after {
          content: none; }
        .talk main .section_top .profiles .box dl {
          text-align: center;
          line-height: 1.6;
          padding-top: 20px; }
          .talk main .section_top .profiles .box dl dd {
            font-size: 22px;
            padding-top: 5px; }
  .talk main .section_talk {
    font-weight: 400;
    margin-top: 130px; }
    .talk main .section_talk .session_cont {
      width: 980px;
      margin: 0 auto 130px;
      background: #fff; }
      .talk main .section_talk .session_cont .ttl {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 54px;
        text-align: center;
        line-height: 1;
        position: relative;
        top: -55px;
        color: #fff; }
      .talk main .section_talk .session_cont .inner {
        width: 840px;
        margin: 0 auto; }
        .talk main .section_talk .session_cont .inner .lead {
          text-align: center;
          font-size: 23px;
          letter-spacing: 0.15em;
          margin-top: 15px;
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 30px; }
          .talk main .section_talk .session_cont .inner .lead:after {
            position: absolute;
            content: "";
            width: 20px;
            border-bottom: 4px solid #000;
            left: 50%;
            margin-left: -10px;
            bottom: 0; }
        .talk main .section_talk .session_cont .inner dl {
          display: flex;
          padding-bottom: 20px; }
          .talk main .section_talk .session_cont .inner dl.last {
            padding-bottom: 55px; }
          .talk main .section_talk .session_cont .inner dl dt {
            width: 45px;
            text-align: right; }
          .talk main .section_talk .session_cont .inner dl dd {
            width: calc(100% - 45px);
            padding-left: 15px;
            text-align: justify; }
      .talk main .section_talk .session_cont .underimg {
        padding: 35px 0 50px; }
      .talk main .section_talk .session_cont .underimg_flex {
        padding: 35px 0 50px;
        display: flex;
        justify-content: space-between; }
        .talk main .section_talk .session_cont .underimg_flex p:nth-child(n + 2) {
          margin-left: 5px; }
  .talk main .under_allphoto {
    width: 100%;
    height: 550px; }
    .talk main .under_allphoto.session_01 {
      background: url(../../imgs/talk/01/img_06.png) no-repeat top center/cover; }
    .talk main .under_allphoto.session_02 {
      background: url(../../imgs/talk/02/img_09.png) no-repeat top center/cover; }
    .talk main .under_allphoto.session_03 {
      background: url(../../imgs/talk/03/img_09.png) no-repeat top center/cover; }
    .talk main .under_allphoto.session_04 {
      background: url(../../imgs/talk/04/img_07.png) no-repeat top center/cover; }
    .talk main .under_allphoto.session_06 {
      background: url(../../imgs/talk/06/img_06.png) no-repeat top center/cover; }
  .talk main.session_01 {
    background: #91BEE2; }
    .talk main.session_01 .kv {
      background: url(../../imgs/talk/06/img_01.png) no-repeat center center/cover; }
    .talk main.session_01 .section_top .fukidashi {
      background: #0095C7; }
      .talk main.session_01 .section_top .fukidashi:before, .talk main.session_01 .section_top .fukidashi:after {
        background: #0095C7; }
    .talk main.session_01 .section_top .ttls h3 {
      color: #0095C7; }
    .talk main.session_01 .section_top .profiles .box:before, .talk main.session_01 .section_top .profiles .box:after {
      border-color: #0095C7; }
    .talk main.session_01 .session_cont .inner .lead {
      color: #0095C7; }
  .talk main.session_02 {
    background: #F7C5BE; }
    .talk main.session_02 .kv {
      background: url(../../imgs/talk/02/img_01.png) no-repeat center center/cover; }
    .talk main.session_02 .section_top .fukidashi {
      background: #EB8F90; }
      .talk main.session_02 .section_top .fukidashi:before, .talk main.session_02 .section_top .fukidashi:after {
        background: #EB8F90; }
    .talk main.session_02 .section_top .ttls h3 {
      color: #EB8F90; }
    .talk main.session_02 .section_top .profiles .box:before, .talk main.session_02 .section_top .profiles .box:after {
      border-color: #EB8F90; }
    .talk main.session_02 .session_cont .inner .lead {
      color: #EB8F90; }
  .talk main.session_03 {
    background: #AFD18F; }
    .talk main.session_03 .kv {
      background: url(../../imgs/talk/03/img_01.png) no-repeat center center/cover; }
    .talk main.session_03 .section_top .fukidashi {
      background: #658F03; }
      .talk main.session_03 .section_top .fukidashi:before, .talk main.session_03 .section_top .fukidashi:after {
        background: #658F03; }
    .talk main.session_03 .section_top .ttls h3 {
      color: #658F03; }
    .talk main.session_03 .section_top .profiles .box:before, .talk main.session_03 .section_top .profiles .box:after {
      border-color: #658F03; }
    .talk main.session_03 .session_cont .inner .lead {
      color: #658F03; }
  .talk main.session_04 {
    background: #E5C36B; }
    .talk main.session_04 .kv {
      background: url(../../imgs/talk/04/img_01.png) no-repeat center center/cover; }
    .talk main.session_04 .section_top .fukidashi {
      background: #C39317; }
      .talk main.session_04 .section_top .fukidashi:before, .talk main.session_04 .section_top .fukidashi:after {
        background: #C39317; }
    .talk main.session_04 .section_top .ttls h3 {
      color: #C39317; }
    .talk main.session_04 .section_top .profiles .box:before, .talk main.session_04 .section_top .profiles .box:after {
      border-color: #C39317; }
    .talk main.session_04 .session_cont .inner .lead {
      color: #C39317; }

.talk .banners {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  .talk main {
    margin-top: 60px; }
    .talk main .kv {
      width: 100%;
      height: 275px; }
    .talk main .section_top {
      width: 100%;
      margin: -100px auto 0;
      position: relative; }
      .talk main .section_top .fukidashi {
        z-index: 3; }
        .talk main .section_top .fukidashi:before {
          left: 5px;
          bottom: -0px;
          width: 25px;
          height: 20px;
          background: #000;
          border-radius: 50px / 40px; }
        .talk main .section_top .fukidashi:after {
          left: -5px;
          bottom: -10px;
          width: 15px;
          height: 10px;
          background: #000;
          border-radius: 30px / 20px; }
      .talk main .section_top .ttls {
        width: 100%;
        padding: 0 5%;
        margin-top: -1%; }
        .talk main .section_top .ttls h3 {
          font-size: 25px;
          padding-top: 15%; }
        .talk main .section_top .ttls p {
          font-size: 14px; }
        .talk main .section_top .ttls .marks {
          position: absolute;
          width: 70px;
          right: 5%;
          margin-top: -8%; }
      .talk main .section_top .profiles {
        padding: 30px 0; }
        .talk main .section_top .profiles .box {
          width: 48%;
          margin: 0 15px;
          position: relative; }
          .talk main .section_top .profiles .box:after {
            height: 20px;
            right: -17px;
            top: 15%; }
          .talk main .section_top .profiles .box:before {
            height: 20px;
            right: -17px;
            top: 15%; }
          .talk main .section_top .profiles .box:last-child:before, .talk main .section_top .profiles .box:last-child:after {
            content: none; }
          .talk main .section_top .profiles .box dl {
            padding-top: 10px;
            font-size: 10px; }
            .talk main .section_top .profiles .box dl dd {
              font-size: 16px;
              padding-top: 3px; }
    .talk main .section_talk {
      margin-top: 100px; }
      .talk main .section_talk .session_cont {
        width: 90%;
        margin: 0 auto 80px; }
        .talk main .section_talk .session_cont .ttl {
          font-size: 40px;
          top: -45px; }
        .talk main .section_talk .session_cont .inner {
          width: 90%;
          margin: 0 auto; }
          .talk main .section_talk .session_cont .inner .lead {
            text-align: center;
            font-size: 18px;
            line-height: 1.8; }
          .talk main .section_talk .session_cont .inner dl dt {
            width: 50px;
            text-align: left; }
          .talk main .section_talk .session_cont .inner dl dd {
            width: calc(100% - 60px);
            padding-left: 10px; }
        .talk main .section_talk .session_cont .underimg {
          padding: 20px 0 0px; }
        .talk main .section_talk .session_cont .underimg_flex {
          padding: 20px 0 0px; }
    .talk main .under_allphoto {
      height: 200px; }
    .talk main.session_01 {
      background: #91BEE2; }
      .talk main.session_01 .kv {
        background: url(../../imgs/talk/01/img_01_sp.png) no-repeat top center/cover; }
    .talk main.session_02 {
      background: #F7C5BE; }
      .talk main.session_02 .kv {
        background: url(../../imgs/talk/02/img_01_sp.png) no-repeat top center/cover; }
    .talk main.session_03 {
      background: #AFD18F; }
      .talk main.session_03 .kv {
        background: url(../../imgs/talk/03/img_01_sp.png) no-repeat top center/cover; }
    .talk main.session_04 {
      background: #E5C36B; }
      .talk main.session_04 .kv {
        background: url(../../imgs/talk/04/img_01_sp.png) no-repeat top center/cover; }
  .talk .banners {
    margin-top: 0px; } }
*/
