@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.7;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  text-align: justify;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*------LINKS------*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*------Fonts------*/
.tsuku_r {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsuku_b {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hypatia {
  font-family: hypatia-sans-pro, sans-serif;
  font-style: normal;
}

/****************************************
Break Point Settings
****************************************/
/* Flex box */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Visivility depends on the device */
@media screen and (min-width: 896px) {
  .pconly {
    display: block;
  }
}
@media screen and (max-width: 897px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 896px) {
  .tabonly {
    display: none;
  }
}
@media screen and (max-width: 897px) {
  .tabonly {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 896px) {
  .tab-sp {
    display: none;
  }
}
@media screen and (max-width: 897px) {
  .tab-sp {
    display: block !important;
  }
}

@media screen and (min-width: 896px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 897px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sponly {
    display: block !important;
  }
}

h2 {
  font-size: 2.11rem;
}

h3 {
  font-size: 1.777rem;
}

h4 {
  font-size: 1.111rem;
}

/* Alignment */
.center {
  text-align: center;
}

.inlineblock {
  display: inline-block;
}

/* Typography */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  color: #333333;
  line-height: 1.7;
  /* Font Size Settings （記述順注意） */
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 321px) {
  html {
    font-size: calc(14px + (1vw - 320px / 100) * 1.25);
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 897px) {
  html {
    font-size: calc(14px + (1vw - 897px / 100) * 2.4);
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: calc(16px + (1vw - 980px / 100) * 0.666);
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}

.tsuku {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jaf {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hyp {
  font-family: hypatia-sans-pro, sans-serif;
}

.ib {
  display: inline-block;
}

/* Link */
@media screen and (max-width: 897px) {
  a.noevent {
    pointer-events: none;
  }
}

/* Image */
.clip {
  position: absolute;
}

/* Animations */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
            transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
            transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
            transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
            transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
            transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
            transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
/* ------------------------------
   .scrollPanel
------------------------------ */
.scrollPanel {
  top: 0;
  left: 0;
  position: fixed;
}

#area {
  width: 400vw !important;
  z-index: 1;
}

/*
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #d4ffff;
	z-index: 2;
	p{
		color: #000000;
		font-size: 16px;
		line-height: 80px;
		font-weight: bold;
		text-align: center;
	}
}
*/
.header_main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  /* Toggle Button */
}
.header_main h1 {
  -webkit-flex-basis: 22.4%;
      -ms-flex-preferred-size: 22.4%;
          flex-basis: 22.4%;
  max-width: 314px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  line-height: 80px;
}
@media screen and (max-width: 897px) {
  .header_main h1 {
    -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
            flex-basis: 39%;
    line-height: 102px;
  }
}
@media screen and (max-width: 480px) {
  .header_main h1 {
    line-height: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header_main h1 img {
  max-width: 238px;
  width: 100%;
  vertical-align: middle;
}
.header_main .nav_header {
  background-color: #efff00;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 897px) {
  .header_main .nav_header {
    padding-left: 20px;
  }
}
.header_main .nav_header > div {
  height: 100%;
}
.header_main .nav_header > ul {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-right: 2.3vw;
}
@media screen and (max-width: 897px) {
  .header_main .nav_header > ul {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media screen and (max-width: 480px) {
  .header_main .nav_header > ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header_main .nav_header > ul > li {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 897px) {
  .header_main .nav_header > ul > li {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%;
  }
}
.header_main .nav_header > ul > li > a {
  font-size: 0.72rem;
  color: #000;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 897px) {
  .header_main .nav_header > ul > li > a {
    color: #fff;
    border-radius: 7px;
    font-size: 1rem;
    -webkit-box-shadow: 4px 4px 0 #fff;
            box-shadow: 4px 4px 0 #fff;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 480px) {
  .header_main .nav_header > ul > li > a {
    font-size: 2.2vw;
    -webkit-box-shadow: 2px 2px 0 #fff;
            box-shadow: 2px 2px 0 #fff;
    padding-right: 1%;
    padding-left: 1%;
  }
}
.header_main .nav_header > ul > li > a span {
  position: relative;
  display: block;
}
.header_main .nav_header > ul > li > a:hover {
  color: #26a7ff;
}
@media screen and (max-width: 897px) {
  .header_main .nav_header > ul > li > a:hover {
    color: #efff00;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media screen and (max-width: 897px) {
  .header_main .nav_header > ul > li > a {
    background-image: url("../images/common/bg5.jpg");
    background-size: 100% 100%;
  }
}
.header_main .nav_header > ul > li .sub {
  position: absolute;
  top: 100%;
  width: 120px;
  left: 0;
  display: none;
  background-color: #efff00;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_main .nav_header > ul > li .sub li a {
  background-color: #efff00;
  color: #333;
  font-size: 0.61rem;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 0.3rem 1rem;
}
.header_main .nav_header > ul > li .sub .title {
  background-color: #efff00;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
}
.header_main .nav_header > ul > li .sub .title span {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 0.61rem;
  font-weight: bold;
  display: block;
  padding: 3px 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.header_main .nav_header > ul > li .sub .title.soya {
  margin-top: 10px;
}
.header_main .nav_header > ul > li .sub:before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efff00;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
}
.header_main .nav_header > ul > li .sub_interview,
.header_main .nav_header > ul > li .sub_farm360 {
  width: 160px;
}
.header_main .nav_header > ul > li .sub_interview:before,
.header_main .nav_header > ul > li .sub_farm360:before {
  left: 40px;
  right: auto;
}
.header_main .toggle {
  background-color: #26a7ff;
  z-index: 3;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 897px) {
  .header_main .toggle {
    width: 102px;
    height: 102px;
  }
}
@media screen and (max-width: 480px) {
  .header_main .toggle {
    width: 65px;
    height: 65px;
  }
}
.header_main .toggle_line,
.header_main .toggle_line span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_main .toggle_line {
  position: absolute;
  width: 32px;
  height: 23px;
  right: 22px;
  top: 26px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (max-width: 897px) {
  .header_main .toggle_line {
    width: 40px;
    height: 30px;
    top: 34px;
    right: 29px;
  }
}
@media screen and (max-width: 480px) {
  .header_main .toggle_line {
    width: 24px;
    height: 17px;
    top: 23px;
    right: 21px;
  }
}
.header_main .toggle_line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #efff00;
}
.header_main .toggle_line span:nth-of-type(1) {
  top: 0;
}
.header_main .toggle_line span:nth-of-type(2) {
  top: 10px;
}
@media screen and (max-width: 897px) {
  .header_main .toggle_line span:nth-of-type(2) {
    top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .header_main .toggle_line span:nth-of-type(2) {
    top: 8px;
  }
}
.header_main .toggle_line span:nth-of-type(3) {
  bottom: 0;
}
.header_main .toggle_line.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
@media screen and (max-width: 897px) {
  .header_main .toggle_line.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
            transform: translateY(13px) rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
  .header_main .toggle_line.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
}
.header_main .toggle_line.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
.header_main .toggle_line.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 897px) {
  .header_main .toggle_line.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
            transform: translateY(-13px) rotate(45deg);
  }
}
@media screen and (max-width: 480px) {
  .header_main .toggle_line.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

.header_main .nav_header > ul > li .sub:before {
  border-bottom-color: #fff;
}

/* Drawer Menu */
.drawer {
  position: fixed;
  width: 95%;
  z-index: 20;
  top: 80px;
  right: 0;
  background-color: #efff00;
  padding: 2% 5% 2% 3%;
  padding-bottom: 14.3%;
  display: none;
  height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 897px) {
  .drawer {
    top: 102px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .drawer {
    top: 65px;
  }
}
.drawer .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 897px) {
  .drawer .logo {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.drawer .logo img {
  width: 83px;
}
@media screen and (max-width: 897px) {
  .drawer nav {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 897px) {
  .drawer nav ul {
    display: block;
  }
}
.drawer nav ul li a {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 897px) {
  .drawer nav > ul > li {
    border-bottom: 1px solid #d8e420;
  }
}
.drawer nav > ul > li > a {
  font-size: 0.94rem;
}
@media screen and (max-width: 897px) {
  .drawer nav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 897px) {
  .drawer nav > ul > li > a:before {
    content: "";
    width: 8px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/common/arrow2.svg");
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.drawer nav > ul > li.active > a:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.drawer nav .sub {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 897px) {
  .drawer nav .sub {
    display: none;
  }
}
.drawer nav .sub li {
  margin-bottom: 10px;
}
.drawer nav .sub li a {
  font-size: 0.72rem;
}
.drawer nav .sub li a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/common/arrow4.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 897px) {
  .drawer nav .sub li a {
    padding-left: 40px;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.drawer nav .sub .title {
  font-weight: bold;
  font-size: 0.72rem;
}
@media screen and (max-width: 897px) {
  .drawer nav .sub .title {
    padding-left: 40px;
  }
}

body.open {
  overflow: hidden;
}

footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-family: hypatia-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 896px) {
  footer {
    display: none;
  }
}
/* ------------------------------ */
.side_link {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 30%;
}
.side_link .side_link_1 {
  display: block;
  width: 53px;
}
.side_link .side_link_1 img {
  width: 100%;
}
.side_link .side_link_2 {
  display: block;
  width: 53px;
  margin-top: 10px;
}
.side_link .side_link_2 img {
  width: 100%;
}

/* Sidebar */
.sidebar {
  width: 50px;
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 5;
}
.sidebar ul li {
  height: 154px;
  margin-bottom: 10px;
}
.sidebar ul li a {
  display: block;
  width: calc(100% + 2px);
  height: 100%;
  padding: 10px 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-size: cover;
  margin-left: -2px;
}
.sidebar ul li a span {
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .sidebar ul li a span {
    -webkit-transform: translateX(-0.2em);
            transform: translateX(-0.2em);
  }
}
.sidebar ul li a:before {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: -1;
  width: calc(100% + 2px);
  height: 100%;
  content: "";
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sidebar ul li a:hover {
  margin-left: 0;
}
.sidebar ul li a:hover:before {
  margin-left: -2px;
}
.sidebar ul li a:hover span {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  display: inline-block;
}
.sidebar ul li:first-child a {
  color: #fff;
  background-image: url("../images/common/bg3.jpg");
}
.sidebar ul li:first-child a:before {
  background-color: #efff00;
}
.sidebar ul li:nth-child(2) a {
  background-image: url("../images/common/bg4.jpg");
  color: #333;
}
.sidebar ul li:nth-child(2) a:before {
  background-color: #26a8ff;
}

/* ------------------------------
   original
------------------------------ */
.slider {
  -webkit-transition: all 700ms cubic-bezier(0.63, 0.04, 0.35, 0.99) 0s !important;
  transition: all 700ms cubic-bezier(0.63, 0.04, 0.35, 0.99) 0s !important;
}

.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: url(../images/index/back2.jpg);
  background-size: cover !important;
  background-position: center bottom;
  z-index: 0;
}

/******* pagination ********/
.pagination {
  position: absolute;
  right: 15px;
  top: 45%;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  margin: 0;
}
.pagination li a {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* ------------------------------ */
.fv_1 {
  position: relative;
  top: 15vh;
  width: 90vw;
  max-width: 1800px;
  height: 75vh;
  max-height: 1000px;
  margin: 0 auto;
}
.fv_1 .ill_1 {
  position: absolute;
  width: 25vw;
  max-width: 500px;
  left: 2%;
  top: 20%;
}
.fv_1 .ill_1 .ill_img {
  width: 100%;
}
.fv_1 .ill_1 .fukidashi {
  display: none;
  width: 10vw;
  max-width: 120px;
  position: absolute;
  bottom: 80px;
  right: -3vw;
}
.fv_1 .ill_1 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_1:hover .fukidashi {
  display: block;
}
.fv_1 .ill_2 {
  position: absolute;
  width: 28vw;
  left: 8%;
  max-width: 520px;
  bottom: 24vh;
}
.fv_1 .ill_2 .ill_img {
  width: 100%;
}
.fv_1 .ill_2 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 125px;
  position: absolute;
  top: 2vh;
  left: 8vw;
}
.fv_1 .ill_2 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_2:hover .fukidashi {
  display: block;
}
.fv_1 .mowwork {
  position: absolute;
  top: 0;
  left: 42.5%;
  width: 15%;
  max-width: 260px;
}
.fv_1 .mowwork img {
  width: 100%;
}
.fv_1 .ill_3 {
  position: absolute;
  width: 26vw;
  max-width: 500px;
  right: 36%;
  top: 35%;
}
.fv_1 .ill_3 .ill_img {
  width: 100%;
}
.fv_1 .ill_3 .fukidashi {
  display: none;
  width: 10vw;
  max-width: 125px;
  position: absolute;
  top: 7vw;
  left: 20%;
  z-index: 4;
}
.fv_1 .ill_3 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_3:hover .fukidashi {
  display: block;
}
.fv_1 .ill_4 {
  position: absolute;
  z-index: 3;
  width: 11vw;
  max-width: 240px;
  right: 28%;
  bottom: 40%;
}
.fv_1 .ill_4 .ill_img {
  width: 100%;
}
.fv_1 .ill_4 .fukidashi {
  display: none;
  width: 10vw;
  max-width: 130px;
  position: absolute;
  bottom: 6vw;
  left: 3vw;
}
.fv_1 .ill_4 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_4:hover .fukidashi {
  display: block;
}
.fv_1 .ill_5 {
  position: absolute;
  z-index: 3;
  width: 16vw;
  max-width: 340px;
  right: 1%;
  bottom: 25vh;
}
.fv_1 .ill_5 .ill_img {
  width: 100%;
}
.fv_1 .ill_5 .fukidashi {
  display: none;
  width: 12vw;
  max-width: 145px;
  position: absolute;
  top: 4vw;
  right: 70%;
}
.fv_1 .ill_5 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_5:hover .fukidashi {
  display: block;
}
.fv_1 .ill_6 {
  position: absolute;
  width: 16vw;
  max-width: 330px;
  right: 12%;
  top: 23%;
}
.fv_1 .ill_6 .ill_img {
  width: 100%;
}
.fv_1 .ill_6 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 140px;
  position: absolute;
  bottom: 70px;
  left: 80%;
}
.fv_1 .ill_6 .fukidashi .com {
  width: 100%;
}
.fv_1 .ill_6:hover .fukidashi {
  display: block;
}
.fv_1 .scroll {
  position: absolute;
  width: 8vw;
  max-width: 150px;
  top: 35%;
  right: -3vw;
}
.fv_1 .scroll a {
  display: block;
}
.fv_1 .scroll a img {
  width: 100%;
}

.fv_2 {
  position: relative;
  top: 20vh;
  width: 90vw;
  max-width: 1800px;
  height: 70vh;
  max-height: 800px;
  margin: 0 auto;
}
.fv_2 .ill_b_1 {
  position: absolute;
  z-index: 3;
  width: 16vw;
  max-width: 280px;
  left: 0;
  bottom: 22vh;
}
.fv_2 .ill_b_1 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_1 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 120px;
  left: 4vw;
}
.fv_2 .ill_b_1 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_1:hover .fukidashi {
  display: block;
}
.fv_2 .ill_b_2 {
  position: absolute;
  z-index: 2;
  width: 14vw;
  max-width: 250px;
  left: 18%;
  bottom: 40vh;
}
.fv_2 .ill_b_2 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_2 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 140px;
  left: 75%;
}
.fv_2 .ill_b_2 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_2:hover .fukidashi {
  display: block;
}
.fv_2 .ill_b_3 {
  position: absolute;
  z-index: 3;
  width: 14vw;
  max-width: 260px;
  left: 37%;
  bottom: 24vh;
}
.fv_2 .ill_b_3 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_3 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 100px;
  left: 60%;
}
.fv_2 .ill_b_3 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_3:hover .fukidashi {
  display: block;
}
.fv_2 .ill_b_4 {
  position: absolute;
  z-index: 2;
  width: 14vw;
  max-width: 260px;
  right: 33%;
  bottom: 48vh;
}
.fv_2 .ill_b_4 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_4 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 120px;
  left: 1vw;
}
.fv_2 .ill_b_4 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_4:hover .fukidashi {
  display: block;
}
.fv_2 .ill_b_5 {
  position: absolute;
  z-index: 3;
  width: 13vw;
  max-width: 220px;
  right: 22%;
  bottom: 24vh;
}
.fv_2 .ill_b_5 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_5 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 130px;
  left: 30%;
}
.fv_2 .ill_b_5 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_5:hover .fukidashi {
  display: block;
}
.fv_2 .ill_b_6 {
  position: absolute;
  z-index: 2;
  width: 16vw;
  max-width: 280px;
  right: 0;
  bottom: 36vh;
}
.fv_2 .ill_b_6 .ill_img {
  width: 100%;
}
.fv_2 .ill_b_6 .fukidashi {
  display: none;
  width: 11vw;
  max-width: 130px;
  position: absolute;
  bottom: 120px;
  left: 1vw;
  z-index: 4;
}
.fv_2 .ill_b_6 .fukidashi .com {
  width: 100%;
}
.fv_2 .ill_b_6:hover .fukidashi {
  display: block;
}
.fv_2 .back_ill_1 {
  position: absolute;
  width: 32vw;
  max-width: 600px;
  bottom: 52vh;
  left: 3vw;
}
.fv_2 .back_ill_1 img {
  width: 100%;
}
.fv_2 .back_ill_2 {
  position: absolute;
  width: 28vw;
  max-width: 550px;
  bottom: 55vh;
  right: 50px;
}
.fv_2 .back_ill_2 img {
  width: 100%;
}
.fv_2 .scroll {
  position: absolute;
  width: 8vw;
  max-width: 150px;
  top: 30%;
  right: -3vw;
}
.fv_2 .scroll a {
  display: block;
}
.fv_2 .scroll a img {
  width: 100%;
}

.fv_3 {
  position: relative;
  top: 40%;
  width: 100vw;
  height: auto;
}
.fv_3 .fv_3_flex {
  width: 80%;
  max-width: 1380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.fv_3 .fv_3_flex .f3f_l {
  width: 50%;
  height: 250px;
  background: rgba(38, 168, 255, 0.9);
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/top_f_1.png);
  background-size: cover;
  padding: 30px;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back h3 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 2px;
  margin: 15px 0;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  background: #ffffff;
  color: #26a9ff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #26a9ff;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back a:hover::after {
  -webkit-animation: arrow 0.5s;
          animation: arrow 0.5s;
}
@-webkit-keyframes arrow {
  50% {
    right: 2%;
  }
  100% {
    right: 5%;
  }
}
@keyframes arrow {
  50% {
    right: 2%;
  }
  100% {
    right: 5%;
  }
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back .ill_c_1 {
  position: absolute;
  width: 10vw;
  max-width: 140px;
  left: 0;
  bottom: 50px;
}
.fv_3 .fv_3_flex .f3f_l .f3f_l_back .ill_c_1 img {
  width: 100%;
}
.fv_3 .fv_3_flex .f3f_r {
  width: 50%;
  height: 250px;
  background: rgba(238, 255, 0, 0.9);
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/top_f_1.png);
  background-size: cover;
  padding: 30px;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back h3 {
  text-align: center;
  color: #333333;
  font-size: 26px;
  letter-spacing: 2px;
  margin: 15px 0;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  background: #ffffff;
  color: #333333;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333333;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back a:hover::after {
  -webkit-animation: arrow 0.5s;
          animation: arrow 0.5s;
}
@keyframes arrow {
  50% {
    right: 2%;
  }
  100% {
    right: 5%;
  }
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back .ill_c_2 {
  position: absolute;
  width: 8vw;
  max-width: 100px;
  right: 30px;
  bottom: 95px;
}
.fv_3 .fv_3_flex .f3f_r .f3f_r_back .ill_c_2 img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .pc_main {
    display: none;
  }
}
.sp_main {
  display: none;
}

@media screen and (max-width: 896px) {
  html {
    overflow-y: scroll;
    min-height: auto;
  }
  body {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
  .sp_main {
    display: block;
  }
}
.sp_main .sp_top {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 160px 0 20px 0;
  background: url(../images/index/sp_back2.jpg);
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .sp_main .sp_top {
    padding: 120px 0 20px 0;
  }
}
.sp_main .sp_top .mowwork {
  display: block;
  margin: 0 auto;
  width: 20vw;
  max-width: 200px;
  min-width: 120px;
}
.sp_main .sp_back {
  position: fixed;
  top: 80px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/index/sp_back2.jpg);
  background-size: cover;
  overflow-y: scroll !important;
}

.content {
  padding: 0 10%;
}
@media screen and (max-width: 480px) {
  .content {
    padding: 0 5%;
  }
}
.content .content_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .content_1 .ill_4 {
  display: block;
  width: 30%;
  min-width: 100px;
  max-width: 160px;
}
.content .content_1 .ill_2 {
  display: block;
  width: 60%;
  min-width: 200px;
  max-width: 350px;
  margin-top: 10vh;
}
.content .content_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.content .content_2 .ill_1 {
  display: block;
  width: 45%;
  min-width: 160px;
  max-width: 290px;
}
.content .content_2 .ill_1 .ill_img {
  width: 100%;
}
.content .content_2 .ill_3 {
  display: block;
  width: 50%;
  min-width: 160px;
  max-width: 310px;
  margin-top: 8vh;
}
.content .content_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}
.content .content_3 .ill_6 {
  display: block;
  width: 45%;
  min-width: 160px;
  max-width: 240px;
}
.content .content_3 .ill_5 {
  display: block;
  width: 45%;
  min-width: 160px;
  max-width: 240px;
  margin-top: 8vh;
}
.content .content_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.content .content_4 .ill_b_1 {
  display: block;
  width: 33%;
  min-width: 100px;
  max-width: 200px;
}
.content .content_4 .ill_b_3 {
  display: block;
  width: 30%;
  min-width: 100px;
  max-width: 180px;
  margin-top: 15vh;
}
.content .content_4 .ill_b_4 {
  display: block;
  width: 30%;
  min-width: 110px;
  max-width: 200px;
  margin-top: 5vh;
}
.content .content_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.content .content_5 .ill_b_6 {
  display: block;
  width: 33%;
  min-width: 100px;
  max-width: 200px;
}
.content .content_5 .ill_b_5 {
  display: block;
  width: 30%;
  min-width: 100px;
  max-width: 180px;
  margin-top: 10vh;
  margin-right: 25px;
}
.content .content_5 .ill_b_2 {
  display: block;
  width: 33%;
  min-width: 110px;
  max-width: 200px;
  margin-top: 2vh;
}

.b_links {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 30px auto;
}
.b_links .bl_l {
  width: 50%;
  height: 250px;
  background: rgba(38, 168, 255, 0.9);
}
.b_links .bl_l .f3f_l_back {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/top_f_1.png);
  background-size: cover;
  padding: 25px 20px;
}
.b_links .bl_l .f3f_l_back h3 {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 5px 0 15px 0;
}
.b_links .bl_l .f3f_l_back p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.b_links .bl_l .f3f_l_back a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 30px auto 0 auto;
  border-radius: 20px;
  background: #ffffff;
  color: #26a9ff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
}
.b_links .bl_l .f3f_l_back a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #26a9ff;
}
.b_links .bl_l .f3f_l_back .ill_c_1 {
  position: absolute;
  width: 10vw;
  max-width: 120px;
  left: -10px;
  top: -20px;
}
.b_links .bl_r {
  width: 50%;
  height: 250px;
  background: rgba(238, 255, 0, 0.9);
}
.b_links .bl_r .f3f_r_back {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/top_f_1.png);
  background-size: cover;
  padding: 25px 20px;
}
.b_links .bl_r .f3f_r_back h3 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 5px 0 15px 0;
}
.b_links .bl_r .f3f_r_back p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.b_links .bl_r .f3f_r_back a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 30px auto 0 auto;
  border-radius: 20px;
  background: #ffffff;
  color: #333333;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
}
.b_links .bl_r .f3f_r_back a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333333;
}
.b_links .bl_r .f3f_r_back .ill_c_2 {
  position: absolute;
  width: 8vw;
  max-width: 100px;
  right: 20px;
  top: -50px;
}

@media screen and (max-width: 650px) {
  .b_links {
    width: 90%;
    display: block;
    margin: 100px auto 30px auto;
  }
  .b_links .bl_l {
    width: 100%;
    height: auto;
  }
  .b_links .bl_l .f3f_l_back h3 {
    margin: 0px 0 10px 0;
  }
  .b_links .bl_l .f3f_l_back a {
    margin-top: 20px;
  }
  .b_links .bl_l .f3f_l_back .ill_c_1 {
    width: 15vw;
    min-width: 80px;
  }
  .b_links .bl_r {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .b_links .bl_r .f3f_r_back h3 {
    margin: 0px 0 10px 0;
  }
  .b_links .bl_r .f3f_r_back a {
    margin-top: 20px;
  }
  .b_links .bl_r .f3f_r_back .ill_c_2 {
    width: 8vw;
    min-width: 60px;
    right: 0px;
    top: 100px;
  }
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
}

.modal__bg {
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #ffffff;
  left: 50%;
  padding: 40px 10px 20px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  max-width: 300px;
}
.modal__content img {
  width: 100%;
}
.modal__content .js-modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.modal__content .detail {
  position: relative;
  display: block;
  width: 80%;
  max-width: 200px;
  height: 40px;
  margin: 0 auto 15px auto;
  border-radius: 20px;
  background: #26a8ff;
  color: #ffffff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 600;
}
.modal__content .detail::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #ffffff;
}
.modal__content .sp_cs {
  position: relative;
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 15px auto;
}
.modal__content .sp_cs img {
  width: 100%;
}

.sp_footer {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-family: hypatia-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 80px;
}/*# sourceMappingURL=top.css.map */